Riksrevisjonen / pioneeR

R package for running a Shiny app for DEA analysis
https://riksrevisjonen.github.io/pioneeR/
GNU General Public License v3.0
6 stars 2 forks source link

Add summary, print and as.data.frame methods for `pioneer_bootstrap` #97

Closed ohjakobsen closed 4 months ago

ohjakobsen commented 4 months ago

As noted by @Aeilert in https://github.com/Riksrevisjonen/pioneeR/pull/94#pullrequestreview-2031768060 we should add print, summary and as.data.frame methods for S3 class pioneer_bootstrap. In the process we can also do some housekeeping on existing methods, ie. align methods so that they look more alike, and put them in the same file as the constructor. We should also add some basic testing of the methods.