Learn R Programming

RSADBE (version 1.0)

Samplez: A hypothetical data set

Description

This data set shows that data may also have skewness inherent in them!

Usage

data(Samplez)

Arguments

Format

A data frame with 2000 observations on the following 2 variables.
Sample_1
a numeric vector
Sample_2
a numeric vector

Examples

Run this code
data(Samplez)
hist(Samplez$Sample_1)
hist(Samplez$Sample_2)

Run the code above in your browser using DataLab