Skip to content

Commit

Permalink
bugfix: correct reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kkholst committed Dec 20, 2023
1 parent c1e2665 commit bedb98a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: lava
Type: Package
Title: Latent Variable Models
Version: 1.7.4
Date: 2023-11-29
Date: 2023-12-10
Authors@R: c(person("Klaus K.", "Holst", email="klaus@holst.it", role=c("aut", "cre")),
person("Brice", "Ozenne", role = "ctb"),
person("Thomas", "Gerds", role = "ctb"))
Expand Down
12 changes: 5 additions & 7 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# lava 1.7.4
Development version

Development version

- estimate.mlm, IC.mlm, pars.mlm, estimate.array, estimate.data.frame
- Print method
- merge regex
- IC should generally return row-names (default id) as obtained from
model.matrix or similar
- New methods `estimate.mlm`, `IC.mlm`, `pars.mlm`, `estimate.array`, `estimate.data.frame`
- `Print` method for nicer print of tabular data (matrix, data.frame)
- `merge` regex
- `IC` should generally return row-names (default id) as obtained from model.matrix or similar
- TODO:
+ Rewrite DESCRIPTION/lava-package.Rd
+ Update README to reflect current state of package
Expand Down
2 changes: 1 addition & 1 deletion vignettes/correlation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ correlation(e)

Note, that in this case the confidence intervals are constructed
by using a variance stabilizing transformation, Fishers
\(z\)-transform [@lehmann_romano_2005],
\(z\)-transform [@lehmann2023_testing],

\[z = \arctanh(\widehat{\rho}) =
\frac{1}{2}\log\left(\frac{1+\widehat{\rho}}{1-\widehat{\rho}}\right)\]
Expand Down

0 comments on commit bedb98a

Please sign in to comment.