From d857e23e21c5abefc9d69205fd8fbfb7241c453f Mon Sep 17 00:00:00 2001 From: drlyntaylor Date: Mon, 13 Jul 2026 17:31:58 +0100 Subject: [PATCH] meeting minutes 13/7 --- minutes/meetings/2026-07-13.qmd | 48 +++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 minutes/meetings/2026-07-13.qmd diff --git a/minutes/meetings/2026-07-13.qmd b/minutes/meetings/2026-07-13.qmd new file mode 100644 index 000000000..96caf4e06 --- /dev/null +++ b/minutes/meetings/2026-07-13.qmd @@ -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**