Description Usage Arguments Value References Examples
Some data to test the functionality of the package
1 2 3 | grohmann2015collaborative(lab = NULL)
sas.logistic()
|
lab |
A numeric vector indicating from which laboratory the data should be taken. |
If a lab is not NULL, a data.frame with three columns ('X', 'S', 'N') is returned. If lab is NULL, these three columns are supplemented by a fourth column indicating the laboratory.
Data grohmann2015collaborative was generated by Grohmann et al. (2015) and has been used as exemplary data by Uhlig et al. (2015) to assess performance of their statistical approach to validate PCR results. Data sas.logistic was taken from the part of the SAS manual dealing with logistic regression (https://support.sas.com/documentation/onlinedoc/stat/ex_code/132/logiex14.html).
Grohmann et al. Accred Qual Assur (2015) 20: 85. https://doi.org/10.1007/s00769-015-1108-5 Uhlig et al. Accred Qual Assur (2015) 20: 75. https://doi.org/10.1007/s00769-015-1112-9
1 2 3 | x.all <- grohmann2015collaborative()
x.5 <- grohmann2015collaborative(5)
sas <- sas.logistic()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.