
Last chance! 50% off unlimited learning
Sale ends in
Interface functions and minor extensions to cpp functions.
tabAdd(tab1, tab2)tabAlign(tab1, tab2)
tabDiv(tab1, tab2)
tabDiv0(tab1, tab2)
tabEqual(tab1, tab2, eps = 1e-12)
tabExpand(tab, aux)
tabMult(tab1, tab2)
tabSubt(tab1, tab2)
tabListMult(lst)
tabListAdd(lst)
tabPerm(tab, perm)
tabMarg(tab, marg = NULL)
tabSum(tab, ...)
tabProd(tab, ...)
tabNormalize(tab, type = "none")
Criterion for checking equality of two arrays.
Arrays with named dimnames (we call them 'named arrays').
Either a list with names and dimnames or a named array from which such a list can be extracted.
List of arrays.
A vector of indices or dimnames or a right hand sided formula giving the desired permutation/margin.
One of "none", "first" and "all".