View source: R/nobs.NestsResult.R
nobs.NestsResult | R Documentation |
Return number of observations of a fit.
This function is used for bbmle::ICtb().
## S3 method for class 'NestsResult'
nobs(object, ...)
object |
A result file generated by searchR |
... |
Not used |
nobs.NestsResult Return number of observations of a fit
Return number of observations of a fit
Marc Girondot
## Not run:
library(embryogrowth)
data(resultNest_4p_SSM)
logLik(resultNest_4p_SSM)
AIC(resultNest_4p_SSM)
nobs(resultNest_4p_SSM)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.