Formatting issue in errorStats( ) in EGRET
rmhirsch49 opened this issue · 0 comments
rmhirsch49 commented
When I run the code and don't ask for the return vector back, I get a mess in the last lines of the output. All that needs to be done to fix it is to change the last "cat" line from
cat("\n Standard error of estimate =", SepC, "%")
to
cat("\n Standard error of estimate =", SepC, "%\n")
Thanks