New version of R is out!
Our Data Scientist, Russ Hyde, has put together a quick review of the key features and changes in R 4.5 — from new language features to graphics updates and more.
Read the full blog post here: https://www.jumpingrivers.com/blog/whats-new-r45/
#rstats #update #Rprogramming #datascience #opensource
https://www.jumpingrivers.com/blog/whats-new-r45/
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: https://github.com/amices/mice
More info: http://eepurl.com/gH6myT
I have hear a link with a bunch of R related material. It is constantly updated:
https://app.dotadda.io/teams/bad2fd50-1971-4103-903a-4c6406e3f445/dots
I have hear a link with a bunch of R related material. It is constantly updated:
https://app.dotadda.io/teams/bad2fd50-1971-4103-903a-4c6406e3f445/dots
Master while loops in R! Learn how to optimize performance, avoid common pitfalls, and write cleaner code. This guide is perfect for R programmers looking to enhance their skills.
Check it out: The Complete Guide to While Loops in R here: https://www.spsanderson.com/steveondata/posts/2025-03-31/
Master while loops in R! Learn how to optimize performance, avoid common pitfalls, and write cleaner code. This guide is perfect for R programmers looking to enhance their skills.
Check it out: The Complete Guide to While Loops in R here: https://www.spsanderson.com/steveondata/posts/2025-03-31/
Bioconductor Kenya Course Kickoff!
Our first Bioconductor course in Africa started in Nairobi! Day 1 featured learning and collaboration with Laurent Gatto, and Michael Landi. Sessions later this week by Fabricio Almeida-Silva, Laurah Ondari, and Zedias Chikwambi. Thanks to CZI and UL Global for funding.
#Bioconductor #Bioinformatics #RProgramming #Carpentries #Africa
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: https://en.wikipedia.org/wiki/Local_regression#/media/File:Loess_curve.svg
More details: http://eepurl.com/gH6myT
See nested loops in action! I've shared some quasi real-world #RStats examples showing how to handle complex data structures effectively.
Explore the examples https://www.spsanderson.com/steveondata/posts/2025-03-10/
See nested loops in action! I've shared some quasi real-world #RStats examples showing how to handle complex data structures effectively.
Explore the examples https://www.spsanderson.com/steveondata/posts/2025-03-10/
Tired of NA values messing up your analysis?
Here are powerful R techniques to handle missing data like a pro: tidyr::drop_na() for quick cleaning
dplyr::coalesce() for smart replacements
mice package for imputation
Custom functions for complex cases
Check out the full guide! #R #RStats #DataCleaning #Tidy #Stats #Blog #RProgramming #Data
Tired of NA values messing up your analysis?
Here are powerful R techniques to handle missing data like a pro: tidyr::drop_na() for quick cleaning
dplyr::coalesce() for smart replacements
mice package for imputation
Custom functions for complex cases
Check out the full guide! #R #RStats #DataCleaning #Tidy #Stats #Blog #RProgramming #Data
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: https://github.com/thackl/gggenomes
Further details: https://statisticsglobe.com/online-course-data-visualization-ggplot2-r
Connecting R to PostgreSQL: A Guide to Database Interaction
Learn to connect R to your PostgreSQL database for powerful data analysis! This guide covers connections, error handling, data management, and best practices. #RPostgreSQL #DatabaseConnection #DataAnalysis #RProgramming #DB2 #SQL
https://tech-champion.com/database/db2luw/connecting-r-to-postgresql-a-guide-to-database-interaction/
Starter Kit for Data Analysts in 2025
Are you looking to break into the world of data analysis in 2025? Whether you’re just starting out or looking to level up your skills, here’s your ultimate data analyst starter kit to kickstart your career in this high-demand field.
Explore 9 top online courses for mastering data analytics with R in 2025. These courses, rated on effectiveness and student satisfaction, include Datacamp's "Data Analyst with R", Google's "Data Analytics Professional Certificate" on Coursera, and Udacity's free "Data Analysis with R" course. Gain essential skills in data manipulation, visualization, and statistical analysis. #DataAnalytics #RProgramming #OnlineLearning https://www.mltut.com/data-analyst-with-r-online-courses/
Earliest Bird tickets have sold out, but no worries Early Bird tickets now available!
Don't miss this #opportunity to be part of a vibrant community of R enthusiasts and experts.
Secure your spot now: https://www.eventbrite.com/e/cascadia-r-conf-2025-tickets-1102521995969
Less than 24 hours left to submit your proposals for the #CascadiaR #Conference. Don't miss this chance! Submit your 15-min full talks and 5-min lightning talks today at https://cascadiarconf.com/cfp/ The Call for Presentations closes February 14 at 5PM PT.
#DataScience #RProgramming #R #RStats
Check out our most recent blog on the {sparkline} package in R from our Data Scientist Osheen Macoscar!
Discover how to create compact, informative inline charts like line graphs, bar charts, and box plots to enhance your data visualisations.
#RStats #DataVisualisation #DataScience #Shiny #RProgramming