fitted.ebnm: Extract posterior estimates from a fitted EBNM model

View source: R/ebnm_methods.R

fitted.ebnmR 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 ebnm object.

...

Not used. Included for consistency as an S3 method.


ebnm documentation built on Oct. 13, 2023, 1:16 a.m.