Description Usage Arguments Value Author(s) See Also Examples
View source: R/predict.lspls.R
Predict method for "lspls"
objects. It predicts response
values or scores from new data.
1 2 3 |
object |
object of class |
newdata |
data frame. The new data. |
type |
character. Wether to predict responses or scores. |
na.action |
function determining what should be done with missing
values in |
... |
further arguments. Currently not used. |
If type = "response"
, a matrix with predicted response values
is returned. If type = "scores"
, a matrix with predicted
score values is returned.
Bjørn-Helge Mevik
1 | ##FIXME
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.