# NOT RUN {
# }
# NOT RUN {
## Not run:
#Take the subset corresponding to F0-females of 16 weeks of age
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')
# }
Run the code above in your browser using DataLab