MetaculR_myDiff: Find important changes within MetaculR_questions object

View source: R/basics.R

MetaculR_myDiffR Documentation

Find important changes within MetaculR_questions object

Description

Find important changes within MetaculR_questions object

Usage

MetaculR_myDiff(MetaculR_questions)

Arguments

MetaculR_questions

A MetaculR_questions object

Value

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.

Examples

## Not run: 
questions_myPredictions_byDiff <-
  MetaculR_myDiff(
    questions_myPredictions)

## End(Not run)

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