JitterMean {PoDBAY}R Documentation

Population mean jittering

Description

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).

Mean_{jitter} \sim N(mean, \frac{sd}{N} )

Usage

JitterMean(blindPopulation)

Arguments

blindPopulation

Population-class object with N, mean, stdDev attributes

Value

Jittered mean, numeric value

Examples

## Data preparation
data(vaccinated)

## Example 1
vaccinated$mean
JitterMean(vaccinated)


[Package PoDBAY version 1.4.3 Index]