ttest.plot: Plot the PDF of Test Statistic with the T-distribution

Description Usage Arguments Value Examples

View source: R/ttest.plot.R

Description

Plot the PDF of Test Statistic with the T-distribution

Usage

1
ttest.plot(md, deg, prng = c(-4, 4), side = "two", dig = 4, mt, pvout = TRUE)

Arguments

md

T-test statistic for the difference of population means

deg

Degree of freedom

prng

Range of x-axis, Default: c(-4, 4)

side

Type of the alternative hypothesis, Default: 'two'

dig

Number of digits below the decimal point, Default: 4

mt

Plot title

pvout

Print p-value? Default: TRUE

Value

None.

Examples

1
ttest.plot(1.96, deg = 24)

jhk0530/Rstat documentation built on Dec. 20, 2021, 11:11 p.m.