Learn R Programming

PEIP (version 2.2-5)

tinv: Inverse T-distribution

Description

Inverse T-distribution, qt

Usage

tinv(p, nu)

Value

Quantile for T-distribution

Arguments

p

P-value

nu

degrees of freedom

Author

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

Details

Wrapper for qt

See Also

qt

Examples

Run this code

tinv(.4, 10)


Run the code above in your browser using DataLab