Learn R Programming

cocoreg (version 0.1.1)

compose_all: Calculate the average of the composition formed by applying all functions

Description

Calculate the average of the composition formed by applying all functions in all possible paths to a dataset.

Usage

compose_all(x, paths, mappings)

Arguments

x
A list of data frames.
paths
A list of list with paths.
mappings
A list containing the mapping functions described in the path.

Value

A vector containing the average composition from all the paths.