zFactor.fn: Calculate z factor

Description Usage Arguments Author(s) Examples

View source: R/zFactor.fn.R

Description

a function to calculate plug-in estimate of z factor

Usage

1
zFactor.fn(x, y, k = 3)

Arguments

x

a value or a vector for the first group (reference group)

y

a value of a vector for the second group

Author(s)

Xiaohua Douglas Zhang

Examples

1
2
3
x=rnorm(20)
  y=rnorm(30)
  zFactor.fn(x, y)

xhdouglas/HTScapacity documentation built on Dec. 10, 2020, 8:20 p.m.