powered by
Like it says
data(logit)
A data frame with variables
quantitative predictor.
Bernoulli response.
# NOT RUN { library(mcmc) data(logit) out <- glm(y ~ x1 + x2 + x3 + x4, family = binomial, data = logit) summary(out) # }
Run the code above in your browser using DataLab