Description Usage Arguments Value Examples
View source: R/GetAsinDeltaParams.R
This function perform all needed calculations to get all Delta related parameters, for a 2x2 matrix. All calculations are asintotics.
1 2 3 4 | GetAsinDeltaParams(mx, fixedrows = TRUE)
## S3 method for class 'GetAsinDeltaParams'
print(x, ...)
|
mx |
Matrix. Agreement contingency table to perform calculations |
fixedrows |
Boolean. Indicate if sample rows are fixed beforehand. |
x |
List produced by GetAsinDeltaParams |
... |
Other print options |
NULL
1 | GetAsinDeltaParams(matrix(c(60,10,10,20),2,2),TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.