Colloquium organized by the Institute on Aging and Lifelong Health at the University of Victoria digital poster - print poster
- Day 1 recording
- Day 2 recording
- Day 3 (pending)
Transactional data of Island Health: How patients vote with their feet Dr. Ken Moselle (Island Health) and Dr. Andriy Koval (BC Observatory, UCF)
- Clinical Context Coding Scheme handout
Visualizing logistic regression with the “coloring book” technique: A study in ggplot2 Dr. Andriy Koval (BC Observatory, UCF)
Nuances of information sharing and data display in a mobile application for students with substance use disorder Dr. Barbara (Basia) Andraka-Christou (University of Central Florida, Department of [Health Management and Informatics][hmi]) [hmi]:https://ccie.ucf.edu/hmi/welcome/
Optimizing public health surveillance through reproducible reporting: Response to opioid crisis on Vancouver Island Shannon Tracey (University of Victoria) and Maritia Gully (Island Health)
Building pipelines and dashboards for practitioners: Mobilizing knowledge with reproducible reporting Dr. Will Beasley (University of Oklahoma Health Sciences Center)
Constructing workflows for reproducible analytics: Suppressing small counts for provincial chronic disease dashboard Dr. Andriy Koval (BC Observatory, UCF) and Anthony Leamon (Island Health)
- master copy of the detailed schedule for both lectures and live coding session
- google doc with notes and sketches for colloquium talks
- google doc with notes and sketches for live coding sessions
- Theme 1: Longitudinal perspectives
- Theme 2: Alluvial (sankey) plots
- Theme 3: Venn Diagrams
Please execute the following steps:
-
R is the centerpiece of the analysis. Every few months, you'll need to download the most recent version. {added Sept 2012}
-
RStudio Desktop is the IDE (integrated design interface) that you'll use to interact with R, GitHub, Markdown, and LaTeX. Updates can be checked easily through the menus
Help
->Check for updates
. {added Sept 2012} -
Install packages needed for this project by executing the following lines:
utils::install.packages("devtools")
devtools::source_gist("2c5e7459b88ec28b9e8fa0c695b15ee3", filename="package-janitor-bbmc.R")
package_janitor_remote("https://raw.githubusercontent.com/OuhscBbmc/RedcapExamplesAndPatterns/master/utility/package-dependency-list.csv")
install.packages("remotes") # Run this line if the 'remotes' package isn't installed already.
remotes::install_github(repo="dss-ialh/displaying-health-data")