<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>CS02 EDA by </title>
      <link>https://padlet.com/shannon0ellis/cs02_eda</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2024-11-07 03:52:55 UTC</pubDate>
      <lastBuildDate>2024-11-14 19:42:21 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>code I wrote for lab06 </title>
         <author></author>
         <link>https://padlet.com/shannon0ellis/cs02_eda/wish/3213986384</link>
         <description><![CDATA[<p>ggplot(pm_data, aes(x = imp_a15000, y = popdens_county,)) +</p><p>  geom_point(color = "#798645", size = 2, alpha = 0.4) +</p><p>  </p><p>  labs(</p><p>    title = "Scatter Plot of Population Density vs. Impervious Surface",</p><p>    y = "Population Density (people per km² in county)",</p><p>    x = "Impervious Surface Measure (within 15000m)"</p><p>  ) +</p><p>  </p><p>  theme_minimal() +</p><p>  </p><p>  </p><p>  theme(</p><p>    plot.title = element_text(hjust = 0.5, face = "bold"),</p><p>    legend.text = element_text(size = 10, family = "Rubik")</p><p>  )</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-11-12 22:43:35 UTC</pubDate>
         <guid>https://padlet.com/shannon0ellis/cs02_eda/wish/3213986384</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/shannon0ellis/cs02_eda/wish/3213987578</link>
         <description><![CDATA[<ul><li><p>ZCTA has a postive correlation</p></li><li><p>zcta_pop and popdens_zcta have negative correlations</p></li><li><p>population density isn’t always directly proportional to area size</p></li></ul>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3026854075/db17cab351bfe764064f38e3dedf9755/Unknown.png" />
         <pubDate>2024-11-12 22:45:04 UTC</pubDate>
         <guid>https://padlet.com/shannon0ellis/cs02_eda/wish/3213987578</guid>
      </item>
      <item>
         <title>emissions and population density by zipcode</title>
         <author></author>
         <link>https://padlet.com/shannon0ellis/cs02_eda/wish/3213987689</link>
         <description><![CDATA[<p>in the above graphs, i tried making scatterplots to vizualize correlation between population density  and emissions</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3026855865/fc1cc6ef30cba197374ab440ecf39237/Screenshot_2024_11_12_at_2_42_00_PM.png" />
         <pubDate>2024-11-12 22:45:17 UTC</pubDate>
         <guid>https://padlet.com/shannon0ellis/cs02_eda/wish/3213987689</guid>
      </item>
      <item>
         <title>Lab 6 Observations</title>
         <author></author>
         <link>https://padlet.com/shannon0ellis/cs02_eda/wish/3213987776</link>
         <description><![CDATA[<p>For lab 6, I created a boxplot to look at which states had higher PM values, and to show the variance between states. One interesting thing I found was that there was a lot of variability in observations specifically for California. I also found that Maine and Wyoming had lower PM values compared to other states so I think it would be interesting to look into this in relation to road density and industries present in those states. </p>]]></description>
         <enclosure url="" />
         <pubDate>2024-11-12 22:45:28 UTC</pubDate>
         <guid>https://padlet.com/shannon0ellis/cs02_eda/wish/3213987776</guid>
      </item>
      <item>
         <title>log-transformed pop_dens</title>
         <author></author>
         <link>https://padlet.com/shannon0ellis/cs02_eda/wish/3213988402</link>
         <description><![CDATA[<p>super colorful graph! overall positive linear relationship between population density and measured emissions within radial distance.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3026854717/5448f0c0f4008cf72c61d9c5b18d401e/image.png" />
         <pubDate>2024-11-12 22:46:21 UTC</pubDate>
         <guid>https://padlet.com/shannon0ellis/cs02_eda/wish/3213988402</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/shannon0ellis/cs02_eda/wish/3213990043</link>
         <description><![CDATA[<ol><li><p>After taking log function, correlations between variables became more significant. For example, log_popdens_county column appears to show some correlation. </p></li><li><p>Variables now have a more unified matrix(from 0 - 60 instead of from 0 to 60000)</p></li><li><p>There are outliers for log_pri_length. </p></li></ol>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3026854271/4f647ffe543087d30fed3128317ca2d8/Screenshot_2024_11_12_at_2_46_14_PM.png" />
         <pubDate>2024-11-12 22:48:46 UTC</pubDate>
         <guid>https://padlet.com/shannon0ellis/cs02_eda/wish/3213990043</guid>
      </item>
      <item>
         <title>Education vs Road Length</title>
         <author></author>
         <link>https://padlet.com/shannon0ellis/cs02_eda/wish/3213994027</link>
         <description><![CDATA[<p>I wanted to see if Education is correlated/associated with Road length in any way. I also used a stigmatized knowledge where low education level and poverty is correlated with a low income community (I know, wrong to assume, but I come from said community, so cut me some slack) and wanted to see the road length within these communities. From there perhaps we can make some inferences on air pollution. </p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3026877653/9e9f526e451e205c96ba94aa851d1cbe/Nov12.png" />
         <pubDate>2024-11-12 22:53:46 UTC</pubDate>
         <guid>https://padlet.com/shannon0ellis/cs02_eda/wish/3213994027</guid>
      </item>
      <item>
         <title>There is a weak positive correlation between the imp_a500 variable and the target value</title>
         <author></author>
         <link>https://padlet.com/shannon0ellis/cs02_eda/wish/3213994217</link>
         <description><![CDATA[<p>cor(pm$imp_a500, pm$value)</p><p><br/></p><pre><code>[1] 0.2779237</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2024-11-12 22:54:06 UTC</pubDate>
         <guid>https://padlet.com/shannon0ellis/cs02_eda/wish/3213994217</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/shannon0ellis/cs02_eda/wish/3213996083</link>
         <description><![CDATA[<ul><li><p>higher percentage of no high school sometimes correlated to higher emissions in 25000m radius</p></li><li><p>also learned that the mean zcta area is around 183 million squared meters, much smaller than the smallest circle radius (500 m radius --&gt; approx. 785,398 square meters) </p></li></ul>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3026854065/19605a73b0e4c1f3b55ddd26c4be9763/image.png" />
         <pubDate>2024-11-12 22:56:25 UTC</pubDate>
         <guid>https://padlet.com/shannon0ellis/cs02_eda/wish/3213996083</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/shannon0ellis/cs02_eda/wish/3213997181</link>
         <description><![CDATA[<p>there is a negative correlation between urc and nei variables (the more "urban" a county is, the greater the sum of emissions)</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3026854665/e62d9a32913e1817a8eba75ed3c24b3b/image.png" />
         <pubDate>2024-11-12 22:57:49 UTC</pubDate>
         <guid>https://padlet.com/shannon0ellis/cs02_eda/wish/3213997181</guid>
      </item>
      <item>
         <title>Lab 6</title>
         <author></author>
         <link>https://padlet.com/shannon0ellis/cs02_eda/wish/3213997372</link>
         <description><![CDATA[<p>I wanted to look at density of emissions using nei, just how we looked at pri (road length). I think it could be better visualized since it's highly concentrated</p><p><br/></p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3026856950/a0a632e0aeb5ca1dace1f3cf95e5d2c6/image.png" />
         <pubDate>2024-11-12 22:58:00 UTC</pubDate>
         <guid>https://padlet.com/shannon0ellis/cs02_eda/wish/3213997372</guid>
      </item>
      <item>
         <title>County Population Density vs value, aod, CMAQ</title>
         <author></author>
         <link>https://padlet.com/shannon0ellis/cs02_eda/wish/3213997910</link>
         <description><![CDATA[<p>Seems like population density is not highly correlated with some of the air pollution metrics</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3026855311/36d5c7bcaadd635eaccbbb1a81d8dde4/image.png" />
         <pubDate>2024-11-12 22:58:41 UTC</pubDate>
         <guid>https://padlet.com/shannon0ellis/cs02_eda/wish/3213997910</guid>
      </item>
      <item>
         <title>Weak correlation between lack of high school attainment and popdens</title>
         <author></author>
         <link>https://padlet.com/shannon0ellis/cs02_eda/wish/3213998114</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3026891190/8297fad0ca382c6d2f24e1885a5d6584/Screenshot_2024_11_12_145817.png" />
         <pubDate>2024-11-12 22:58:53 UTC</pubDate>
         <guid>https://padlet.com/shannon0ellis/cs02_eda/wish/3213998114</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/shannon0ellis/cs02_eda/wish/3213998137</link>
         <description><![CDATA[<p>This code plots the relationship between the number of monitors a city has and the value of pm10 in a 10,000 meter radius. It seems like there is a slight positive correlation between the number of monitors and pm10 value</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3026854295/22977bed323cce571619b413e3cea6aa/Screen_Shot_2024_11_12_at_2_57_22_PM.png" />
         <pubDate>2024-11-12 22:58:55 UTC</pubDate>
         <guid>https://padlet.com/shannon0ellis/cs02_eda/wish/3213998137</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/shannon0ellis/cs02_eda/wish/3214001217</link>
         <description><![CDATA[<p>Tried to log transform the zcta_pop and popdens_zcta to see the correlation between the two columns and some of the columns that I felt might be important to gain an insight. However, I might have done something wrong as the correlation doesn't populate accordingly. Might be the way I did log transform that caused it to messed up but from the graph I didn't see any strong correlation.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3026854331/4c725a3346735a33a3f326816af99be7/image.png" />
         <pubDate>2024-11-12 23:02:54 UTC</pubDate>
         <guid>https://padlet.com/shannon0ellis/cs02_eda/wish/3214001217</guid>
      </item>
   </channel>
</rss>
