diff options
Diffstat (limited to 'man/saem.Rd')
-rw-r--r-- | man/saem.Rd | 7 |
1 files changed, 7 insertions, 0 deletions
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 |