my.invnorm = function(x) { res = rank(x) res = qnorm(res/(length(res)+0.5)) return(res) }
Post a Comment
No comments:
Post a Comment