Skip to content

Commit 613c6be

Browse files
Update 03d_stats_estimation.Rmd
1 parent d9e040a commit 613c6be

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

contents/03d_stats_estimation.Rmd

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,24 @@ Note that this derivation assumes that the covariances $\sigma_{\lambda, C}$, $\
126126
(\#eq:conf-int-yield)
127127
\end{align}
128128

129+
```{r th-dose-delta-case, include=FALSE}
130+
case_data <- data.frame(
131+
ID= "example1",
132+
N = 361,
133+
X = 100,
134+
C0 = 302,
135+
C1 = 28,
136+
C2 = 22,
137+
C3 = 8,
138+
C4 = 1,
139+
C5 = 0,
140+
y = 0.277,
141+
y_err = 0.0368,
142+
DI = 1.77,
143+
u = 10.4
144+
)
145+
```
146+
129147
```{r th-dose-delta-results, include=FALSE}
130148
results_whole_delta <- estimate_whole_body_delta(
131149
num_cases = 1,

0 commit comments

Comments
 (0)