Frank Harrell
Frank Harrell
This is definitely an error. Code fix welcomed.
I apologize for not studying those more before my first reply. I think that in your original example you need to specify normwt=TRUE when weights do not add up to...
`normwt=FALSE` is very seldom used but there is a legitimate use when weights represent actual case weights, i.e., an observation with a weight of 3 actually was sampled 3 times....
I agree re: negative weights. And I agree in principle about changing the default for `normwt`, but it's too late to do that now. `wtd.table` nowhere assumes integer weights, as...
This is uncharted territory with not much literature to go on. It's likely if you do the most cumbersome analysis (full separate analysis on each completed dataset, run through `robcov`...
I install on Ubuntu 15.10 without difficulty. It is impossible to know what went wrong since you did not provide 00install.out or the part of it that is relevant. The...
RStudio makes package installation much easier than that. If using the RStudio menu doesn't work please post details to r-help or to stackoverflow.com tag:R
Feel free to use Github to create an edited version of cut2, run all the tests, and I'll strongly consider adding it to Hmisc with credit to you as a...
Send a minimal, trivial example that fails that use simulated data.
Thanks for catching this. I have committed corrected code and help file. Please give it a try using colheads=FALSE. Note that if you want to just update the latex.default function...