tnorm.comp: Compare T-Dist. with the Standard Normal

tnorm.compR Documentation

Compare T-Dist. with the Standard Normal

Description

Compare T-Dist. with the Standard Normal

Usage

tnorm.comp(nu = c(10, 30), lo = -3.5, up = 3.5, dig = 4, dcol)

Arguments

nu

Degree of freedom for the chi-sq. dist. Default: c(10, 30)

lo

Lower limit of x-axis, Default: -3.5

up

Upper limit of x-axis, Default: 3.5

dig

Number of digits below the decimal point, Default: 4

dcol

Color of plot lines

Value

None.

Examples

nu = c(1, 5, 10, 30)
tnorm.comp(nu)

adoocavo/Rstat_M1 documentation built on March 19, 2022, 3:34 a.m.