The bimbalance
function checks the imbalances of all present item
combinations in the data in terms of side (R: right, L:left). It counts the
cases on each side and also calculates a ratio (RL_ratio = R/L).
bimbalance(dat = NULL, sidevar = "sideA")
dat | raw data (e.g., from the |
---|---|
sidevar | the actual column name of the side variable in the raw data (must be coded "right" or "left") |
data.frame R/L counts and the RL_ratio