u_test: Function of testing for 'Mean of Norm Distribution' where...

Description Usage Arguments Value Examples

View source: R/function_u_test.R

Description

Function of testing for 'Mean of Norm Distribution' where variance is known

Usage

1
u_test(data, mu, thegma, alternative = "twoside")

Arguments

data

Numeric vector

mu

comparison object

thegma

Numeric value given

alternative

twoside or less

Value

mean(u)value and p value

Examples

1
2
b <- c(22, 24, 21, 24, 23, 24, 23, 22, 21, 25)
u_test(b, 25, 2.4, alternative = 'twoside')

zhaoxue-xmu/RDA documentation built on May 4, 2019, 10:17 p.m.