make.exp.table: Make an expected table

Description Usage Arguments Value Examples

View source: R/SphereKaji20140527.R

Description

Make an expected table

Usage

1

Arguments

A

an array or matrix

Value

The expected table in a shape of array or matrix

Examples

1
2
3
r <- c(2,3,4)
A <- array(1:prod(r),r)
make.exp.table(A)

ryamada22/mwaytable documentation built on May 28, 2019, 10:44 a.m.