foo | R Documentation |
Like it says
data(foo)
A data frame with variables
quantitative predictor.
quantitative predictor.
quantitative predictor.
Bernoulli response.
library(mcmc)
data(foo)
out <- glm(y ~ x1 + x2 + x3, family = binomial, data = foo)
summary(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.