Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

healthy

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

Data Sets, Etc. for the Text "Using R for Introductory Statistics", Second Edition

v2.0-6
GPL (>= 2)
Authors
John Verzani <verzani@math.csi.cuny.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.