View source: R/linear_adjust.R
linear_adjust | R Documentation |
linear_adjust
function used to project the max_k line into the probabilities of interest
linear_adjust(min_maxk = NULL, probs = NULL, probs_interest)
min_maxk |
minimum maxk found for each probability of interest |
probs |
Probabilities where maxk was evaluated |
probs_interest |
Probabilities of interest to estimate |
Returns the maxk line for the probabilities of interest
linear_adjust(min_maxk = c(10, 15, 20),
probs = c(1-1e-1, 1-1e-2, 1-1e-3),
probs_interest = c(1-1e-6, 1-1e-7, 1-1e-8))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.