q3FromRes | R Documentation |
Collects Q3 matrices in a list of data frames.
q3FromRes(resultsObj, out = c("wide", "long" ), triangular = FALSE)
resultsObj |
The object returned by |
out |
Specifies the output format. |
triangular |
Logical: should the wide-format matrix be arranged in triangular shape? |
A list of data frames, one data.frame per model.
### read exemplary results object
file <- system.file("extdata", "results.rda", package = "eatModel")
load(file)
q3 <- q3FromRes(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.