flattenMIC: flattenMIC - Create

Description Usage Arguments Details Value

View source: R/MICTable.R

Description

Generates a Matrix of Implied Causation for a given model, following the rules in Brick and Bailey (submitted).

Usage

1
2
flattenMIC(mic, model = NULL, cullTiny = TRUE, tinyCutoff = 1e-06,
  includeModel = FALSE)

Arguments

mic

An MIC matrix as returned by MIC

model

the (character) label of the model, if different from what's included in the MIC

cullTiny

whether or not to remove very small values from the table (default TRUE)

tinyCutoff

how small is "very small" for culling (default 1e-6)

includeModel

whether or not to include a separate column for model name in the table (default FALSE)

Details

Creates a flat-table version of a single MIC.

Value

The MIC table flattened form of this MIC


trbrick/MICr documentation built on March 7, 2020, 3:30 p.m.