michaeltopper1 / panelsummary

Create Publication-Ready Tables with Panels
https://michaeltopper1.github.io/panelsummary/
GNU General Public License v3.0
2 stars 1 forks source link

Adding rows #3

Closed michaeltopper1 closed 1 year ago

michaeltopper1 commented 2 years ago

As of now, panelsummary cannot add custom rows into the model. While this is something modelsummary can do quite easily, it would be helpful to add this functionality directly into panelsummary. For example, if someone were to want to add wild-cluster-bootstrap pvalues or intervals, there is no functionality for this yet. Might try working with the add_rows arugment of modelsummary to make this happen.