read_vce: Reading VCE Results From CSV File

Description Usage Arguments Examples

View source: R/ReadVCE.R

Description

First attempt to read variance component estimation (VCE) results from a csv-file and storing them in tibble.

Usage

1
read_vce(ps_input_file, pb_log = FALSE, plogger = NULL)

Arguments

ps_input_file

name of the input file in csv-format

pb_log

flag indicating whether logging should be done

plogger

logger object from outside

Examples

1
2
3
# specify input file
sInputFile <- system.file("extdata","VCE_results.csv", package = "rvcetools")
tbl_vce <- read_vce(ps_input_file = sInputFile)

pvrqualitasag/rvcetools documentation built on Dec. 31, 2021, 2:09 p.m.