aggregateDirectPaths: Aggregate the paths values for plotting

Description Usage Arguments Value

Description

Aggregate the paths values for plotting

Extract the subset of paths aggregated from multiple models that match a gived regex

Usage

1
2
3
aggregateDirectPaths(direct_paths)

subsetDirectPathsAggregation(aggregated_paths, regex, not = FALSE)

Arguments

direct_paths

A list of direct paths (as outputed by getDirectPaths). The names of the elements are considered to be the names of the models.

aggregated_paths

Aggregated paths as returned by aggregateDirectPaths

regex

A vector of regular expression

not

Whether the subpaths should not match the regex

Value

A list with two entries. 'paths' is a matrix with the path and the models names as rownames, and columns 'value', 'hv' and 'lv' representing the value with confidence interval of the path. 'model_names' is the name of the models.


MathurinD/STASNet documentation built on May 28, 2019, 1:50 p.m.