View source: R/estimation_functions.R
| estimate_mean_sd_ol | R Documentation | 
This function serves two purposes: (1) collate the mean and standard deviation into a single list object,
and (2) allow for bias in the standard deviation arising from the overlapping data
by using calc_sd_ol_bias_fac.
estimate_mean_sd_ol(x, noverlap = 1)
x | 
 The data.  | 
noverlap | 
 The extent to which the data is overlapped.   | 
A list with two items:
the mean of x
the standard deviation of x adjusted for overlapping data bias, if any
Other Estimation functions: 
estimate_exp_ol(),
estimate_logis_ol()
estimate_mean_sd_ol(rnorm(100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.