egouldo / ManyEcoEvo

Software for analysing Many-Analysts' style data and generating the ManyEcoEvo project data
https://egouldo.github.io/ManyEcoEvo/
GNU General Public License v3.0
2 stars 0 forks source link

Add `broom::glance()` back into `make_viz()` to get number of observations #140

Closed egouldo closed 2 weeks ago

egouldo commented 2 weeks ago

Previously switched from broom::glance() to performance::performance() however performance does not give nobs or number of observations. So we should add this back into the make_viz() pipeline, but not remove the performance list-column.