MetaculR_excitement | R Documentation |
Find exciting questions
MetaculR_excitement(MetaculR_questions, days = 30)
MetaculR_questions |
A MetaculR_questions object |
days |
The time period used for the excitement calculations starts this number of days ago, prior to today. E.g., if your clock says it is day 12 and your |
A dataframe of questions with excitement measures.
id |
Question ID. |
title |
Question title. |
Total_Change |
Cumulative delta in time period, by probability. |
Total_logodds_Change |
Cumulative delta in time period, by logodds. |
Total_Change_Even |
Cumulative delta toward even odds in time period, by probability. |
Total_logodds_Change_Even |
Cumulative delta toward even odds in time period, by logodds. |
## Not run: questions_myPredictions_byExcitement <- MetaculR_excitement( questions_myPredictions) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.