Tag: R
RODBC
A quick and easy Guide to equipping your R environment with capability to query ODBC data source with RODBC
Continue Reading...Sentiment Analysis with R
In the last post, we talked about getting the data from twitter, in this post we will talk about the sentiment analysis on text. either from tweets that we just downloaded in our data set or full text documents. if you are not familiar with R, check out this post here to begin What is […]
Continue Reading...Analyze twitter with R
Hello Again, this post about how to analyze twitter with R to perform the analysis. In this article we will talk about the procedure or getting data from twitter and saving it as a dataset in R. it can be later used to perform sentiment analysis or if if is numerical data, to make some […]
Continue Reading...Deep Learning in R
Learn to implement deep learning in R with Keras
Continue Reading...Pipes in R
In today’s post we will learn about the famous pipe operator %>% and other pipes in R, and its applications You have already seen the pipe operator %>% in my previous post. But do you know the origins of it, what they exactly are, or how, when and why you should use them? so lets […]
Continue Reading...Into the multiverse… I mean Tidyverse
In today’s post, we will talk about the tidyverse package for R. Tidyverse is a suite of packages that use can use for most tasks from data wrangling to data visualization. In this post, we will talk about dplyr and some of ggplot2. for a full post on ggplot2 click here Composition The tidyverse suite […]
Continue Reading...GGPLOT & esquisse
creating graphical representation using ggplot in R
Continue Reading...Lazy Man’s Guide to Exploratory Data Analysis
You must have noticed by now, that I am not very active man. In order to avoid doing most of the work and spending more time analyzing. I have been looking for automatic tools. like my previous article about AutoML. if you haven’t had the chance to read it, you can check it out here […]
Continue Reading...Getting Started with R
In the last post, we saw an introduction to R and discussed about its uses. Since the aim here is to be a guide for absolute beginner. I will start by setting up the environment before we move further. We will also discuss some basic functionality on the way for getting started with R R-Base […]
Continue Reading...An introduction to R
an introduction about what is R
Continue Reading...