Learn R Programming

ebnm (version 1.1-2)

nobs.ebnm: Get the number of observations used to fit an EBNM model

Description

The nobs method for class ebnm.

Usage

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

Value

The number of observations used to fit the ebnm object.

Arguments

object

The fitted ebnm object.

...

Not used. Included for consistency as an S3 method.