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