What's Changed
- Get delta-method standard errors for redundant parameters by @Kss2k in #50
- Add delta method standard errors for thresholds by @Kss2k in #51
- Optimize calculation of delta standard errors by @Kss2k in #52
- Add
unstandardized_estimates()function by @Kss2k in #53 - Add lower bound for variance parameters in mcpls by @Kss2k in #54
- Add
unstandardizedargument tosummary()by @Kss2k in #55 - Add vignettes on
unstandardized_estimates()by @Kss2k in #58 - Add MIMIC mode for handling constructs with both reflective and formative indicators by @Kss2k in #59
- Add
pls_inspect()method by @Kss2k in #60 - Set
eval=FALSEwhen building vignettes, unless building with pkgdown by @Kss2k in #61 - Stricter checking/validation of inputs to
pls()by @Kss2k in #62 - Add GLS estimator for estimatin the path/structural model by @Kss2k in #63
- Cleaner handling of temp variables with no paths by @Kss2k in #65
- Allow residual covariances with enogenous latent variables with MC-PLS by @Kss2k in #67
- Refactor gradient calculation for GLS estimator by @Kss2k in #68
- Check if unicode is supported, before printing unicode characters by @Kss2k in #71
- Report inadmissible bootstraps, and add option for dropping them when computing standard errors by @Kss2k in #72
- Remove unused arguments in
modGetWidthPrintedParTable()by @Kss2k in #75 - Set default bootstrap replications to 500 by @Kss2k in #76
- Better handling of negative residual variances in MC-PLS algorithm by @Kss2k in #77
- Add
start()syntax for MC-PLS by @Kss2k in #80 - Implement loglikelihood based fit measure for MC-PLS estimator by @Kss2k in #81
- Generate dynamic lower and upper bounds to keep the MC-PLS solution admissible by @Kss2k in #82
Full Changelog: v0.1.2...v0.1.3