Skip to content

Commit 74a06c1

Browse files
authored
Merge pull request #603 from PSIAIMS/meetmins_july
meeting minutes 13/7
2 parents 77a4008 + d857e23 commit 74a06c1

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

minutes/meetings/2026-07-13.qmd

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: "New Blog, CI content & Log-normal t-test updates "
3+
date: "13 July 2026"
4+
categories:
5+
- 2026
6+
output:
7+
html_document:
8+
toc: true
9+
toc_float: false
10+
toc_level: 5
11+
df_print: paged
12+
---
13+
14+
# Attendees
15+
16+
```{r}
17+
#| label: attendees
18+
#| echo: false
19+
#| message: false
20+
#| warning: false
21+
attend_list <- readr::read_csv("../2026_team_members.csv")
22+
knitr::kable(
23+
list(attend_list[c(1, 7)]),
24+
"html"
25+
)
26+
```
27+
28+
# Agenda & Minutes
29+
30+
**Content updates:** 
31+
32+
- Lyn Taylor - created temporary placeholders for EAIR CIs and Stratified MN CIs
33+
34+
- Pete Laud - completed the CI's for paired data sections
35+
36+
- Dimple Patel - completed one and two-sample t-test sections adding in examples for log-normal data
37+
38+
**Blogs:**
39+
40+
Tipping point blog now live: [CAMIS Blog](https://psiaims.github.io/CAMIS/blogs/)
41+
42+
Still having issues releasing blogs through PHUSE, but PSI blogs now going out monthly
43+
44+
**AOB:** 
45+
46+
Miriam will update R page for AFT models, and will then take on Bayesian MMRMs
47+
48+
**Next meeting: 10th August 4:30 GMT, 5:30 CET and 11:30 EST**

0 commit comments

Comments
 (0)