Skip to content

Commit

Permalink
Add options to news
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Sep 14, 2024
1 parent 963e687 commit 2f0f53a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ m <- lotri({
This way changing to an R parsed expression will be rendered in a more
human readable format.

You can change the deparsing options that are used by default with
`lotri` with `options(lotri.plusNames=TRUE)` which prefers the `a+b+c`
syntax when deparsing. Otherwise, the line format is used by default.
The dimension number before naming the values in the line-format can
be controlled with `options(lotri.nameEst=2)` or some other dimension.

* New option of `cov` added which check for matrix suitability for
covariance matrix. When `cov=TRUE`, off-diagonal elements in
covariance matrices may no longer be nonzero if the diagonal value
Expand Down

0 comments on commit 2f0f53a

Please sign in to comment.