p_to_chisq1: P right quantile in chi-squared distribution with 1 degree of...

View source: R/assoc.R

p_to_chisq1R Documentation

P right quantile in chi-squared distribution with 1 degree of freedom

Description

P right quantile that takes as its argument a probability p and that returns the p right quantile in the χ^2 distribution with one degree of freedom. In other words, it returns a value q such that a proportion p χ^2 distribution with one degree of freedom lies above q.

Usage

p_to_chisq1(p)

Arguments

p

A proportion.

Value

The p right quantile in the χ^2 distribution with one degree of freedom.

See Also

chisq1_to_p()


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