Learn R Programming

EGRETci (version 1.0.0)

pVal: pVal

Description

Computes the two-sided p value for the null hypothesis

Usage

pVal(s)

Arguments

s
slope values from the bootstrap (already flipped)

Examples

Run this code
s <- c(0.01, 0.5, 0.55, 0.99)
pValue <- pVal(s)

Run the code above in your browser using DataLab