Learn R Programming

truthiness (version 1.2.5)

get_model_data: Get Ratings Data with Model Predictors

Description

Apply participant/phase-level exclusions and then add numeric and factor predictors to the ratings data.

Usage

get_model_data()

Arguments

Value

A data frame, with columns:

subj_id

Unique subject identifier.

stim_id

Unique stimulus identifier.

repetition

Whether the statement was repeated or new.

interval

Presentation interval.

R

Deviation-coded numerical predictor for repetition.

I1

Deviation-coded numerical predictor for interval (1 day vs. immediate).

I2

Deviation-coded numerical predictor for interval (1 week vs. immediate).

I3

Deviation-coded numerical predictor for interval (1 month vs. immediate).

Rep

Deviation-coded factor for repetition.

Int

Deviation-coded factor for interval.

See Also

truth_trajectory_data

Examples

Run this code
# NOT RUN {
get_model_data()

# }

Run the code above in your browser using DataLab