Wobbly Geekwooblygeek.hashnode.dev·Sep 23, 2023Importing Data in RProcess of loading and reading data into R from various resources. 5 types of data to import: Flat files - Flat files are text-based files where data is organized in rows and columns. Data from Excel Databases Web Statistical software read.csv...DiscussR programmingR Language
Oriola Timilehintimiranalyst.hashnode.dev·Sep 22, 2023"DPLYR" -The Data ManipulatorSeeing the cover photo, you might think this is an action movie😂 However, as a data analyst, you would know that it's more than that. INTRODUCTION Data manipulation is a crucial step in the data analysis process. Whether you are exploring, cleaning,...Discuss·10 likes·31 readsR Language
Richard CareagaProparadigm.hashnode.dev·Sep 20, 2023R: A Brief HistoryA version of this originally appeared on the RStudio community board. What it is; where it came from The R Programming Language is an interpreted language that provides tools for data analysis and applied statistics (otherwise known as data science)....DiscussR Language
Wobbly Geekwooblygeek.hashnode.dev·Sep 20, 2023Introduction to RR is an interpreted language. Uses of R Statistical computations Predictive analysis Data visualization by use of libraries e.g. gg plot Correlation analysis RULES Case Sensitivity: R is case sensitive which means functions, variables or objec...DiscussR programmingR Language
Chris ChapmanProquantuxblog.com·Sep 17, 2023Favorite R packages, Part 2In Part 1, I listed the R packages that I use most often in my code. In this post, I walk through the R code that found that list. I discuss each chunk of that code and compile the entire code file at the end. Along the way, I demonstrate how to clar...Discuss·196 readsR Language postsR Language
Oriola Timilehintimiranalyst.hashnode.dev·Sep 13, 2023Data Analysis with RI'm sure you thought "Real Analysis" was all about Epsilon. Mathematicians can relate 😂 Introduction Data analysis involves inspecting, cleaning, transforming, and modeling data to discover useful information for decision-making. The purpose of data...Olamide Samuel and 1 other are discussing this2 people are discussing thisDiscuss·3 likes·65 readsR Language
Chris ChapmanProquantuxblog.com·Sep 10, 2023Favorite R packages, Part 1I'm often asked which R packages are my favorites, or which ones a Quant UXR should know. The answer is — wait for it — "it depends." It depends on the data you have, the analyses you need, your team infrastructure, and how you code. Some that come t...Discuss·12 likes·108 readsR Language postsR Language
wipdevwipdev.hashnode.dev·Sep 9, 2023Why I Like Functional ProgrammingI've been gravitating towards functional programming for years, and the basic functional features in languages like JavaScript or R don't feel enough for me. I always wanted to go deeper into that route, and (at the time of writing this) I am trying ...DiscussOverthinking DevelopmentFunctional Programming
Oriola Timilehintimiranalyst.hashnode.dev·Sep 7, 2023Introduction to RI'm sure you saw "R" and thought of the letter. This is about R programming. Introduction To find a clear definition of the R programming language, the R Foundation's website is the best place to go. According to R-Project.org, R is a language and en...Discuss·11 likes·84 readsR Language
Abhishek Munducodinguru.hashnode.dev·Sep 7, 2023R LanguageIntroduction R is a powerful and versatile programming language for data analysis and visualization. Whether you're a data scientist, statistician, or just someone interested in exploring data, R provides a wide range of tools and packages to help yo...Discuss·2 likesR Language