Description Details Note Author(s) References Examples
This package contains all of the functions necessary to run the RSCABS analysis through the GUI or command line on histopathological data.
Package:RSCABS
Type: Package
Version: 0.01
Date: 2016-04-21
License: CC0
The command line version uses runRSCABS
(see example below). Use the command Histopath
to call the GUI version.
Joe Swintek <swintek.joe@epa.gov> as author and Kevin Flynn as a tester.
Maintainer: Joe Swintek <swintek.joe@epa.gov>
Green, John W. and Springer, Timothy A. and Saulnier, Amy N. and Swintek, Joe, (2014) Statistical analysis of histopathological endpoints. Environmental Toxicology and Chemistry, 33(5), 1108-1116
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
#Take the subset corresponding to F0-females of 16 weeks of age
## Not run:
data(exampleHistData)
exampleHistData.sub<-exampleHistData[which(exampleHistData$Generation=='F2' &
exampleHistData$Genotypic_Sex=='Female' & exampleHistData$Age=='16_wk' ), ]
#Run RSCABS
exampleResults<-runRSCABS(exampleHistData.sub,'Treatment','Replicate',test.type='RS')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.