RPMM (version 1.20)

ebayes: 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)

Value

Matrix of empirical bayes predictions corresponding to x.

Details

Typically not be called by user.