pval_zscore {ludic} | R Documentation |
Compute p-values for a Z-score
Description
Compute p-values for a Z-score assuming normal distribution of the z-score under the null Hypothesis H0
Usage
pval_zscore(beta, sigma)
Arguments
beta |
the estimate |
sigma |
estimate's estimated variance |
Value
the p-value
[Package ludic version 0.2.0 Index]