healthy: Healthy or not?

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

UsingR documentation built on March 18, 2022, 7:32 p.m.