validate_variance | R Documentation |
Check properties for a covariance matrix
validate_variance(
x,
dimension = dim(as.matrix(x)),
what = "var.ini",
where = ""
)
x |
number or matrix. |
dimension |
numeric vector with dimensions of the matrix |
what |
string. What are we validating |
where |
string. Model component where coordinates were specified. For
error messages only. E.g. |
TRUE
if all checks pass
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.