-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
17 lines (17 loc) · 903 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Package: MvTrend
Type: Package
Title: Testing for Trend in Benefit-Risk Analysis with Prioritized Multiple Outcomes
Version: 0.1.0
Author: Ziqiao Wang, Jie Chen
Maintainer: Ziqiao Wang <[email protected]>
Description: This is a R package testing for trend in benefit-risk analysis with prioritized multiple outcomes. This package can be implemented for testing for trend in multiple settings. For example, in clinical trials benefit-risk analysis, we are interested to test whether there is a significant trend between the effect on the patients for different doses of a new drug compared with the control. This package enables us to test for the trend of the effect by directly combining multiple outcomes simultanuously.
License: GPL-2
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5)
Imports:
dplyr,clinfun,mvtnorm
Suggests: knitr,rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.0.2.9000