nobs.ebnm {ebnm}R Documentation

Get the number of observations used to fit an EBNM model

Description

The nobs method for class ebnm.

Usage

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

Arguments

object

The fitted ebnm object.

...

Not used. Included for consistency as an S3 method.

Value

The number of observations used to fit the ebnm object.


[Package ebnm version 1.1-2 Index]