mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

2.8K
active users

#rprogramming

1 post1 participant1 post today

¡Reto #30DayChartChallenge 2025 COMPLETADO! 🎉📊 30 días, 30 visualizaciones con #RStats y #ggplot2.

Ha sido un viaje increíble explorando comparaciones, distribuciones, relaciones (¡animales!), series temporales (sociales, económicas) e incertidumbre (riesgo, exoplanetas, mapas...).

Puedes ver la galería completa (y todo el código) en mi repositorio:
📂 github.com/michal0091/dataviz/

¡Gracias por seguir el reto! #dataviz #DataVisualization #DataStorytelling #ChallengeComplete #Rprogramming

If you're still using raw R outputs for presentations, it's time for an upgrade! Tools like gtsummary bring your statistical results to life, making them much more digestible for non-technical audiences.

The visualization included here was originally shared in a post by Dr. Alexander Krannich. Thanks to Alexander for inspiring me to create this post.

More details are available at this link: eepurl.com/gH6myT

Handling missing data is a critical step in data analysis, as failing to address it properly can lead to biased results and reduced analytical power. The mice package for R, short for Multivariate Imputation by Chained Equations, provides a robust and flexible framework for handling missing values through multiple imputation.

The visualizations shown below originate from the package website: github.com/amices/mice

More info: eepurl.com/gH6myT

Discover the power of property-based testing in R with the #quickcheck package! Seamlessly integrates with #testthat and offers a variety of generators for atomic vectors, lists, and tibbles. Perfect for ensuring your code's reliability. Check it out: github.com/armcn/quickcheck #rstats #rprogramming #testing

Property Based Testing in R. Contribute to armcn/quickcheck development by creating an account on GitHub.
GitHubGitHub - armcn/quickcheck: Property Based Testing in RProperty Based Testing in R. Contribute to armcn/quickcheck development by creating an account on GitHub.

Local regression is a non-parametric method for fitting smooth curves to data by applying multiple localized regressions. It is useful for uncovering non-linear relationships when the data’s exact form is unknown. Proper use of local regression can reveal trends in noisy data, but poor implementation might lead to misleading results.

Image: en.wikipedia.org/wiki/Local_re

More details: eepurl.com/gH6myT

Visualize genomic data with ease using gggenomes, an R package that extends ggplot2 to handle and display genomic information intuitively. Whether you’re comparing genomes, analyzing features, or showcasing synteny, gggenomes provides the tools you need to turn complex genomic data into clear, informative visualizations.

Visualization: github.com/thackl/gggenomes

Further details: statisticsglobe.com/online-cou