chisq1_to_p: Proportion of chi-squared distribution with one degree of...

View source: R/assoc.R

chisq1_to_pR 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

p_to_chisq1()


mclm documentation built on Oct. 3, 2022, 9:07 a.m.