Fits Goodman's (1979) uniform association model
Goodman_uniform_association(
n,
max_iter = 25,
verbose = FALSE,
exclude_diagonal = FALSE
)a list containing alpha: row effects beta: column effects theta: uniform association parameter log_likelihood: log(likelihood) g_squared: G^2 fit measure chisq: X^2 fit measure df: degrees of freedom
matrix of observed counts
maximum number of iterations. Default is 10.
should cycle-by-cycle info be printed out? Default is FALSE
logical. Should the cells of the main diagonal be excluded from the computations? Default is FALSE, include all cells.