View source: R/dose-response.R
virtual_population | R Documentation |
Generates a population of individual dose-response curves
virtual_population(n, thresh_25, thresh_75, weight_p1, weight_p2)
n |
number of individual dose-response curves to generate |
thresh_25 |
lower bound on simulated ed25 vs observed ed25 (bound calculated as thresh_25 * observed) |
thresh_75 |
upper bound on simulated ed75 vs observed ed75 (bound calculated as thresh_75 * observed) |
weight_p1 |
the weight (0<=weight<=1) of the purely empirical distribution of p1 derived from Phillips et al. (2017) |
weight_p2 |
the weight (0<=weight<=1) specifying the factor to suppress variation in p2_log|p1 |
a tibble with n rows with pairs of logistic_2 dose-response parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.