data-raw/StandardData.R

## code to prepare `StandardData` dataset goes here

StandardData <- c(rep(3,30), 2,2,1.5,1.5, 1.2,1.2,rep(0.8,4),rep(0.5,10),rep(0.1,50))

usethis::use_data(StandardData, overwrite = TRUE)
egetzen5/RpCS documentation built on Dec. 20, 2021, 3:22 a.m.