mypvalue: My P value

Description Usage Arguments Examples

View source: R/mypvalue.R

Description

mypvalue creates a p-value plot from a sample.

Usage

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

Arguments

t0

The sample

xmax

The maximum x value

n

The size of the sample

alpha

(100-alpha) CI

Examples

1
mypvalue(qt(1-0.05/2,9), n=10, alpha=0.05)

JakeDaSnake1112/StatsPackage documentation built on Dec. 18, 2021, 12:30 a.m.