Skip to content

Commit

Permalink
Add normalityTest option to CreateTableOneJS - ksh
Browse files Browse the repository at this point in the history
  • Loading branch information
Suhyeon-Kwon committed Mar 22, 2024
1 parent ebbf65d commit 61dec48
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 71 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: jstable
Title: Create Tables from Different Types of Regression
Version: 1.1.7
Date: 2024-02-29
Version: 1.1.8
Date: 2024-03-22
Authors@R: c(person("Jinseob", "Kim", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9403-605X")),
person("Zarathu", role = c("cph", "fnd")),
person("Yoonkyoung","Jeon", role = c("aut"))
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quasibinomial)
importFrom(stats,quasipoisson)
importFrom(stats,shapiro.test)
importFrom(stats,update)
importFrom(survey,regTermTest)
importFrom(survey,svycoxph)
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# jstable 1.1.8

* Add `normalityTest` option to `CreateTableOneJS` to perform the Shapiro test for all variables.

# jstable 1.1.7

* Add family 'poisson', 'quasipoisson' in `glmshow.display` and `TableSubgroupMultiGLM`
Expand Down
Loading

0 comments on commit 61dec48

Please sign in to comment.