Function to read stats and evaluation output
read_stat(file, sep = ";", dec = ".", verbose = FALSE, ...)
No return value
model data.frame
the field separator string, passed to read.table function
he string to use for decimal points, passed to read.table function
display additional information
arguments passed to read.table functions
sample <- read_stat(file = paste0(system.file("extdata", package = "eva3dm"),"/sample.txt"),
verbose = TRUE)
sample <- read_stat(file = paste0(system.file("extdata", package = "eva3dm"),"/sample.csv"),
verbose = TRUE)
Run the code above in your browser using DataLab