Hmisc icon indicating copy to clipboard operation
Hmisc copied to clipboard

Harrell Miscellaneous

Results 77 Hmisc issues
Sort by recently updated
recently updated
newest added

The help for `latex` states that > Specify `colheads=NULL` to suppress column headings. However, this is not the case. when `colheads` is `NULL`, headings are generated using the dimension names....

Being a native R guy I am pretty particular about the case of my variables. I am constantly passing data sets from SAS to R and when I use sas.get...

Dear Prof Harrel I have a problem with summary.formula and this example will demonstrate the problem ' library(Hmisc data(pbc) summary.formula(Drug ~ Bili + Album + Stage,data=pbc, method='reverse') ' works fine...

https://github.com/harrelfe/Hmisc/blob/46cb60b1672fef0f1afd66b7e5aab5d5715c2a14/R/describe.s#L1364 https://github.com/harrelfe/Hmisc/blob/46cb60b1672fef0f1afd66b7e5aab5d5715c2a14/R/describe.s#L1423 Seems like a false positive in `R CMD check` to me, but it's also a code smell (over-using uninformative variable names like `g`)

Dear Professor Harrell, Thank you very much for maintaining the Hmisc package. I was wondering if you happen to have a solution for the following installation error on linux (Scientific...

duplicate

I'm trying to label a data.frame with one of the columns of the format 'hms', as follows: ``` library(Hmisc) data

`devtools::check()` output: > checking dependencies in R code ... WARNING '::' or ':::' import not declared from: ‘safer’

Hi Frank, I tried to enlarge fonts in hist.data.frame() through cex.axis, cex.label, etc., but it appears with no effect -- by looking at the code, I am wondering if those...

I found the following error when installing on HPC conda environment of R version 4.2.2. ``` Error: package or namespace load failed for ‘Hmisc’ in get(Info[i, 1], envir = env):...