-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
25 lines (25 loc) · 1.25 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: jstable
Title: Create Tables from Different Types of Regression
Version: 1.3.8
Date: 2024-11-28
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("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)
License: Apache License 2.0
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: geepack, lme4, stats, data.table, labelled, tableone, coxme, survival (>= 3.0.0), survey, methods, dplyr, purrr, magrittr, tibble, rlang, car, lmerTest
URL: https://github.com/jinseob2kim/jstable
BugReports: https://github.com/jinseob2kim/jstable/issues
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr
LazyData: true