Description Usage Arguments Value Author(s) Examples
View source: R/FoldHit.homoVAR.UMVUE.fn.R
a function to calculate the UMVUE of FoldHit under homoscedasticity for two groups excluding NA values
1 | FoldHit.homoVAR.UMVUE.fn(Y1, Y2)
|
Y1 |
a value or a vector for the first group (reference group) |
Y2 |
a vector for the second group |
FoldHit
: Xiaohua Douglas Zhang 02/2020
1 2 | y1 = rnorm(12, 0, 1); y2 = rnorm(12, 3, 1)
FoldHit.homoVAR.UMVUE.fn(y1, y2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.