powered by
pval calculates one-tailed p values from a vector that contains z-values and it is geenrally used internally.
pval
pval(x)
z-values
A numeric vector of length equal to length(x)
# NOT RUN { z <- c(1.645, 1.96, 3.09) pval(z) # }
Run the code above in your browser using DataLab