From 2f0f53a98fdfa723f0d79a046ac588f73407f64a Mon Sep 17 00:00:00 2001 From: Matthew Fidler Date: Fri, 13 Sep 2024 22:07:36 -0500 Subject: [PATCH] Add options to news --- NEWS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.md b/NEWS.md index 9953092..aeabcfa 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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