Nothing
setMethod(f="model",signature="MAIT",function(x,type){if(is.null(type)==TRUE){
stop("No type was specified (PCA or PLS).")
}
out <- switch(type,
"PCA" = pcaModel(x),
"PLS" = plsModel(x))
return(out)})
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.