Description Usage Format Source Examples
This data set contains the completely faked data on phone usage. It has nice properties for variance analyses.
1 |
An object of class "data.frame"
How many whatsapp messages a user sends
How many text messages a users sends
What type of phone the user uses.
The user name.
The gender of the user
The age of the user.
Data was self generated.
1 2 3 | library(ggplot2)
ggplot(anova_phone) + aes(phone, whatsapp, color = phone) +
geom_point()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.