make.X.vector0: Multiway table-related rotation matrix and its features

Description Usage Arguments Value Examples

View source: R/SphereKaji20140527.R

Description

Multiway table-related rotation matrix and its features

Usage

1

Arguments

r

A vector of positive integers, a vector of number of levels of variables

Value

X A Rotation matrix; output of make.simplex.multi()

X.sub A matrix only with meaningful rows of X

X.inv Inverse matrix of X

X.inv.sub Meaningful part of X.inv

vector0 A vector indicating meaningful rows of X

Examples

1
2
3
r <- c(2,3,4)
mXv <- make.X.vector0(r)
mXv$X %*% mXv$X.inv

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