cq_resp_stats: Extracts the response stats from an itanal into usable form

Description Usage Arguments Value Examples

Description

Extracts the response stats from an itanal into usable form

Usage

1
cq_resp_stats(itanal)

Arguments

itanal

An itanal tibble returned by cq_read_itanal or cq_itanal

Value

A tibble containing stats for each item response

Examples

1
2
3
fname <- cq_example(display = FALSE)
df <- cq_itanal(fname)
cq_resp_stats(df)

markdly/conquestr documentation built on May 29, 2019, 5:40 a.m.