mjca(obj, nd = 2, lambda = "adjusted", supcol = NA, maxit = 50, epsilon = 0.0001)
lambda = "JCA"
results in a joint correspondence analysis using iterative adjusment of the Burt matrix in the solution space.nd
-dimensional solutionmatch.call
mjca
computes a multiple or joint correspondence analysis based on the eigenvalue decomposition of the Burt matrix.eigen
, plot.mjca
, summary.mjca
, print.mjca
library(MASS)
data(farms)
mjca(farms)
# Joint correspondence analysis:
mjca(farms, lambda = "JCA")
Run the code above in your browser using DataLab