V2_contrast | R Documentation |
This is an internal function called to calculate the estimate of the asymptotic variance of a contrast.
V2_contrast(data, coef, na.rm = FALSE)
data |
The data set for which to calculate the contrast. |
coef |
The set of coefficients. |
na.rm |
This parameter controls whether NA values are removed from
the data prior to calculation. Default is |
The coefficients multiplied by the variance of each column
Bhargab Chattopadhyay Bhargab@iiitvadodara.ac.in, Ken Kelley kkelley@nd.edu
dat_1 <- matrix(1:10, ncol=2) V2_contrast(dat_1, coef=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.