Learn R Programming

PatientLevelPrediction (version 6.4.1)

summary.plpData: Summarize a plpData object

Description

Summarize a plpData object

Usage

# S3 method for plpData
summary(object, ...)

Value

A summary of the object containing the number of people, outcomes and covariates

Arguments

object

The plpData object to summarize

...

Additional arguments

Examples

Run this code
data("simulationProfile")
plpData <- simulatePlpData(simulationProfile, n=10)
summary(plpData)

Run the code above in your browser using DataLab