Publications by LV Kinyanjui

Data Science Capstone

08.03.2023

This is a comprehensive project that covers all the areas of the data science specialization offered by john hopkins university. It involves working with NLP and building a predictive model that can be deployed to a useful data application. This is not an easy task and all the steps will be outlined clearly as we proceed. library(tidyverse) -- ...

2143 sym R (4410 sym/21 pcs) 5 img 1 tbl

Data Explorer App

11.02.2023

Data Explorer Shiny App LV Kinyanjui 2023-02-11 Intent and Intro Here I will present the idea for a shiny app that is meant to make the process of data analysis more beginner friendly. It gives us a graphical user interface to interact with and make quick changes to allow us to explore out datasets. This is by no means a comprehensive projec...

2175 sym 1 img

Plotly Iris 3D Visual

09.02.2023

...

3 sym

Plotly Hello World

07.02.2023

...

3 sym

Sentiment Analysis

27.09.2022

Abstract This document is meant to do sentiment analysis on review that have been webscraped from Amazon’s site. We shall be using the package syuzhet. Its lower level functions are hidden and we shall only consider the functions it provides to do our analysis. Dependencies library(syuzhet) library(tidyverse) ## -- Attaching packages -----...

838 sym R (1036 sym/8 pcs) 1 img

Simulation and Hypothesis Testing

10.10.2022

Abstract In this project we shall investigate the exponential distribution in R and compare it with the Central Limit Theorem. Next, we shall perform hypothesis testing on data. library(datasets) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following...

4503 sym R (4563 sym/29 pcs) 10 img

Macro-economic Indicators

03.11.2022

Introduction This will be an investigation in the various indicators that are kept by the Central Bank to monitor the economy. These include inflation, balance of payments, gdp and others. This way, what is sought is a solid understanding of how policy makers view the economy from high up in their ivory tower. Note on Reproducibility It was ...

6261 sym R (8946 sym/41 pcs) 16 img

Motor Trends

22.11.2022

Executive summary You work for Motor Trend, a magazine about the automobile industry. Looking at a data set of a collection of cars, they are interested in exploring the relationship between a set of variables and miles per gallon (MPG) (outcome). They are particularly interested in the following two questions: “Is an automatic or manual tr...

3381 sym R (1650 sym/1 pcs) 10 img