Tag: R

functional-programming-in-r

Unleash the Power of Functional Programming in R with the purrr Package

Introduction Welcome to our comprehensive guide on harnessing the power of the purrr package in R for functional programming. If you’re keen on elevating your R skills, you’re in for a treat. Today, we’ll be delving into the wonders of the purrr package — a lifesaver for functional programming. With the avalanche of data we encounter nowadays, having the […]

Introduction to Probability and Statistics: Basic Concepts and Terminology with Visuals — Part I

Introduction to Probability and Statistics: Basic Concepts and Terminology with Visuals — Part I

Welcome to the first part of our series, “Demystifying Data Science: A Comprehensive Guide for Beginners.” This series is designed to help aspiring data scientists gain a solid understanding of the fundamental concepts and techniques in the field of data science. We will explore various topics, including probability, statistics, machine learning, and data visualization, with […]

data.table library tutorial and explain

The Tidyverse and data.table R Packages

“The Tidyverse and data.table R Packages” The power of R comes from the vast collection of software libraries, i.e. packages, that can be easily installed and loaded in R. Today we will cover two of the most powerful packages in R, the tidyverse and data.table packages. The tidyverse and data.table are two popular packages in R that provide functions for working with data. […]

Analyzing Crypto Market using R — Part 2 image

Analyzing Crypto Market using R — Part 2

Correlations in the Crypto World Analyzing crypto market Aous Abdo, WWW.ANALYTICADSS.COMAn interactive version of this post can be found on here. In my previous post I explored bitcoin data from different exchanges, we also covered some arbitrage-related data. In part 2 of this series I will explore alt coin related data. R Libraries Below is a list […]