Castory Munishi's Avatar

Castory Munishi

@castory.bsky.social

Passionate about health data

26 Followers  |  29 Following  |  19 Posts  |  Joined: 30.08.2023  |  1.61

Latest posts by castory.bsky.social on Bluesky

Post image

β€œI’ve taken several R trainings - this is the BEST!”
πŸ“’ New courses posted! Intro to R for public health
πŸ—“οΈ 40 hours part-time, synchronous, with unlimited 1-on-1 coaching and options for ALL time zones.
✏️ Register: appliedepi.org/training/pub...

13.03.2025 09:52 β€” πŸ‘ 1    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0
Post image

πŸ“’ Last week to apply for the Applied Epi scholarships!

Transition your team to R with free or discounted courses and services.

Why apply?
βœ”οΈ Full or partial scholarships
βœ”οΈ Focused on strengthening public health capacity

πŸ—“οΈ Apply by Feb 10, 2025! 🌐 appliedepi.org/training/scholarships-ae

03.02.2025 20:51 β€” πŸ‘ 1    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0
Post image

πŸŽ‰ R scholarship applications open on January 20!

If your team (government or nonprofit) works in applied epidemiology in a low- or middle-income country, you could get access to our Intro to R course and Support Desk! Details: appliedepi.org/training/sch...
#Rstats #epitwitter

17.01.2025 17:04 β€” πŸ‘ 7    πŸ” 7    πŸ’¬ 0    πŸ“Œ 1
Post image

#NetZero is not enough: ratcheting ambition for #sustainable #healthsystems through Reduce and Support"β€” #newstudy published in @bmj.com #GlobalHealth by BCEPS Researcher (& PhD grad) Anand Bhopal & colleagues 🌍

πŸ“„ πŸ‘‰ Link #openaccess: gh.bmj.com/content/8/Su...

πŸ“Έ Fateme Alaei

#climatechange

16.01.2025 14:30 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Post image Post image Post image Post image

πŸ“’ BCEPS is proud to announce a free 2-week online course on priority setting in health, led by Kjell Arne Johansson
& featuring international expert lecturers! πŸ’₯

Anyone around the world can take this course. This is a rare and valuable opportunityβ€”please share widely! πŸ’‘

See more info belowπŸ‘‡

07.01.2025 15:21 β€” πŸ‘ 3    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0
A faceted heatmap visualization showing the ratio of domestic to international flights across nine countries from 2011 to 2019. Each country has its own panel displaying monthly patterns across years, with a diverging color scheme where purple represents more international flights and green represents more domestic flights.

Looking at the mean ratios for the entire 2011-2019 period: China shows the strongest domestic preference with 10.2 times more domestic flights, followed by the United States (6.7x) and Australia (1.7x). The other countries show more international flights: Germany and the United Kingdom both have 10 times more international flights, Greece and Sweden each have 3.3 times more international flights, while Norway and Thailand have 1.4 times more international flights. Many countries display seasonal patterns, particularly visible during Northern Hemisphere summer months.

A faceted heatmap visualization showing the ratio of domestic to international flights across nine countries from 2011 to 2019. Each country has its own panel displaying monthly patterns across years, with a diverging color scheme where purple represents more international flights and green represents more domestic flights. Looking at the mean ratios for the entire 2011-2019 period: China shows the strongest domestic preference with 10.2 times more domestic flights, followed by the United States (6.7x) and Australia (1.7x). The other countries show more international flights: Germany and the United Kingdom both have 10 times more international flights, Greece and Sweden each have 3.3 times more international flights, while Norway and Thailand have 1.4 times more international flights. Many countries display seasonal patterns, particularly visible during Northern Hemisphere summer months.

International vs domestic flights for this week's #TidyTuesday

Code: github.com/gkaramanis/t...

#RStats #dataviz

27.12.2024 13:00 β€” πŸ‘ 22    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Post image

Day 10: Code readability!

Are you making life harder for yourself in R? Or are you using rainbow parentheses and highlighted functions!?

Which one does your code look like?

10.12.2024 16:30 β€” πŸ‘ 9    πŸ” 2    πŸ’¬ 1    πŸ“Œ 0
28Β  GIS basics – The Epidemiologist R Handbook

So if you're curious about GIS or just starting with spatial epi data? Check out Chapter 28 for a deep dive into concepts, code, and examples: www.epirhandbook.com/en/new_pages...

And don’t forget to experiment with mapview. Probably the easiest map you'll ever make.

06.12.2024 18:24 β€” πŸ‘ 3    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0

Under the hood of mapview is Leaflet rstudio.github.io/leaflet/. Which is a bit more complex but a lot more powerful. In the chapter, we guide you through how to:

πŸ“‚ Load spatial data
πŸ—ΊοΈ Create static maps
🌐 Build interactive maps
πŸ“Š Perform basic spatial analyses

06.12.2024 18:24 β€” πŸ‘ 2    πŸ” 2    πŸ’¬ 1    πŸ“Œ 0

We use mapview to:

Pinpoint where our spatial data is located. πŸ“
Save interactive maps as HTML files to share with colleagues. 🌐
Quickly explore patterns and trends in spatial data. πŸ”

GIS doesn’t have to be daunting, tools like mapview make mapping simple and accessible for everyone! πŸš€

06.12.2024 18:24 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0
Interactive Viewing of Spatial Data in R Quickly and conveniently create interactive visualisations of spatial data with or without background maps. Attributes of displayed features are fully queryable via pop-up windows. Additio...

Enter mapview! This package takes spatial objects like sf and creates an interactive map easily. r-spatial.github.io/mapview/

library(mapview)
mapview(your_sf_object)

That’s it. One line, and you’ve got a clickable, zoomable map! Try it yourself. πŸ–±οΈπŸ“

06.12.2024 18:24 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0
28Β  GIS basics – The Epidemiologist R Handbook

Day 6: Today’s is Chapter 28 of the EpiR Handbook: GIS because Epis love maps! πŸ—ΊοΈ
🌍 Learn how to make spatial data work for you: www.epirhandbook.com/en/new_pages...

But let’s make this even easier. Did you know you can create an interactive map in R with just one line of code? 🀯 Follow along πŸ‘‡

06.12.2024 18:24 β€” πŸ‘ 8    πŸ” 4    πŸ’¬ 1    πŸ“Œ 0

We live, we learn

22.11.2024 05:28 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Stop running in cycles. Just do it!

20.11.2024 11:03 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Fame is unnatural.

09.11.2024 06:09 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Procastination is a poison that kills success

20.10.2024 22:37 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Focused work needs headspace

20.10.2024 22:36 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

β€œNo matter how difficult life may seem there is always something you can do and succeed at” Stephen Hawking

Just keep pushing

24.11.2023 21:30 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

β€œThings are just things they don’t make you who you are” Macklemore

11.11.2023 10:28 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Sometimes where we are boils down to one insane move

11.11.2023 10:24 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

No matter how difficult the journey may seem, don’t quit

02.10.2023 08:02 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Play long time games

25.09.2023 18:08 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Don’t count the number of failures, count the number of comebacks!

20.09.2023 08:07 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Compound interest works

07.09.2023 07:06 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Remember time is a river

05.09.2023 09:19 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Let your work speak for you.

05.09.2023 09:15 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Don’t pretend, be real.

05.09.2023 06:37 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Don’t copy, be you.

05.09.2023 06:36 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Everyday strive to make the world a better place for others.

04.09.2023 02:57 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Everyday strive to be a better person.

04.09.2023 02:55 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@castory is following 20 prominent accounts