This is the main study function and runs the entire study.
1 | make.study(data_path = c("./extdata/sample.csv"), bs_samples = 1000)
|
data_path |
Path to data set. Should be a character vector of length 1. Defaults to c("../data/mdf.csv") |
bs_samples |
The number of bootstrap samples to be generated as int. Defaults to 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.