Confidence Interval Coverage Sample
A learning component illustrating the Central Limit Theorem (CLT) when sampling from a supplied data set.
Options
- data |
object (required)
: data object with keys correspond to variable names and values holding the values of respective variables. Default:none
. - samples |
(array<number>|number)
: array of numbers or a single numbers denoting the sample sizes that can be drawn. Default:25
. - variables |
array (required)
: names of variables that can be sampled from. Default:none
.
Examples
Live Editor
Result
ReferenceError: Provider is not defined