File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Type: Package
22Package: parameters
33Title: Processing of Model Parameters
4- Version: 0.29.1.5
4+ Version: 0.29.1.6
55Authors@R:
66 c(person(given = "Daniel",
77 family = "Lüdecke",
Original file line number Diff line number Diff line change 2424* Fixed issue with calculation of standard errors in ` model_parameters() ` when
2525 ` vcov ` was a function that errored when unsupported arguments were passed.
2626
27+ * Fixed issue in ` print_html() ` for ` model_parameters() ` with * lavaan* objects.
28+
2729# parameters 0.29.1
2830
2931## Changes
Original file line number Diff line number Diff line change @@ -490,6 +490,7 @@ format.parameters_sem <- function(
490490 ci_width = NULL ,
491491 ci_brackets = TRUE ,
492492 pretty_names = TRUE ,
493+ select = NULL ,
493494 ...
494495) {
495496 # Fallbacks based on object attributes
You can’t perform that action at this time.
0 commit comments