Closed nhejazi closed 6 years ago
After careful consideration, it does not appear that the class bioTMLE
exposed in this package would benefit from the inclusion of a custom method for show
. This may require re-opening in the future if the lack of a custom show
method becomes a concern.
The Bioconductor developer guidelines recommend implementing a method for
show
(in this caseshow.biotmle
) to better convey the information presented by the output object. Currently,biotmle
objects are sub-classed from the standardSummarizedExperiment
class, so the standard call toprint
/show
only displays the relevantSummarizedExperiment
information, while the analysis results are hidden (though a tutorial on how to extract them is treated in the vignette). This should be corrected ASAP.