summary.grpoutputs | R Documentation |
Summary method for objects of class grpoutputs
.
## S3 method for class 'grpoutputs'
summary(object, ...)
object |
Object of class |
... |
Currently ignored. |
A list with the following components:
Dimensions for each output, i.e. number of observations and number of variables (i.e. output length).
Number of output observations in each group.
# Determine paths for data folders, each containing outputs for 10 runs of
# the PPHPC model
dir_nl_ok <- system.file("extdata", "nl_ok", package = "micompr")
dir_jex_noshuff <-
system.file("extdata", "j_ex_noshuff", package = "micompr")
files <- glob2rx("stats400v1*.tsv")
# Create a grpoutputs object
go <-
grpoutputs(c("o1", "o2"), c(dir_nl_ok, dir_jex_noshuff), c(files, files))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.