utilities | R Documentation |
Other Utilities
gu_chol(x, take.chol = !is.gu_chol(x), ...)
is.gu_chol(x)
## S3 method for class 'gu_chol'
chol(x, ..., verbose = FALSE)
chol_inv(x, ...)
logit(p)
expit(x)
x |
A matrix for |
take.chol |
Should the cholesky be taken? |
... |
Other arguments (not in use at this time) |
verbose |
Logical, indicating whether to print some stuff. |
p |
A numeric vector |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.