Skip to contents

Regularized Continuous Time Structural Equation Modeling. regCtsem builds on the ctsemOMX and ctsem package (Driver et al., 2017) and extends it with different regularization techniques based on Jacobucci et al. (2016) and Huang et al. (2017).

Installation

If you want to install regCtsem from GitHub, use the following commands in R:

if(!require(devtools))install.packages("devtools")

devtools::install_github("jhorzek/regCtsem")

In case you also want to install the vignettes, use:

if(!require(devtools))install.packages("devtools")

devtools::install_github("jhorzek/regCtsem", build_vignettes = TRUE)

Getting Started

A good place to start is the help page of the main function:

?regCtsem::regCtsem

If you also installed the vignettes, use ``vignette(“regCtsem”, package = “regCtsem”)’’ to get some more examples and general guidelines.

References

Important Notes

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.