log2init: Convert ConQuest Log to ConQuest Init

Description Usage Arguments Details Value Author(s) Examples

Description

Convert a ConQuest logfile to ConQuest covariance, regression and item init files

Usage

1
log2init ( log.path , out.path = NULL , iteration = c("highestLikelihood","last","first") , out.files.suffix = "_INIT" )

Arguments

log.path

full path to or connection of ConQuest logfile

out.path

path of output files , if NULL folder of log.path is defaulted

iteration

either "highestLikelihood" (default), "last" or "first", or a number

out.files.suffix

suffix to be added to output file names

Details

ConQuest tends to not completely write out log if running and option 'update = yes' is used. To avoid warnings and malfunction manually delete the last potentially incomplete iteration from logfile.

Value

writes files to out.path

Author(s)

Martin Hecht

Examples

1
2
3
4
## Not run: 
log2init ( bzfile ( file.path( .Library , "eat/extdata/ConQuest.Log.Example1.log.bz2" ) ) , "c:/temp" )

## End(Not run)

eatRest documentation built on May 2, 2019, 6:25 p.m.

Related to log2init in eatRest...