iscam_tprob: iscam_tprob Function

Description Usage Arguments Examples

Description

This function calculates tail probability for the t distribution.

Usage

1
iscam_tprob(xval, df, direction, xval2 = NULL)

Arguments

xval

x value

df

degrees of freedom

direction

a string for finding the probability above ("above") or below ("below") the inputted value

xval2

second observation necessary if "outside" or "between" is specified as the direction

Examples

1
iscam_tprob(4, 5, "above")

apjacobson/iscam documentation built on May 6, 2019, 12:08 p.m.