https://github.com/cran/IQCC
Raw File
Tip revision: 015c96430f6bddf3c9b4b20d878ceae380a023be authored by Emanuel P. Barbosa on 21 September 2009, 00:00:00 UTC
version 1.0
Tip revision: 015c964
d2.R
d2 <-
function(n){
d<-integrate(function(w){1-ptukey(w,n,Inf)},0,Inf)
return(d)
}

back to top