Healthy or not?
Data on whether a patient is healthy with two covariates. data
data(healthy)
A data frame with 32 observations on the following 3 variables.
Data on health with information from two unspecified covariates.
data(healthy) library(MASS) stepAIC(glm(healthy ~ p + g, healthy, family=binomial))
Useful links