V2_std_mean | R Documentation |
This function is used internally to calculate the estimate of the asymptotic variance of the standardized mean.
V2_std_mean(x, na.rm = FALSE)
x |
The vector for which to calculate the standardized mean. |
na.rm |
This parameter controls whether NA values are removed from
the data prior to calculation. Default is |
The estimated asymptotic variance of the standardized mean.
Bhargab Chattopadhyay Bhargab@iiitvadodara.ac.in, Ken Kelley kkelley@nd.edu
Kelley, K., Darku, F. B., & Chattopadhyay, B. (2018). Accuracy in parameter estimation for a general class of effect sizes: A sequential approach. Psychological Methods, 23, 226–243.
x <- c(1:4) V2_std_mean(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.