Raghav Thindraghavthind.hashnode.net·Nov 13, 2021What is the R Language ?"R" is a programming language used mainly for computational statistics and plotting data. Popular in the field of data analysis and statistics, R is an interpreted language, typically accessed through a command-line interpreter. The language, first i...Discuss·69 likes·140 readsR LanguageExactly the description I was looking for. This article helped me make my mind to start learning this language. 6
Dave Amianadcode.hashnode.net·May 13, 2021FeaturedThe R Language: an OverviewR is a functional programming language that took inspiration from Scheme [1]. It was made by statisticians Ross Ihaka, and Robert Gentlemen [2] as they began to seek an alternative implementation of the S language. The name of R came from the names o...Discuss·63 likes·813 readsProgramming Languages Data Science
Yash Tiwaricoursesity.hashnode.net·Jun 3, 202150 Best Data Science Interview Questions and Answers in 2021As the name implies, data science is the study of gaining wisdom and knowledge from data through scientific methods and processes in various forms. If you are interested in becoming a data scientist, you may need to impress prospective employers with...Discuss·39 likes·372 readsData Science
Florian FuchsforFlorian's Blogflorian.hashnode.net·Nov 17, 2023minim amet tempor consequat eiusmod culpaEt ipsum mollit quis veniam fugiat minim sint. Et deserunt officia irure. Veniam sint sit aute incididunt aliquip mollit Lorem quis excepteur Lorem laborum veniam. Sunt consectetur sit adipisicing aute et laboris mollit velit et. Eiusmod qui officia ...DiscussReact
Feyitimi Victor OlumuyiwaforFiguring Out R Programmingyesr.hashnode.net·Apr 19, 2023Mastering R's lapply, sapply, and vapply: Understanding Their Uniqueness and Distinctive Applications as a Data AnalystAs a data analyst, you're often faced with the task of manipulating large datasets to extract valuable insights. In R, lapply, sapply, and vapply are powerful functions that can help you accomplish this task more efficiently. In this article, we'll e...DiscussR Language
Emmanuel OgebeforEmmanuel Ogebeemmanuelogebe.hashnode.net·Apr 19, 2023Nigerian Movie Recommendation System: A Machine Learning ProjectAbstract Nollywood movies are referred to as “Nollywood” because they were produced in Nigeria utilizing a type of video equipment known as a “Nolly,” which was thought to be an acronym for “Nigeria” or “National Optical Lens.” The Nigerian Movie I...Discuss·3 likes·155 readsPersonal ProjectsMachine Learning
Jessica Anna JamesforMy Wired Worldjessica1438.hashnode.net·Apr 2, 2023Empower Your Data with R Shiny: A Comprehensive Guide to Installing and Setting up the Web Application Framework for Data VisualizationIntroduction to Rshiny RShiny, is an R package that helps you build easy and interactive Web applications based on your statistical analysis of real-time data without the need of knowing HTML, CSS or Javascript. The flexibility of Rshiny allows one t...Discuss·1 like·105 readsR Language
Sejyoti Chakrabortyforsejyotiarna's 🧠sejyoti.hashnode.net·Mar 6, 2023Higher dimensional Data in R(PCA)Part 1 Introduction: ~ Understand the concept behind PCA. Here I took Biological data as an example, you might take your dataset as an example~ Assuming that we have 10 tumor samples, real-time PCR experience, and measurements showing the comparison ...DiscussWeb Development
Sejyoti Chakrabortyforsejyotiarna's 🧠sejyoti.hashnode.net·Mar 2, 2023Algebraic and logic operations in RIn R and every other programming language, there are three different kinds of operators. Arithmetic operators (+,-), relational set operators, and logic operators are examples of basic operators. Arithmetic operator: As we previously discussed, a sym...Discuss·2 likesR Language
Sejyoti Chakrabortyforsejyotiarna's 🧠sejyoti.hashnode.net·Mar 1, 2023Getting ready with R~R is a platform for statistical computing that is open source and free. Millions of users, including you and me, contribute daily to R to handle statistical data analysis. As it's a component of a new project, we can download and utilize it free of ...Discuss·7 likes·29 readsR Language
Peter KamauforData Analysis and Machine Learningpexpeter.hashnode.net·Feb 25, 2023Ultimate Guide to Exploratory Data AnalysisDefinition Exploratory Data Analysis is an approach to analyzing data sets to summarize their main characteristics, often using statistical graphics and other data visualization methods, according to Wikipedia. It assists us to identify potential iss...Discuss·50 readsData Science
Dr. Himanshu RaiforArtificial Insightshimanshuraiml.hashnode.net·Feb 16, 2023Data cleaning Using R (Part 2)As a person of many talents, it’s time to take on a different job: nutrition analysis! Your goal is to analyze the sugar content of a sample of foods from around the world. A large dataset called food.csv is ready for your use in the working director...Discuss·57 readsData ScienceData Science
Shridhar G Vfortradermade.hashnode.net·Feb 2, 2023How To Import Forex Data in RThis tutorial lets you know about importing live and historical forex data in R using a REST API. Similarly, you can understand resolving JSON responses into a Data frame. You require least to no knowledge of the R programming language to follow this...Discuss·39 readsR Language