Learn R Programming

embryogrowth (version 9.5)

nobs.NestsResult: Return number of observations of a fit

Description

Return number of observations of a fit.
This function is used for bbmle::ICtb().

Usage

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

Value

Return number of observations of a fit

Arguments

object

A result file generated by searchR

...

Not used

Author

Marc Girondot

Details

nobs.NestsResult Return number of observations of a fit

Examples

Run this code
if (FALSE) {
library(embryogrowth)
data(resultNest_4p_SSM)
logLik(resultNest_4p_SSM)
AIC(resultNest_4p_SSM)
nobs(resultNest_4p_SSM)
}

Run the code above in your browser using DataLab