<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Anthony J. Ruiz</title>
    <description>Personal Website</description>
    <link>https://anthonyjruiz.github.io</link>
    <atom:link href="https://anthonyjruiz.github.io/feed.xml" rel="self" type="application/rss+xml" />
    
      <item>
        <title>Clustering mixed data types with Gower's dissimilarity</title>
        <description>
          
          

        </description>
        <pubDate>Wed, 12 Jun 2019 00:00:00 -0700</pubDate>
        <link>https://anthonyjruiz.github.io/2019-06-12-gowers_clustering/</link>
        <guid isPermaLink="true">https://anthonyjruiz.github.io/2019-06-12-gowers_clustering/</guid>
      </item>
    
      <item>
        <title>Animate ggplot Visuals with gganimate</title>
        <description>
          
          Using data from the CDC Testing Gif health.data &amp;lt;- read.csv(&quot;https://data.cdc.gov/api/views/bi63-dtpu/rows.csv?accessType=DOWNLOAD&quot;) health.data &amp;lt;- health.data %&amp;gt;% clean_names(&quot;lower_camel&quot;) %&amp;gt;% rename(&quot;detailedCause&quot; = &quot;x113CauseName&quot;) Plotting leading cause of death by year health.data %&amp;gt;% filter(causeName != 'All causes') %&amp;gt;% group_by(year, causeName) %&amp;gt;% summarize(totalDeaths = sum(deaths)) %&amp;gt;% ggplot() + geom_bar(aes(causeName, totalDeaths), stat = 'identity') + labs(title =...
        </description>
        <pubDate>Tue, 09 Apr 2019 00:00:00 -0700</pubDate>
        <link>https://anthonyjruiz.github.io/2019-04-09-gganimate_example/</link>
        <guid isPermaLink="true">https://anthonyjruiz.github.io/2019-04-09-gganimate_example/</guid>
      </item>
    
      <item>
        <title>Price Optimization using Econometrics and Calculus</title>
        <description>
          
          I’ve seen a few people do quick examples of price optimization problems, but one thing I havent seen done is using calculus to obtain the optimal price for a good. In this extremely quick example im going to demonstrate how to do this… Package Load library(dplyr) library(ggplot2) library(stats) #optimization library(broom)...
        </description>
        <pubDate>Tue, 26 Mar 2019 00:00:00 -0700</pubDate>
        <link>https://anthonyjruiz.github.io/2019-03-26-price_optimization/</link>
        <guid isPermaLink="true">https://anthonyjruiz.github.io/2019-03-26-price_optimization/</guid>
      </item>
    
      <item>
        <title>Linear Regression Misconceptions</title>
        <description>
          
          Linear regression is probably one of the most widely used statistical techniques in all of econometrics/data science. There are a couple reasons for this; its relatively easy and intuitive to interpret the model output, it’s not computationally expensive… etc. In order to properly utilize this technique there are a certain...
        </description>
        <pubDate>Sat, 26 Jan 2019 00:00:00 -0800</pubDate>
        <link>https://anthonyjruiz.github.io/2019-01-26-linear_regression_assumptions/</link>
        <guid isPermaLink="true">https://anthonyjruiz.github.io/2019-01-26-linear_regression_assumptions/</guid>
      </item>
    
  </channel>
</rss>
