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