Skip to content

Commit

Permalink
Added references to theoretical details and removed header from count…
Browse files Browse the repository at this point in the history
… example (in line with survival and additional example vignette)
  • Loading branch information
StanWijn committed Dec 12, 2022
1 parent a645a19 commit 72f5052
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
5 changes: 0 additions & 5 deletions vignettes/Count-examples.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,3 @@ For this toy example, we can see why the two regressions method has the highest



# References




9 changes: 7 additions & 2 deletions vignettes/Theoretical-details.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Theoretical details"
subtitle: "Vignette 4 of 4"
date: "`r format(Sys.time(), '%B %d, %Y')`"
bibliography: references.bib
output:
html_document:
toc: TRUE
Expand Down Expand Up @@ -29,6 +30,8 @@ A doubly robust precision medicine approach to estimate and validate conditional

# Theoretical details - Count outcomes

The CATE score represents an individual-level treatment effect expressed as a rate ratio for count outcomes. It can be estimated with boosting, Poisson regression, negative binomial regression, and the doubly robust estimator two regressions [@yadlowsky2020estimation] applied separately by treatment group or with the other doubly robust estimator contrast regression [@yadlowsky2020estimation] applied to the entire data set.

Assume that the following data are recorded for each of $n$ observations:

* $R$ is a binary treatment taking value 0 or 1.
Expand Down Expand Up @@ -117,7 +120,7 @@ $$\hat{CATE}_{contrastreg}(\boldsymbol{x})=\boldsymbol{\hat \delta^T\tilde x}$$


## Validation curves and the ABC statistics
The ABC statistic represents the area between the validation curve and the ATE. For a single CV iteration, it is implemented in the training and validation sets separately as following:
The ABC statistic represents the area between the validation curve and the ATE as described by [@zhao2013effectively]. For a single CV iteration, it is implemented in the training and validation sets separately as following:

**Step 1**. Calculate the ATE in the training or validation sets.

Expand Down Expand Up @@ -149,6 +152,8 @@ ABC calculation examples in relation with `higher.y` argument in `catecv()` and

# Theoretical details - Survival outcomes

The CATE score represents an individual-level treatment effect for survival data, estimated with random forest, boosting, Poisson regression, and the doubly robust estimator (two regressions, [@yadlowsky2020estimation]) applied separately by treatment group or with the other doubly robust estimators (contrast regression, [@yadlowsky2020estimation]) applied to the entire data set.

Assume that the following data are recorded for each of $n$ observations:

- $R$ is a binary treatment taking value 0 or 1.
Expand Down Expand Up @@ -290,7 +295,7 @@ $$\widehat{CATE}_{contrastreg}(\boldsymbol{x})=\boldsymbol{\hat \delta^T\tilde x

## Validation curves and the ABC statistics

The ABC statistic represents the area between the validation curve and the ATE. For a single CV iteration and a certain CATE score method, it is implemented as following in the training and validation sets separately:
The ABC statistic represents the area between the validation curve and the ATE as described by [@zhao2013effectively]. For a single CV iteration and a certain CATE score method, it is implemented as following in the training and validation sets separately:

**Step 1**. Calculate the ATE in the training or validation sets.

Expand Down

0 comments on commit 72f5052

Please sign in to comment.