Shafayet Khan Shafee
Shafayet Khan Shafee
Also, I have read the `out-ice.Rds` from [github repo](https://github.com/csgillespie/efficientR/blob/master/extdata/out-ice.Rds) directly using `readr::read_rds()` and then added `readr` package in the prerequisite section of the book.
Code snippet from [1.6.3 Profiling](https://csgillespie.github.io/efficientR/introduction.html#profiling) contains a function `dplyr::rbind_all()` which is no longer supported the current version of [dplyr](https://dplyr.tidyverse.org/index.html) package. ## Code snippet from book ```r library("profvis") profvis(expr = {...
When I tried to knit the following file, It worked as intended. I got the pdf output (even for `output: html_document`, I got the html file). ~~~ --- title: "Test"...
## Bug Description Table cross-referencing is not working when using `huxtable` in quarto document for word document output format. ## Minimal Reproducible Example Here's a Minimal Reprex ~~~ --- title:...
Consider the following reprex to understand the issue, ~~~ --- title: "kableExtra" format: html execute: echo: false --- ## Quarto ```{r} library(kableExtra) tbl1 % kable_classic(full_width = F) %>% kable_styling(font_size =...
The main reason is `class-output` is not a option for python chunk. Consider this example, ~~~ --- title: "line highlighting" format: html filters: - line-highlight --- ```{python} #| message: false...
Hello, I need some guidance/direction/suggestions on how can I use the estimated HTE outputs from the `multi_arm_causal_forest` to create insightful summary. After going through [this paper](https://arxiv.org/abs/2409.01578), I can think of...
Hello, GRF labs team, thank you for building and maintaining ML tools for causal inference. I have recently started using the packages - `{grf}`, `{policytree}` and `{maq}` for a multi-arm...