plot.mediationBK: S3 method for class mediationBK

View source: R/mediationBK.R

plot.mediationBKR Documentation

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 documentation built on Jan. 23, 2023, 5:44 p.m.