[x] partition outputModel() to two functions: outputParamTab() for tables (optionality around measurement, structural both) and outputParamFig() for path diagram
[ ] All table-based outputters should have an argument gtTab that defaults to FALSE; if TRUE, should embed in a simple gt::gt() wrapper for presentation (e.g., in knit Rmd or Quarto), else (default) should return a tibble (which the user can subject to gt() and/or ggplot and/or whatever
[ ] All outputters (table and figure based) should have CRAN-compliant writeTo and fileName options