data-raw/rawdata.R

mat <- cbind(Uni05 = (1:100)/21, Norm = rnorm(100),
             `5T` = rt(100, df = 5), Gam2 = rgamma(100, shape = 2))
mydata <- as.data.frame(mat)
use_data(mydata,write = TRUE)
Stattie/BluePlotting documentation built on May 24, 2019, 12:35 a.m.