-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
44 lines (44 loc) · 1.46 KB
/
DESCRIPTION
File metadata and controls
44 lines (44 loc) · 1.46 KB
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
36
37
38
39
40
41
42
43
44
Package: bootStateSpace
Title: Bootstrap for State Space Models
Version: 1.0.3.9000
Authors@R: c(
person(given = "Ivan Jacob Agaloos",
family = "Pesigan",
role = c("aut", "cre", "cph"),
email = "r.jeksterslab@gmail.com",
comment = c(ORCID = "0000-0003-4818-8420")),
person(given = "Michael A.",
family = "Russell",
role = "ctb",
email = "mar60@psu.edu",
comment = c(ORCID = "0000-0002-3956-604X")),
person(given = "Sy-Miin",,
family = "Chow",
role = "ctb",
email = "quc16@psu.edu",
comment = c(ORCID = "0000-0003-1938-027X"))
)
Description: Provides a streamlined and user-friendly framework for
bootstrapping in state space models, particularly when the number of
subjects/units (n) exceeds one, a scenario commonly encountered in
social and behavioral sciences. The parametric bootstrap implemented
here was developed and applied in Pesigan, Russell, and Chow (2025)
<doi:10.1037/met0000779>.
URL: https://github.com/jeksterslab/bootStateSpace, https://jeksterslab.github.io/bootStateSpace/
BugReports: https://github.com/jeksterslab/bootStateSpace/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Depends:
R (>= 3.5.0)
Imports:
stats,
simStateSpace,
dynr
Suggests:
knitr,
rmarkdown,
testthat
SystemRequirements: GNU GSL (>= 2.5)
RoxygenNote: 7.3.3.9000