Skip to contents

This data set provides an example of the summarized response data, where the total occurrences of each response type (Conversing, Labeling, Echoing, and Requesting) are calculated for each evaluation date. This summary is often used as an input for plot functions and other analyses to assess patterns in response types over time.

The summarized data can be generated using the `util_summarize_response` function. See `?util_summarize_response` for more details.

Usage

data(df_summarized_response_example)

Format

A data frame with 3 rows and 5 variables:

date_of_evaluation

The date on which the evaluation was conducted.

conversing

The total count of positive conversing responses for the given evaluation date.

labeling

The total count of positive labeling responses for the given evaluation date.

echoing

The total count of positive echoing responses for the given evaluation date.

requesting

The total count of positive requesting responses for the given evaluation date.

See also

See [util_summarize_response] for generating this summary data frame from raw response inputs.