Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
removed deps for travis
  • Loading branch information
brandmaier committed Nov 24, 2023
1 parent f5a6c75 commit 20b7f72
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 488 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ r:
- devel
r_binary_packages:
- bitops
- sets
- digest
- rpart
- rpart.plot
- plotrix
- cluster
- stringr
- lavaan
Expand Down
2 changes: 1 addition & 1 deletion R/semtree-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#' agegroup, training, and noise.
#' @author Andreas M. Brandmaier \email{brandmaier@@mpib-berlin.mpg.de}
#' @keywords datasets
"lgcm"
NULL



Expand Down
476 changes: 0 additions & 476 deletions README.html

This file was deleted.

20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,16 @@ v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/li

## What is this?

An R package for estimating Structural Equation Model Trees and Forests.
An R package for estimating Structural Equation Model (SEM) Trees and
Forests. They are a fusion of SEM and decision trees, or SEM and random
forests respectively. While SEM is a confirmatory modeling technique,
SEM trees and forests allow to explore whether there are predictors that
provide further information about an initial, theory-based model.
Potential use cases are the search for potential predictors that explain
individual differences, finding omitted variables in a model, or
exploring measurement invariance over a large set of predictors. A
recent overview is in our latest book chapter in the SEM handbook
(Brandmaier & Jacobucci, 2023).

## Install

Expand Down Expand Up @@ -53,7 +62,8 @@ Theory and method:
pp. 722–739). Guilford Press.

- Arnold, M., Voelkle, M.C., and Brandmaier, A.M. (2021). Score-guided
structural equation model trees. Frontiers in psychology 11, 564403.
structural equation model trees. *Frontiers in psychology*, 11,
564403.

- Brandmaier, A. M., Driver, C., & Voelkle, M. C. (2019). Recursive
partitioning in continuous time analysis. In K. van Montfort, J.
Expand All @@ -62,17 +72,17 @@ Theory and method:

- Brandmaier, A. M., Prindle, J. J., McArdle, J. J., &
Lindenberger, U. (2016). Theory-guided exploration with structural
equation model forests. Psychological Methods, 21, 566-582.
equation model forests. *Psychological Methods*, 21, 566-582.

- Brandmaier, A. M., von Oertzen, T., McArdle, J. J., &
Lindenberger, U. (2014). Exploratory data mining with structural
equation model trees. In J. J. McArdle & G. Ritschard (Eds.),
Contemporary issues in exploratory data mining in the behavioral
sciences (pp. 96-127). New York: Routledge.
sciences (pp. 96-127). New York: Routledge.

- Brandmaier, A. M., von Oertzen, T., McArdle, J. J., &
Lindenberger, U. (2013). Structural equation model trees.
Psychological Methods, 18, 71-86.
*Psychological Methods*, 18, 71-86.

Applied examples (there are many more):

Expand Down
3 changes: 0 additions & 3 deletions man/lgcm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 20b7f72

Please sign in to comment.