capply {contingency} | R 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 |
f |
function to apply to each table |
... |
additional arguments to |
Value
a vector, matrix or list of outputs from the function f
.
[Package contingency version 0.0.10 Index]