forked from njm18/tboot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1.04 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
26
27
28
29
30
31
32
33
34
35
Package: tboot
Title: Tilted Bootstrap
Version: 0.2.0
Authors@R: c(
person(
family = "Morris",
given = "Nathan",
email = "[email protected]",
role = c("aut", "cre")),
person(
family = "Landau",
given = c("William", "Michael"),
email = "[email protected]",
role = c("ctb")),
person(
family = "Eli Lilly and Company",
role = "cph"))
Description: Creates simulated clinical trial data with realistic correlation structures and assumed efficacy levels by using a tilted bootstrap resampling approach. Samples are drawn from observed data with some samples appearing more frequently than others. May also be used for simulating from a joint Bayesian distribution along with clinical trials based on the Bayesian distribution.
License: GPL-3
Depends:
R (>= 3.2.0)
Imports:
stats,
quadprog,
kernlab
Suggests:
knitr,
rmarkdown,
testthat,
MASS,
ggplot2
VignetteBuilder: knitr
URL: https://github.com/nmorris-lilly/tboot
BugReports: https://github.com/nmorris-lilly/tboot/issues
RoxygenNote: 7.0.2