predict.ebnm | R Documentation |
The predict
method for class ebnm
.
## S3 method for class 'ebnm'
predict(object, newdata, s = 1, ...)
object |
The fitted |
newdata |
A vector of new observations. Missing observations
( |
s |
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
|
... |
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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.