The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
eta2p() and batch_eta2p() now support
design = "mixed" for models with both crossed and nested
random effects simultaneously. A canonical example is participants
viewing multiple photos of each model: photos are nested within models,
but both levels are crossed with participants. Supply both
cross_vars and nest_vars to use this
design.detect_within_between() previously used hardcoded
$subj and $item keys to classify grouping
factors as within or between, which caused intercept variances to be
silently omitted from the operative denominator. Keys are now indexed by
actual variable name, so the correct components are always
included.batch_eta2p() output columns for within/between status
are now named within_<varname> (e.g.,
within_participant, within_item) rather than
the hardcoded within_subj and within_item.
Code that references these columns by name will need to be updated.eta2p() computes partial eta-squared for a single fixed
effect in a fitted lmer model, supporting crossed and
nested random effects structures.batch_eta2p() computes partial eta-squared for all
fixed effects in a model.cross_vars.operative = TRUE.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.