capply: Apply function over tables

View source: R/capply.R

capplyR Documentation

Apply function over tables

Description

Apply a function to each contingency table in a tables object.

Usage

capply(x, f, ...)

Arguments

x

object of class tables

f

function to apply to each table

...

additional arguments to f

Value

a vector, matrix or list of outputs from the function f.


rje42/contingency documentation built on Sept. 9, 2024, 6:32 p.m.