R/ebnm_methods.R
predict.ebnm.Rd# S3 method for class 'ebnm'
predict(object, newdata, s = 1, ...)The fitted ebnm object.
A vector of new observations. Missing observations
(NAs) 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.
A data frame that includes posterior means, posterior standard
deviations, and local false sign rates for the observations in newdata.