Learn R Programming

mcmc (version 0.9-8)

foo: Simulated logistic regression data.

Description

Like it says

Usage

data(foo)

Arguments

Format

A data frame with variables

x1

quantitative predictor.

x2

quantitative predictor.

x3

quantitative predictor.

y

Bernoulli response.

Examples

Run this code
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