powered by
This function runs the Stuart-Maxwell Test, an extension of McNemar's for a 3x3 matrix.
stuart.maxwell(X, alpha = NULL)
A 3x3 matrix of frequencies.
The Significance level, defaults to 0.05.
The Test Statistic for the Stuart-Maxwell Test.
Returns the alpha value.
Returns the p-value from the Stuart-Maxwell Test.
# NOT RUN { ## Run the Stuart-Maxwell Test on the 3x3 Matrix. stuart.maxwell(matrix(c(12, 30, 13, 7, 70, 34, 3, 20, 32), 3,3)) # }
Run the code above in your browser using DataLab