nobs.gamBiCop {gamCopula}R Documentation

Extract the Number of Observations from gamBiCop Object

Description

Extract the number of 'observations' from a model fit. This is principally intended to be used in computing the BIC (see AIC).

Usage

## S4 method for signature 'gamBiCop'
nobs(object, ...)

Arguments

object

An object of the class gamBiCop.

...

un-used in this class

Value

A single number, normally an integer.

See Also

AIC and BIC.


[Package gamCopula version 0.0-7 Index]