powered by
wle.binomial
wle.binomial(x, size, boot=30, group, num.sol=1, raf="HD", tol=10^(-6), equal=10^(-3), max.iter=500)
size
raf="HD": Hellinger Distance RAF,
raf="HD"
raf="NED": Negative Exponential Disparity RAF,
raf="NED"
raf="SCHI2": Symmetric Chi-Squared Disparity RAF.
raf="SCHI2"
tol
class
"wle.binomial"
Only print method is implemented for this class.
The object returned by wle.binomial are:
max.iter
library(wle) set.seed(1234) x_rbinom(20,p=0.2,size=10) wle.binomial(x,size=10) x_c(rbinom(20,p=0.2,size=10),rbinom(10,p=0.9,size=10)) wle.binomial(x,size=10)
Run the code above in your browser using DataLab