readResults.Rd
Read results generated using the assocTest
method.
readResults(path, header = TRUE, type = NULL, sep = "\t")
File path to data
A logical value indicating whether the data contains a header. Defaults to TRUE
.
Result type ('singlevarResult', 'rvbResult', 'gsaResult').
Defaults to NULL
in which case the result type is inferred.
The field separator. Defaults to \\t
, which is the default separator using in assocTest
.
An object of type rvbResult
or singlevarResult
.