standardizedSolution_boot_ci()
now support both
percentile confidence intervals ("perc"
, the default) and
bias-corrected confidence intervals ("bc"
or
"bca.simple"
), controlled by the argument
boot_ci_type
. (0.1.11.1)
Updated plot_boot()
to support the output of
standardizedSolution_boot_ci()
. (0.1.11.2)
plot_boot()
with
standardize = TRUE
but store_boot_est_std()
has not been called. (0.1.11.3)standardizedSolution_boot_ci()
to handle
unusual cases in which the bootstrap estimates in the standardized
solution cannot be computed. (0.1.10.1)lavaan
. (0.1.10.2)ptable_to_syntax()
for converting a
lavaan
parameter table to a lavaan
model
syntax. (0.1.9.1 - 0.1.9.6).fitMeasures_by_models()
, with a print method
(print.fit_by_models()
). Generate a compact table of the
fit measures for two or more models, with models as the columns. For
quick preview and comparison. (0.1.9.12)NEWS.md
. (0.1.9.8)col_names
for
group_by_models()
is now "est.std"
if
use_standardizedSolution
is TRUE
.
(0.1.9.11)store_boot_est_std()
and
store_boot_def()
for computing and storing bootstrap
estimates of the standardized solution and user parameters,
respectively. Added get_boot_est_std()
and
get_boot_def()
to extract the computed estimates. (0.1.8.2,
0.1.8.3, 0.1.8.5).standardizedSolution_boot_ci()
to
std_solution_boot
, with a print method for printing the
output as in the printout of the summary output of a
lavaan-class
object. (0.1.8.4)plot_boot()
for diagnostic plots for
bootstrapping, similiar to those for the output of
boot::boot()
. Can be used for lavaan
’s
bootstrap estimates for free parameters, user-defined parameters (stored
by store_boot_def()
), or standardized solution (stored by
store_boot_est_std()
). Also added an article to the
pkgdown
website (0.1.8.6, 0.1.8.10).semunpack
package to this
package: annotate_matrices()
,
plot_models_fm()
, show_ifi()
,
show_cfi()
, show_tli()
, and
show_options()
. (0.1.6.4)vec_rsquare()
) to
extract some commonly requested information and return output as a named
numeric vector. (0.1.6.5)show_ifi()
.
(0.1.8)standardizedSolution_boot_ci()
to work with
lavaan 0.6-13. Bootstrap replications with errors (e.g., inadmissible
solutions), if flagged, will be removed.sort_by()
. Update some functions to call
sort_by()
. (0.1.4.1)standardizedSolution_boot_ci()
. (0.1.2.2, 0.1.2.3)se_ratios()
for comparing standard errors by
different estimators. (0.1.2.4)show_more_options()
. (0.1.2.5)standardizedSolution_boot_ci()
for forming
bootstrap percentile confidence intervals for standardized solution in a
lavaan
output.add_sig()
to add “stars” to a parameter estimates
table.group_by_dvs()
, group_by_ivs()
,
group_by_models()
to group parameter estimates.record_history()
to record optimization
history.filter_by()
for selecting rows in a parameter
estimates table.group_by_group()
to group parameter
estimates.add_exo_cov()
and auto_exo_cov()
to
generate covariances.