Closed m-clark closed 4 years ago
Currently, while extract_fixed_effects allows for an exponentiated result, summarize_model does not, and yet the latter just calls the former, and would be desirable. All that's needed is to add the argument to summarize_model for passing.
extract_fixed_effects
summarize_model
tested on basic examples for all model classes considered.
Currently, while
extract_fixed_effects
allows for an exponentiated result,summarize_model
does not, and yet the latter just calls the former, and would be desirable. All that's needed is to add the argument tosummarize_model
for passing.