https://github.com/harrelfe/Hmisc
Harrell Miscellaneous
https://github.com/harrelfe/Hmisc
Last synced: 3 months ago
JSON representation
Harrell Miscellaneous
- Host: GitHub
- URL: https://github.com/harrelfe/Hmisc
- Owner: harrelfe
- License: other
- Created: 2013-11-18T23:28:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T01:15:45.000Z (3 months ago)
- Last Synced: 2024-11-19T02:26:31.607Z (3 months ago)
- Language: R
- Size: 7.67 MB
- Stars: 210
- Watchers: 11
- Forks: 81
- Open Issues: 66
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: COPYING
Awesome Lists containing this project
- jimsghstars - harrelfe/Hmisc - Harrell Miscellaneous (R)
README
Hmisc
=====Harrell Miscellaneous
Current Goals
=============
* Continue to refine the summaryX class of functions that replace tables with graphics
* See also bpplotM and tabulr
* See https://hbiostat.org/R/Hmisc/summaryFuns.pdfWeb Sites
=============
* Overall: https://hbiostat.org/R/Hmisc
* CRAN: http://cran.r-project.org/web/packages/Hmisc
* Changelog: https://github.com/harrelfe/Hmisc/commits/masterTo Do
=====
* Consider using the haven package for importing SAS, Stata, and SPSS files; haven stores labels as the label attribute of each variable as does Hmisc; it converts date and time variables automatically and allows one to specify a format catalog along with the primary dataset
* See if the readstata13 package has advantages over the foreign package for Stata file import
* Consider creating xl.get using the readxl package to read .xls and .xlsx Excel files
* In impute.transcan, sense if a variable in data is not a factor whereas it was treated as a factor during aregImpute; it should be converted to factor before the line v[sub] <- ... levels(as.integer...)) is run