getTeX function

TeX Label (of Parameter Constraint(s)) of fmx Object

TeX Label (of Parameter Constraint(s)) of fmx Object

Create TeX label of (parameter constraint(s)) of fmx object

getTeX(dist, print_K = FALSE)

Arguments

  • dist: fmx object
  • print_K: logical scalar, whether to print the number of components KK. Default FALSE.

Returns

Function getTeX() returns a character scalar (of TeX expression) of the constraint, primarily intended for end-users in plots.

Examples

(d0 = fmx('GH', A = c(1,4), g = c(.2,.1), h = c(.05,.1), w = c(1,1))) getTeX(d0) (d1 = fmx('GH', A = c(1,4), g = c(.2,0), h = c(0,.1), w = c(1,1))) getTeX(d1) (d2 = fmx('GH', A = c(1,4), g = c(.2,0), h = c(.15,.1), w = c(1,1))) getTeX(d2)
  • Maintainer: Tingting Zhan
  • License: GPL-2
  • Last published: 2025-03-15

Useful links