utilities: Other Utilities

utilitiesR Documentation

Other Utilities

Description

Other Utilities

Usage

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)

Arguments

x

A matrix for chol_inv or a numeric vector for expit

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


eheinzen/gibbs.utils documentation built on Sept. 27, 2024, 9:03 p.m.