Get error terms from an existing data table.
Examples
des <- check_mixed_design(fr4, "rating", "rater_id", "face_id")
str(des[1:4])
#> List of 4
#> $ grand_i : num 2.68
#> $ sub_sd : num 0.896
#> $ item_sd : num 0.655
#> $ error_sd: num 1.04
Get error terms from an existing data table.
des <- check_mixed_design(fr4, "rating", "rater_id", "face_id")
str(des[1:4])
#> List of 4
#> $ grand_i : num 2.68
#> $ sub_sd : num 0.896
#> $ item_sd : num 0.655
#> $ error_sd: num 1.04