Alessandro Gasparini
Alessandro Gasparini
Hi and thanks for the fantastic package! This is more of a question than an issue (so feel free to close this any time), but I was wondering, is there...
Hello @jackwasey, I was recently made aware of a typo in the paper by Quan _et al_. (2005) describing the scoring algorithm for peripheral vascular disease, Charlson score. I just...
Following some e-mail feedback, I think it would be good to add to the package the following functions: - `comorbidity_check()` (or some similar name) to verify if a user-supplied comorbidity...
The idea is to allow the user passing a list of codes, e.g. a different comorbidity map. Could use something like this to turn a list of codes into a...
{comorbidity} 1.0.0 was released on CRAN on 2022-01-17. A startup message is printed to the console when the package is loaded with a certain probabiltiy, to highlight that there were...
See latest commits here: https://github.com/bjoroeKI/Charlson-comorbidity-index-revisited
Hi, I was trying to implement the [integrated AUC](https://pubmed.ncbi.nlm.nih.gov/15737082/) as an "overall" summary measure of time-varying AUC for survival outcomes, and came across the {risksetROC} package which seems to implement...
Hi, just a clarification: the values reported by `summary.mjoint` as "Residual standard errors(s)" are stored as `sigma2_j` for the j-th longitudinal process. Are they standard errors (I would expect `sigma_j`)...
I should re-implement the _control_ logic, e.g., see the implementation of `survival::coxph.control`: ``` r survival::coxph.control #> function (eps = 1e-09, toler.chol = .Machine$double.eps^0.75, #> iter.max = 20, toler.inf = sqrt(eps),...
Suggested by @Kaladani (in #33): > I'm glad I could help. > As an idea for the the next update (post 0.1.0) you might want to consider to allow to...