r for data science

r for data science

increasingly popular statistical programming language r for data science. r is popular for statistical computing and statistical analysis. what is r ? R is open source language and relatively easy to learn. R is handle huge data sets with incredible data visualization and graphics capabilities. In r data analysis better and faster and allowed them … Read more

r shiny tutorial – RStudio

r shiny tutorial

This RStudio tutorial will give you an overview of the most important concepts behind R Shiny. The language is used to create interactive data visualizations and can also be used to write data science code. This tutorial will cover the basics of RShiny. It will also show you how to use the RStudio console, and … Read more

Forecasting | Time Series Forecasting | R And Python

Time Series Forecasting

What Is Forecasting? Forecasting is a process of prediction or estimating the future based on past and present data. Example: how many passenger can we expect in a given flight?, weather forecasting, stock price forecasting. Forecast means to contrive or scheme before hand; to arrange plan before execution. What Is Time Series Forecasting? Time Series … Read more

How to find a Probability Calculation using R

How to find a Probability Calculation using R

There are many options available to you if you want to do a probability calculation with R. There are many functions in R that can handle these calculations. Some functions deal with probabilities and likelihoods. To avoid memory underflow and overflow, use the log=TRUE option. The binomial distribution’s second parameter corresponds to the second value … Read more