predict.glmmsel | R Documentation |
glmmsel
objectGenerates predictions for new data using a specified value of the regularisation parameter.
## S3 method for class 'glmmsel'
predict(object, x.new, cluster.new, lambda = NULL, ...)
object |
an object of class |
x.new |
a matrix of new values for the predictors |
cluster.new |
a vector identifying the clusters that the rows of |
lambda |
a value of the regularisation parameter |
... |
any other arguments |
A matrix of predictions.
Ryan Thompson <ryan.thompson-1@uts.edu.au>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.