fitted.ebnm {ebnm} | R Documentation |
Extract posterior estimates from a fitted EBNM model
Description
The fitted
method for class ebnm
.
Returns a data frame that includes posterior means, standard deviations,
and local false sign rates (when available).
Usage
## S3 method for class 'ebnm'
fitted(object, ...)
Arguments
object |
The fitted |
... |
Not used. Included for consistency as an S3 method. |
[Package ebnm version 1.1-2 Index]