From 606ef9ad6cae0ddfae6db6b90deb03f81140e46f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 10 Nov 2020 05:14:57 +0100 Subject: Digits for summary methods, print.saem.mmkin --- man/nlme.mmkin.Rd | 7 ++++--- man/saem.Rd | 7 +++++++ 2 files changed, 11 insertions(+), 3 deletions(-) (limited to 'man') 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} } diff --git a/man/saem.Rd b/man/saem.Rd index 17f777c4..f75470a9 100644 --- a/man/saem.Rd +++ b/man/saem.Rd @@ -3,6 +3,7 @@ \name{saem} \alias{saem} \alias{saem.mmkin} +\alias{print.saem.mmkin} \alias{saemix_model} \alias{saemix_data} \title{Fit nonlinear mixed models with SAEM} @@ -19,6 +20,8 @@ saem(object, control, ...) ... ) +\method{print}{saem.mmkin}(x, digits = max(3, getOption("digits") - 3), ...) + saemix_model(object, cores = 1, verbose = FALSE, ...) saemix_data(object, verbose = FALSE, ...) @@ -41,6 +44,10 @@ used.} \item{suppressPlot}{Should we suppress any plotting that is done by the saemix function?} + +\item{x}{An saem.mmkin object to print} + +\item{digits}{Number of digits to use for printing} } \value{ An S3 object of class 'saem.mmkin', containing the fitted -- cgit v1.2.1