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 April 19, 2024, 8:25 a.m.