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
When using data where a variable is NA for all observations, this variable can still be selected. When the robmed or OLS is then run, the GUI stops with console warning: Warning: Error in fit_mediation.default: not enough observations.
The text was updated successfully, but these errors were encountered:
The GUI should catch errors and warnings when executing test_mediation() and then give a more helpful message in the main panel that lists a few common issues and suggestions (e.g., check for missing values or other issues of the data, try increasing the number of bootstrap samples, etc.).
When using data where a variable is NA for all observations, this variable can still be selected. When the robmed or OLS is then run, the GUI stops with console warning:
Warning: Error in fit_mediation.default: not enough observations
.The text was updated successfully, but these errors were encountered: