<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Analytics on Kailas Venkitasubramanian</title>
    <link>/tags/analytics/</link>
    <description>Recent content in Analytics on Kailas Venkitasubramanian</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Tue, 10 May 2022 00:00:00 +0000</lastBuildDate>
    <atom:link href="/tags/analytics/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Make your code purr - A short intro to iterating using PURRR in R</title>
      <link>/blog/posts/2022-05-10-make-your-code-purr-a-short-intro-to-iterating-using-purr-in-r/</link>
      <pubDate>Tue, 10 May 2022 00:00:00 +0000</pubDate>
      <guid>/blog/posts/2022-05-10-make-your-code-purr-a-short-intro-to-iterating-using-purr-in-r/</guid>
      <description>&lt;script src=&#34;/blog/posts/2022-05-10-make-your-code-purr-a-short-intro-to-iterating-using-purr-in-r/index_files/clipboard/clipboard.min.js&#34;&gt;&lt;/script&gt;&#xD;&#xA;&lt;link href=&#34;/blog/posts/2022-05-10-make-your-code-purr-a-short-intro-to-iterating-using-purr-in-r/index_files/xaringanExtra-clipboard/xaringanExtra-clipboard.css&#34; rel=&#34;stylesheet&#34; /&gt;&#xD;&#xA;&lt;script src=&#34;/blog/posts/2022-05-10-make-your-code-purr-a-short-intro-to-iterating-using-purr-in-r/index_files/xaringanExtra-clipboard/xaringanExtra-clipboard.js&#34;&gt;&lt;/script&gt;&#xD;&#xA;&lt;script&gt;window.xaringanExtraClipboard(null, {&#34;button&#34;:&#34;&lt;i class=\&#34;fa fa-clipboard\&#34;&gt;&lt;\/i&gt; Copy Code&#34;,&#34;success&#34;:&#34;&lt;i class=\&#34;fa fa-check\&#34; style=\&#34;color: ##90BE6D\&#34;&gt;&lt;\/i&gt; Copied!&#34;,&#34;error&#34;:&#34;Press Ctrl+C to Copy&#34;})&lt;/script&gt;&#xD;&#xA;&lt;link href=&#34;/blog/posts/2022-05-10-make-your-code-purr-a-short-intro-to-iterating-using-purr-in-r/index_files/font-awesome/css/all.css&#34; rel=&#34;stylesheet&#34; /&gt;&#xD;&#xA;&lt;link href=&#34;/blog/posts/2022-05-10-make-your-code-purr-a-short-intro-to-iterating-using-purr-in-r/index_files/font-awesome/css/v4-shims.css&#34; rel=&#34;stylesheet&#34; /&gt;&#xD;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;h2 id=&#34;introducing-purrr&#34;&gt;Introducing &amp;lsquo;Purrr&amp;rsquo;&#xA;  &lt;a href=&#34;#introducing-purrr&#34;&gt;&lt;svg class=&#34;anchor-symbol&#34; aria-hidden=&#34;true&#34; height=&#34;26&#34; width=&#34;26&#34; viewBox=&#34;0 0 22 22&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;currentColor&#34;&gt;&lt;/path&gt;&#xA;      &lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;What&amp;rsquo;s programming without iterating? &lt;code&gt;Purrr&lt;/code&gt; is a package that provides a set of tools for working with functions and vectors in R.&lt;/p&gt;&#xA;&lt;p&gt;Built on top of the map functions (e.g., &lt;code&gt;lapply()&lt;/code&gt;, &lt;code&gt;sapply()&lt;/code&gt;, etc.) in base R &lt;code&gt;Purrr&lt;/code&gt; provides a more consistent and modern syntax. &lt;code&gt;Purrr&lt;/code&gt; is particularly useful for performing repeated operations on lists and data frames. It provides a collection of functions that make it easier to apply functions to data, iterate over lists and vectors, and manipulate data in a flexible way.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CRDT Technical Operations Manual</title>
      <link>/project/crdt-technical-operations-manual/</link>
      <pubDate>Mon, 04 Apr 2022 00:00:00 +0000</pubDate>
      <guid>/project/crdt-technical-operations-manual/</guid>
      <description>&lt;div id=&#34;&#34; class=&#34;panelset&#34;&gt;&#xA;  &#xD;&#xA;&lt;div class=&#34;panel&#34;&gt;&#xA;  &lt;div class=&#34;panel-name&#34;&gt;Summary&lt;/div&gt;&#xA;  &#xA;  &lt;p&gt;&#xA;&#xA;&#xA;&#xA;&lt;h5 id=&#34;objectives-and-scope&#34;&gt;Objective(s) and Scope&#xA;  &lt;a href=&#34;#objectives-and-scope&#34;&gt;&lt;/a&gt;&#xA;&lt;/h5&gt;&#xA;&lt;p&gt;The goal of this project is to create a comprehensive technical operations manual that documents all operational processes of the Charlotte Regional Data Trust The manual will serve as a single point of reference and provide clear, up-to-date information on all operational procedures.&lt;/p&gt;&#xA;&lt;p&gt;The manual will be created using Rmarkdown, a tool that allows for the creation of rich, interactive documents. The manual will be hosted as a website that can be easily updated and maintained by team members.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CRDT Data Documentation Project</title>
      <link>/project/crdt-data-documentation-project/</link>
      <pubDate>Thu, 03 Mar 2022 00:00:00 +0000</pubDate>
      <guid>/project/crdt-data-documentation-project/</guid>
      <description>&lt;div id=&#34;&#34; class=&#34;panelset&#34;&gt;&#xA;  &#xD;&#xA;&lt;div class=&#34;panel&#34;&gt;&#xA;  &lt;div class=&#34;panel-name&#34;&gt;Summary&lt;/div&gt;&#xA;  &#xA;  &lt;p&gt;&#xA;&#xA;&#xA;&#xA;&lt;h5 id=&#34;objectives-and-scope&#34;&gt;Objective(s) and Scope&#xA;  &lt;a href=&#34;#objectives-and-scope&#34;&gt;&lt;/a&gt;&#xA;&lt;/h5&gt;&#xA;&lt;p&gt;The project seeks to enhance the quality and completeness of CRDT&amp;rsquo;s data documentation, and establish a centralized and organized infrastructure for storing and managing metadata.&lt;/p&gt;&#xA;&lt;p&gt;The project includes reviewing the existing metadata, developing standardized data documentation (metadata, codebook, data dictionary), and implementing a data infrastructure for storing and organizing metadata for all databases.&lt;/p&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;h5 id=&#34;expected-outcomes&#34;&gt;Expected Outcomes&#xA;  &lt;a href=&#34;#expected-outcomes&#34;&gt;&lt;/a&gt;&#xA;&lt;/h5&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Improved data documentation quality and completeness.&lt;/li&gt;&#xA;&lt;li&gt;Consistent and standardized data documentation across all databases.&lt;/li&gt;&#xA;&lt;li&gt;A centralized and organized infrastructure for storing and accessing metadata.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/p&gt;</description>
    </item>
    <item>
      <title>CRDT Data Integration Project</title>
      <link>/project/crdt-data-integration-project/</link>
      <pubDate>Tue, 05 Oct 2021 00:00:00 +0000</pubDate>
      <guid>/project/crdt-data-integration-project/</guid>
      <description>&lt;div id=&#34;&#34; class=&#34;panelset&#34;&gt;&#xA;  &#xD;&#xA;&lt;div class=&#34;panel&#34;&gt;&#xA;  &lt;div class=&#34;panel-name&#34;&gt;Summary&lt;/div&gt;&#xA;  &#xA;  &lt;p&gt;&#xA;&#xA;&#xA;&#xA;&lt;h5 id=&#34;background&#34;&gt;Background&#xA;  &lt;a href=&#34;#background&#34;&gt;&lt;/a&gt;&#xA;&lt;/h5&gt;&#xA;&lt;p&gt;This is part of the &#xA;&lt;a href=&#34;/project/2022-03-02-isc-data-infrastructure-project/&#34;&gt;CRDT Data Infrastructure project&lt;/a&gt;&lt;/p&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;h5 id=&#34;objectives-and-scope&#34;&gt;Objective(s) and Scope&#xA;  &lt;a href=&#34;#objectives-and-scope&#34;&gt;&lt;/a&gt;&#xA;&lt;/h5&gt;&#xA;&lt;p&gt;This project aims to develop improved data integration mechanisms for CRDT&amp;rsquo;s data assets, ensuring accurate and consistent data integration. This involves the development of an entity resolution framework and the implementation of probabilistic record linkage techniques to enhance the CRDT&amp;rsquo;s data integration processes.&lt;/p&gt;&#xA;&lt;p&gt;The project will start with a comprehensive review of CRDT&amp;rsquo;s current data integration mechanisms and identification of areas for improvement. Based on this review, an entity resolution framework will be developed to ensure accurate identification of entities across different data sources. Probabilistic record linkage techniques will be implemented to link records from different data sources and provide a unified view of the data.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
