ebayes {RPMM} | R Documentation |
Empirical Bayes predictions for a specific RPMM model
ebayes(rpmm, x, type, nodelist=NULL)
rpmm |
RPMM object |
x |
Data matrix |
type |
RPMM type ("blc" or "glc") |
nodelist |
RPMM subnode to use (default = root) |
Typically not be called by user.
Matrix of empirical bayes predictions corresponding to x
.