Show matrices of models in a easy-to-learn-from format.
Show matrices of models in a easy-to-learn-from format.
tmx_show(
  x,
  what = c("values", "free", "labels", "nonzero_or_free"),
  show = c("free", "fixed", "all"),
  matrices = c("S", "A", "M"),
  digits = 2,
  report = c("html", "markdown"),
  na.print = "",
  zero.print = ".",
  html_font = NULL,
  style = c("paper", "material_dark", "classic", "classic_2", "minimal", "material"),
  bootstrap_options = c("hover", "bordered", "condensed", "responsive"),
  lightable_options = "striped"
)| x | an object e.g.  | 
| what | legal options are "values" (default), "free", or "labels"). | 
| show | filter on what to show c("all", "free", "fixed"). | 
| matrices | to show (default is c("S", "A")). "thresholds" in beta. | 
| digits | precision to report. Default = round to 2 decimal places. | 
| report | How to report the results. "html" = open in browser. | 
| na.print | How to display NAs (default = "") | 
| zero.print | How to display 0 values (default = ".") | 
| html_font | Default is null. Set (e.g. "Optima") to override the style's default font. | 
| style | The style for the table (Defaults to "paper". Other options are "material_dark", "classic", "classic_2", "minimal", "material") | 
| bootstrap_options | border etc. Defaults to c("hover", "bordered", "condensed", "responsive") | 
| lightable_options | Default is "striped" | 
None
Other Reporting functions: 
RMSEA.MxModel(),
RMSEA.summary.mxmodel(),
RMSEA(),
extractAIC.MxModel(),
loadings(),
residuals.MxModel(),
tmx_show.MxMatrix(),
umxCI_boot(),
umxCI(),
umxConfint(),
umxExpCov(),
umxExpMeans(),
umxFitIndices(),
umxRotate()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.