tinv: Inverse T-distribution

View source: R/tinv.R

tinvR Documentation

Inverse T-distribution

Description

Inverse T-distribution, qt

Usage

tinv(p, nu)

Arguments

p

P-value

nu

degrees of freedom

Details

Wrapper for qt

Value

Quantile for T-distribution

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

See Also

qt

Examples


tinv(.4, 10)



PEIP documentation built on Aug. 21, 2023, 9:10 a.m.