R package citation, R package reverse dependencies, R package scholars, install an r package from GitHub hy is package acceptance pending why is package undeliverable amazon why is package on hold dhl tour packages why in r package r and r package full form why is r free why r is bad which r package to install which r package has which r package which r package version which r package readxl which r package ggplot which r package fread which r package license where is package.json where is package-lock.json where is package.swift where is package explorer in eclipse where is package where is package manager unity where is package installer android where is package manager console in visual studio who r package which r package to install which r package version who is package who is package deal who is package design r and r package full form r and r package meaning what r package has what package r what is package in java what is package what is package-lock.json what is package in python what is package.json what is package installer do r package can't install r packages r can't find package r can't load package can't load xlsx package r can't install psych package r can't install sf package r Write if else in NONMEM pk pd
semtree
View on CRAN: Click
here
Download and install semtree package within the R console
Install from CRAN:
install.packages("semtree")
Install from Github:
library("remotes")
install_github("cran/semtree")
Install by package version:
library("remotes")
install_version("semtree", "0.9.20")
Attach the package and use:
library("semtree")
Maintained by
Andreas M. Brandmaier
[Scholar Profile | Author Map]
[Scholar Profile | Author Map]
All associated links for this package
10.32614/CRAN.package.semtree . https://github.com/brandmaier/semtree/issues . https://github.com/brandmaier/semtree . semtree results . semtree.pdf . Constraints in semtree . Getting Started with the semtree package . semtree_0.9.20.tar.gz . semtree_0.9.20.zip . semtree_0.9.20.zip . semtree_0.9.20.zip . semtree_0.9.20.tgz . semtree_0.9.20.tgz . semtree_0.9.20.tgz . semtree_0.9.20.tgz . semtree archive . https://CRAN.R-project.org/package=semtree .
First Published: 2016-12-16
Latest Update: 2023-11-26
Description:
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) .
How to cite:
Andreas M. Brandmaier (2016). semtree: Recursive Partitioning for Structural Equation Models. R package version 0.9.20, https://cran.r-project.org/web/packages/semtree. Accessed 21 Apr. 2025.
Previous versions and publish date:
Other packages that cited semtree R package
View semtree citation profile
Other R packages that semtree depends,
imports, suggests or enhances
Complete documentation for semtree
Functions, R codes and Examples using
the semtree R package
Some associated functions: biodiversity . coef.semtree . computePval_maxLR . diversityMatrix . evaluate . evaluateDataLikelihood . evaluateTree . findOtherSplits . fitSubmodels . getDepth . getHeight . getLeafs . getNodeById . getNumNodes . getParDiffForest . getParDiffTree . getTerminalNodes . isLeaf . kl . lgcm . merge.semforest . modelEstimates . outliers . parameters . partialDependence . partialDependence_data . partialDependence_growth . plotParDiffForest . plotParDiffTree . plotTreeStructure . predict.semforest . proximity . prune . se . semforest.control . semforest . semtree-package . semtree.constraints . semtree.control . semtree . strip . subforest . subtree . toTable . varimp .
Some associated R codes: OpenMx_scores_input.R . SampleColumns.R . aggregateVarimp.R . biodiversity.R . bootstrap.R . boruta.R . calculateBestSubsets.R . checkControl.R . checkLevelOfMeasurement.R . checkModel.R . coef.R . coef_ctsem.R . colmap.R . computeOOBWeights.R . computePval_maxLR.R . conditional.R . containsHeywoodCases.R . continue.splitting.R . contributions.R . createBinaries.R . crossvalidatedSplit.R . ctsemScores.R . cvLikelihood.R . diversityMatrix.R . evalForestOob.R . evaluate.semforest.R . evaluateDataLikelihood.R . evaluateTree.R . evaluateTreeConditional.R . evaluateTreeFocus.R . fairSplit.R . findDefinitionVariables.R . findOtherSplits.R . fitSubmodels.R . gefp_semtree.R . get.children.map.R . getCovariatesFromTree.R . getExpectedCov.R . getExpectedMean.R . getHeight.R . getIdParameterMapping.R . getLeafs.R . getLikelihood.R . getModelList.R . getModelType.R . getNodeById.R . getNumNodes.R . getOCParameterNames.R . getOOBlikelihood.R . getParDiffForest.R . getParDiffTree.R . getPredictorsLavaan.R . getPredictorsOpenMx.R . getTerminalNodes.R . growTree.R . growth_trajectories.R . hellinger.R . indexing.R . invarianceFilter.R . isLeaf.R . kl.R . latex_escape.R . lgcm.R . logLik.R . mergeForests.R . minus2logLik_from_fitted_models.R . missingDataModel.R . modelEstimates.R . mxAddNewModelData.R . mxScores.R . naiveSplit.R . naiveSplitScoreTest.R . nobs.MxRAMModel.R . nobs.R . nobs.ctsemFit.R . nodeFunSemtree.R . outliers.R . parameters.R . partialDependence.R . partialDependenceDataset.R . plot.diversityMatrix.R . plot.partialDependence.R . plot.proximity.R . plot.semforest.varimp.R . plot.semtree.R . plot.varimpConvergence.R . plotParDiffForest.R . plotParDiffTree.R . plotTreeStructure.R . plusOperator.R . postprocess.R . predict.semtree.R . predict_methods.R . predict_tree.R . print.semforest.R . print.semforest.control.R . print.semforest.varimp.R . print.semtree.R . print.semtree.control.R . print.summary.semtree.R . proximity.R . prune.R . prune.semforest.R . prune.semtree.R . recodeAllSubsets.R . recodeOrdered.R . relative.misfit.R . render_tree.R . render_tree_recursively.R . replaceParametersInMxConstraints.R . report.R . safeRunAndEvaluate.R . scoreSplit.R . sctest_continuous.R . sctest_continuous2.R . sctest_dummy.R . sctest_multinomial.R . sctest_ordinal.R . se.R . semforest.R . semforest.control.R . semtree-package.R . semtree.R . semtree.apply.wrapper.R . semtree.control.R . semtreeApplyWrapper.R . setData.R . setGlobal.R . stoppingRuleDefault.R . stripTree.R . subforest.R . subtree.R . summary.semforest.R . summary.semtree.R . testInvariance.R . toLatex.R . toLatex.semtree.R . toTable.R . traverse.R . traverse.fun.R . traverseConditional.R . tree.constraints.R . treeDivergence.R . ui.R . varimp-convergence-plot.R . varimp.R . varimpFocus.R . varimpTree.R . vcov_semtree.R . Full semtree package functions and examples
Downloads during the last 30 days
Today's Hot Picks in Authors and Packages
bssn
It provides the density, distribution function, quantile function, random number generator, reliabil ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Rocio Paola Maehara (view profile)
HellCor
Empirical value of the Hellinger correlation, a measure of dependence between
two continuous random ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Pierre Lafaye De Micheaux (view profile)
discretecdAlgorithm
Structure learning of Bayesian network using coordinate-descent
algorithm. This algorithm is design ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Jiaying Gu (view profile)
bigsparser
Provide a sparse matrix format with data stored on disk, to be
used in both R and C++. This is inte ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Florian Privé (view profile)
r2resize
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Obinna Obianom (view profile)
24,098
R Packages
207,311
Dependencies
65,069
Author Associations
24,099
Publication Badges
