diff options
Diffstat (limited to 'man/nlme.mmkin.Rd')
-rw-r--r-- | man/nlme.mmkin.Rd | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/nlme.mmkin.Rd b/man/nlme.mmkin.Rd index 9526a427..abcd0e81 100644 --- a/man/nlme.mmkin.Rd +++ b/man/nlme.mmkin.Rd @@ -23,7 +23,7 @@ verbose = FALSE ) -\method{print}{nlme.mmkin}(x, ...) +\method{print}{nlme.mmkin}(x, digits = max(3, getOption("digits") - 3), ...) \method{update}{nlme.mmkin}(object, ...) } @@ -61,6 +61,8 @@ parameters taken from the mmkin object are used} \item{x}{An nlme.mmkin object to print} +\item{digits}{Number of digits to use for printing} + \item{...}{Update specifications passed to update.nlme} \item{object}{An nlme.mmkin object to update} @@ -150,6 +152,5 @@ endpoints(f_nlme_dfop) } } \seealso{ -\code{\link[=nlme_function]{nlme_function()}}, \link{plot.mixed.mmkin}, \link{summary.nlme.mmkin}, -\link{parms.nlme.mmkin} +\code{\link[=nlme_function]{nlme_function()}}, \link{plot.mixed.mmkin}, \link{summary.nlme.mmkin} } |