-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
23 lines (23 loc) · 838 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
Package: bdots
Type: Package
Title: Bootstrapped Differences of Time Series
Version: 1.2.0
Date: 2022-11-10
Author: Collin Nolte, Michael Seedorff, Jacob Oleson, Grant Brown,
Joseph Cavanaugh, and Bob McMurray
Maintainer: Collin Nolte <collin-nolte@uiowa.edu>
BugReports: https://github.com/collinn/bdots/issues
Depends: R (>= 4.0.0), data.table
Imports: nlme, mvtnorm, parallel, stats, graphics, utils, ggplot2,
gridExtra
LazyData: TRUE
Description: Analyze differences among time series curves with p-value
adjustment for multiple comparisons introduced in Oleson et al
(2015) <DOI:10.1177/0962280215607411>.
License: GPL-3 | file LICENSE
URL: https://github.com/collinn/bdots
NeedsCompilation: no
Encoding: UTF-8
RoxygenNote: 7.2.1
Suggests: knitr, rmarkdown, tinytest
VignetteBuilder: knitr, rmarkdown