healthy function

Healthy or not?

Healthy or not?

Data on whether a patient is healthy with two covariates. data

data(healthy)

Format

A data frame with 32 observations on the following 3 variables.

  • p: One covariate
  • g: Another covariate
  • healthy: 0 is healthy, 1 is not

Details

Data on health with information from two unspecified covariates.

Examples

data(healthy) library(MASS) stepAIC(glm(healthy ~ p + g, healthy, family=binomial))
  • Maintainer: John Verzani
  • License: GPL (>= 2)
  • Last published: 2022-01-11

Useful links