PCMPlotMath {PCMBase} | R Documentation |
Beautiful model description based on plotmath
Description
This is an S3 generic that produces a plotmath expression for its argument.
Usage
PCMPlotMath(o, roundDigits = 2, transformSigma_x = FALSE)
Arguments
o |
a PCM or a parameter object. |
roundDigits |
an integer, default: 2. |
transformSigma_x |
a logical indicating if Cholesky transformation should be applied to Cholesky-factor parameters prior to generating the plotmath expression. |
Value
a character string.
[Package PCMBase version 1.2.14 Index]