-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.56 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Type: Package
Package: fitlandr
Title: Fit Vector Fields and Potential Landscapes from Intensive
Longitudinal Data
Version: 0.1.0.9000
Authors@R:
person("Jingmeng", "Cui", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3421-8457"))
Description: A toolbox for estimating vector fields from intensive
longitudinal data, and construct potential landscapes thereafter. The
vector fields can be estimated with two nonparametric methods: the
Multivariate Vector Field Kernel Estimator (MVKE) by Bandi & Moloche
(2018) <doi:10.1017/S0266466617000305> and the Sparse Vector Field
Consensus (SparseVFC) algorithm by Ma et al. (2013)
<doi:10.1016/j.patcog.2013.05.017>. The potential landscapes can be
constructed with a simulation-based approach with the 'simlandr'
package (Cui et al., 2021) <doi:10.31234/osf.io/pzva3>, or the
Bhattacharya et al. (2011) method for path integration
<doi:10.1186/1752-0509-5-85>.
License: GPL (>= 3)
URL: https://sciurus365.github.io/fitlandr/,
https://github.com/Sciurus365/fitlandr
BugReports: https://github.com/Sciurus365/fitlandr/issues
Imports:
cli,
dplyr,
furrr,
future.apply,
ggplot2,
glue,
grDevices,
grid,
magrittr,
MASS,
numDeriv,
plotly,
purrr,
R.utils,
Rfast,
rlang,
rootSolve,
simlandr (>= 0.3.0),
SparseVFC,
tidyr
Suggests:
akima,
colorRamps,
future,
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr