semCors: Visually inspect implied and observed correlations

View source: R/semCors.R

semCorsR Documentation

Visually inspect implied and observed correlations

Description

This function is still in devellopment.

Usage

semCors(object, include, vertical = TRUE, titles = FALSE, layout, maximum, ...)

Arguments

object

A semPlotModel object

include

What to include? Can be "observed", "implied" or "difference", or a vector containing both. Defaults to showing observed and implied covariances.

vertical

Should the layout be vertical or horizontal?

titles

Logical, should titles indicating the group and observed/implied correlations be plotted?

layout

An optional layout matrix send to qgraph.

maximum

The maximum values as used in qgraph. Defaults to 1 for observed and implied covariances and 0.1 for difference graph. Important to note: Setting this lower than any of the covariances when comparing observed and implied correlations makes these graphs NOT interpretable.

...

Arguments sent to qgraph

Author(s)

Sacha Epskamp <mail@sachaepskamp.com>


SachaEpskamp/semPlot documentation built on July 28, 2022, 7:35 a.m.