print-methods | R Documentation |
Prints a summary of an object
## S4 method for signature 'SaemixData'
print(x, nlines = 10, ...)
## S4 method for signature 'SaemixModel'
print(x, ...)
## S4 method for signature 'SaemixRes'
print(x, digits = 2, map = FALSE, ...)
## S4 method for signature 'SaemixObject'
print(x, nlines = 10, ...)
x |
an object of type SaemixData, SaemixModel, SaemixRes or SaemixObject |
nlines |
maximum number of lines of data to print (defaults to 10) |
... |
additional arguments passed on the print function |
digits |
number of digits to use for pretty printing |
map |
when map is TRUE the individual parameter estimates are shown (defaults to FALSE) |
Default print function
Prints a summary of a SaemixData object
Prints a summary of a SaemixModel object
Prints a summary of the results from a SAEMIX fit
Not user-level
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.