Description Usage Arguments Value Examples
Calculate summary statistic for multiple samples
1 | calculate(x, column, stat = "mean")
|
x |
a tibble. Tibble containing all resampled observations. It must have a column called "sample_id" |
column |
a string. The name of the reponse column. |
stat |
a string. Specifies what type of summary statistic is to be calculated. For now, only mean is available. |
Tibble containing the summarized data, one row for each resampled group (n_samples specified in generate)
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.