powered by
mp_model
Subsets a mp_model with multiple ICC values specified in effect_size into a model with only the single ICC value.
effect_size
# S3 method for mp_model subset(x, icc, ...)
A new mp_model with only the subset ICC
a mp_model object
a single numeric value to subset out of x
x
other arguments not used by this method.
# Create Model model <- ( outcome('Y') + within_predictor('X') + effect_size(icc = cross_sectional) ) # Obtain Model with only 0.15 ICC model |> subset(icc = 0.15)
Run the code above in your browser using DataLab