Skip to content
/ aid Public

an R package for the analysis of inoculation data (experimental)

Notifications You must be signed in to change notification settings

wangqinhu/aid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

library(devtools)
install_github(repo = "wangqinhu/aid")

Syntax

library(aid)
# grade data
demo1 <- system.file("extdata", "demo1.tsv", package="aid")
aid(demo1, type = "grade", alternative="less", paired=FALSE)
# lesion data
demo2 <- system.file("extdata", "demo2.tsv", package="aid")
aid(demo2, type = "lesion", alternative="two.sided", paired=FALSE)
# biomass data
demo3 <- system.file("extdata", "demo3.tsv", package="aid")
aid(demo3, type = "biomass", alternative="greater", paired=FALSE)

About

an R package for the analysis of inoculation data (experimental)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages