Learn R Programming

ISCAM (version 1.0.0)

iscaminvt: Inverse T Calculation

Description

invt calculates the t quantile of a specified probability.

Usage

iscaminvt(prob, df, direction, verbose = TRUE)

Value

The t value for the specified probability.

Arguments

prob

Desired probability.

df

Degrees of freedom

direction

direction for probability calculation: "above", "below", "outside", "between".

verbose

Logical, defaults to TRUE. Set to FALSE to suppress messages

Examples

Run this code
iscaminvt(0.05, df = 15, direction = "below")
iscaminvt(0.10, df = 25, direction = "above")
iscaminvt(0.95, df = 30, direction = "between")
iscaminvt(0.05, df = 20, direction = "outside")

Run the code above in your browser using DataLab