Changelog
Source:NEWS.md
lmhelprs 0.4.0
CRAN release: 2024-10-15
New Features
many_lm()
should now properly supportsubset
. (0.3.0.1)The
print
-method of thesummary()
ofmany_lm()
output now prints the cases removed, if any. (0.3.0.1)Added
lm_list_to_partable()
to converted a list oflm()
outputs to a data frame similar to the output oflavaan::parameterTable()
, that can be used insemPlot::semPaths()
to draw the path model fitted by several regression models. (0.3.0.2, 0.3.0.4)
Bug Fixes
- Fix a error in
hierarchical_lm()
for a model with only one predictor. (0.3.0.3)
lmhelprs 0.3.0
CRAN release: 2024-02-18
New Features
- Added
many_lm()
. (0.2.0.2, 0.2.0.3) - Added internal checks to
hierarchical_lm()
to check whether any two models are not fitted to an identical dataset. (0.2.0.4)
lmhelprs 0.2.0
CRAN release: 2023-10-30
- Added
data_test1
, a test dataset. (0.0.0.9002) - Added
hierarchical()
. (0.0.0.9003) - Added
hierarchical_lm()
and theprint
method for its output. (0.0.0.9004, 0.0.0.9005, 0.0.0.9006) - Added
test_highest()
andhighest_order()
. (0.0.0.9007) - Added a vignetted. (0.0.0.9008)
- First submission to CRAN. (0.1.0, 0.2.0)