Description Usage Arguments Author(s) Examples
a function to calculate plug-in estimate of z factor
1 | zFactor.fn(x, y, k = 3)
|
x |
a value or a vector for the first group (reference group) |
y |
a value of a vector for the second group |
Xiaohua Douglas Zhang
1 2 3 | x=rnorm(20)
y=rnorm(30)
zFactor.fn(x, y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.