diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-10 05:14:57 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-10 05:14:57 +0100 |
commit | 606ef9ad6cae0ddfae6db6b90deb03f81140e46f (patch) | |
tree | 5a0a581a2251621efdcbd5a5c425cb04eca306f5 /man/nlme.mmkin.Rd | |
parent | 96500fa127b59bddb2fcfe77b7b97415bd105f4a (diff) |
Digits for summary methods, print.saem.mmkin
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} } |