Healthy or not?
Data on whether a patient is healthy with two covariates.
data(healthy)
A data frame with 32 observations on the following 3 variables.
One covariate
Another covariate
0 is healthy, 1 is not
Data on health with information from two unspecified covariates.
data(healthy) library(MASS) stepAIC(glm(healthy ~ p + g, healthy, family=binomial))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.