Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 9926 packages in 0.03 seconds

semhelpinghands — by Shu Fai Cheung, 2 months ago

Helper Functions for Structural Equation Modeling

An assortment of helper functions for doing structural equation modeling, mainly by 'lavaan' for now. Most of them are time-saving functions for common tasks in doing structural equation modeling and reading the output. This package is not for functions that implement advanced statistical procedures. It is a light-weight package for simple functions that do simple tasks conveniently, with as few dependencies as possible.

sesem — by Eric Lamb, 10 years ago

Spatially Explicit Structural Equation Modeling

Structural equation modeling is a powerful statistical approach for the testing of networks of direct and indirect theoretical causal relationships in complex data sets with inter-correlated dependent and independent variables. Here we implement a simple method for spatially explicit structural equation modeling based on the analysis of variance co-variance matrices calculated across a range of lag distances. This method provides readily interpreted plots of the change in path coefficients across scale.

symSEM — by Mike Cheung, 2 years ago

Symbolic Computation for Structural Equation Models

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.

semboottools — by Wendie Yang, 5 months ago

Bootstrapping Helpers for Structural Equation Modelling

A collection of helper functions for forming bootstrapping confidence intervals and examining bootstrap estimates in structural equation modelling, introduced in Yang and Cheung (2026) The function currently support models fitted by the 'lavaan' package by Rosseel (2012) .

semfindr — by Shu Fai Cheung, a month ago

Influential Cases in Structural Equation Modeling

Sensitivity analysis in structural equation modeling using influence measures and diagnostic plots. Support leave-one-out casewise sensitivity analysis presented by Pek and MacCallum (2011) and approximate casewise influence using scores and casewise likelihood. An introduction to the package can be found in Cheung and Lai (2026) .

semtree — by Andreas M. Brandmaier, 9 months ago

Recursive Partitioning for Structural Equation Models

SEM Trees and SEM Forests -- an extension of model-based decision trees and forests to Structural Equation Models (SEM). SEM trees hierarchically split empirical data into homogeneous groups each sharing similar data patterns with respect to a SEM by recursively selecting optimal predictors of these differences. SEM forests are an extension of SEM trees. They are ensembles of SEM trees each built on a random sample of the original data. By aggregating over a forest, we obtain measures of variable importance that are more robust than measures from single trees. A description of the method was published by Brandmaier, von Oertzen, McArdle, & Lindenberger (2013) and Arnold, Voelkle, & Brandmaier (2020) .

esem — by Maria Prokofieva, 3 years ago

Exploratory Structural Equation Modeling ESEM

A collection of functions developed to support the tutorial on using Exploratory Structural Equiation Modeling (ESEM) (Asparouhov & Muthén, 2009) < https://www.statmodel.com/download/EFACFA810.pdf>) with Longitudinal Study of Australian Children (LSAC) dataset (Mohal et al., 2023) . The package uses 'tidyverse','psych', 'lavaan','semPlot' and provides additional functions to conduct ESEM. The package provides general functions to complete ESEM, including esem_c(), creation of target matrix (if it is used) make_target(), generation of the Confirmatory Factor Analysis (CFA) model syntax esem_cfa_syntax(). A sample data is provided - the package includes a sample data of the Strengths and Difficulties Questionnaire of the Longitudinal Study of Australian Children (SDQ LSAC) in sdq_lsac(). 'ESEM' package vignette presents the tutorial demonstrating the use of ESEM on SDQ LSAC data.

srm — by Alexander Robitzsch, 4 years ago

Structural Equation Modeling for the Social Relations Model

Provides functionality for structural equation modeling for the social relations model (Kenny & La Voie, 1984; ; Warner, Kenny, & Soto, 1979, ). Maximum likelihood estimation (Gill & Swartz, 2001, ; Nestler, 2018, ) and least squares estimation is supported (Bond & Malloy, 2018, ).

lessSEM — by Jannik H. Orzek, 10 months ago

Non-Smooth Regularization for Structural Equation Models

Provides regularized structural equation modeling (regularized SEM) with non-smooth penalty functions (e.g., lasso) building on 'lavaan'. The package is heavily inspired by the ['regsem'](< https://github.com/Rjacobucci/regsem>) and ['lslx'](< https://github.com/psyphh/lslx>) packages.

stablespec — by Ridho Rahmadi, 9 years ago

Stable Specification Search in Structural Equation Models

An exploratory and heuristic approach for specification search in Structural Equation Modeling. The basic idea is to subsample the original data and then search for optimal models on each subset. Optimality is defined through two objectives: model fit and parsimony. As these objectives are conflicting, we apply a multi-objective optimization methods, specifically NSGA-II, to obtain optimal models for the whole range of model complexities. From these optimal models, we consider only the relevant model specifications (structures), i.e., those that are both stable (occur frequently) and parsimonious and use those to infer a causal model.