plot.regsim: Plot method for class regsim

Description Usage Arguments

Description

Plot method for class regsim

Usage

1
2
3
4
## S3 method for class 'regsim'
plot(x, type = "perf", sizeMan = 10,
  edge.label.cex = 1.5, fixedStyle = 1, nCharNodes = 0,
  whatLabels = "est", residuals = FALSE, ...)

Arguments

x

an object of class regsim to be printed

type

character; one of "model", "perf", or "data". the type of plot to produce. defaults to "model"

sizeMan

numeric; controls scale of the variables and boxes, defaults to 10. Applies only to type="model".

edge.label.cex

numeric; controls scale of the path coefficient. defaults to 1.5. Applies only to type="model".

fixedStyle

numeric or vector of an lty and a color for the arrows. defaults to 1 for black, solid lines. Applies only to type="model".

nCharNodes

numeric; controls how many characters of each variable's name to display. defaults to zero so that the full name is shown. Applies only to type="model".

whatLabels

character, controls what labels are shown in the model diagram. Must be one of "name", "est", "stand", "eq", or "no". Defaults to "est". Applies only to type="model".

residuals

logical, controls whether the residuals should be displayed in the model plot. Applies only to type="model".

...

additional arguments to be passed to semPlot::semPaths (for type="model"), hist (for type="perf"), or to psych::pairs.panels (for type="data")


mcbeem/regsim documentation built on May 8, 2019, 1:21 p.m.