Skip to contents

This sample data set is similar to `df_input_response_example` but includes two previous sets of evaluations. It serves as an example for generating plots or analyses that compare current responses with past evaluation dates, offering insights into the speaker's language development over time.

Each entry is a binary indicator (1 or 0), representing whether the speaker responded to a specific referent for each verbal operant.

Usage

data(df_input_response_previous_example)

Format

A data frame with 18 rows and 7 variables:

date_of_evaluation

The date on which the evaluation was conducted.

referent

The name of the referent associated with the response, representing the object or entity involved in the verbal episode.

referent_order

The order the referent appeared in the session. Required for data visualizations and calculations regarding specific verbal episodes.

conversing

Binary indicator showing if the speaker provided a conversational response to the referent (1 = Yes, 0 = No).

labeling

Binary indicator showing if the speaker could label the referent (1 = Yes, 0 = No).

echoing

Binary indicator showing if the speaker could repeat the referent's name (1 = Yes, 0 = No).

requesting

Binary indicator showing if the speaker could request the referent's name (1 = Yes, 0 = No).

See also

[df_input_response_example] for a single evaluation example.