-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
23 lines (23 loc) · 791 Bytes
/
DESCRIPTION
File metadata and controls
23 lines (23 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: tab
Type: Package
Title: Create Summary Tables for Statistical Reports
Version: 5.1.1
Date: 2021-08-01
Author: Dane R. Van Domelen
Maintainer: Dane R. Van Domelen <vandomed@gmail.com>
Description: Contains functions for creating various types of summary tables, e.g. comparing characteristics across levels of a categorical variable and summarizing fitted generalized linear models, generalized estimating equations, and Cox proportional hazards models. Functions are available to handle data from simple random samples as well as complex surveys.
License: GPL (>=3)
LazyData: true
Encoding: UTF-8
Depends: dplyr, knitr
Imports:
kableExtra,
MASS,
stats,
survey (>= 4.1)
RoxygenNote: 7.1.1
Suggests:
gee,
rmarkdown,
survival
VignetteBuilder: knitr