ebayes: Empirical Bayes predictions for a specific RPMM model

Description Usage Arguments Details Value

View source: R/rpmmPredict.R

Description

Empirical Bayes predictions for a specific RPMM model

Usage

1
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.


RPMM documentation built on May 2, 2019, 2:52 p.m.

Related to ebayes in RPMM...