diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/AIC.mmkin.Rd | 5 | ||||
-rw-r--r-- | man/nobs.mkinfit.Rd | 19 |
2 files changed, 23 insertions, 1 deletions
diff --git a/man/AIC.mmkin.Rd b/man/AIC.mmkin.Rd index 42c9a73b..a49b69b8 100644 --- a/man/AIC.mmkin.Rd +++ b/man/AIC.mmkin.Rd @@ -2,9 +2,12 @@ % Please edit documentation in R/AIC.mmkin.R \name{AIC.mmkin} \alias{AIC.mmkin} -\title{Calculated the AIC for a column of an mmkin object} +\alias{BIC.mmkin} +\title{Calculate the AIC for a column of an mmkin object} \usage{ \method{AIC}{mmkin}(object, ..., k = 2) + +\method{BIC}{mmkin}(object, ...) } \arguments{ \item{object}{An object of class \code{\link{mmkin}}, containing only one diff --git a/man/nobs.mkinfit.Rd b/man/nobs.mkinfit.Rd new file mode 100644 index 00000000..200a450f --- /dev/null +++ b/man/nobs.mkinfit.Rd @@ -0,0 +1,19 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/nobs.mkinfit.R +\name{nobs.mkinfit} +\alias{nobs.mkinfit} +\title{Number of observations on which an mkinfit object was fitted} +\usage{ +\method{nobs}{mkinfit}(object, ...) +} +\arguments{ +\item{object}{An mkinfit object} + +\item{\dots}{For compatibility with the generic method} +} +\value{ +The number of rows in the data included in the mkinfit object +} +\description{ +Number of observations on which an mkinfit object was fitted +} |