V2_std_mean: V2_std_mean

View source: R/V2_std_mean.R

V2_std_meanR Documentation

V2_std_mean

Description

This function is used internally to calculate the estimate of the asymptotic variance of the standardized mean.

Usage

V2_std_mean(x, na.rm = FALSE)

Arguments

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

Value

The estimated asymptotic variance of the standardized mean.

Author(s)

Bhargab Chattopadhyay Bhargab@iiitvadodara.ac.in, Ken Kelley kkelley@nd.edu

References

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.

Examples

x <- c(1:4)
V2_std_mean(x)


yelleKneK/SMSD documentation built on Nov. 23, 2022, 6:40 p.m.