lesion.test: Statistical test for lesion data

Description Usage Arguments Value See Also Examples

View source: R/test.R

Description

Perform t test on lesion data.

Usage

1
lesion.test(ino, alternative, paired)

Arguments

ino

a list contains inoculation lesion data.

alternative

a character string specifying the alternative hypothesis, must be one of "two.sided" (default), "greater" or "less". You can specify just the initial letter.

paired

a character string specifying if the experiment is paired, can be TRUE or FALSE (default). You can specify just the initial letter.

Value

p-value symbols indicating the significances between comparisons.

See Also

aid, lesion.barplot, biomass.test and grade.test.

Examples

1
2
3
demo <- system.file("extdata", "demo2.tsv", package="aid")
dat <- read.table(demo, header = TRUE, check.names=FALSE)
lesion.test(dat, alternative = "t", paired = FALSE)

wangqinhu/aid documentation built on May 4, 2019, 12:58 a.m.