piecewiseSEM
piecewiseSEM copied to clipboard
Piecewise Structural Equation Modeling in R
While currently interaction effects (and polynomial terms?) can be excluded from the basis set, variables that have been derived from other variables are still included in model basis sets without...
I saw your talk for EFI (great talk, btw) and you mentioned R not being great at plotting publication-quality diagrams. One possibility for an extension might be to use the...
Hello, I would like to run a pathway analysis using the R-package piecewiseSEM (v.2.12). I used a very simple model structure that is similar to the example in the piecewiseSEM...
Using `summary()` when one of the models is an ordinal GAM results in an error message, s. below for example. Is there a simple solution or workaround for this problem?...
I just installed the piecewiseSEM package, and was trying to plot a psem. However, the function `piecewiseSEM::plot()` or `piecewiseSEM::plot.psem()` does not seem to exist. I get the following error: >...
I am running a linear mixed models for a study about scRNAseq with the variable leiden( meaning different clusters) as a random variable. The thing is that I got what...
Not sure if you take requests for new object classes, but there is a new R package called [spmodel](https://usepa.github.io/spmodel/index.html). It provides functions to fit geostatistical models, and is well documented....
Hi, I am struggling with a model I am trying to run using `psem()`. I am using R version: 4.4.0. Particularly, there are two issues. **FIRST ISSUE** Model is the...
Hello, In trying to obtain the p-values associated with each model of the following psem [that is, type 2 Anova, F-test for lm() / type 2 Anova Likelihood ratio (LR)...
Dear all, I have just started to use psem package to perform Piecewise Structural Equation Modeling. I therefore apologize in advance if my following comment is due to my unfamiliarity...