Publications by Anto Lourdu Xavier Raj

Developing Data Products : R Markdown Presentation & Plotly

02.08.2020

August 3, 2020 Synopsis Following instructions have been given for the assignment - Create a web page presentation using R Markdown that features a plot created with Plotly. Host your webpage on either RPubs, GitHub Pages, or NeoCities. Your webpage must contain the date that you created the document, and it must contain a plot created with Plo...

816 sym R (1220 sym/2 pcs)

Tooth Growth Inferential Data Analysis

23.07.2020

Overview The purpose of the this data analysis is to analyze the ToothGrowth data set by comparing the guinea tooth growth by supplement and dose. First, I will do exploratory data analysis on the data set. Then I will do the comparison with confidence intervals in order to make conclusions about the tooth growth. Load the ToothGrowth data and p...

2359 sym R (1166 sym/19 pcs) 1 img

Investigation of the exponential distribution

23.07.2020

Overview The purpose of this data analysis is to investigate the exponential distribution and compare it to the Central Limit Theorem. For this analysis, the lambda will be set to 0.2 for all of the simulations. This investigation will compare the distribution of averages of 40 exponentials over 1000 simulations. Simulations Set the simulation v...

1162 sym R (833 sym/17 pcs) 1 img

Document

20.07.2020

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within t...

591 sym R (268 sym/2 pcs) 1 img

Motor Trend MPG Data Analysis

28.07.2020

Created with knitr Executive Summary This report analyzed the relationship between transmission type (manual or automatic) and miles per gallon (MPG). The report set out to determine which transmission type produces a higher MPG. The mtcars dataset was used for this analysis. A t-test between automatic and manual transmission vehicles shows that...

2961 sym R (688 sym/9 pcs) 2 img

Benrath Palace Leaflet Map

01.08.2020

My First Leaflet Map Create a leaflet map object. library(leaflet) map <- leaflet() %>% addTiles() Create a marker with a picture of Benrath Palace and a link to its homepage. benrathPalaceIcon <- makeIcon( iconUrl = "http://www.schloss-benrath.de/fileadmin/_processed_/csm_corps-de-logis-blumen_2e04b2b859.jpg", iconWidth = 30*408/255, ic...

182 sym R (675 sym/3 pcs)

Analysis of mtcars Dataset

02.08.2020

02/08/2020 Coursera Reproducible Pitch See the Regression Models Course Project URL: https://github.com/ludovicbenistant Find here all the data that have been use for this presentation and also for the first part of the data Science Project: “First, you will create a Shiny application and deploy it on Rstudio’s servers.Second, you will use ...

1827 sym R (653 sym/2 pcs)