V2_smd: V2_smd

View source: R/V2_smd.R

V2_smdR Documentation

V2_smd

Description

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

Usage

V2_smd(x, y, na.rm = FALSE)

Arguments

x

The first vector.

y

The second vector.

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

Examples

x <- c(1:4)
y <- c(2:5)
V2_smd(x, y)


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