Package: ctsem
Type: Package
Title: Continuous Time Structural Equation Modelling
Version: 2.6.4
Date: 2018-6-8
Authors@R: c(person("Charles", "Driver", role =
    c("aut","cre","cph"),email="driver@mpib-berlin.mpg.de"),
    person("Manuel", "Voelkle", role = c("aut","cph")),
    person("Han", "Oud", role = c("aut","cph") ))
Description: A hierarchical, multivariate, continuous (and discrete) time dynamic modelling
    package for panel and time series data, using stochastic differential
    equations. Contains a faster frequentist set of functions using OpenMx for
    single subject and mixed-effects (random intercepts only) structural
    equation models, or a hierarchical Bayesian implementation using Stan that
    allows for random effects and non-linearity over all model parameters. 
    Allows for modelling of multiple noisy measurements of multiple stochastic 
    processes, time varying input / event covariates, and time invariant 
    covariates used to predict the parameters.
License: GPL-3
Depends: R (>= 3.4.0), Rcpp (>= 0.12.16), OpenMx (>= 2.3.0)
URL: https://github.com/cdriveraus/ctsem
Imports: rstan (>= 2.17.3), rstantools (>= 1.5.0), plyr, Matrix,
        datasets, stats, graphics, grDevices, parallel, shiny, MASS,
        methods, utils, corrplot, mvtnorm
Encoding: UTF-8
LazyData: true
ByteCompile: true
LinkingTo: StanHeaders (>= 2.17.2), rstan (>= 2.17.3), BH (>=
        1.66.0-1), Rcpp (>= 0.12.16), RcppEigen (>= 0.3.3.4.0)
SystemRequirements: GNU make
NeedsCompilation: yes
Suggests: knitr, testthat
VignetteBuilder: knitr
RoxygenNote: 6.0.1
Packaged: 2018-06-07 23:27:03 UTC; driver
Author: Charles Driver [aut, cre, cph],
  Manuel Voelkle [aut, cph],
  Han Oud [aut, cph]
Maintainer: Charles Driver <driver@mpib-berlin.mpg.de>
Repository: CRAN
Date/Publication: 2018-06-10 14:02:31 UTC
