par_bootstrap_mle | R Documentation |
Parametric bootstrap for logistic regression with misclassified responses
par_bootstrap_mle(beta, x, B, seed, ncores, fp = 0, fn = 0)
beta |
a p-vector of parameter |
x |
a n x p design matrix |
B |
the number of bootstrap replicates |
seed |
for random number generator |
ncores |
number of cores for parallelisation |
fp |
false positive rate |
fn |
false negative rate |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.