Description Usage Arguments Value Author(s)
Make predictions for mixed effect mixture of GBM.
1  | predict.MEmixgbm(object, newdata, type = c("prob", "class")[1], ...)
 | 
object | 
 Fitted model from MEmixgbm.  | 
newdata | 
 A new input data frame.  | 
type | 
 of prediction: "prop" for probabilities and "class" for class labels.  | 
... | 
 Further arguments passed to or from other methods.  | 
A list with items
prob | 
 predicted class probabilities  | 
class | 
 predicted class memberships obtained by thresholding class probabilities at the prevalence rate of the positive class  | 
Che Ngufor Ngufor.Che@mayo.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.