t_test: T test and TukeyHSD test

Description Usage Arguments See Also Examples

Description

T test and TukeyHSD test

Usage

1
2
3
4
5
t_test(x, y)

t_test_simple(file, outfile = NULL)

t_test2.character(file, outfile = "result.xlsx")

Arguments

x

A numeric vector

y

A numeric vector

file

The file path of xlsx

outfile

The file path of xlsx for OUTPUTS

See Also

stats::t.test(), stats::TukeyHSD()

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
set.seed(1)
x <- rnorm(100)
y <- rnorm(100)
t_test(x, y)

## Not run: 
t_test_simple("a.xlsx")

## End(Not run)
## Not run: 
t_test_simple2(file)

## End(Not run)

cuijj6/jpaper documentation built on Dec. 16, 2020, 4:24 a.m.