HETER_MODEL$sample_effect_size | R Documentation |
This function computes the sample based effect size of the simulated data.
dat |
Dataframe. The number of rows of the data frame will be used. |
a |
Numeric. Default is |
b |
Numeric. Default is |
type |
Character. Type of the effect size. Default is |
A single numeric value.
mod <- heter_model(a = 0, b = 16)
mod$sample_effect_size(mod$gen(100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.