residuals.ebnm {ebnm}R Documentation

Calculate residuals for a fitted EBNM model

Description

The residuals method for class ebnm. Calculates "residuals" x_i - \hat{\theta_i}.

Usage

## S3 method for class 'ebnm'
residuals(object, ...)

Arguments

object

The fitted ebnm object.

...

Not used. Included for consistency as an S3 method.


[Package ebnm version 1.1-2 Index]