
performs K separated multivariate analyses of an object of class ktab
containing K tables.
sepan(X, nf = 2)
# S3 method for sepan
plot(x, mfrow = NULL, csub = 2, …)
# S3 method for sepan
summary(object, …)
# S3 method for sepan
print(x, …)
an object of class ktab
an integer indicating the number of kept axes for each separated analysis
an object of class 'sepan'
a vector of the form "c(nr,nc)", otherwise computed by a special own function n2mfrow
a character size for the sub-titles, used with par("cex")*csub
further arguments passed to or from other methods
returns a list of class 'sepan' containing :
a call order
a vector of characters with the names of tables
a numeric vector with the numbers of columns for each table
a numeric vector with the rank of the studied matrix for each table
a numeric vector with all the eigenvalues
a data frame with the row coordinates
a data frame with the row normed scores
a data frame with the column coordinates
a data frame with the column normed coordinates
a data frame with the factors for Li L1
a data frame with the factors for Co C1
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'.
# NOT RUN {
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