Samplez {RSADBE} | R Documentation |
A hypothetical data set
Description
This data set shows that data may also have skewness inherent in them!
Usage
data(Samplez)
Format
A data frame with 2000 observations on the following 2 variables.
Sample_1
a numeric vector
Sample_2
a numeric vector
Examples
data(Samplez)
hist(Samplez$Sample_1)
hist(Samplez$Sample_2)
[Package RSADBE version 1.0 Index]