nobs: Number of observations.

nobs,market_model-methodR Documentation

Number of observations.

Description

Returns the number of observations that are used by an initialized model. The number of used observations may differ from the numbers of observations of the data set that was passed to the model's initialization.

Usage

## S4 method for signature 'market_model'
nobs(object)

Arguments

object

A model object.

Value

The number of used observations.


diseq documentation built on June 2, 2022, 1:10 a.m.