summary-methods | R Documentation |
Methods for function summary
summary method for class SaemixData
## S4 method for signature 'SaemixData'
summary(object, print = TRUE, ...)
## S4 method for signature 'SaemixModel'
summary(object, print = TRUE, ...)
## S4 method for signature 'SaemixRes'
summary(object, print = TRUE, ...)
## S4 method for signature 'SaemixObject'
summary(object, print = TRUE, ...)
object |
an object of class SaemixData |
print |
a boolean controlling whether to print the output or return it silently |
... |
additional arguments (ignored) |
a list with a number of elements extracted from the dataset
number of subjects
the total number of observations
a vector giving the number of observations for each subject
subject ID; x: predictors; y: response, and, if present in the data, covariates: the covariates (as many lines as observations) and ind.covariates: the individual covariates (one
default summary function ?
summary of the data
summary of the model
summary of an SaemixObject
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.