logit: Simulated logistic regression data.

logitR Documentation

Simulated logistic regression data.

Description

Like it says

Usage

data(logit)

Format

A data frame with variables

x1

quantitative predictor.

x2

quantitative predictor.

x3

quantitative predictor.

x4

quantitative predictor.

y

Bernoulli response.

Examples

library(mcmc)
data(logit)
out <- glm(y ~ x1 + x2 + x3 + x4, family = binomial, data = logit)
summary(out)

mcmc documentation built on Nov. 17, 2023, 1:06 a.m.