Learn R Programming

ade4 (version 1.7-5)

sepan: Separated Analyses in a K-tables

Description

performs K separated multivariate analyses of an object of class ktab containing K tables.

Usage

sepan(X, nf = 2) "plot"(x, mfrow = NULL, csub = 2, ...) "summary"(object, ...) "print"(x, ...)

Arguments

X
an object of class ktab
nf
an integer indicating the number of kept axes for each separated analysis
x, object
an object of class 'sepan'
mfrow
a vector of the form "c(nr,nc)", otherwise computed by a special own function n2mfrow
csub
a character size for the sub-titles, used with par("cex")*csub
...
further arguments passed to or from other methods

Value

returns a list of class 'sepan' containing :

Details

The function plot on a sepan object allows to compare inertias and structures between arrays. In black, the eigenvalues of kept axes in the object 'sepan'.

Examples

Run this code
data(escopage)
w <- data.frame(scale(escopage$tab))
w <- ktab.data.frame(w, escopage$blo, tabnames = escopage$tab.names)
sep1 <- sepan(w)
sep1
summary(sep1)
plot(sep1)

Run the code above in your browser using DataLab