<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>visualization on Casual Inference</title>
    <link>https://www.casualinf.com/tags/visualization/</link>
    <description>Recent content in visualization on Casual Inference</description>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Fri, 27 Dec 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://www.casualinf.com/tags/visualization/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Creating Executable Shiny App for Local Use</title>
      <link>https://www.casualinf.com/post/2024-12-27-sharing-shiny-app-without-hosting/</link>
      <pubDate>Fri, 27 Dec 2024 00:00:00 +0000</pubDate>
      
      <guid>https://www.casualinf.com/post/2024-12-27-sharing-shiny-app-without-hosting/</guid>
      <description>I recently developed an R Shiny app for my team. Hosting Shiny app at shinyapps.io is a great and easy way to quickly deploy the app online and share with others. The website does allow you to host a few shiny apps for free, but there are some limitations. There is a cap to the number of hours apps can run monthly, and anyone can access the app once it’s deployed.</description>
    </item>
    
    <item>
      <title>UIUC Public GPA Dataset Exploration with Shiny</title>
      <link>https://www.casualinf.com/post/2020-12-27-uiuc-public-gpa-dataset-exploration-with-shiny/</link>
      <pubDate>Mon, 28 Dec 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.casualinf.com/post/2020-12-27-uiuc-public-gpa-dataset-exploration-with-shiny/</guid>
      <description>Last year, I thought it would be a good idea to dig through the GPA data set available from here. I started building a Shiny app that lets the user explore certain aspects of the data. Now, it’s almost been a year and I haven’t got the chance and the will to work on it until now. I made it really simple so that I can quickly move on to other topics instead of dragging this on for another year with an unfinished product.</description>
    </item>
    
    <item>
      <title>Grasping Power</title>
      <link>https://www.casualinf.com/post/grasping-power/</link>
      <pubDate>Sun, 10 Nov 2019 00:00:00 +0000</pubDate>
      
      <guid>https://www.casualinf.com/post/grasping-power/</guid>
      <description>I was reading a paper on calculation of sample sizes, and I inevitably came across the topic of statistical power. Essentially, when you’re designing on experiment, the sample size is an important factor to consider due to limiting resources. You want to have a sample size that is neither too small (which could result in high chance of failure to detect true differences) nor too big (potential waste of resources, albeit yielding better estimation).</description>
    </item>
    
    <item>
      <title>Sorting Comparison Pt. 2</title>
      <link>https://www.casualinf.com/post/sorting-comparison-pt-2/</link>
      <pubDate>Sun, 04 Aug 2019 00:00:00 +0000</pubDate>
      
      <guid>https://www.casualinf.com/post/sorting-comparison-pt-2/</guid>
      <description>Load all the datasets that I’ve saved from the previous benchmarks
set.seed(12345) library(microbenchmark) library(tidyverse) library(knitr) library(kableExtra) load(&amp;quot;2019-03-01-sorting-comparison/sort_comparisons&amp;quot;) Blowing off the Dust I see that in my environment, two variables, special_case_sort_time and trend_sort_time are loaded. It’s been a long time since I’ve created these data, so I have an unclear memory as to what these objects are. Usually I use str, class to understand they are. I also make use of head to quickly glance at the data usually if it is a data.</description>
    </item>
    
  </channel>
</rss>
