Learn R Programming

PEIP (version 2.0-1)

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
# NOT RUN {
tinv(.4, 10)


# }

Run the code above in your browser using DataLab