CompCase function

Creates complete case data

Creates complete case data

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

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)])
  • Maintainer: Hajime Uno
  • License: GPL-2
  • Last published: 2021-02-10

Useful links