validate_block_participants: Validate All Participant Responses In One Block

Description Usage Arguments Value Examples

View source: R/validate_block_participants.R

Description

validate_block_participants assesses the validation image responses by participants in a given clean image block. The validations are made relative to a validation key, and the function returns a dataframe of validation responses and total number of validations correctly made by participant.

Usage

1
validate_block_participants(clean_block, validation_key)

Arguments

clean_block

A loaded dataframe of participant responses to a specified block of images. The dataframe must be scrubbed of Qualtrics or other artifacts prior to usage with this function.

validation_key

A loaded validation key.

Value

participant_validations The block is returned as a validation block consisting of only validation images and participant responses, plus a count of valid responses per participant.

Examples

1
validate_block_participants(clean_block_03, validation_key)

sokolhessnerlab/shlab.imgct documentation built on Oct. 4, 2020, 7:31 a.m.