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
|
Source: r-cran-semplot
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-r,
r-base-dev,
r-cran-qgraph,
r-cran-lavaan,
r-cran-sem,
r-cran-plyr,
r-cran-xml,
r-cran-igraph,
r-cran-lisreltor,
r-cran-rockchalk,
r-cran-colorspace,
r-cran-corpcor,
r-cran-openmx
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-semplot
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-semplot.git
Homepage: https://cran.r-project.org/package=semPlot
Rules-Requires-Root: no
Package: r-cran-semplot
Architecture: all
Depends: ${R:Depends},
${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: path Diagrams and visual analysis of various SEM GNU R packages
This GNU R package provides path diagrams and visual analysis of various
SEM packages' output. Path diagrams including visualizations of the
parameter estimates can be plotted with `semPaths` and visualizations of
the implied and observed correlation structures can be plotted using
`semCors`. Finally, SEM syntax can be generated using `semSyntax`.
|