# The transformations from number of 1s and total number of observations:
A(5, 10)
varA(5, 10)
# Same with a vector of observations:
Atrans( c(1,1,1,1,1,0,0,0,0,0) )
var.Atrans( c(1,1,1,1,1,0,0,0,0,0) )
Run the code above in your browser using DataLab