pmacroModel: draw conceptual diagram of process macro model

View source: R/pmacroModel.R

pmacroModelR Documentation

draw conceptual diagram of process macro model

Description

draw conceptual diagram of process macro model

Usage

pmacroModel(
  no = 1,
  labels = list(),
  covar = list(),
  radx = 0.06,
  rady = 0.06,
  xmargin = 0.03
)

Arguments

no

process macro model number

labels

A character list

covar

A optional list of covariates

radx

horizontal radius of the box.

rady

vertical radius of the box.

xmargin

horizontal margin of plot

Examples

covar=list(name=c("C1","C2","C3"),label=c("ese","sex","tenure"),site=list("M",c("M","Y"),c("Y")))
pmacroModel(4,covar=covar)
pmacroModel(1,covar=covar)
pmacroModel(1)

cardiomoon/semMediation documentation built on Nov. 16, 2023, 4:26 a.m.