Description Usage Arguments Value Examples
View source: R/FunctionsPODBAYEfficacy.R
Function jitters the mean of the population.
Jittering is adding noise to the mean. The jittered mean is sampled from the distribution with the population mean and population standard deviation divided by the number of subjects in the population. The input population is provided in the form of population class objects (see the Population-class
function for more details).
MeanJitter ~ N(mean, sd/N)
1 | JitterMean(blindPopulation)
|
blindPopulation |
|
Jittered mean, numeric value
1 2 3 4 5 6 | ## Data preparation
data(vaccinated)
## Example 1
vaccinated$mean
JitterMean(vaccinated)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.