Nothing
################
## All Classes
################
setClass("plrs",
representation(coefficients = "numeric",
fitted.values = "numeric",
residuals = "numeric",
X = "matrix",
data = "list",
mdata = "list",
QP = "list",
test = "list",
cb = "list",
selected = "logical",
type = "character",
call.arg = "list")
)
setClass("plrs.select",
representation(table = "matrix",
model = "plrs",
crit = "character")
)
setClass("plrs.series",
representation(coefficients = "matrix",
effects = "list",
test = "matrix",
general = "matrix",
modelsType = "list",
call.arg = "list")
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.