create.V | R Documentation |
It creates a V-known matrix of the sampling covariance matrix using definition variables.
create.V(x, type = c("Symm", "Diag", "Full"), as.mxMatrix = TRUE)
x |
A character vector of variable names of the sampling covariance matrix. |
type |
Either |
as.mxMatrix |
Logical. Whether to convert the output into |
A list of MxMatrix-class
. The V-known sampling covariance
matrix is computed in V
.
Mike W.-L. Cheung <mikewlcheung@nus.edu.sg>
osmasem
,
create.Tau2
, create.vechsR
my.df <- Cor2DataFrame(Nohe15A1)
## Create known sampling variance covariance matrix
V0 <- create.V(my.df$vlabels)
V0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.