-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·29 lines (29 loc) · 960 Bytes
/
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
26
27
28
29
Package: ClinStats
Type: Package
Title: Statistic tools for clinical research as SPSS
Version: 0.1.0
Author: person(given = 'Cong', family = 'Liu', email = 'dibatian@live.com', role = c('aut', 'cre'))
Maintainer: Cong Liu <dibatian@live.com>
Description: ClinStats package aims to calculate some clinical index in a very easy and robust
way,such as OR value, RR value, sample size for a RCT and on. And also we want to provide an easy way for
one-step statistic as SPSS, user only need input their data and what they aim to do, ClinStats will produce
a comprehensive results.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
metafor,
do,
stats,
magrittr
URL: https://github.com/the8thday/ClinStats
BugReports: https://github.com/the8thday/ClinStats/issues
VignetteBuilder: knitr
Depends:
R (>= 2.10)