-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 1003 Bytes
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 1003 Bytes
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
Package: bdots
Type: Package
Title: Bootstrapped Differences of Time Series
Version: 2.0.0
Date: 2025-7-15
Authors@R: c(
person("Collin", "Nolte", email = "noltecollin@grinnell.edu", role = c("aut", "cre")),
person("Michael", "Seedorff", role = "aut"),
person("Jacob", "Oleson", role = "aut"),
person("Grant", "Brown", role = "aut"),
person("Joseph", "Cavanaugh", role = "aut"),
person("Bob", "McMurray", role = "aut"))
BugReports: https://github.com/collinn/bdots/issues
Depends: R (>= 4.1.0)
Imports: nlme, mvtnorm, parallel, stats, graphics, utils, ggplot2,
gridExtra, data.table
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
URL: https://github.com/collinn/bdots
NeedsCompilation: no
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests: knitr, rmarkdown, tinytest
VignetteBuilder: knitr, rmarkdown