R/durkalski.R

# An implementation of Durkalski et al. 2003

.durkalski.test <- function(ak, bk, ck, dk)
  .durkalski.impl(ak+bk+ck+dk, bk, ck)

.durkalski.impl <- function(nk, bk, ck)
  sum( (bk-ck)/nk )^2 / sum( ((bk-ck)/nk)^2 )

Try the clust.bin.pair package in your browser

Any scripts or data that you put into this service are public.

clust.bin.pair documentation built on May 2, 2019, 3:58 p.m.