biomass.test: Statistical test for biomass data

Description Usage Arguments Value See Also Examples

View source: R/test.R

Description

Perform t test on biomass (qPCR) data.

Usage

1
biomass.test(bio, alternative, paired)

Arguments

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.

ino

a list contains inoculation biomass data.

Value

p-value symbols indicating the significances between comparisons.

See Also

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

Examples

1
2
3
bio<-c(0.82, 3.14, 0.88, 3.21, 0.85, 3.20)
dim(bio)<-c(2,3)
biomass.test(bio, alternative = "t", paired = FALSE)

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