Last data update: 2014.03.03

R: Plot conditional effects
conditionalEffectsPlotR Documentation

Plot conditional effects

Description

Can be used to make a conditional effects plot with an effect function on the y axis and a covariate on the x axis. ggplot2 is used to create the plot.

Usage

conditionalEffectsPlot(obj, zsel, gxsel = "g1", colour = "")

Arguments

obj

Object of class effectlite obtained from fitting an effect model using effectLite

zsel

Name of a covariate (character string) plotted on the x-axis.

gxsel

Name of an effect function (character string) plotted on the y-axis.

colour

Name of a covariate (character string) used as colour variable in the plot.

Value

Object of class c("gg", "ggplot").

Examples

m1 <- effectLite(y="dv", x="x", k="k1", z="z1", control="control", data=example01)
conditionalEffectsPlot(m1, zsel="z1", gxsel="g1", colour="k1")

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(EffectLiteR)
Loading required package: lavaan
This is lavaan 0.5-20
lavaan is BETA software! Please report any bugs.
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/EffectLiteR/conditionalEffectsPlot.Rd_%03d_medium.png", width=480, height=480)
> ### Name: conditionalEffectsPlot
> ### Title: Plot conditional effects
> ### Aliases: conditionalEffectsPlot
> 
> ### ** Examples
> 
> m1 <- effectLite(y="dv", x="x", k="k1", z="z1", control="control", data=example01)
> conditionalEffectsPlot(m1, zsel="z1", gxsel="g1", colour="k1")
> 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>