Learn R Programming

PEIP (version 1.7)

tinv: Inverse T-distribution

Description

Inverse T-distribution, qt

Usage

tinv(p, nu)

Arguments

p
P-value
nu
degrees of freedom

Value

  • Quantile for T-distribution

Details

Wrapper for qt

See Also

qt

Examples

Run this code
tinv(.4, 10)

Run the code above in your browser using DataLab