Revision a53065a09c3fce65a63e137deb5bccb6162e6cff authored by Matthias Templ on 18 November 2020, 20:10:02 UTC, committed by cran-robot on 18 November 2020, 20:10:02 UTC
1 parent 9ae1e67
Raw File
intArray.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/intArray.R
\name{intArray}
\alias{intArray}
\title{Interaction array}
\usage{
intArray(x)
}
\arguments{
\item{x}{an object of class \dQuote{intTab}}
}
\value{
The interaction array
}
\description{
Estimates the interaction compositional table 
with normalization for further analysis according to Egozcue et al. (2015)
}
\details{
Estimates the interaction table using its ilr coordinates.
}
\examples{
data(precipitation) 
tab1prob <- prop.table(precipitation)
tab1 <- indTab(precipitation)
tabINT <- intTab(tab1prob, tab1)
intArray(tabINT)
}
\references{
Egozcue, J.J., Pawlowsky-Glahn, V., Templ, M., Hron, K. (2015)
Independence in contingency tables using simplicial geometry. 
\emph{Communications in Statistics - Theory and Methods}, 44 (18), 3978--3996.
}
\seealso{
\code{\link{intTab}}
}
\author{
Matthias Templ
}
back to top