Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot.mediationBK

S3 method for class mediationBK


Description

S3 method for class mediationBK

Usage

## S3 method for class 'mediationBK'
plot(x, ...)

Arguments

x

An object of class mediationBK

...

Further arguments to be passed to plot()

Examples

labels=list(X="cond",M="pmi",Y="reaction")
result=mediationBK(labels=labels,data=pmi)
plot(result,type=1)
plot(result)
plot(result,type=1,whatLabel="label",arrowslabels="c",addprime=FALSE)
plot(result,whatLabel="label",arrowslabels=c("a","b","c"))

processR

Implementation of the 'PROCESS' Macro

v0.2.6
GPL-2
Authors
Keon-Woong Moon [aut, cre], Sokyoung Hong [ctb]
Initial release
2021-1-5

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.