Data_Analysis
Photo by Marek Piwnicki on Unsplash www.crosshyou.info This post is following of above post. In this post, I will do some classification methods. Firstly, I make binary variable. I made a binary variable named high, that shows 1 when lpc_g…
Photo by henry perks on Unsplash www.crosshyou.info This post is following of above post. I load Unenployment rate data. I get this data from OECD we site. Then, I filter only year == 2019. Next, I will merge df4 data frame and unem_2019 d…
Photo by Alexander Schimmeck on Unsplash www.crosshyou.info This post is following of above post.In this post I will add inflation data into previous post's linear regression model.Firstly, I will load inflation data. I got the inflation d…
Photo by Jeremy Santana on Unsplash www.crosshyou.info This post is following of above post.In the previous post, I get Confidence Interval using standard error. In this post, I will get Confidence Interval using Bootstrap method. Bootstra…
Photo by Alexander Schimmeck on Unsplash www.crosshyou.info This is following of above post.In this post, I will calculating confidence intervals for "atwm"; Attitudes Towards Working Mothers and "em",; Early Marriage. Let's begin. We can …
Photo by Kentaro Toma on Unsplash www.crosshyou.info This post is following of the above post.In this post, I will make histograms, boxplots and ECDF plots with R. Before making those plots, I made some changes to the dataframe. I changed …
Photo by Redd on Unsplash I will analyize ODEC Discriminatory family code. Inequality - Discriminatory family code - OECD Data I downloaded CSV file likde below from aboce web site. Let's analyze with R. Before load the CSV file, I load ti…
Photo by JD Rincs on Unsplash www.crosshyou.info This post follows above post.In this post, I will do panel data regression analysis with R using plm package. First, le's see which year has many observations. 2010, 2011, 2012, 2013 and 201…
Photo by Ken Cheung on Unsplash www.crosshyou.info This post follows above post. I add trend variable to static model. Althogh adding trend, GDP is still significant. So, I make three model, static model, finite distributed lag model and s…
Photo by mostafa meraji on Unsplash www.crosshyou.info This post follow abovr post. In the previous post, I did cross section data analysis. In this post, I do time-series data analysis. First, let's check how many LOCATION have most data.…
Photo by Wolfgang Hasselmann on Unsplash www.crosshyou.info This post is following of above post. From the previous post, NONNRGMAT has correlated to r_capi: squared rooted per capita gdp. Let's do regression analysys using R. p-value for …
Photo by Mateusz Klein on Unsplash www.crosshyou.info This post is following of the above post.Let's make some graphs to get big picuture of the data. Fisrstly, I make histograms for each variables. Let's start with NONNRGMAT TOTMAT before…
Photo by Ivana Cajina on Unsplash In this blog, I will analyze OECD Material productivity data. First, I downloaded data from the OECD webiste: Materials - Material productivity - OECD Data OECD (2022), Material productivity (indicator). d…
Photo by Sora Sagano on Unsplash www.crosshyou.info This post is following of the above post. In this post, I will do time-series analysis. I use JPN data only. Firstly, I make JPN only dataframe. Then, let's see statistical summary of df_…
Photo by Aron Visuals on Unsplash www.crosshyou.info This post is following of the above post.In this post, I will do PCA(Principal Component Analysis). I refer below web site.Principal Component Analysis (PCA) 101, using R | by Peter Nist…
Photo by Mylon Ollila on Unsplash www.crosshyou.info This post is following of the above post. In this post, I will do clustering. First, I use hierarchial clustering. I make a matrix for clustering. I use 2018 and 2019 data. Then, I use d…
Photo by Quino Al on Unsplash www.crosshyou.info This post is following of the above post.I have GDP data file like below, which I downloaded OECD web site. I am going to merge this data to previous ppp data. Firstly, I upload this CSV fil…
Photo by Drew Bae on Unsplash www.crosshyou.info This post is following of the above post. In this post, let's make some graphs. Firstly, let's see year vs. ppp. I use plot() function. We see 2 countries have relatively high ppp than oters…
Photo by Andrew Svk on Unsplash In this post, I will analyze OECD Purchasing power parities (PPP). From the OECD website, I got below CSV file. I analyze those data with R. Firstly, I load tidyvesr package. Let's load the CSV file with rea…
Photo by Rob Wicks on Unsplash www.crosshyou.info This post is following of above post. In the previous post I used only JPN data.Let's use whole data in this post.Firstly, I make a multiple linear regression model by year. Dependent varia…
Photo by Zoltan Tasi on Unsplash www.crosshyou.info This post is following above post. I will add interst rate data and long term unpenployment data. longterm unenployment is "number of unenployee more than 12 months / number of all unenpo…
Photo by Annie Spratt on Unsplash www.crosshyou.info This post is following of the above post. 5. Independent variable = capi, by year Almost year except for 2010 have positive coefficientt. But only 2017 is statisticaly significant. 6. In…
Photo by Sunil Naik on Unsplash www.crosshyou.info This post is following of the above post. I have another data file like below This is GDP and per capita GDP data.I will merge this data with trust in government data. First, I load this f…
Photo by SGR on Unsplash www.crosshyou.info This post is following of the above post. In the previous post, I loaded OECD Trust in government data.Let's see overall histogram of the data. I use hist() function. It looks like normal distrib…
Photo by Taun Stewart on Unsplash I this series of posts, I will analysis OECD data, "Trust in governmet".I got below CSV file from General government - Trust in government - OECD Data I use R to analyze this data. Firstly, I load tidyvers…
Photo by J Lee on Unsplash www.crosshyou.info This post is following of above post.In the previous post, I made panel data dataframe.Let's analyze this. Firstly, let's see correlation. g_gdp and g_capi are highly correlated. bci_sd are neg…
Photo by Samuel Mwamburi on Unsplash www.crosshyou.info This post is following of above post. I have GDP and per capita GDP data file like below. Let's use this data too. I load this data with read_csv() function. Then, I will merge gdp_da…
Photo by Juliane Liebermann on Unsplash www.crosshyou.info This post is following of above post. Now, let's see df dataframe object again. df have "time" variable as Date class. I will make year and month from time.I need lubridate package…
Photo by JuniperPhoton on Unsplash www.crosshyou.info This post is follwong of abovr post.In this post, I will examone Finite Distributed Lag(FDL) Model. Firstly, I make a ts object from df_avg objrect. Then, I use dynlm() function to make…
Photo by Elena Louca on Unsplash www.crosshyou.info This post is following of above post. Let's do time-series regression.Firstly, let's make a static time series model In time-series regression, we have to care about serial correlation of…