Learn R Programming

UsingR (version 2.0-7)

pi2000: first 2000 digits of pi

Description

first 2000 digits of pi

Usage

data(pi2000)

Arguments

Format

The format is: num [1:2000] 3 1 4 1 5 9 2 6 5 3 ...

Examples

Run this code
# NOT RUN {
data(pi2000)
chisq.test(table(pi2000))
# }

Run the code above in your browser using DataLab