healthy {UsingR}R Documentation

Healthy or not?

Description

Data on whether a patient is healthy with two covariates.

Usage

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))

[Package UsingR version 0.1-12 Index]