powered by
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.
# NOT RUN { data(healthy) library(MASS) stepAIC(glm(healthy ~ p + g, healthy, family=binomial)) # }
Run the code above in your browser using DataLab