mclements

Results 10 issues of mclements

Any guidance with the following would be appreciated: I have tried unsuccessfully to compile RTMLton on several occasions on Ubuntu 18.04 LTS (64 bit). When I use `./compile.sh` or `make`,...

enhancement

[Apologies for cross-posting] I put the following issue on Discourse, which may better belong here: [Safe predictions using `@formula` and regression splines](https://discourse.julialang.org/t/safe-predictions-using-formula-and-regression-splines/33057). In outline, the knots from `Splines2.ns()` need to...

Due to issues with CRAN compatibility, I propose removing the tprocess functionality. Has anyone been using this functionality? If so, then we could carefully add this back in -- although...

This is a small set of changes to the `cachesweave` package for CRAN submission (which would depend on `stashR` being first accepted). The main changes were moving the vignette and...

Terry, I would like to implement a `simulate` method for the `survreg` class. I have a draft implementation below. Would you consider including this in the survival package? (If not,...

Ben, How difficult would it be to adapt an `mle2` object for clustered data using a sandwich estimator? In `rstpm2`, I currently replace the `vcov` slot with a sandwich estimator,...

Devin: can you check this addition, please? It should allow for using `hesim` inline. Kindly, Mark.

Devin, I have been working on a few changes to the hesim package. For this pull request, I have implemented transition-specific costs, which currently only has an application for iCTSTMs....

Devin, As a start, here are some modest changes for piecewise exponential distributions. Please shout out if anything is unclear. Kindly, Mark.

Devin, This is a fairly obvious pull request to allow for costs for specific transitions. I have included some test code. The implementation uses `hesim_bound()` that is also included in...