Hmisc
Hmisc copied to clipboard
Harrell Miscellaneous
Hi there, I was trying to apply the Bayesian first order Markov model (from this [link](https://hbiostat.org/proj/covid19/orchid.html#bayesian-markov-model-for-orchid)) to a binary longitudinal data set that I have. However, I am getting the...
Please advise how to fix this or let me know if you need any other info. Thanks! ``` > install.packages("Hmisc") There is a binary version available but the source version...
I'm trying to use `mdb.get` to access an mdb file. I get the following error ``` sh: mdb-tables: command not found Error in system(paste("mdb-tables -1", file), intern = TRUE) :...
Several of my students have reported the following error when trying to access datasets with getHdata. ``` Hmisc::getHdata(nhgh) #loads nhgh, the NHANES data Error in file(file, “r”) : cannot open...
Dxy S.D. x1 more concordant x2 more concordant n -2.330878e-01 6.581517e-02 3.821363e-01 6.152241e-01 7.240000e+02 missing uncensored Relevant Pairs Uncertain C X1 0.000000e+00 7.700000e+01 9.774000e+04 4.257100e+05 7.039390e-01 C X2 Dxy X1...
hi, could Hmisc/rcorr change to replace NA to 0 if there are just 1 NA in the pair and drop the pair which contains two NA? as we know, Hmisc/rcorr...
I am getting the following error (in bold text) when using: > install.packages("Hmisc",dependencies = TRUE) Installing package into ‘C:/Users/user/Documents/R/win-library/3.4’ (as ‘lib’ is unspecified) trying URL 'https://repo.bppt.go.id/cran/bin/windows/contrib/3.4/Hmisc_4.0-3.zip' Content type 'application/zip' length...
In the binconf code there are adjustments that are made when x = 1 or x = n-1 as follows if (x == 1) cl[1]
I use `latex` to create complex tables using knitr. However, `latex` generated tables have the `call` added to the table's output by default as a comment. This is problematic because...