Updating a Burt matrix in Joint Correspondence Analysis based on iteratively weighted least squares.
iterate.mjca(B, lev.n, nd = 2, maxit = 50, epsilon = 0.0001)
A Burt matrix.
The number of levels for each factor from the original response pattern matrix.
The required dimensionality of the solution.
The maximum number of iterations.
A convergence criterion for the maximum absolute difference of updated values compared to the previous values. The iteration is completed when all differences are smaller than epsilon
.
The updated Burt matrix
Vector of length 2 containing the number of iterations and epsilon
The function iterate.mjca
computes the updated Burt matrix. This function is called from the function mjca
when the option lambda="JCA", i.e. when a Joint Correspondence Analysis is performed.