-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·24 lines (24 loc) · 936 Bytes
/
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
Package: symSEM
Type: Package
Title: Symbolic Computation for Structural Equation Models
Version: 0.4
Date: 2024-05-15
Depends: caracas
Imports: OpenMx, metaSEM
Suggests: testthat, roxygen2
Authors@R: person(given = "Mike", family = "Cheung", role = c("aut","cre"), email = "mikewlcheung@nus.edu.sg", comment = c(ORCID = "0000-0003-0113-0758"))
Maintainer: Mike Cheung <mikewlcheung@nus.edu.sg>
Description: A collection of functions for symbolic computation using the
'caracas' package for structural equation models and other
statistical analyses. Among its features is the ability
to calculate the model-implied covariance (and correlation)
matrix and the sampling covariance matrix of variable functions
using the delta method.
License: GPL (>=2)
Encoding: UTF-8
SystemRequirements: Python (>= 3.6.0)
LazyLoad: yes
LazyData: yes
ByteCompile: yes
URL: https://github.com/mikewlcheung/symsem
RoxygenNote: 7.3.1