read_tva_data {RStanTVA} | R Documentation |
Read TVA data
Description
Reads TVA data from a file.
Usage
read_tva_data(file, set = LETTERS, ...)
Arguments
file |
The file name. |
set |
The set of items. |
... |
Additional arguments passed to |
Value
A TVA data object, which inherits from data.frame
.
Examples
data <- read_tva_data("data.dat")
data
[Package RStanTVA version 0.3.0 Index]