summary.NpdeData {npde} | R Documentation |
Summary of a NpdeData object
Description
Extracts elements from a NpdeData object
Usage
## 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, ...)
Arguments
object |
A NpdeData object |
print |
whether to print to data to stdev |
... |
Additional arguments (ignored) |
Value
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)
[Package npde version 3.5 Index]