The predict
method for class ebnm
.
# S3 method for ebnm
predict(object, newdata, s = 1, ...)
A data frame that includes posterior means, posterior standard
deviations, and local false sign rates for the observations in newdata
.
The fitted ebnm
object.
A vector of new observations. Missing observations
(NA
s) are not allowed.
A vector of standard errors (or a scalar if all are equal).
Standard errors may not be exactly zero, and
missing standard errors are not allowed. Two prior families have
additional restrictions: when horseshoe priors are used, errors
must be homoskedastic; and since function
deconv
in package deconvolveR
takes
\(z\)-scores, the "deconvolver" family requires that all standard errors
be equal to 1.
Not used. Included for consistency as an S3 method.