tableFromSets: Creates a contingency table from a list of vectors.

View source: R/util.R

tableFromSetsR Documentation

Creates a contingency table from a list of vectors.

Description

The list should contain two or three elements.

Usage

tableFromSets(setList)

Arguments

setList

a named list of two or three elements.

Author(s)

Rehrauer, Hubert

Schmid, Peter

Examples

aList = list(a=1:5,b=3:6)
tableFromSets(aList)

uzh/ezRun documentation built on March 5, 2025, 3:41 p.m.