How to plot two graphs in the same plot in R and R Shiny

Topbullets.comWe as data analyst always have to do basic EDA or data manipulating before sorting the variable for developing any model. One of the first steps that we follow in EDA is bi-variate analysis. I will not go into details how or why we do bi-variate analysis, as you must know already and just want to learn how to plot 2 graphs in the same plot area in R. So let’s get started. I simply wrote an R code with comments to understand each step. Please check out the code below and comment if any step is not clear. Good luck. Continue reading
Advertisement

How to permanently disable VLC recent played list on dock /taskbar on Windows 8 and 10

Topbullets.com The most viwed article on my blog till date is how to clear VLC history. I am sure we all love our privacy and can’t have a private laptop if we have friends and family roaming around. So it’s always better to take precuation to avoid unwelcomed problem. Recently I switched to Windows 10 and came across the same problem. I took help from one of my readers’ comment to write this article. If you are using Windows 7 you probably want to visit my last article “Clear VLC recent hisory“. And if using Windows 8 and above, let’s get started. You can also read my blog on sharing college proxy internet with mobile and other devices. Continue reading

Auto Download Outlook Email Attachment – Code in VBA by Topbullets.com

Topbullets.comI get some raw data through email every day. Now when I want to do some analysis on the data I need to go through the inbox, search for that particular data and then download it to local. The process is very tedious. Now I am very happy that I have got rid of this manual process. Kudos to Google! I want to share the tutorial with very basic code. One can easily leverage the VBA code to write some complicated criteria and enhance it further. Here I am using snapshots from Outlook 2013 but have tested the feature in 2007 and was working fine. Without talking too much let’s start. Continue reading

Auto Send Email Through Outlook via Python Code – Topbullets.com

Topbullets.comI wrote an article on How to send email through ASP.NET and it helped a lot of people. Automating such processes always save lot of time and manual intervention. Currently in my project one process takes 45 minutes to run and one needs to look out at screen continuously for any error or if code stops in between. For that I wrote a python code which track the process and send email notification instantly if code stops or runs completely. The article can also be useful for someone who is looking for a python code to know which windows applications are running or open any Windows application using Python. Continue reading

[Solved] R code for AdStock rate in Marketing mix modeling

Topbullets.comMarketing mix is an important tool to understand the effect of our marketing budget and helps to prioritize different channels. In the role of data analyst you would certainly come across this term and sometimes you would need to develop a model for the same. As we discussed in our previous blog, AdStock is one of the most important entities in Marketing mix modeling and this should be addressed while developing the model. Today I am going to write R code for the same. I want to request you to read my previous article to understand the concept. Continue reading