doViperStudyDesign {viperData}R Documentation

doViperStudyDesign

Description

Extract basic study design info

Usage

doViperStudyDesign(rawData)

Arguments

rawData

One of the VIPER sub-study data frames.

Value

A list object that contains several ways to summarize the distribution of cases in the study accoring to case type.

Examples

df <- split(viperData::viperObs455, viperData::viperObs455$desc)
df.studyDesign <- doViperStudyDesign(df$screeningLowP)

[Package viperData version 1.0.2 Index]