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 March 6, 2023, 5:16 a.m.