data.poisson: Smart Phone Users

Description Usage Format Details Source Examples

Description

This is a hypothetical data that gives measurements of a type of smart phone (device A and B), unlimited data plan (yes, no) and a number of emails sent for a sample of 20 smart phone users.

Usage

1

Format

A data frame with 20 observations on the following 3 variables. Note that the first line contains the names of the variables.

Device

a factor with levels A B

DataPlan

a factor with levels N Y

y

a numeric vector

Details

The goal is to study whether or not the number of emails sent from mobile devices can be influenced by the difference of the devices and an unlimited data plan.

Source

http://yatani.jp/HCIstats/GLM

Examples

1
2
data(data.poisson)
## maybe str(data.poisson) ; plot(data.poisson) ...

ppham27/setsim documentation built on May 25, 2019, 11:25 a.m.