Hmisc
Hmisc copied to clipboard
Harrell Miscellaneous
Using wtd.quantile on a weighted column (N=90000), we get this incoherence : ` > min(imp$DI2000eq) [1] -3993960 > centile_cut=wtd.quantile(imp$DI2000eq, weights = imp$HW0010, probs = seq(0, 1, 0.01), normwt=F) > centile_cut...
Dear Prof Harrell `latex` function for `summaryM` fuction interapts pdf compilation because of this code `\%latex.default(cstats, title = title, file = file, append = TRUE, caption = finalcaption, rowlabel =...
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...
`Hmisc` is a very large package with a lot of dependencies. This makes it quite a pain to install in certain environment e.g. in a docker container, especially when it...
Hi, If we use latex function to output a data frame, there will always Table 1: XXX, Table 2: XXX if we specify caption = "XXX" in the latex function....
Not an issue - more a request please to add 'kendall' as an option to the type= argument of rcorr() Hmisc is so useful, thank you!
I'm using R version 3.4.4 (2018-03-15), Hmisc package Hmisc_4.1-1 I want to use cut2 to bin a list of number (x) based on the number of occurrences of these numbers....
Here is a minimal reproducible example: SimData
When I updated to R 3.5.0, several lm and glm command lines started giving an error, "Error: `x` must be a numeric or a character vector." Running the same lines...
Dear Prof. Harrel. I am currently experiencing an issue when using latex on a summaryM object and producing pdf output. The latex call is included in the text: `%latex.default(cstats, title...