Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions minutes/meetings/2026-07-13.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
title: "New Blog, CI content & Log-normal t-test updates "
date: "13 July 2026"
categories:
- 2026
output:
html_document:
toc: true
toc_float: false
toc_level: 5
df_print: paged
---

# Attendees

```{r}
#| label: attendees
#| echo: false
#| message: false
#| warning: false
attend_list <- readr::read_csv("../2026_team_members.csv")
knitr::kable(
list(attend_list[c(1, 7)]),
"html"
)
```

# Agenda & Minutes

**Content updates:** 

- Lyn Taylor - created temporary placeholders for EAIR CIs and Stratified MN CIs

- Pete Laud - completed the CI's for paired data sections

- Dimple Patel - completed one and two-sample t-test sections adding in examples for log-normal data

**Blogs:**

Tipping point blog now live: [CAMIS Blog](https://psiaims.github.io/CAMIS/blogs/)

Still having issues releasing blogs through PHUSE, but PSI blogs now going out monthly

**AOB:** 

Miriam will update R page for AFT models, and will then take on Bayesian MMRMs

**Next meeting: 10th August 4:30 GMT, 5:30 CET and 11:30 EST**
Loading