grade.test: Statistical test for grade data

Description Usage Arguments Value See Also Examples

View source: R/test.R

Description

Convert grade data to real observations and perform t test.

Usage

1
grade.test(ino, alternative, paired)

Arguments

ino

a list contains inoculation grade 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, grade.barplot, dsi, lesion.test and biomass.test.

Examples

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

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