mstdn.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A general-purpose Mastodon server with a 500 character limit. All languages are welcome.

Administered by:

Server stats:

9.3K
active users

#visualanalytics

0 posts0 participants0 posts today

Alexander Rolwes hat am 16. Juni 2025 seine Dissertation mit dem Titel "Geovisuelle Ansätze zur Analyse von Raum-Zeit-Zusammenhängen in urbanen Anwendungsfällen" erfolgreich verteidigt. Dazu gratulieren wir ihm sehr herzlich!

i3mainz.hs-mainz.de/news/2025/

#mobilität #VisualAnalytics #HochschuleMainz #HochschuleRheinMain #Geoanalyse
#Erreichbarkeitsanalyse #Öffnungszeitenanalyse #Attraktivitätsanalyse

The "Grammar of Graphics" is a powerful concept that ggplot2 in R is built on. It breaks down the process of data visualization into layers, making it easier to customize and understand how to build effective charts.

Want to dive deeper into creating beautiful and informative visuals with ggplot2? Check out my online course on "Data Visualization in R Using ggplot2 & Friends!" Take a look here for more details: statisticsglobe.com/online-cou

I recently discovered the tidyplots package in R, and it’s impressive how effortlessly it enables you to create beautiful, publication-ready plots.

The example visualizations shown here were created by the package author, Jan Broder Engler, and are featured on the tidyplots website: jbengler.github.io/tidyplots/

Click this link for detailed information: statisticsglobe.com/online-cou

Adding statistical metrics to your plots can transform your visualizations from basic to highly informative. With ggplot2 in R and its versatile extensions, incorporating features like p-values, confidence intervals, and regression lines becomes both straightforward and visually appealing.

With these tools, integrating statistical insights into your ggplot2 visualizations becomes both effective and effortless.

More details: statisticsglobe.com/online-cou

Make your plots more stylish and visually appealing! The ggthemes package offers a variety of pre-built themes that help you customize the look of your ggplot2 visualizations, drawing inspiration from popular design standards.

The visualization shown here is from the package website: yutannihilation.github.io/allY

More: statisticsglobe.com/online-cou

Creating publication-ready plots in R is easier than ever with ggpubr. This extension for ggplot2 simplifies the process of generating clean and professional graphics, especially for exploratory data analysis and reporting.

The attached visual, which I created using ggpubr, demonstrates its versatility.

Additional information: statisticsglobe.com/online-cou

Am 2. April 2025 wurde Johannes Frank vom @vdi_news Rheingau-Bezirksverein für seine herausragende Masterarbeit mit dem Titel „Analyse von Einflussfaktoren auf die Unfallschwere von Unfalldaten mittels KI und #xai ausgezeichnet.
Johannes Frank widmete sich einem hochrelevanten Thema der #Verkehrssicherheit und nutzte dabei moderne Technologien, insbesondere #kunstlicheintelligenz , #VisualAnalytics und Ansätze der Erklärbaren KI. Herzlichen Glückwunsch, Johannes!

i3mainz.hs-mainz.de/news/2025/

Basic boxplots are often not the best way to visualize your data! They can hide important information, such as the distribution of individual data points or group-specific differences.

The attached visual showcases several ways to enhance boxplots.

All of these examples were created using ggplot2 and extensions in R.

Click this link for detailed information: statisticsglobe.com/online-cou

Working with text in ggplot2 plots can be a mess, especially when dealing with overlapping labels, busy backgrounds, or the need for custom formatting. Thankfully, several powerful ggplot2 extensions make text manipulation and annotation much easier and more effective.

With these tools, text in ggplot2 becomes much more manageable and visually appealing.

In missing data imputation, it is crucial to compare the distributions of imputed values against the observed data to better understand the structure of the imputed values.

The visualization below can be generated using the following R code:

library(mice)
my_imp <- mice(boys)
densityplot(my_imp)

Take a look here for more details: statisticsglobe.com/online-wor

When it comes to learning data science, statistics, and programming, having the right resources is essential.

You can find all links and further descriptions here: statisticsglobe.com/statistics

If you are looking for a structured course that helps you get started with these topics, you may check out my introduction to R programming course. Further details: statisticsglobe.com/online-cou

Want to analyze the distribution of a single variable and test its mean against a specified value? The gghistostats() function from the ggstatsplot package is your go-to tool.

The visualization shown here is from the package website, demonstrating how gghistostats() effectively combines data distribution with statistical testing: github.com/IndrajeetPatil/ggst

Further details: statisticsglobe.com/online-cou

The R programming language is, in my opinion, the best tool for statistical analysis and data visualization.

By enrolling in the course, you’ll receive lifetime access to:

- 20 video lessons on statistical methods & their application in R.
- Exclusive group chat for questions, support, and networking.
- Quizzes, projects, scripts, and additional resources to enhance your skills.

Link: statisticsglobe.com/online-cou

Bayesian logistic regression is a powerful method for predicting binary outcomes (such as yes/no decisions). It differs from traditional logistic regression by incorporating prior beliefs and quantifying uncertainty using posterior distributions. This makes Bayesian logistic regression ideal for situations where you want to explicitly account for uncertainty or include prior knowledge.

Further details: eepurl.com/gH6myT

Logged GDP per capita, social support, freedom to make life choices, and perceptions of corruption are pivotal determinants of happiness.

This graph illustrates these metrics for the top 10 happiest countries, arranged from left to right, based on the World Happiness Report 2023.

See this link for additional information: statisticsglobe.com/webinar-da