-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from sl-eeper/master
add countby,event option in forestcox/ add pairwise option in createtableone2, createtableonejs
- Loading branch information
Showing
5 changed files
with
824 additions
and
485 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
Package: jstable | ||
Title: Create Tables from Different Types of Regression | ||
Version: 1.3.5 | ||
Date: 2024-10-20 | ||
Version: 1.3.6 | ||
Date: 2024-11-12 | ||
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")), | ||
person("Jaehun", "Shon", role = c("aut")), | ||
person("Hyojong", "Myung", role = c("aut")) | ||
person("Hyojong", "Myung", role = c("aut")), | ||
person("Hyungwoo", "Jo", role = c("aut")) | ||
) | ||
Description: Create regression tables from generalized linear model(GLM), generalized estimating equation(GEE), generalized linear mixed-effects model(GLMM), Cox proportional hazards model, survey-weighted generalized linear model(svyglm) and survey-weighted Cox model results for publication. | ||
Depends: R (>= 3.4.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.