powered by
Return number of observations of a fit. This function is used for bbmle::ICtb().
# S3 method for NestsResult nobs(object, ...)
Return number of observations of a fit
A result file generated by searchR
Not used
Marc Girondot
nobs.NestsResult Return number of observations of a fit
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