Description Usage Arguments Details Value Author(s) See Also Examples
Calculate p-values from z-statistics.
1 |
z_value |
The z-statistics to be converted into a p-Value. |
two.sided |
Indicator of the statistics be calculatede as two-sided (TURE) or one-sided (FALSE). |
utility function for conversion of p-values
corresponding p-Value from the t-, z- or F-statistics
Roland Rapold
1 2 3 4 5 6 7 | pFromF(f_value=35.68, df1=2, df2=5)
pFromF(f_value=35.68, df1=2, df2=5, two.sided=TRUE)
pFromF(f_value= 1.96, df1=10, df2=10)
pFromF(f_value= 1.96, df1=10, df2=100)
pFromF(f_value= 1.96, df1=10, df2=1000)
pFromF(f_value= 1.96, df1=10, df2=1000, two.sided=TRUE)
pFromF(f_value= 1.96, df1=10, df2=1000, two.sided=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.