many_lm()
should now properly
support subset
. (0.3.0.1)
The print
-method of the summary()
of many_lm()
output now prints
the cases removed, if any. (0.3.0.1)
Added lm_list_to_partable()
to
converted a list of lm()
outputs
to a data frame similar to the output
of lavaan::parameterTable()
, that
can be used in semPlot::semPaths()
to draw the path model fitted by
several regression models.
(0.3.0.2, 0.3.0.4)
hierarchical_lm()
for a model with only one predictor.
(0.3.0.3)many_lm()
. (0.2.0.2, 0.2.0.3)hierarchical_lm()
to check whether any two models are
not fitted to an identical dataset.
(0.2.0.4)data_test1
, a test dataset. (0.0.0.9002)hierarchical()
. (0.0.0.9003)hierarchical_lm()
and the
print
method for its output. (0.0.0.9004, 0.0.0.9005, 0.0.0.9006)test_highest()
and
highest_order()
. (0.0.0.9007)