knitr::opts_chunk$set(echo = TRUE)
BioRssay will help you to analyze mortality data from bioassays of any kind (e.g.,insecti/pesti/herbi-cides, antibiotics, etc.).
library(BioRssay) data(bioassay) transd<-probit.trans(bioassay$assay2) data<-transd$tr.data strains<-levels(data$strain) mort.plot(data,strains)
For a comprehensive tutorial on the package, go to https://milesilab.github.io/BioRssay/ and navigate to "Get started" where all the functions and usage are explained with ample examples.
Installation
install.packages("BioRssay")
if (!requireNamespace("devtools", quietly = TRUE)) install.packages("devtools") devtools::install_github("milesilab/BioRssay", build_vignettes = TRUE)
Please don't forget to cite us if you use the package.
How to cite
Karunarathne, P., Pocquet, N., Labbé, P. et al. BioRssay: an R package for analyses of bioassays and probit graphs. Parasites Vectors 15, 35 (2022). https://doi.org/10.1186/s13071-021-05146-x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.