CompCase {survC1}R Documentation

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

D=CompCase(pbc[,c(2:4,10:14)])

[Package survC1 version 1.0-3 Index]