summary.plpData | R Documentation |
Summarize a plpData object
## S3 method for class 'plpData'
summary(object, ...)
object |
The plpData object to summarize |
... |
Additional arguments |
A summary of the object containing the number of people, outcomes and covariates
data("simulationProfile")
plpData <- simulatePlpData(simulationProfile, n=10)
summary(plpData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.