This PR improves the printing/formatting (print() & format()) of <epiparameter> objects by now printing summary statistics if the <epiparameter> object is unparameterised and summary statistics are available. The units of the parameter estimates are also printed for both parameterised and unparameterised <epiparameter> objects.
This PR also moves the format() methods into a separate .R file and moves the <epiparameter> print method into print.R.
Units snapshot tests of print() methods have been updated.
This PR improves the printing/formatting (
print()
&format()
) of<epiparameter>
objects by now printing summary statistics if the<epiparameter>
object is unparameterised and summary statistics are available. The units of the parameter estimates are also printed for both parameterised and unparameterised<epiparameter>
objects.This PR also moves the
format()
methods into a separate.R
file and moves the<epiparameter>
print method intoprint.R
.Units snapshot tests of
print()
methods have been updated.