prepPlotSS {rosetta} | R Documentation |
Makes simple slope plots
Description
Makes simple slope plots
Usage
prepPlotSS(
data,
xvar,
yvar,
mod,
mvars,
parEst,
vdichotomous,
modLevels,
predLevels = NULL,
xquant,
yquant,
path = NULL
)
Arguments
data |
data frame containg the variables of the model |
xvar |
predictor variable name |
yvar |
depedendent variable name |
mod |
moderator name |
mvars |
vector of mediators names |
parEst |
parameter estimates from lavaan results |
vdichotomous |
indicates whether moderator is dichotomous (TRUE) |
modLevels |
levels of dichotomous moderator |
predLevels |
levels of dichotomous moderator |
xquant |
quantiles of x |
yquant |
quantiles of y |
path |
which path is used |
Value
empty, directly plots all simple slopes and all indices of mediation
[Package rosetta version 0.3.12 Index]