lavaanExtra 0.1.4
CRAN release: 2023-02-04
- CRAN resubmission
lavaanExtra 0.1.3.3
- Breaking changes:
- We remove the copied/reexported
save_as_docx
and the like in favour of explicitly callingflextable::save_as_docx
. This way we are not creating namespace conflicts for these functions, we are consistent with the new approach inrempsyc
, and it also gives credit to theflextable
package, as this is the powerhouse that produces the tables under the hood. -
nice_fit
now requires a list of models (or a single model), so it will not accept models loosely provided in the function as different arguments. This is because we get rid of the dot-dot-dot...
argument in favour of supporting list objects.
- We remove the copied/reexported
-
nice_fit
now has an added footnote reference to Schreiber et al. (2006) for fit indices references when usingnice_table = TRUE
.
lavaanExtra 0.1.3.2
-
nice_fit
: gains amodel.labels
argument to customize the model names in the table.
lavaanExtra 0.1.3.1
-
lavaan_ind
gains an argument,underscores_to_arrows
, to replace underscores by arrows for the indirect effect column, so that indirect effects are more quickly visually interpretable. -
nice_tidySEM
: More meaningful error message when providing unmatching label names. -
nice_fit
look improved when usingnice_table = TRUE
lavaanExtra 0.1.2
-
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.
lavaanExtra 0.0.9
- Added new function:
nice_tidySEM
, for a quick and decent-lookingtidySEM
plot with sensical (but customizable) defaults.
lavaanExtra 0.0.8
-
write_lavaan
: Exciting news! Automatic indirect effects now seemingly support any combination of IV, moderator, and DV!
lavaanExtra 0.0.7
-
write_lavaan
: Automatic indirect effects now support another scenario: two mediators and three IVs!
lavaanExtra 0.0.6
- Added new function:
nice_lavaanPlot
, for a quick and decent-lookinglavaanPlot
with sensical (but customizable) defaults. -
write_lavaan
: Automatic indirect effects now support another scenario: two mediators and two IVs!
lavaanExtra 0.0.5
-
write_lavaan
: Fixed bug with automatic indirect effects when more than 1 mediator making forbidden paths (two mediators tested successfully)
lavaanExtra 0.0.4
-
cfa_fit_plot
:- Adds ellipsis to pass any desired argument to
lavaan::cfa
, and thus removes the defaultmissing = "fiml"
which was causing a bug withestimator = 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
(andsave_as_html
,save_as_image
,save_as_pptx
…) to support saving thenice_fit
tables to Word without having to explicitly loadflextable
orrempsyc
. - Added package logo!
- Adds ellipsis to pass any desired argument to