MetaculR_excitement: Find exciting questions

View source: R/basics.R

MetaculR_excitementR 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 days argument is 10, the time period is day 2 until the present.

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)

MetaculR documentation built on April 26, 2022, 1:07 a.m.