MetaculR_myDiff | R Documentation |
Find important changes within MetaculR_questions object
MetaculR_myDiff(MetaculR_questions)
MetaculR_questions |
A MetaculR_questions object |
A dataframe of questions with difference measures (your most recent prediction vs. community's most recent prediction, etc.).
id |
Question ID. |
title |
Question title. |
my_prediction |
My most recent prediction. |
community_q2 |
Community median. |
community_ave |
Community average. |
community_q2_pre_me |
Community median immediately prior to my_prediction. |
community_ave_pre_me |
Community average immediately prior to my_prediction. |
diff_me_q2 |
Difference between me and the community median, by logodds. |
diff_me_ave |
Difference between me and the community average, by logodds. |
diff_comm_q2_pre_me |
Difference between community_q2_pre_me and the community average, by logodds. |
diff_comm_ave_pre_me |
Difference between community_ave_pre_me and the community average, by logodds. |
diff_me_q2_abs |
Absolute difference between me and the community median, by logodds. |
diff_me_ave_abs |
Absolute difference between me and the community average, by logodds. |
diff_comm_q2_pre_me_abs |
Absolute difference between community_q2_pre_me and the community average, by logodds. |
diff_comm_ave_pre_me_abs |
Absolute difference between community_ave_pre_me and the community average, by logodds. |
diff_me_q2_abs_odds |
Absolute difference between me and the community median, by odds. |
diff_me_ave_abs_odds |
Absolute difference between me and the community average, by odds. |
diff_comm_q2_pre_me_abs_odds |
Absolute difference between community_q2_pre_me and the community average, by odds. |
diff_comm_ave_pre_me_abs_odds |
Absolute difference between community_ave_pre_me and the community average, by odds. |
## Not run: questions_myPredictions_byDiff <- MetaculR_myDiff( questions_myPredictions) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.