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