mypvalue: mypvalue

Description Usage Arguments Details Value Examples

View source: R/mypvalue.R

Description

When given a t0 it calculates alpha/2 and graphs the distribution

Usage

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

Arguments

t0

tcalc param

xmax

maximum x

n

number of values

alpha

the value of alpha

Details

This is a function created in the Math4753 package that when given parameters of alpha and t0 it will graph the p-value and display p-values areas

Value

a list with the q and p-value

Examples

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

lukedlw/math4753ward0018 documentation built on April 28, 2020, 6:07 a.m.