Questions tagged [processr]
5 questions
2
votes
1 answer
How adjust a moderated moderated mediation model with processR package?
I want adjust a moderated moderated mediation model with lavaan and processR packages. The model is follow:
I tried to create the following moderations:
Innovativeness:Age
and
PBC:Innovativeness:Age
My data (df):
df <- structure(list(Attitude =…

neves
- 796
- 2
- 10
- 36
1
vote
1 answer
The modSummary function of processR package resturns NULL
I'm trying to learn the Keon-Woong Moon's processR package which you can install by simply:
install.packages("processR")
following some examples from the documentation, I have scraped an example…

Foad S. Farimani
- 12,396
- 15
- 78
- 193
0
votes
1 answer
SEM with moderation analysis (cross-lagged-model) in R
I want to do structural equation modeling with three moderators. My variables are attractiveness (X), self-worth (Y), age (A), gender (G) and social status (S). The data is longitudinal and collected in two waves: t1 and t2. In order to find out…

Jesua_G
- 1
- 1
0
votes
2 answers
Can not install processr and procesR on Windows
Following this question, I am trying to install the package (running R64 as admin on Windows):
devtools::install_github("markhwhiteii/processr")
or
devtools::install_github("cardiomoon/processR")
However, I get the error message:
Error: Failed to…

Foad S. Farimani
- 12,396
- 15
- 78
- 193
0
votes
2 answers
Can not load the `model1` function of the processR package in a Jupyter Notebook
I am very new to the whole R programming and trying to follow this tutorial, where the model1 function is used to find the Andrew F. Hayes correlation between three variables. As indicated in the tutorial I have the packages…

Foad S. Farimani
- 12,396
- 15
- 78
- 193