pvalz | R Documentation |
Function to computes the P-value for a Standard Gaussian random variable.
pvalz(zval, decnum = 5)
zval |
A numeric random variable following a Standard Gaussian distribution. |
decnum |
the number of decimals to be used in the output. The default is set to 5. |
It is suited to compute the P-value for any random variable following a Standard Gaussian probability density function.
This function returns the P-value or probability of getting a value as large as 'zval'.
Christian Salas-Eljatib
pvalz(1.96)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.