vividReorder: vividReorder

View source: R/vivi.R

vividReorderR Documentation

vividReorder

Description

Reorders a square matrix so that values of high importance and interaction strength are pushed to the top left of the matrix.

Usage

vividReorder(d)

Arguments

d

A matrix such as that returned by vivi

Value

A reordered version of d.

Examples

f <- lm(Sepal.Length ~ ., data = iris[, -5])
m <- vivi(fit = f, data = iris[, -5], response = "Sepal.Length")
corimp <- abs(cor(iris[, -5])[1, -1])
viviUpdate(m, corimp) # use correlation as importance and reorder


vivid documentation built on July 26, 2023, 5:22 p.m.