read.stat | R Documentation |
Function to read stats and evaluation output
read.stat(file, sep = ";", dec = ".", verbose = FALSE, rm.last = FALSE, ...)
file |
model data.frame |
sep |
the field separator string, passed to read.table function |
dec |
he string to use for decimal points, passed to read.table function |
verbose |
display additional information |
rm.last |
to remove the last line (summary) |
... |
arguments passed to read.table functions |
sample <- read.stat(file = paste0(system.file("extdata", package = "hackWRF"),"/sample.txt"),
verbose = TRUE)
sample <- read.stat(file = paste0(system.file("extdata", package = "hackWRF"),"/sample.csv"),
verbose = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.