| rie.c | R Documentation |
Information error and relative information error for continuous variables following the multinomial distribution using correlation matrix.
rie.c(cor, rvars, svars, std = TRUE)
cor |
covariance matrix |
rvars |
relevant variables |
svars |
selected variables |
std |
logical. whether information should be standardized. |
Shuo Wang
m <- GenMatrix(3, rlist = list(c(1, 2, 0.5), c(1, 3, 0.3), c(2, 3, 0.7)))
rvars <- c("x1", "x2")
svars <- c("x2", "x3")
rie.c(m, rvars, svars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.