rempsyc
package dependency is now on CRAN, so we can
rely on it normally now (yeah!).
- Adding test coverage (100% so far!).
- Preparing for CRAN.
nice_tidySEM
: Gains the label_location
and
...
arguments.
nice_tidySEM
: Corrected bug when not providing a
structure/matrix layout.
- Added new function:
nice_tidySEM
, for a quick and
decent-looking tidySEM
plot with sensical (but
customizable) defaults.
write_lavaan
: Exciting news! Automatic indirect effects
now seemingly support any combination of IV, moderator, and DV!
write_lavaan
: Automatic indirect effects now support
another scenario: two mediators and three IVs!
- Added new function:
nice_lavaanPlot
, for a quick and
decent-looking lavaanPlot
with sensical (but customizable)
defaults.
write_lavaan
: Automatic indirect effects now support
another scenario: two mediators and two IVs!
write_lavaan
: Fixed bug with automatic indirect effects
when more than 1 mediator making forbidden paths (two mediators tested
successfully)
cfa_fit_plot
:
- Adds ellipsis to pass any desired argument to
lavaan::cfa
, and thus removes the default
missing = "fiml"
which was causing a bug with
estimator = DWLS
.
- Changes the default from saving to PDF to opening in RStudio Viewer,
and adds an additional
save.as.pdf
argument to save as
PDF.
- Now imports
flextable::save_as_docx
(and
save_as_html
, save_as_image
,
save_as_pptx
…) to support saving the nice_fit
tables to Word without having to explicitly load flextable
or rempsyc
.
- Added package logo!
- Added new function:
cfa_fit_plot
to simultaneously
print, save, and plot the CFA results.
- Added new arguments/symbols:
constraint.equal
(==
), constraint.smaller
(<
),
constraint.larger
(>
), custom
(accepts a single, lavaan-like string)
- Added automatic indirect effects