View source: R/expandBinomial.R
expandBinomial | R Documentation |
Utility function for expanding binomial data
expandBinomial(data, number, total, dose, curveid = character(0))
data |
a data.frame |
number |
the name of the column in the data set containing the number of affected individuals per dose level |
total |
the name of the column in the data set containing the total number of individuals per dose level |
dose |
the name of the column in the data set containing the dose values |
curveid |
the name of the column in the data set specifying the curveid (if available) |
The aim to provide an R package calculating the benchmark dose (BMD) and the lower limit of the corresponding 95% confidence interval (BMDL) for continuous and quantal dose-response data for a range of dose-response models based on the available definitions of the benchmark dose concepts.
data.frame
Signe M. Jensen and Jens Riis Baalkilde
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.