cq_pv: Read in a ConQuest produced plausible values file

Description Usage Arguments Value See Also Examples

Description

Read in a ConQuest produced plausible values file

Usage

1
cq_pv(fname, np = 5)

Arguments

fname

A file path to an existing ConQuest plausible values file. Can take other input as for readr::read_file

np

Number of plausible values per case. Default is 5.

Value

A tibble containing parsed results of the file.

See Also

read.pv which also reads plausible values files. For reading in multidimensional pv files try read.multidimpv or https://rdrr.io/rforge/eatRest/src/R/get.plausible.R

Examples

1
2
fname <- cq_example(display = FALSE, example_name = "ex1_05.pv")
df <- cq_pv(fname)

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