POLY_MODEL$sample_effect_size | R Documentation |
This function computes the sample based effect size of the simulated data.
dat |
Dataframe/List. List contains variable |
sigma |
Positive numeric. Default is |
include_z |
Boolean. Default is |
shape |
Positive integer. Default is |
type |
Character. Type of the effect size measure. Default is
|
A numeric value.
mod <- poly_model(4, 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.