Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed May 13, 2024
1 parent 772fbdd commit b9413ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sjstats 0.18.3
# sjstats 0.19.0

* Weighted significance tests have been re-designed. The functions `weighted_ttest()`,
`weighted_mannwhitney()` and `weighted_chisqtest()` are no longer available.
Expand All @@ -15,7 +15,7 @@
replacements are `datawizard::weighted_median()`, `datawizard::weighted_sd()`
and `datawizard::weighted_mean()`.

* Package dependency was dramatically reduced. _sjstats_ now required much fewer
* Package dependency was dramatically reduced. _sjstats_ now requires much fewer
and much more light-weight packages to work.

* Some minor bugs were fixed.
Expand Down
14 changes: 7 additions & 7 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ reference:
- crosstable_statistics
- table_values

- title: "Weighted Estimates and Dispersion"
- title: "Significance Tests"
contents:
- weight
- weighted_se

- title: "Summary Statistics and Tests"
contents:
- gmd
- chi_squared_test
- kruskal_wallis_test
- mann_whitney_test
- t_test
- wilcoxon_test

- title: "Summary Statistics"
contents:
- gmd
- var_pop
- weight
- weighted_se

- title: "Tools for Regression Models"
contents:
Expand Down

0 comments on commit b9413ae

Please sign in to comment.