
Last chance! 50% off unlimited learning
Sale ends in
Does Anscombe's inverse sine transformation on a vector input.
ansc(x, binsize)
input data vector
the binomial size corresponding to the observed binomial values.
vector of transformed data corresponding to x
.
Performs the Anscombe calculation:
Anscombe, F.J. (1948) The transformation of poisson, binomial and negative binomial data. Biometrika, 35, 246-254.
afgen
, hfdenoise
, hfdenoise.wav
, link{invansc}
# NOT RUN {
#generate binomial data:
x<-rbinom(100,10,.5)
y<-ansc(x,10)
#this is now the transformed data.
# }
Run the code above in your browser using DataLab