mypvalue: P-Value Calculator

Description Usage Arguments Value Examples

View source: R/mypvalue.R

Description

This function calculates the p-value for a given t-calc value and creates a graph that properly displays the given data

Usage

1
mypvalue(t0, xmax = 4, n = 20, alpha = 0.05)

Arguments

t0

This is the t calc value you enter

xmax

The max x-axis value

alpha

the 1-alpha is the confidence interval being used

Value

The p-value and q.

Examples

1
mypvalue(t.test(x1,mu=22)$statistic)

caba0009/TannerCabaniss documentation built on Nov. 25, 2020, 3:43 a.m.