Learn R Programming

survC1 (version 1.0-3)

CompCase: Creates complete case data

Description

Creates a complete-case data set, removing subjects with any missing value in the outcome or predictors

Usage

CompCase(mydata)

Arguments

mydata

A data matrix that consists of numeric data. No character data is allowed.

Examples

Run this code
# NOT RUN {
D=CompCase(pbc[,c(2:4,10:14)])
# }

Run the code above in your browser using DataLab