Skip to contents

This data set provides an example structure for `df_input_response`, a core data frame in the VOX Analysis process used to record speaker responses during language assessments. Each entry is a binary indicator (1 or 0) that denotes whether the speaker responded to a given referent across different verbal operants.

Usage

data(df_input_response_example)

Format

A data frame with 6 rows and 7 variables:

date_of_evaluation

The date on which the evaluation took place.

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_previous_example] for past evaluation examples.