healthy: Healthy or not?

Description Usage Format Details Examples

Description

Data on whether a patient is healthy with two covariates.

Usage

1

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

1
2
3
data(healthy)
library(MASS)
stepAIC(glm(healthy ~ p + g, healthy, family=binomial))

jverzani/UsingR documentation built on Aug. 3, 2020, 11:57 a.m.