Fits Goodman's (1979) model II*, where row and column effects are equal.
Goodman_model_ii_star(
n,
exclude_diagonal = FALSE,
max_iter = 25,
verbose = FALSE
)a list containing alpha: vector of alpha (row) parameters beta: vector of beta (column) parameters phi: vector of common row/column effects log_likelihood: value of the log(likelihood) function at completion g_squared: G^2 fit measure chisq: X^2 fit measure df: degrees of freedom
matrix of observed counts
should the cells of the main diagonal be excluded? Default is FALSE, include all cells
maximum number of iterations
should cycle-by-cycle information be printed out? Default is FALSE, do not print