Creates complete case data
Creates a complete-case data set, removing subjects with any missing value in the outcome or predictors
CompCase(mydata)
mydata
: A data matrix that consists of numeric data. No character data is allowed.D=CompCase(pbc[,c(2:4,10:14)])
Useful links