powered by
This function perform all needed calculations to get all Delta related parameters, for a 2x2 matrix. All calculations are asintotics.
GetAsinDeltaParams(mx, fixedrows = TRUE)# S3 method for GetAsinDeltaParams print(x, ...)
# S3 method for GetAsinDeltaParams print(x, ...)
Matrix. Agreement contingency table to perform calculations
Boolean. Indicate if sample rows are fixed beforehand.
List produced by GetAsinDeltaParams
Other print options
NULL
# NOT RUN { GetAsinDeltaParams(matrix(c(60,10,10,20),2,2),TRUE) # }
Run the code above in your browser using DataLab