assoc: Matrix of General Association

Description Usage Arguments Details Value Author(s) Examples

View source: R/assoc-test.R

Description

assoc computes a matrix of general association between categorical and quantitative variables.

Usage

1
assoc(data, re = NULL)

Arguments

data

Data frame with covariates

re

Logical values, indicating if random effects should be included or not.

Details

Given a data.frame, it will compute a matrix of association between all the variables.

Value

A matrix of the pairwise association.

Author(s)

Erick Albacharro Chacon-Montalvan

Examples

1
2
3
library(lattice)
assoc_mat <- assoc(iris)
levelplot(assoc_mat)

ErickChacon/day2day documentation built on May 6, 2019, 4:03 p.m.