anova_phone: A dataset containing artificial data to demonstrate variance...

Description Usage Format Source Examples

Description

This data set contains the completely faked data on phone usage. It has nice properties for variance analyses.

Usage

1

Format

An object of class "data.frame"

whatsapp

How many whatsapp messages a user sends

textmessage

How many text messages a users sends

phone

What type of phone the user uses.

user

The user name.

gender

The gender of the user

age

The age of the user.

Source

Data was self generated.

Examples

1
2
3
library(ggplot2)
ggplot(anova_phone) + aes(phone, whatsapp, color = phone) +
       geom_point()

statisticsforsocialscience/dataforsocialscience documentation built on Jan. 4, 2021, 3:12 p.m.