MetaculR_excitement {MetaculR} | R Documentation |
Find exciting questions
Description
Find exciting questions
Usage
MetaculR_excitement(MetaculR_questions, days = 30)
Arguments
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 |
Value
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. |
Examples
## Not run:
questions_myPredictions_byExcitement <-
MetaculR_excitement(
questions_myPredictions)
## End(Not run)
[Package MetaculR version 0.4.1 Index]