CUBIC_MODEL$sample_effect_size | R Documentation |
This function computes the sample based effect size of the simulated data.
dat |
Dataframe/List. List contains variable |
a |
Numeric. Default is |
b |
Numeric. Default is |
c |
Numeric. Default is |
sigma |
Positive numeric. Default is |
A numeric value.
mod <- cubic_model(-1, 1, 1, 0.5)
dat <- mod$gen(1000, fit_model = TRUE)
mod$sample_effect_size(dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.