Description Usage Arguments Value Author(s)
Predict MEglm  
Make predictions for Mixed Effect logistic regression. This is just a wrapper for predict.merMod in lme4 .
| 1 2 | predict.MEglm(object, newdata, type = c("prob", "class")[1],
  allow.new.levels = FALSE, ...)
 | 
| object | Fitted model. | 
| newdata | A new input data frame. | 
| type | of prediction: "prop" for probabilities and "class" for class labels. | 
| allow.new.levels | specifry if new levels of factor variables in the test set should be allowed. Default to FALSE. | 
A list with items
| Y.star | NULL | 
| pred | matrix with predicted class probabilites | 
| predRules | NULL | 
Che Ngufor Ngufor.Che@mayo.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.