View source: R/NpdeData-methods.R
summary.NpdeData | R Documentation |
Extracts elements from a NpdeData object
## S3 method for class 'NpdeData'
summary(object, print = TRUE, ...)
## S3 method for class 'NpdeRes'
summary(object, print = TRUE, ...)
## S3 method for class 'NpdeObject'
summary(object, ...)
object |
A NpdeData object |
print |
whether to print to data to stdev |
... |
Additional arguments (ignored) |
A list with elements N (nb of subjects), data (dataframe containing the data), ntot.obs (total nb of observations), nind.obs (nb of observations per subject)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.