-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1.24 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
Type: Package
Package: dSep
Title: Path analysis using d-separation
Version: 0.2.4.1
Authors@R:
person("Joan", "Maspons", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2286-8727"))
Maintainer: Joan Maspons <[email protected]>
Description:Generic implementation of path analysis using d-separation.
It allows to use lm, glm, gls, pgls, phylolm, phyloglm, MCMCglmm and
brm models to test the conditional independence statements.
IMPORTANT- you need to install 'graph' package: if
(!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager") BiocManager::install("graph")
BiocManager::install(c("Rgraphviz", "gRbase")) # Recommended ## FOR
OLDER R VERSIONS (< 3.5) source("https://bioconductor.org/biocLite.R")
biocLite("graph") biocLite(c("Rgraphviz", "gRbase")) # Recommended.
License: GPL-3
URL: https://jmaspons.github.io/dSep/, https://github.com/jmaspons/dSep
BugReports: https://github.com/jmaspons/dSep/issues
Imports:
graph
Suggests:
brms,
caper,
gRbase,
MCMCglmm,
nlme,
phylolm,
Rgraphviz,
testthat
Additional_repositories: https://bioconductor.org
biocViews:
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.1.1