Closed mariusbarth closed 2 years ago
I just addressed virtually all the changes that you suggested in your review. What is left is 1) deciding on the function name, 2) adding function to the examples sections (where it makes sense), and 3) using is_glm
in arrange_regression()
. This is because, from reading the code, it was my impression that arrange_regression()
will become superfluous as soon as we refactor the lm/glm method.
Excellent, thank you!
Added new function
fuse_df()
to move degrees of freedom in anapa_results_table
from column to variable label ofstatistic
column.fuse_df()
instead offuse_df_columns()
because I think "columns" is a tricky word and the pluralization might also lead to some confusion. However, I don't have a strong opinion on this choice.We could add
fuse_df()
to the examples section of theafter deciding on the function name...