draw_x2: Draw chi-squared distribution curve

Description Usage Arguments Value Examples

View source: R/draw_x2.R

Description

Draw chi-squared distribution curve

Usage

1
draw_x2(q = NULL, p = 0.05, df = 2)

Arguments

q

vector of quantiles

p

vector of probabilities

df

degrees of freedom (non-negative, but can be non-integer).

Value

A ggplot

Examples

1
2
draw_x2(df=1)
draw_x2(q=0.78)

cardiomoon/interpretCI documentation built on Feb. 9, 2022, 12:59 a.m.