GetAsinDeltaParams function

Calculate Asintotic Delta related parameters function

Calculate Asintotic Delta related parameters function

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 class 'GetAsinDeltaParams' print(x, ...)

Arguments

  • 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

Returns

NULL

Examples

GetAsinDeltaParams(matrix(c(60,10,10,20),2,2),TRUE)
  • Maintainer: Antonio Rodriguez
  • License: GPL-3
  • Last published: 2019-12-09

Useful links