cq_show: Read in ConQuest show output file

Description Usage Arguments Examples

Description

Read in ConQuest show output file

Usage

1
cq_show(fname, fit = c(TRUE, FALSE))

Arguments

fname

A file path to an existing ConQuest show file (e.g. 'myfile.shw'). Can take other input as for readr::read_file

fit

A logical value indicating if the show file has fit statistics included or not. This only affects warnings generated. It is convenient when no fit statistics have been requested as the default value TRUE generates warnings that data is missing.

Examples

1
2
fname <- cq_example(display = FALSE, example_name = "ex1.shw")
df <- cq_show(fname)

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