You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After re-running the systematic checks on the updated pipeline, the following holds:
continuous ratings, $Z_r$: Reviewer ID as random effect
categorical ratings, $Z_r$: effect ID / study ID as random effect
continuous ratings, $y_i$: Reviewer ID is the only random effect generating converging, singular models
categorical ratings, $y_i$: effect ID / study ID is the random effect that generates the most number of converging, non-singular models across all out-of-sample estimates for both datasets.
I note that the current version of the functions does not match these results:
- and add details explaining model structure and required data structure in roxygen documentation #102
- don't pointblank check for box_cox column, let user's value be checked #116
- update data checks to match required model structure #116
See: egouldo/ManyAnalysts#80 (comment)
After re-running the systematic checks on the updated pipeline, the following holds:
Reviewer ID
as random effecteffect ID
/study ID
as random effectReviewer ID
is the only random effect generating converging, singular modelseffect ID
/study ID
is the random effect that generates the most number of converging, non-singular models across all out-of-sample estimates for both datasets.I note that the current version of the functions does not match these results:
ManyEcoEvo/R/fit_boxcox_ratings_cat.R
Lines 78 to 79 in 580ce6d
ManyEcoEvo/R/fit_boxcox_ratings_cont.R
Lines 50 to 51 in 580ce6d
The text was updated successfully, but these errors were encountered: