Description Usage Arguments Value See Also Examples
Perform t test on biomass (qPCR) data.
1  | biomass.test(bio, alternative, paired)
 | 
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.  | 
p-value symbols indicating the significances between comparisons.
aid, biomass.barplot, lesion.test and grade.test.
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.