chisq1_to_p {mclm} | R Documentation |
Proportion of chi-squared distribution with one degree of freedom that sits to the right of x
Description
Helper function that takes as its argument a numerical value x
and
that returns the proportion p of the chi-squared
distribution with one degree of freedom that sits to the right of the
value 'x.
Usage
chisq1_to_p(x)
Arguments
x |
A number. |
Value
The proportion p of the chi-squared distribution with one
degree of freedom that sits to the right of the value x
.
See Also
[Package mclm version 0.2.7 Index]