Hmisc is an R package of miscellaneous utility functions.
I want to create a data frame using describe() function. Dataset under consideration is iris. The data frame should look …
r dataframe hmiscI'm using the cut function to split my data in equal bins, it does the job but I'm not happy …
r hmiscinstall.packages("Hmisc") Warning in install.packages : unable to access index for repository https://cran.rstudio.com/src/contrib: cannot …
r hmiscI'm having trouble loading and running the Hmisc package. When installing it, I get the following error; library(Hmisc) Loading …
r hmiscI was trying to calculate equal quantile cuts for a vector by using cut2 from Hmisc. library(Hmisc) c <…
r quantile hmiscSo I am trying to see how close the sample size calculations (for two sample independent proportions with unequal samples …
r sas sample hmisc sample-size