Learn R Programming

cocoreg (version 0.1.1)

create_mappings: Generate all possible pairwise mappings between the given multivariate

Description

The following naming convention is used in the output: '1-2' means '1' mapped to '2', i.e.,, '2' explained by '1'.

Usage

create_mappings(data, mapping_function = mapping_lm)

Arguments

data
A list of data.frames (the datasets)
mapping_function
(optional) Default is mapping_lm.

Value

A named list containing the pairwise mapping functions.