harrelfe / Hmisc

Harrell Miscellaneous
Other
205 stars 81 forks source link

missing commas in html(summaryM()) F degrees of freedom #107

Open LaurenSamuels opened 5 years ago

LaurenSamuels commented 5 years ago

Hi Frank- I'm using Hmisc_4.2-0. When I print my summaryM(test= TRUE) object to the console, the degrees of freedom for the F tests are printed with a comma, e.g. F=0.11 d.f.=1,62 P=0.737 But the html version uses a space rather than a comma between the degrees of freedom, e.g. <i>F</i><sub><span style="font-size: 80%;">1 62</span></sub>=0.11, P=0.737<sup>2</sup> The space between the numerator and denominator df is clear in the monospaced html code, but in the html output, the space is much smaller and so the numbers run together. Would you be willing to add the comma back in there? Thank you- Laurie