File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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**
You can’t perform that action at this time.
0 commit comments