Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


vortexR (version 1.1.7)

pval: Calculates p-values from z-values

Description

pval calculates one-tailed p values from a vector that contains z-values and it is geenrally used internally.

Usage

pval(x)

Arguments

x

z-values

Value

A numeric vector of length equal to length(x)

Examples

Run this code
# NOT RUN {
 z <- c(1.645, 1.96, 3.09)
 pval(z)
# }

Run the code above in your browser using DataLab