-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.67 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
55
56
57
58
Package: phylosem
Type: Package
Title: Phylogenetic Structural Equation Model
Version: 1.1.4
Date: 2024-04-02
Authors@R:
c(person(given = "James",
family = "Thorson",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7415-1010")),
person(given = "Wouter",
family = "van der Bijl",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7366-1868"))
)
Imports:
sem,
ape,
phylobase,
phylopath,
methods
Depends:
TMB,
R (>= 4.0.0),
Suggests:
semPlot,
TreeTools,
Rphylopars,
phylolm,
fishtree,
phyr,
knitr,
rmarkdown,
ggplot2,
testthat,
phylosignal,
adephylo
Enhances:
phytools,
DiagrammeR
LinkingTo:
RcppEigen,
TMB
Description: Applies phylogenetic comparative methods (PCM) and phylogenetic trait imputation using
structural equation models (SEM), extending methods from Thorson et al. (2023) <doi:10.1111/2041-210X.14076>.
This implementation includes a minimal set of features, to
allow users to easily read all of the documentation and source code. PCM using SEM
includes phylogenetic linear models and structural equation models as nested submodels,
but also allows imputation of missing values. Features and comparison with other packages
are described in Thorson and van der Bijl (2023) <doi:10.1111/jeb.14234>.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.1
VignetteBuilder: knitr
URL: https://james-thorson-noaa.github.io/phylosem/
BugReports: https://github.com/James-Thorson-NOAA/phylosem/issues