Olivier Labayle
Olivier Labayle
Hello, I am following the [tutorial](https://tlverse.org/tlverse-handbook/tmle3.html) and trying to look at the difference between CV-TMLE and TMLE with the perinatal dataset. [perinatal.csv](https://github.com/tlverse/tmle3/files/12536688/perinatal.csv) To keep things simple I only use a...
Hi, Because `merge_plink` uses `glob` it does not support absolute paths ([here](https://github.com/OpenMendel/SnpArrays.jl/blob/e592a9374cd552a75a97ca8c0cf6c5fa0d947c7d/src/snpdata.jl#L286). Would it be possible to add support for it? I think the following works: ```julia dir, prefix =...
At the moment ComposedEstimands are defined by a function which means only one function can be applied to the joint. I think we should always take the joint distribution and...
- [ ] Models: Explain the `default_models` and how to specify models in general. - [ ] Make a clear distinction between Tutorials and How to guide (learning-oriented, and how-to...
It seems [this](https://psycnet.apa.org/record/2008-17368-001) is a famous simulation that could be used in the docs.
Assuming freq(A) > freq(B) > freq(C): We are currently doing: A --> B, B --> C. We could do: A --> B, A --> C. Since A has more cases...
Improve show methods for TMLE.jl structs: - [ ] Estimands - [ ] Estimates - [ ] SCM
At the moment estimates / estimands are all implementing a to_dict method which is very close to the functionality offecred by Configurations.jl.
Todo: - [ ] Add Examples - [ ] Add Tutorials - [ ] Better use Documenter.jl : - [ ] makedocs kwargs... - [ ] look into doctests -...