Learn R Programming

dobson (version 0.4)

poisson: Poisson data from table 4.3

Description

Artificial data for a Poisson regression example

Usage

data(poisson)

Arguments

Format

A tibble with 9 observations and the following two variables.

x

covariate

y

dependent counts

Examples

Run this code
# NOT RUN {
data(poisson)
summary(poisson)
# }

Run the code above in your browser using DataLab