<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Course materials | Data Analytics: Learning from Data</title>
    <link>https://usi-emba-analytics.netlify.app/</link>
      <atom:link href="https://usi-emba-analytics.netlify.app/index.xml" rel="self" type="application/rss+xml" />
    <description>Course materials</description>
    <generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator>
    <image>
      <url>https://usi-emba-analytics.netlify.app/media/social-image.png</url>
      <title>Course materials</title>
      <link>https://usi-emba-analytics.netlify.app/</link>
    </image>
    
    <item>
      <title>Homework 1</title>
      <link>https://usi-emba-analytics.netlify.app/assignment/01-problem-set/</link>
      <pubDate>Fri, 15 Oct 2021 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/assignment/01-problem-set/</guid>
      <description>
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#pre-course-assignment&#34;&gt;Pre-course assignment&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#instructions&#34;&gt;Instructions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;pre-course-assignment&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Pre-course assignment&lt;/h2&gt;
&lt;p&gt;The aim of the pre-course assignment is to ensure that you successfully install the software, that you get some practice with markdown, and that you are able to knit an R Markdown (.Rmd) document into an HTML file.&lt;/p&gt;
&lt;p&gt;Specifically, you need to:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Write a short biography using markdown&lt;/li&gt;
&lt;li&gt;Fill out the code in the empty chunks provided, (you can definitely copy, paste, and adapt from tutorials!), and answer all questions.&lt;/li&gt;
&lt;li&gt;Knit the Rmd to an HTML file&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;You can download pre-programme files (data, code, etc.) by &lt;strong&gt;pull&lt;/strong&gt;ing from &lt;a href=&#34;https://github.com/kostis-christodoulou/usi_EMBA_analytics&#34; target=&#34;_blank&#34;&gt;course Github repo&lt;/a&gt;.
Alternatively, please install package &lt;code&gt;usethis&lt;/code&gt;. Once you have it, you can download, unzip, and open everything within an RStudio project by typing the following in the RStudio console&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;install.packages(&amp;quot;usethis&amp;quot;)
usethis::use_course(&amp;quot;https://github.com/kostis-christodoulou/usi_EMBA_analytics/raw/master/pre_programme_assignment.zip&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;instructions&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;Please finish the assignment and submit your work as a knitted HTML file on iCorsi.&lt;/p&gt;
&lt;p&gt;Also, please submit your work without any of the text I have written– just your code, plots, and explanations/stories.&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Finance Data</title>
      <link>https://usi-emba-analytics.netlify.app/reference/finance_data/</link>
      <pubDate>Fri, 31 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/reference/finance_data/</guid>
      <description>
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/kePrint/kePrint.js&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#finance-data-with-the-tidyquant-package&#34;&gt;Finance data with the &lt;code&gt;tidyquant&lt;/code&gt; package&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#calculating-financial-returns&#34;&gt;Calculating financial returns&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#summarising-the-data-set&#34;&gt;Summarising the data set&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#minimum-and-maximum-price-of-each-stock-by-quarter&#34;&gt;Minimum and maximum price of each stock by quarter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#sharpe-ratio&#34;&gt;Sharpe Ratio&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#investment-growth&#34;&gt;Investment Growth&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#scatterplots-of-individual-stocks-returns-versus-sp500-index-returns&#34;&gt;Scatterplots of individual stocks returns versus S&amp;amp;P500 Index returns&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#creating-a-portfolio-of-assets&#34;&gt;Creating a portfolio of assets&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#creating-various-portfolios-by-changing-weights-of-assets&#34;&gt;Creating various portfolios by changing weights of assets&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#data-from-the-federal-reserve-economic-data-with-tidyquant&#34;&gt;Data from the &lt;em&gt;Federal Reserve Economic Data&lt;/em&gt; with &lt;code&gt;tidyquant&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#acknowledgments&#34;&gt;Acknowledgments&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;blockquote&gt;
&lt;p&gt;“&lt;em&gt;Data!data!data!&lt;/em&gt;” he cried impatiently. “&lt;em&gt;I can’t make bricks without clay.&lt;/em&gt;” &lt;br&gt;
      –Arthur Conan Doyle, The Adventure of the Copper Beeches&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The easiest way to download data is if someone makes available a CSV file and we can download it directly off the web with &lt;code&gt;readr::read_csv()&lt;/code&gt;or with &lt;code&gt;data.table::fread()&lt;/code&gt;. Alternatively, we can use the &lt;code&gt;rio&lt;/code&gt; package to download many different types of files (Excel, SPSS, Stata, etc.)&lt;/p&gt;
&lt;p&gt;In this section we will look at three packages that use wrapped &lt;strong&gt;Application Programming Interface (APIs)&lt;/strong&gt; to get data off the web:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;tidyquant&lt;/code&gt; to get finance data&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;code&gt;wbstats&lt;/code&gt; to get data from the World Bank database, and&lt;/li&gt;
&lt;li&gt;&lt;code&gt;eurostat&lt;/code&gt; to get Eurostat data.&lt;/li&gt;
&lt;/ul&gt;
&lt;div id=&#34;finance-data-with-the-tidyquant-package&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Finance data with the &lt;code&gt;tidyquant&lt;/code&gt; package&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;tidyquant&lt;/code&gt; package comes with a number of functions- utlities that allow us to download financial data off the web, as well as ways of handling all this data.&lt;/p&gt;
&lt;p&gt;We begin by loading the data set into the R workspace. We create a collection of stocks with their ticker symbols and then use the &lt;em&gt;piping&lt;/em&gt; operator &lt;em&gt;%&amp;gt;%&lt;/em&gt; to use tidyquant’s &lt;code&gt;tq_get&lt;/code&gt; to donwload historical data using Yahoo finance and, again, to group data by their ticker symbol.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;library(tidyquant)
myStocks &amp;lt;- c(&amp;quot;AAPL&amp;quot;,&amp;quot;JPM&amp;quot;,&amp;quot;DIS&amp;quot;,&amp;quot;DPZ&amp;quot;,&amp;quot;ANF&amp;quot;,&amp;quot;TSLA&amp;quot;,&amp;quot;XOM&amp;quot;,&amp;quot;SPY&amp;quot; ) %&amp;gt;%
  tq_get(get  = &amp;quot;stock.prices&amp;quot;,
         from = &amp;quot;2011-01-01&amp;quot;,
         to   = &amp;quot;2020-07-31&amp;quot;) %&amp;gt;%
  group_by(symbol) 

glimpse(myStocks) # examine the structure of the resulting data frame&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Rows: 19,280
## Columns: 8
## Groups: symbol [8]
## $ symbol   &amp;lt;chr&amp;gt; &amp;quot;AAPL&amp;quot;, &amp;quot;AAPL&amp;quot;, &amp;quot;AAPL&amp;quot;, &amp;quot;AAPL&amp;quot;, &amp;quot;AAPL&amp;quot;, &amp;quot;AAPL&amp;quot;, &amp;quot;AAPL&amp;quot;, &amp;quot;A...
## $ date     &amp;lt;date&amp;gt; 2011-01-03, 2011-01-04, 2011-01-05, 2011-01-06, 2011-01-0...
## $ open     &amp;lt;dbl&amp;gt; 46.5, 47.5, 47.1, 47.8, 47.7, 48.4, 49.3, 49.0, 49.3, 49.4...
## $ high     &amp;lt;dbl&amp;gt; 47.2, 47.5, 47.8, 47.9, 48.0, 49.0, 49.3, 49.2, 49.5, 49.8...
## $ low      &amp;lt;dbl&amp;gt; 46.4, 46.9, 47.1, 47.6, 47.4, 48.2, 48.5, 48.9, 49.1, 49.2...
## $ close    &amp;lt;dbl&amp;gt; 47.1, 47.3, 47.7, 47.7, 48.0, 48.9, 48.8, 49.2, 49.4, 49.8...
## $ volume   &amp;lt;dbl&amp;gt; 1.11e+08, 7.73e+07, 6.39e+07, 7.51e+07, 7.80e+07, 1.12e+08...
## $ adjusted &amp;lt;dbl&amp;gt; 40.8, 41.0, 41.3, 41.3, 41.6, 42.4, 42.3, 42.6, 42.8, 43.1...&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;For each ticker symbol, the data frame contains its &lt;code&gt;symbol&lt;/code&gt;, the &lt;code&gt;date&lt;/code&gt;, the prices for &lt;code&gt;open&lt;/code&gt;,&lt;code&gt;high&lt;/code&gt;, &lt;code&gt;low&lt;/code&gt; and &lt;code&gt;close&lt;/code&gt;, and the &lt;code&gt;volume&lt;/code&gt;, or how many stocks were traded on that day. More importantly, the data frame contains the &lt;code&gt;adjusted&lt;/code&gt; closing price, which adjusts for any stock splits and/or dividends paid and this is what we will be using for our analyses.&lt;/p&gt;
&lt;div id=&#34;calculating-financial-returns&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Calculating financial returns&lt;/h3&gt;
&lt;p&gt;Financial performance and CAPM analysis depend on &lt;strong&gt;returns&lt;/strong&gt; and not on &lt;strong&gt;adjusted closing prices&lt;/strong&gt;. So given the adjusted closing prices, our first step is to calculate daily and monthly returns.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#calculate daily returns
myStocks_returns_daily &amp;lt;- myStocks %&amp;gt;%
  tq_transmute(select     = adjusted, 
               mutate_fun = periodReturn, 
               period     = &amp;quot;daily&amp;quot;, 
               type       = &amp;quot;log&amp;quot;,
               col_rename = &amp;quot;daily.returns&amp;quot;,
               cols = c(nested.col))  

#calculate monthly  returns
myStocks_returns_monthly &amp;lt;- myStocks %&amp;gt;%
  tq_transmute(select     = adjusted, 
               mutate_fun = periodReturn, 
               period     = &amp;quot;monthly&amp;quot;, 
               type       = &amp;quot;arithmetic&amp;quot;,
               col_rename = &amp;quot;monthly.returns&amp;quot;,
               cols = c(nested.col)) 

#calculate yearly returns
myStocks_returns_annual &amp;lt;- myStocks %&amp;gt;%
  group_by(symbol) %&amp;gt;%
  tq_transmute(select     = adjusted, 
               mutate_fun = periodReturn, 
               period     = &amp;quot;yearly&amp;quot;, 
               type       = &amp;quot;arithmetic&amp;quot;,
               col_rename = &amp;quot;yearly.returns&amp;quot;,
               cols = c(nested.col))&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;For yearly and monthly data, we assume discrete changes, so we the formula used to calculate the return for month &lt;strong&gt;(t+1)&lt;/strong&gt; is&lt;/p&gt;
&lt;p&gt;&lt;span class=&#34;math inline&#34;&gt;\(Return(t+1)= \frac{Adj.Close(t+1)}{Adj.Close (t)}-1\)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;For daily data we use log returns, or &lt;span class=&#34;math inline&#34;&gt;\(Return(t+1)= LN\frac{Adj.Close(t+1)}{Adj.Close (t)}\)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The reason we use log returns are:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: lower-alpha&#34;&gt;
&lt;li&gt;&lt;p&gt;Compound interest interpretation; namely, that the log return can be interpreted as the continuously (rather than discretely) compounded rate of return&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Log returns are assumed to follow a normal distribution&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Log return over n periods is the sum of n log returns&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div id=&#34;summarising-the-data-set&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Summarising the data set&lt;/h3&gt;
Let us get quick summary statistics of daily returns for each stock, as well as a density plot whwre we use &lt;code&gt;facet_grid&lt;/code&gt; to superimpose all the distributions in one plot.
&lt;table class=&#34;table table-striped table-bordered&#34; style=&#34;margin-left: auto; margin-right: auto;&#34;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
symbol
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
min
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
median
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
max
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
mean
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
sd
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
annual_mean
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
annual_sd
&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
AAPL
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.138
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.001
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.113
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.001
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.017
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.233
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.276
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
ANF
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.307
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.001
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.296
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.001
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.034
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.152
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.540
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
DIS
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.139
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.001
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.135
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.001
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.015
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.129
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.241
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
DPZ
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.106
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.001
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.228
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.001
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.018
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.344
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.287
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
JPM
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.162
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.001
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.166
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.000
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.018
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.111
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.284
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
SPY
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.116
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.001
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.087
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.000
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.011
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.117
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.172
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TSLA
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.215
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.001
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.218
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.002
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.034
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.417
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.535
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
XOM
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.130
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.000
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.119
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.000
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.015
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.026
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.232
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/finance_data_files/figure-html/quick_density_plot-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Daily returns seem to follow a normal distribution with a mean close to zero. Since most people think of returns on an annual, rather than on a daily basis, we can calculate summary statistics of annual returns, a boxplot of annual returns, and a bar plot that shows return for each stock on a year-by-year basis.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;myStocks_returns_annual %&amp;gt;% 
  group_by(symbol) %&amp;gt;% 
  mutate(median_return= median(yearly.returns)) %&amp;gt;% 

  # arrange stocks by median yearly return, so highest median return appears first, etc.   
  ggplot(aes(x=reorder(symbol, median_return), y=yearly.returns, colour=symbol)) +
  geom_boxplot()+
  coord_flip()+
  labs(x=&amp;quot;Stock&amp;quot;, 
       y=&amp;quot;Returns&amp;quot;, 
       title = &amp;quot;Boxplot of Annual Returns&amp;quot;)+
  scale_y_continuous(labels = scales::percent_format(accuracy = 2))+
  guides(color=FALSE) +
  theme_bw()+
  NULL&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/finance_data_files/figure-html/annual_returns_plot-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(myStocks_returns_annual, aes(x=year(date), y=yearly.returns, fill=symbol)) +
  geom_col(position = &amp;quot;dodge&amp;quot;)+
  labs(x=&amp;quot;Year&amp;quot;, y=&amp;quot;Returns&amp;quot;, title = &amp;quot;Annual Returns&amp;quot;)+
  scale_y_continuous(labels = scales::percent)+
  guides(fill=guide_legend(title=NULL))+
  theme_bw()+
  NULL&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/finance_data_files/figure-html/annual_returns_plot-2.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;minimum-and-maximum-price-of-each-stock-by-quarter&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Minimum and maximum price of each stock by quarter&lt;/h3&gt;
&lt;p&gt;What if we wanted to find out and visualise the min/max price by quarter?&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/finance_data_files/figure-html/minMiaxbyQ-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;sharpe-ratio&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Sharpe Ratio&lt;/h3&gt;
&lt;p&gt;The Sharpe ratio, introduced by William F. Sharpe, is used to understand the return of an investment compared to its risk. It is simply the return on an asset per unit of risk, with the unit of risk typically being the standard deviation of the returns of that particular asset.&lt;/p&gt;
Mathematically, the ratio is the average return earned in excess of the risk-free rate per unit of volatility.
&lt;center&gt;
&lt;span class=&#34;math inline&#34;&gt;\(Sharpe Ratio = \frac{R_{p}-R_{f}}{\sigma_{p}}\)&lt;/span&gt;
&lt;/center&gt;
&lt;p&gt;Generally, the greater the value of the Sharpe ratio, the more attractive the risk-adjusted return.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;myStocks_returns_monthly %&amp;gt;%
  tq_performance(Ra = monthly.returns, #the name of the variable containing the returns of the asset
                 Rb = NULL, 
                 performance_fun = SharpeRatio) %&amp;gt;% 
  kable() %&amp;gt;%
  kable_styling(c(&amp;quot;striped&amp;quot;, &amp;quot;bordered&amp;quot;)) &lt;/code&gt;&lt;/pre&gt;
&lt;table class=&#34;table table-striped table-bordered&#34; style=&#34;margin-left: auto; margin-right: auto;&#34;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
symbol
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
ESSharpe(Rf=0%,p=95%)
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
StdDevSharpe(Rf=0%,p=95%)
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
VaRSharpe(Rf=0%,p=95%)
&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
AAPL
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.163
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.296
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.211
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
JPM
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.068
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.166
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.102
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
DIS
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.104
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.203
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.147
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
DPZ
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.313
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.427
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.416
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
ANF
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.010
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.022
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.014
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TSLA
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.207
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.286
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.329
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
XOM
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.002
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.006
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.003
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
SPY
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.119
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.280
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.193
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div id=&#34;investment-growth&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Investment Growth&lt;/h3&gt;
&lt;p&gt;Finally, we may want to see what our investments would have grown to, if we had invested $1000 in each of the assets on Jan 1, 2011.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;scatterplots-of-individual-stocks-returns-versus-sp500-index-returns&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Scatterplots of individual stocks returns versus S&amp;amp;P500 Index returns&lt;/h3&gt;
&lt;p&gt;Besides these exploratory graphs of returns and price evolution, we also need to create scatterplots among the returns of different stocks. &lt;code&gt;ggpairs&lt;/code&gt; from the &lt;code&gt;GGally&lt;/code&gt; package creates a scattterplot matrix that shows the distribution of returns for each stock along the diagonal, and scatter plots and correlations for each pair of stocks. Running a &lt;code&gt;ggpairs()&lt;/code&gt; correlation scatterplot-matrix typically takes a while to run.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#calculate daily returns
table_capm_returns &amp;lt;- myStocks_returns_daily %&amp;gt;%
            spread(key = symbol, value = daily.returns)  #just keep the period returns grouped by symbol

table_capm_returns[-1] %&amp;gt;% #exclude &amp;quot;Date&amp;quot;, the first column, from the correlation matrix
  GGally::ggpairs() +
  theme_bw()+
    theme(axis.text.x = element_text(angle = 90, size=8),
         axis.title.x = element_blank())&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/finance_data_files/figure-html/correlationMatrix-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;creating-a-portfolio-of-assets&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Creating a portfolio of assets&lt;/h3&gt;
&lt;p&gt;DPZ may have been the best performing stock, but you believe that you can create a portfolio of technology stocks that will beat the relevant sector index, &lt;a href=&#34;https://finance.yahoo.com/quote/XLK&#34;&gt;XLK&lt;/a&gt;. To create a portfolio, you need to choose a few stocks and then the weights, or how much of your total investment is allocated to each stock. To keep things simple we will assume you will choose among &lt;code&gt;AAPL&lt;/code&gt;, &lt;code&gt;GOOG&lt;/code&gt;, &lt;code&gt;MSFT&lt;/code&gt;, &lt;code&gt;NFLX&lt;/code&gt;, and &lt;code&gt;NVDA&lt;/code&gt; and you will compare your performance against the sector index, &lt;code&gt;XLK&lt;/code&gt;. We will also add two non-tech stocks, &lt;code&gt;TSLA&lt;/code&gt; and &lt;code&gt;DPZ&lt;/code&gt; so we can their position on the risk/return frontier.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ticker_symbols &amp;lt;- c(&amp;quot;AAPL&amp;quot;,&amp;quot;GOOG&amp;quot;,&amp;quot;MSFT&amp;quot;,&amp;quot;NFLX&amp;quot;,&amp;quot;NVDA&amp;quot;, &amp;quot;XLK&amp;quot;, &amp;quot;TSLA&amp;quot;, &amp;quot;DPZ&amp;quot;) 

tech_stock_returns_monthly &amp;lt;- ticker_symbols %&amp;gt;%
    tq_get(get  = &amp;quot;stock.prices&amp;quot;,
           from = &amp;quot;2011-01-01&amp;quot;,
           to   = &amp;quot;2020-07-31&amp;quot;) %&amp;gt;%
    group_by(symbol) %&amp;gt;%
    tq_transmute(select     = adjusted, 
                 mutate_fun = periodReturn, 
                 period     = &amp;quot;monthly&amp;quot;, 
                 col_rename = &amp;quot;monthly_return&amp;quot;)


baseline_returns_monthly &amp;lt;- &amp;quot;XLK&amp;quot; %&amp;gt;%
    tq_get(get  = &amp;quot;stock.prices&amp;quot;,
           from = &amp;quot;2011-01-01&amp;quot;,
           to   = &amp;quot;2020-07-31&amp;quot;) %&amp;gt;%
    tq_transmute(select     = adjusted, 
                 mutate_fun = periodReturn, 
                 period     = &amp;quot;monthly&amp;quot;, 
                 col_rename = &amp;quot;baseline_return&amp;quot;)

# Summary Stats for individual Stocks
stocks_risk_return &amp;lt;- tech_stock_returns_monthly %&amp;gt;%
  tq_performance(Ra = monthly_return, Rb = NULL, performance_fun = table.Stats) %&amp;gt;% 
  select(symbol, ArithmeticMean, GeometricMean, Minimum,Maximum,Stdev, Quartile1, Quartile3) 



ggplot(stocks_risk_return, aes(x=Stdev, y = ArithmeticMean, colour= symbol, label= symbol))+
  geom_point(size = 4)+
  labs(title = &amp;#39;Risk/Return profile of technology stocks&amp;#39;, 
       x = &amp;#39;Risk (stdev of monthly returns)&amp;#39;, 
       y =&amp;quot;Average monthly return&amp;quot;)+
  theme_bw()+
  scale_x_continuous(labels = scales::percent)+
  scale_y_continuous(labels = scales::percent)+
  geom_text_repel()+
  theme(legend.position = &amp;quot;none&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/finance_data_files/figure-html/unnamed-chunk-1-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;p&gt;We have the monthly returns of the individual stocks and the relevenant sector index. To create a portfolio, we must specify the weights; as an example, suppose we only choose three stocks and invest 50% in &lt;code&gt;AAPL&lt;/code&gt;, 35% in &lt;code&gt;NFLX&lt;/code&gt;, and 15% in &lt;code&gt;NVDA&lt;/code&gt;. To do this, we create a two-column tibble, with symbols in the first column and weights in the second; any symbol not specified by default gets a weight of zero.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;weights_map &amp;lt;- tibble(
    symbols = c(&amp;quot;AAPL&amp;quot;, &amp;quot;NFLX&amp;quot;, &amp;quot;NVDA&amp;quot;),
    weights = c(0.5, 0.35, 0.15)
)

tech_portfolio_returns &amp;lt;- tech_stock_returns_monthly %&amp;gt;%
    tq_portfolio(assets_col  = symbol, 
                 returns_col = monthly_return, 
                 weights     = weights_map, 
                 col_rename  = &amp;quot;monthly_portfolio_return&amp;quot;)

tech_portfolio_returns %&amp;gt;%
    ggplot(aes(x = date, y = monthly_portfolio_return)) +
    geom_col() +
    scale_y_continuous(labels = scales::percent) +
    # geom_bar(stat = &amp;quot;identity&amp;quot;, fill = palette_light()[[1]]) +
    labs(title = &amp;quot;Tech Portfolio Returns&amp;quot;,
         subtitle = &amp;quot;50% AAPL, 35% NFLX, and 15% NVDA&amp;quot;,
         x = &amp;quot;&amp;quot;, y = &amp;quot;Monthly Returns&amp;quot;) +
    theme_bw() &lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/finance_data_files/figure-html/unnamed-chunk-2-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;portfolio_growth_monthly &amp;lt;- tech_stock_returns_monthly %&amp;gt;%
    tq_portfolio(assets_col   = symbol, 
                 returns_col  = monthly_return, 
                 weights      = weights_map, 
                 col_rename   = &amp;quot;investment.growth&amp;quot;,
                 wealth.index = TRUE) %&amp;gt;%
    mutate(investment.growth = investment.growth * 1000)

plot1 &amp;lt;- portfolio_growth_monthly %&amp;gt;%
    ggplot(aes(x = date, y = investment.growth)) +
    geom_line(size = 2) +
    labs(title = &amp;quot;Portfolio Growth&amp;quot;,
         subtitle = &amp;quot;50% AAPL, 35% NFLX, and 15% NVDA&amp;quot;,
         x = &amp;quot;&amp;quot;, y = &amp;quot;Portfolio Value&amp;quot;) +
    # geom_smooth(method = &amp;quot;loess&amp;quot;, se = FALSE) +
    theme_bw() +
    scale_y_continuous(labels = scales::dollar)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Now that we have our portfolio returns and the baseline returns of the &lt;code&gt;XLK&lt;/code&gt; index, we can merge to get our consolidated table of asset and baseline returns, create a scatter plot and fit a CAPM model.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;tech_single_portfolio &amp;lt;- left_join(tech_portfolio_returns, 
                                   baseline_returns_monthly,
                                   by = &amp;quot;date&amp;quot;)
tech_single_portfolio&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 115 x 3
##    date       monthly_portfolio_return baseline_return
##    &amp;lt;date&amp;gt;                        &amp;lt;dbl&amp;gt;           &amp;lt;dbl&amp;gt;
##  1 2011-01-31                  0.162           0.0204 
##  2 2011-02-28                 -0.00466         0.0219 
##  3 2011-03-31                  0.0122         -0.0155 
##  4 2011-04-29                  0.00601         0.0261 
##  5 2011-05-31                  0.0609         -0.0105 
##  6 2011-06-30                 -0.0586         -0.0248 
##  7 2011-07-29                  0.0592          0.00428
##  8 2011-08-31                 -0.0596         -0.0531 
##  9 2011-09-30                 -0.215          -0.0307 
## 10 2011-10-31                 -0.00422         0.102  
## # ... with 105 more rows&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(tech_single_portfolio, aes(x = baseline_return, y= monthly_portfolio_return)) +
  geom_point()+
  geom_smooth(method=&amp;quot;lm&amp;quot;, se=FALSE) +
  scale_x_continuous(labels = scales::percent) +
  scale_y_continuous(labels = scales::percent) +
  labs(x = &amp;quot;Baseline returns (XLK)&amp;quot;, 
       y= &amp;quot;Tech Portfolio Return&amp;quot;, 
       title= &amp;quot;How do our tech fund returns compare to the the sector index XLK&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/finance_data_files/figure-html/unnamed-chunk-3-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;portfolio_CAPM &amp;lt;- lm(monthly_portfolio_return ~ baseline_return, data = tech_single_portfolio)
summary(portfolio_CAPM)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## 
## Call:
## lm(formula = monthly_portfolio_return ~ baseline_return, data = tech_single_portfolio)
## 
## Residuals:
##     Min      1Q  Median      3Q     Max 
## -0.1841 -0.0375 -0.0016  0.0326  0.1618 
## 
## Coefficients:
##                 Estimate Std. Error t value Pr(&amp;gt;|t|)    
## (Intercept)      0.00836    0.00579    1.44     0.15    
## baseline_return  1.27904    0.12865    9.94   &amp;lt;2e-16 ***
## ---
## Signif. codes:  0 &amp;#39;***&amp;#39; 0.001 &amp;#39;**&amp;#39; 0.01 &amp;#39;*&amp;#39; 0.05 &amp;#39;.&amp;#39; 0.1 &amp;#39; &amp;#39; 1
## 
## Residual standard error: 0.0586 on 113 degrees of freedom
## Multiple R-squared:  0.467,  Adjusted R-squared:  0.462 
## F-statistic: 98.8 on 1 and 113 DF,  p-value: &amp;lt;2e-16&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;autoplot(portfolio_CAPM, which = 1:3) +
  theme_bw()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/finance_data_files/figure-html/unnamed-chunk-3-2.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;creating-various-portfolios-by-changing-weights-of-assets&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Creating various portfolios by changing weights of assets&lt;/h3&gt;
&lt;p&gt;Suppose we wanted to examine a few more portfolios by varying the weights.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Naive portfolio: you split your investment equally among the five stocks, so each of them has a weight of 20%&lt;/li&gt;
&lt;li&gt;Bitcoin mining: you invest 80-20 in &lt;code&gt;NVDA&lt;/code&gt; and &lt;code&gt;GOOG&lt;/code&gt;&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Binge TV watching: you invest most (70%) in &lt;code&gt;NFLX&lt;/code&gt; and 10% to &lt;code&gt;AAPL&lt;/code&gt;, &lt;code&gt;GOOG&lt;/code&gt;, and &lt;code&gt;MSFT&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ticker_symbols = c(&amp;quot;AAPL&amp;quot;, &amp;quot;GOOG&amp;quot;, &amp;quot;MSFT&amp;quot;, &amp;quot;NFLX&amp;quot;, &amp;quot;NVDA&amp;quot;)

weights &amp;lt;- c(
    0.2, 0.2, 0.2, 0.2, 0.2,
    0, 0.2, 0, 0, 0.8,
    0.1, 0.1, 0.1, 0, 0.7
)

weights_table &amp;lt;-  tibble(ticker_symbols) %&amp;gt;%
    tq_repeat_df(n = 3) %&amp;gt;%
    bind_cols(tibble(weights)) %&amp;gt;%
    group_by(portfolio)


stock_returns_monthly_multi &amp;lt;- tech_stock_returns_monthly %&amp;gt;%
    tq_repeat_df(n = 3)

# Calculate montly returns for all portfolios
portfolio_returns_monthly_multi &amp;lt;- stock_returns_monthly_multi %&amp;gt;%
    tq_portfolio(assets_col   = symbol, 
                 returns_col  = monthly_return, 
                 weights      = weights_table, 
                 col_rename   = &amp;quot;portfolio_return&amp;quot;,
                 wealth.index = FALSE) 

# Calculate what an investment of 1000 will grow to 
portfolio_growth_monthly_multi &amp;lt;- stock_returns_monthly_multi %&amp;gt;%
    tq_portfolio(assets_col   = symbol, 
                 returns_col  = monthly_return, 
                 weights      = weights_table, 
                 col_rename   = &amp;quot;investment.growth&amp;quot;,
                 wealth.index = TRUE) %&amp;gt;%
    mutate(investment.growth = investment.growth * 1000)

portfolio_growth_monthly_multi %&amp;gt;%
  ggplot(aes(x = date, y = investment.growth, colour = as.factor(portfolio))) +
  geom_line(size = 2) +
  labs(title = &amp;quot;Portfolio Growth&amp;quot;,
       subtitle = &amp;quot;Comparing Multiple Portfolios&amp;quot;,
       x = &amp;quot;&amp;quot;, y = &amp;quot;Portfolio Value&amp;quot;,
       color = &amp;quot;Portfolio&amp;quot;) +
  theme_bw()+
  scale_y_continuous(labels = scales::dollar)+
  scale_colour_discrete(name=&amp;quot;Portfolio&amp;quot;,
                      labels=c(&amp;quot;Naive&amp;quot;, &amp;quot;Bitcoiners&amp;quot;, &amp;quot;Binge Watchers&amp;quot;))&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/finance_data_files/figure-html/unnamed-chunk-4-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# Returns a basic set of statistics that match the period of the data passed in (e.g., monthly returns 
# will get monthly statistics, daily will be daily stats, and so on).

portfolio_risk_return &amp;lt;- portfolio_returns_monthly_multi %&amp;gt;%
  tq_performance(Ra = portfolio_return, Rb = NULL, performance_fun = table.Stats) %&amp;gt;% 
  select(portfolio, ArithmeticMean, GeometricMean, Minimum,Maximum,Stdev, Quartile1, Quartile3) 

portfolio_risk_return %&amp;gt;% 
  kable() %&amp;gt;%
  kable_styling(c(&amp;quot;striped&amp;quot;, &amp;quot;bordered&amp;quot;)) &lt;/code&gt;&lt;/pre&gt;
&lt;table class=&#34;table table-striped table-bordered&#34; style=&#34;margin-left: auto; margin-right: auto;&#34;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
portfolio
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
ArithmeticMean
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
GeometricMean
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
Minimum
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
Maximum
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
Stdev
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
Quartile1
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
Quartile3
&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.026
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.023
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.176
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.232
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.069
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.017
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.076
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
2
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.033
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.028
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.242
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.408
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.104
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.028
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.079
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.032
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.028
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.232
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.360
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.098
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.026
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.074
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(portfolio_risk_return, 
       aes(x=Stdev, 
           y = ArithmeticMean,
           label= portfolio, 
           colour= as.factor(portfolio)))+
  geom_point(size = 4)+
  labs(title = &amp;#39;Risk/Return profile of the three portfolios&amp;#39;, 
       x = &amp;#39;Risk (stdev of monthly returns)&amp;#39;, 
       y =&amp;quot;Average monthly return&amp;quot;)+
  theme_bw()+
  scale_x_continuous(labels = scales::percent)+
  scale_y_continuous(labels = scales::percent)+
  scale_colour_discrete(name=&amp;quot;Portfolio&amp;quot;,
                      labels=c(&amp;quot;Naive&amp;quot;, &amp;quot;Bitcoiners&amp;quot;, &amp;quot;Binge Watchers&amp;quot;))+
  geom_text_repel()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/finance_data_files/figure-html/unnamed-chunk-4-2.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;data-from-the-federal-reserve-economic-data-with-tidyquant&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Data from the &lt;em&gt;Federal Reserve Economic Data&lt;/em&gt; with &lt;code&gt;tidyquant&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;A lot of economic data can be extracted from the &lt;a href=&#34;https://fred.stlouisfed.org/categories&#34;&gt;Federal Reserve Economic Data (FRED)&lt;/a&gt; database. For each data we are interested, we need to get its FRED symbol; for instance, if we cared about &lt;a href=&#34;https://fred.stlouisfed.org/categories/32217&#34;&gt;commodities&lt;/a&gt;, we can select the &lt;a href=&#34;https://fred.stlouisfed.org/series/DHHNGSP&#34;&gt;Henry Hub Natural Gas Spot Price&lt;/a&gt; and notice that its FRED symbol is &lt;code&gt;DHHNGSP&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;So, if we wanted to download this, as well as prices of WTI crude, gold, and USD:EUR, we first identify the FRED codes which are shown below&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://fred.stlouisfed.org/series/DHHNGSP&#34;&gt;Henry Hub Natural Gas Spot Price&lt;/a&gt;: &lt;code&gt;DHHNGSP&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://fred.stlouisfed.org/series/DCOILWTICO&#34;&gt;WTI Crude Oil Prices&lt;/a&gt;: &lt;code&gt;DCOILWTICO&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://fred.stlouisfed.org/series/GOLDAMGBD228NLBM&#34;&gt;Gold Fixing Price&lt;/a&gt;:&lt;code&gt;GOLDAMGBD228NLBM&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://fred.stlouisfed.org/series/DEXUSEU&#34;&gt;U.S. / Euro Exchange Rate&lt;/a&gt;: &lt;code&gt;DEXUSEU&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To get the data and plot it&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;natgas_spot  &amp;lt;-   tq_get(&amp;quot;DHHNGSP&amp;quot;, get = &amp;quot;economic.data&amp;quot;,
                       from = &amp;quot;2011-01-01&amp;quot;,
                       to   = &amp;quot;2020-07-31&amp;quot;)

ggplot(natgas_spot, aes(x=date, y=price)) +
  geom_line()+
  labs(x=&amp;quot;Year&amp;quot;, 
       y=&amp;quot;NatGas Spot price&amp;quot;, 
       title = &amp;quot;Henry Hub Natural Gas Spot Prices&amp;quot;)+
  scale_y_continuous(labels = scales::dollar)+
  guides(fill=guide_legend(title=NULL))+
  theme_bw()+
  NULL&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/finance_data_files/figure-html/FRED_Data-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;wti_price  &amp;lt;-   tq_get(&amp;quot;DCOILWTICO&amp;quot;, get = &amp;quot;economic.data&amp;quot;,
                       from = &amp;quot;2011-01-01&amp;quot;,
                       to   = &amp;quot;2020-07-31&amp;quot;)

ggplot(wti_price, aes(x=date, y=price)) +
  geom_line()+
  labs(x=&amp;quot;Year&amp;quot;, 
       y=&amp;quot;WTI price&amp;quot;, 
       title = &amp;quot;West Texas Intermediate Crude Oil (WTI) Prices&amp;quot;)+
  scale_y_continuous(labels = scales::dollar)+
  guides(fill=guide_legend(title=NULL))+
  theme_bw()+
  NULL&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/finance_data_files/figure-html/FRED_Data-2.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;gold_price  &amp;lt;-   tq_get(&amp;quot;GOLDAMGBD228NLBM&amp;quot;, get = &amp;quot;economic.data&amp;quot;,
                        from = &amp;quot;2011-01-01&amp;quot;,
                        to   = &amp;quot;2020-07-31&amp;quot;) 

ggplot(gold_price, aes(x=date, y=price)) +
  geom_line()+
  labs(x=&amp;quot;Year&amp;quot;, 
       y=&amp;quot;Gold price&amp;quot;, 
       title = &amp;quot;Gold Fixing Price 10:30 A.M. (London time) in London Bullion Market&amp;quot;)+
  scale_y_continuous(labels = scales::dollar)+
  guides(fill=guide_legend(title=NULL))+
  theme_bw()+
  NULL&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/finance_data_files/figure-html/FRED_Data-3.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;USDEUR_rate &amp;lt;-   tq_get(&amp;quot;DEXUSEU&amp;quot;, get = &amp;quot;economic.data&amp;quot;,
                        from = &amp;quot;2011-01-01&amp;quot;,
                        to   = &amp;quot;2020-07-31&amp;quot;) 

ggplot(USDEUR_rate, aes(x=date, y=price)) +
  geom_line()+
  labs(x=&amp;quot;Year&amp;quot;, 
       y=&amp;quot;Exchange rate&amp;quot;, 
       title = &amp;quot;USD to EUR Exchange Rate&amp;quot;)+
  scale_y_continuous(labels = scales::dollar)+
  guides(fill=guide_legend(title=NULL))+
  theme_bw()+
  NULL&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/finance_data_files/figure-html/FRED_Data-4.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Now suppose we wanted to check if there is any correlation between natgas spot prices, WTI, and Gold prices. We will download prices, then calculate returns, calculate statistics on daily returns, and visualise some of the returns.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;commodities &amp;lt;- c(&amp;quot;DHHNGSP&amp;quot;, &amp;quot;DCOILWTICO&amp;quot;, &amp;quot;GOLDAMGBD228NLBM&amp;quot;)

commodities_prices  &amp;lt;- tq_get(commodities, get = &amp;quot;economic.data&amp;quot;,
                              from = &amp;quot;2011-01-01&amp;quot;,
                              to   = &amp;quot;2020-07-31&amp;quot;) %&amp;gt;% 
  group_by(symbol) 


commodities_returns_daily &amp;lt;- commodities_prices %&amp;gt;% na.omit() %&amp;gt;% 
  tq_transmute(select     = price, 
               mutate_fun = periodReturn, 
               period     = &amp;quot;daily&amp;quot;, 
               type       = &amp;quot;log&amp;quot;,
               col_rename = &amp;quot;daily.returns&amp;quot;)  

#calculate monthly  returns
commodities_returns_monthly &amp;lt;- commodities_prices %&amp;gt;%
  tq_transmute(select     = price, 
               mutate_fun = periodReturn, 
               period     = &amp;quot;monthly&amp;quot;, 
               type       = &amp;quot;arithmetic&amp;quot;,
               col_rename = &amp;quot;monthly.returns&amp;quot;) 

favstats(daily.returns ~ symbol,  data=commodities_returns_daily) %&amp;gt;% 
  mutate(
    annual_mean = mean *250,
    annual_sd = sd * sqrt(250)
  ) %&amp;gt;% 
  select(symbol, min, median, max, mean, sd, annual_mean, annual_sd)  %&amp;gt;% 
  kable() %&amp;gt;%
  kable_styling(c(&amp;quot;striped&amp;quot;, &amp;quot;bordered&amp;quot;)) &lt;/code&gt;&lt;/pre&gt;
&lt;table class=&#34;table table-striped table-bordered&#34; style=&#34;margin-left: auto; margin-right: auto;&#34;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
symbol
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
min
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
median
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
max
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
mean
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
sd
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
annual_mean
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
annual_sd
&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
DCOILWTICO
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.281
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.001
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.426
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.030
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.008
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.474
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
DHHNGSP
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.476
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.000
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.525
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.042
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.093
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.668
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
GOLDAMGBD228NLBM
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.089
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.000
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.068
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.010
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.034
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.154
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(commodities_returns_daily, aes(x=daily.returns, fill=symbol))+
  geom_density()+
  coord_cartesian(xlim=c(-0.05,0.05)) + 
  scale_x_continuous(labels = scales::percent_format(accuracy = 2))+
  facet_grid(rows = (vars(symbol))) + 
  theme_bw()+
  labs(x=&amp;quot;Daily Returns&amp;quot;, 
       y=&amp;quot;Density&amp;quot;, 
       title = &amp;quot;Charting the Distribution of Daily Log Returns&amp;quot;)+
  guides(fill=FALSE) +
  NULL&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/finance_data_files/figure-html/returns_and_stats-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(commodities_returns_daily, aes(x=symbol, y=daily.returns))+
  geom_boxplot(aes(colour=symbol))+
  coord_flip()+
  scale_y_continuous(labels = scales::percent_format(accuracy = 2))+
  theme_bw()+
  labs(x=&amp;quot;Daily Returns&amp;quot;, 
       y=&amp;quot;&amp;quot;, 
       title = &amp;quot;Boxplot of Daily Log Returns&amp;quot;)+
  theme(legend.position=&amp;quot;none&amp;quot;) +
  NULL&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/finance_data_files/figure-html/returns_and_stats-2.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;commodities_returns_daily %&amp;gt;% 
  pivot_wider(names_from=&amp;quot;symbol&amp;quot;, values_from=&amp;quot;daily.returns&amp;quot;) %&amp;gt;% 
  na.omit() %&amp;gt;% 
  select(-date) %&amp;gt;% 
  dplyr::rename(
    &amp;quot;NatGas&amp;quot; = &amp;#39;DHHNGSP&amp;#39;,
    &amp;quot;WTI Oil&amp;quot; = &amp;#39;DCOILWTICO&amp;#39;,
    &amp;quot;Gold&amp;quot; = &amp;#39;GOLDAMGBD228NLBM&amp;#39;
  ) %&amp;gt;% 
  ggpairs()+
  theme_bw()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/finance_data_files/figure-html/returns_and_stats-3.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;acknowledgments&#34; class=&#34;section level2 toc-ignore&#34;&gt;
&lt;h2&gt;Acknowledgments&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This page is derived in part from &lt;a href=&#34;https://cran.r-project.org/web/packages/tidyquant/vignettes/TQ05-performance-analysis-with-tidyquant.html&#34;&gt;Performance Analytics with &lt;code&gt;tidyquant&lt;/code&gt;&lt;/a&gt; by Matt Dancho.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Confidence Intervals</title>
      <link>https://usi-emba-analytics.netlify.app/exercise/inference_ci-exercise/</link>
      <pubDate>Sat, 25 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/exercise/inference_ci-exercise/</guid>
      <description>
&lt;script src=&#34;https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/3.5.16/iframeResizer.min.js&#34; type=&#34;text/javascript&#34;&gt;&lt;/script&gt;


&lt;!---LEARNR sampling_mcq--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;sampling_mcq&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/sampling_mcq&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;script&gt;
  iFrameResize({}, &#34;.interactive&#34;);
&lt;/script&gt;
</description>
    </item>
    
    <item>
      <title>Confidence Intervals</title>
      <link>https://usi-emba-analytics.netlify.app/learn/learn_inference_ci/</link>
      <pubDate>Sat, 25 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/learn/learn_inference_ci/</guid>
      <description>
&lt;script src=&#34;https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/3.5.16/iframeResizer.min.js&#34; type=&#34;text/javascript&#34;&gt;&lt;/script&gt;


&lt;!---LEARNR sampling_mcq--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;sampling_mcq&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/sampling_mcq&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;script&gt;
  iFrameResize({}, &#34;.interactive&#34;);
&lt;/script&gt;
</description>
    </item>
    
    <item>
      <title>Exploratory Data Analysis for Modelling</title>
      <link>https://usi-emba-analytics.netlify.app/exercise/modelling_eda-exercise/</link>
      <pubDate>Sat, 25 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/exercise/modelling_eda-exercise/</guid>
      <description>



</description>
    </item>
    
    <item>
      <title>Exploratory Data Analysis for Modelling</title>
      <link>https://usi-emba-analytics.netlify.app/learn/learn_modelling_eda/</link>
      <pubDate>Sat, 25 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/learn/learn_modelling_eda/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#eda.-is-y-skewed-does-it-need-to-be-transformed-why&#34;&gt;EDA. Is Y skewed? Does it need to be transformed? Why?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#ggallyggpairs-to-get-scatter-plot-correlation-matrix&#34;&gt;&lt;code&gt;GGally::ggpairs()&lt;/code&gt; to get scatter plot + correlation matrix&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;eda.-is-y-skewed-does-it-need-to-be-transformed-why&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;EDA. Is Y skewed? Does it need to be transformed? Why?&lt;/h2&gt;
&lt;/div&gt;
&lt;div id=&#34;ggallyggpairs-to-get-scatter-plot-correlation-matrix&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;code&gt;GGally::ggpairs()&lt;/code&gt; to get scatter plot + correlation matrix&lt;/h2&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>R Syntax, Vectors, missing data</title>
      <link>https://usi-emba-analytics.netlify.app/exercise/rbasics-exercise/</link>
      <pubDate>Sat, 25 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/exercise/rbasics-exercise/</guid>
      <description>
&lt;script src=&#34;https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/3.5.16/iframeResizer.min.js&#34; type=&#34;text/javascript&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#r-syntax&#34;&gt;R Syntax&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#assignmnent-operator--&#34;&gt;Assignmnent Operator &lt;code&gt;&amp;lt;-&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#r-is-case-sensitive&#34;&gt;R is case sensitive&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#typos&#34;&gt;Typos&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#comments&#34;&gt;Comments&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#r-knows-youre-not-finished&#34;&gt;R knows you’re not finished&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#arithmetic-operations-and-functions&#34;&gt;Arithmetic Operations and Functions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#main-data-types-and-vectors&#34;&gt;Main Data types and Vectors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#your-turn&#34;&gt;&lt;strong&gt;Your turn&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#vectors&#34;&gt;Vectors&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#manipulating-vectors&#34;&gt;Manipulating vectors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#your-turn-1&#34;&gt;&lt;strong&gt;Your turn&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#factors&#34;&gt;Factors&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#your-turn-2&#34;&gt;&lt;strong&gt;Your turn&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#missing-data-or-na&#34;&gt;Missing data, or &lt;strong&gt;&lt;code&gt;NA&lt;/code&gt;&lt;/strong&gt;&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#your-turn-3&#34;&gt;&lt;strong&gt;Your turn&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#online-quiz-variable-types---vectors&#34;&gt;Online Quiz: Variable Types - Vectors&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;r-syntax&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;R Syntax&lt;/h2&gt;
&lt;p&gt;We can type commands in the command prompt and use R as a simple calculator. For instance, try typing &lt;code&gt;5 + 20&lt;/code&gt;, and hitting enter. When you do this, you’ve entered a command, and R will &lt;strong&gt;execute&lt;/strong&gt; that command. However, it’s more interesting when we can create objects or variables and work with these beasts!&lt;/p&gt;
&lt;div id=&#34;assignmnent-operator--&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Assignmnent Operator &lt;code&gt;&amp;lt;-&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;R treats everything (single numbers, lists, vectors, datasets) as &lt;strong&gt;objects&lt;/strong&gt;. To create an object, we must use the assignment operator &lt;code&gt;&amp;lt;-&lt;/code&gt;. For instance, if we had data on a student whose name is Alex, is 28 years old, and comes from Athens, we would create three objects, &lt;code&gt;name&lt;/code&gt;, &lt;code&gt;height&lt;/code&gt;, and &lt;code&gt;city&lt;/code&gt; and assign the values of &lt;code&gt;Alex&lt;/code&gt;, &lt;code&gt;28&lt;/code&gt;, and &lt;code&gt;Athens&lt;/code&gt; respectively, we would type&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;name &amp;lt;- &amp;quot;Alex&amp;quot;
age &amp;lt;- 28
city &amp;lt;- &amp;quot;Athens&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The two objects have now been created; if we wanted to print out their values, we can use the &lt;code&gt;print()&lt;/code&gt; function or just type the names of the objects.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;print(name); print(age); print(city)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Alex&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 28&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Athens&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;name&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Alex&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;age&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 28&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;city&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Athens&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can mentally read the command &lt;code&gt;age &amp;lt;- 28&lt;/code&gt; as &lt;em&gt;object &lt;code&gt;age&lt;/code&gt; becomes equal to the value 28&lt;/em&gt;. There is a keyboard shortcut &lt;code&gt;Alt + -&lt;/code&gt; to get the assignment operator. We can do more interesting and useful things creating variables and assigning values to them. For instance, if we have the relevant dimensions and wanted to calculate the area and volume of a room, we could do it as follows:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;room_length &amp;lt;- 5.63
room_width  &amp;lt;- 6.48
room_height &amp;lt;- 2.93
room_area &amp;lt;- room_length * room_width
room_volume &amp;lt;- room_length * room_width * room_height

room_area&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 36.4824&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;room_volume&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 106.8934&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;r-is-case-sensitive&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;R is case sensitive&lt;/h3&gt;
&lt;p&gt;R is case sensitive and needs everything exactly as it was defined. &lt;code&gt;age&lt;/code&gt; is different from &lt;code&gt;AgE&lt;/code&gt; and &lt;code&gt;Age&lt;/code&gt;. So if you type&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;age &amp;lt;- 28
AgE &amp;lt;- 34
Age &amp;lt;- 55

age; AgE; Age&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 28&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 34&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 55&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;R will create three different objects.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;typos&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Typos&lt;/h3&gt;
&lt;p&gt;R is a brilliant piece of software, but it cannot handle typos. Unlike Google’s search, &lt;em&gt;“Did you mean…”&lt;/em&gt;, it takes it on faith that what you typed is &lt;strong&gt;exactly&lt;/strong&gt; what you meant. For example, suppose that you forgot to hit the shift key when trying to type &lt;code&gt;+&lt;/code&gt;, and as a result your command ended up being &lt;code&gt;5 = 20&lt;/code&gt; rather than &lt;code&gt;5 + 20&lt;/code&gt;. Here’s what happens:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;5 = 20&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Error in 5 = 20: invalid (do_set) left-hand side to assignment&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;R attempted to interpret &lt;code&gt;5 = 20&lt;/code&gt; as a command, and spits out an error message because this makes no sense to it. Even more subtle is the fact that some typos won’t produce errors at all, because they happen to correspond to R commands. For instance, suppose that instead of &lt;code&gt;5 + 20&lt;/code&gt;, I mistakenly type command &lt;code&gt;5 - 20&lt;/code&gt;. Clearly, R has no way of knowing that you meant to add &lt;code&gt;20&lt;/code&gt; to &lt;code&gt;5&lt;/code&gt;, not subtract &lt;code&gt;20&lt;/code&gt; from &lt;code&gt;5&lt;/code&gt;, so what happens this time is this:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;5 - 20&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] -15&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;In this case, R produces the right answer, but to the the wrong question.&lt;/p&gt;
&lt;p&gt;R will always try to do exactly what you ask it to do. There is no autocorrect or equivalent to “Did you mean..” in R, and for good reason. When doing advanced stuff and even the simplest of statistics is pretty advanced in a lot of ways, it’s dangerous to let a mindless automaton like R try to overrule the human user. But because of this, it’s your responsibility to be careful. Always make sure you type exactly what you mean. When dealing with computers, it’s not enough to type approximately the right thing. In general, you absolutely must be precise in what you say to R … like all machines it is too stupid to be anything other than absurdly literal in its interpretation.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;comments&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Comments&lt;/h3&gt;
&lt;p&gt;It is useful to put comments in your code, to make everything more readable. These comments could help others and you when you go back to your code in the future. R comments start with a hashtag sign &lt;code&gt;#&lt;/code&gt;. Everything after the hashtag to the end of the line will be ignored by R. RStudio by default thinks that every line you write is a command; if you want to turn a line into a comment, place the cursor in the line and hit &lt;code&gt;Ctrl + Shift + C&lt;/code&gt; in Windows or &lt;code&gt;Cmd + Shift + C&lt;/code&gt; in a Mac.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# This line is a comment and will be ignored when run.
city # Text after the hashtag &amp;quot;#&amp;quot; is also ignored.&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Athens&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;r-knows-youre-not-finished&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;R knows you’re not finished&lt;/h3&gt;
&lt;p&gt;If you hit enter in a situation where it’s obvious to R that you haven’t actually finished typing the command, R is just smart enough to keep waiting. For example, if you wanted to calculate &lt;code&gt;15 - 4&lt;/code&gt;, and start by typing type &lt;code&gt;15 -&lt;/code&gt; and then press enter by mistake, R is smart enough to realise that you probably wanted to type in another number. So here’s what happens:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;gt; 15 -
+&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;and there’s a blinking cursor next to the plus &lt;code&gt;+&lt;/code&gt; sign. What this means is that R is still waiting for you to finish. It thinks you’re still typing your command, so it hasn’t tried to execute it yet. In other words, this plus sign is actually another command prompt. It’s different from the usual one (i.e., the &lt;code&gt;&amp;gt;&lt;/code&gt; symbol) to remind you that R is going to add whatever you type now to what you typed last time. For example, if I then go on to type &lt;code&gt;4&lt;/code&gt; and hit enter, what we get:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;gt; 15 -
+ 4
[1] 11&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;And as far as R is concerned, this is exactly the same as if you had typed &lt;code&gt;15 - 4&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;By the way, if after entering the &lt;code&gt;15 -&lt;/code&gt; you wanted to stop execution and cancel your command, just hit the &lt;strong&gt;escape&lt;/strong&gt; key. R will return you to the normal command prompt (i.e. &lt;code&gt;&amp;gt;&lt;/code&gt;) without attempting to execute the botched command.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;arithmetic-operations-and-functions&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Arithmetic Operations and Functions&lt;/h3&gt;
&lt;p&gt;R has the basic operators and you can use it as as simple calculator: addition is &lt;code&gt;+&lt;/code&gt;, subtraction is &lt;code&gt;-&lt;/code&gt;, multiplication is &lt;code&gt;*&lt;/code&gt;, division is &lt;code&gt;/&lt;/code&gt;, and &lt;code&gt;^&lt;/code&gt; is the power operator:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;2 + 3 &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 5&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;5 - 8&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] -3&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;13 * 21&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 273&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;34 / 55&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 0.6181818&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;(5 * 13)/4 - 7&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 9.25&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# ^ : to the power off
2^3&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 8&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# for exponentiation, you can also use **
2 ** 3&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 8&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# square root
sqrt(25)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 5&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Besides the basic operations functions, you can use standard mathematical functions&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Rounding
-&lt;code&gt;round()&lt;/code&gt;, &lt;code&gt;floor()&lt;/code&gt;, &lt;code&gt;ceiling()&lt;/code&gt;,&lt;/li&gt;
&lt;li&gt;Logarithms and Exponentials
-&lt;code&gt;exp()&lt;/code&gt;, &lt;code&gt;log()&lt;/code&gt;, &lt;code&gt;log10()&lt;/code&gt;, &lt;code&gt;log2()&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# R knows pi = 3.1415926...

# round to 2 decimal places 
round(pi, digits = 2); round(pi,2)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 3.14&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 3.14&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#Round down to nearest integer
floor(pi)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 3&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#Round up to nearest integer
ceiling(pi)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 4&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;main-data-types-and-vectors&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Main Data types and Vectors&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;character&lt;/strong&gt;: sometimes referred to as &lt;code&gt;string&lt;/code&gt; data, tend to be surrounded by quotes &lt;code&gt;&amp;lt;chr&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;numeric&lt;/strong&gt;: real or decimal numbers, sometimes referred to as “double” &lt;code&gt;&amp;lt;dbl&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;integer&lt;/strong&gt;: a subset of numeric in which numbers are stored as integers &lt;code&gt;&amp;lt;int&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;factor&lt;/strong&gt;: a categorical variables with different categories sorted alphabetically by default &lt;code&gt;&amp;lt;fct&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;logical&lt;/strong&gt;: Boolean data (TRUE and FALSE) &lt;code&gt;&amp;lt;lgl&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;your-turn&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;&lt;strong&gt;Your turn&lt;/strong&gt;&lt;/h3&gt;
&lt;!---LEARNR EX S1_ex1--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;myIframe_s1_ex1&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s1_ex1_variables/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;vectors&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Vectors&lt;/h2&gt;
&lt;p&gt;A vector is a collection of objects. There is a magical operator in R, &lt;code&gt;c&lt;/code&gt; which we use to &lt;strong&gt;c&lt;/strong&gt;ombine different elements.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# assign vector
ages &amp;lt;- c(20:30, 35, 50, 42, 72) 

# recall vector
ages&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;##  [1] 20 21 22 23 24 25 26 27 28 29 30 35 50 42 72&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# how many things are in the vector &amp;#39;ages&amp;#39;?
length(ages)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 15&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# what type of object is &amp;#39;ages?
class(ages)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;numeric&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;R allows vectorized operations, so we can get the average, or median of &lt;code&gt;ages&lt;/code&gt; by just typing&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# performing functions with vectors
mean(ages)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 31.6&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;median(ages)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 27&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We can also have a collection of strings, or characters&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# vector of days of the week 
days &amp;lt;- c(&amp;quot;Monday&amp;quot;, &amp;quot;Tuesday&amp;quot;, &amp;quot;Wednesday&amp;quot;, &amp;quot;Thursday&amp;quot;, &amp;quot;Friday&amp;quot;, &amp;quot;Saturday&amp;quot;, &amp;quot;Sunday&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;In this case, each word is encased in quotation marks, indicating they are characters rather than object names.&lt;/p&gt;
&lt;p&gt;Please answer the following questions about &lt;code&gt;days&lt;/code&gt;:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;How many values are in &lt;code&gt;days&lt;/code&gt;?&lt;/li&gt;
&lt;li&gt;What type of data (&lt;code&gt;class&lt;/code&gt;) is &lt;code&gt;days&lt;/code&gt;?&lt;/li&gt;
&lt;li&gt;Overview of &lt;code&gt;days&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;div id=&#34;manipulating-vectors&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Manipulating vectors&lt;/h3&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# add a value to end of vector
ages &amp;lt;- c(ages, 90) &lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# add value at the beginning
ages &amp;lt;- c(30, ages)&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# extracting second value
days[2] &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Tuesday&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# excluding (dropping) second value
days[-2] &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Monday&amp;quot;    &amp;quot;Wednesday&amp;quot; &amp;quot;Thursday&amp;quot;  &amp;quot;Friday&amp;quot;    &amp;quot;Saturday&amp;quot;  &amp;quot;Sunday&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# extracting first and third values
days[c(1, 3)] &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Monday&amp;quot;    &amp;quot;Wednesday&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;your-turn-1&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;&lt;strong&gt;Your turn&lt;/strong&gt;&lt;/h3&gt;
&lt;!---LEARNR EX S1_ex2--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;myIframe_s1_ex2&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s1_ex2_vectors/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;p&gt;R tends to handle interpreting data types in the background of most operations. Usually it tries to coerce data to fit the general pattern of the data given to it.&lt;/p&gt;
&lt;p&gt;What type of data is each of the following objects? Anything unusual?&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;num_char &amp;lt;- c(1, 2, 3, &amp;quot;a&amp;quot;)
num_logical &amp;lt;- c(1, 2, 3, TRUE)
char_logical &amp;lt;- c(&amp;quot;a&amp;quot;, &amp;quot;b&amp;quot;, &amp;quot;c&amp;quot;, TRUE)
tricky &amp;lt;- c(1, 2, 3, &amp;quot;4&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;factors&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Factors&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;days&lt;/code&gt; is a character vector so R internally sorts it alphabetically and it thinks that Friday should be first. If we wanted to make into a categorical variable, we use&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;days &amp;lt;- factor(days)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We can reorder, or relevel the factor, using &lt;code&gt;fct_relevel&lt;/code&gt; from the tidyverse package &lt;code&gt;forcats&lt;/code&gt;, or using &lt;code&gt;levels&lt;/code&gt; from baseR.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;days_sorted &amp;lt;- forcats::fct_relevel(days, levels = c(&amp;quot;Monday&amp;quot;,
                                     &amp;quot;Tuesday&amp;quot;,
                                     &amp;quot;Wednesday&amp;quot;,
                                     &amp;quot;Thursday&amp;quot;,
                                     &amp;quot;Friday&amp;quot;,
                                     &amp;quot;Saturday&amp;quot;,
                                     &amp;quot;Sunday&amp;quot;))

days_sorted2 &amp;lt;- factor(days, levels = c(&amp;quot;Monday&amp;quot;,
                                     &amp;quot;Tuesday&amp;quot;,
                                     &amp;quot;Wednesday&amp;quot;,
                                     &amp;quot;Thursday&amp;quot;,
                                     &amp;quot;Friday&amp;quot;,
                                     &amp;quot;Saturday&amp;quot;,
                                     &amp;quot;Sunday&amp;quot;))&lt;/code&gt;&lt;/pre&gt;
&lt;div id=&#34;your-turn-2&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;&lt;strong&gt;Your turn&lt;/strong&gt;&lt;/h3&gt;
&lt;!---LEARNR EX S1_ex3--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;myIframe_s1_ex3&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s1_ex3_factors/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;missing-data-or-na&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Missing data, or &lt;strong&gt;&lt;code&gt;NA&lt;/code&gt;&lt;/strong&gt;&lt;/h2&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# create a vector with missing data
times &amp;lt;- c(2, 4, 4, NA, 6)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;NA is not a character&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# calculate mean and max on vector with missing data
mean(times)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] NA&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;max(times)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] NA&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# add argument to remove NA
mean(times, na.rm = TRUE)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 4&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;max(times, na.rm = TRUE)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 6&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# remove incomplete cases
na.omit(times) &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 2 4 4 6
## attr(,&amp;quot;na.action&amp;quot;)
## [1] 4
## attr(,&amp;quot;class&amp;quot;)
## [1] &amp;quot;omit&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;div id=&#34;your-turn-3&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;&lt;strong&gt;Your turn&lt;/strong&gt;&lt;/h3&gt;
&lt;!---LEARNR EX S1_ex4--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;myIframe_s1_ex4&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s1_ex4_nas/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;online-quiz-variable-types---vectors&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Online Quiz: Variable Types - Vectors&lt;/h2&gt;
&lt;!---LEARNR EX S1_quiz1--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;height: 900px;&#34; id=&#34;myIframe_s1_quiz1&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s1_quiz1_variabletype_vector_nas/&#34; frameborder=&#34;0&#34; scrolling=&#34;yes&#34;&gt;
&lt;blockquote&gt;
&lt;/iframe&gt;
&lt;/blockquote&gt;
&lt;!----------------&gt;
&lt;script&gt;
  iFrameResize({}, &#34;.interactive&#34;);
&lt;/script&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>R Syntax, Vectors, missing data</title>
      <link>https://usi-emba-analytics.netlify.app/learn/01-learn/</link>
      <pubDate>Sat, 25 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/learn/01-learn/</guid>
      <description>
&lt;script src=&#34;https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/3.5.16/iframeResizer.min.js&#34; type=&#34;text/javascript&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#r-syntax&#34;&gt;R Syntax&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#assignmnent-operator--&#34;&gt;Assignmnent Operator &lt;code&gt;&amp;lt;-&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#r-is-case-sensitive&#34;&gt;R is case sensitive&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#typos&#34;&gt;Typos&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#comments&#34;&gt;Comments&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#r-knows-youre-not-finished&#34;&gt;R knows you’re not finished&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#arithmetic-operations-and-functions&#34;&gt;Arithmetic Operations and Functions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#main-data-types-and-vectors&#34;&gt;Main Data types and Vectors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#your-turn&#34;&gt;&lt;strong&gt;Your turn&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#vectors&#34;&gt;Vectors&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#manipulating-vectors&#34;&gt;Manipulating vectors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#your-turn-1&#34;&gt;&lt;strong&gt;Your turn&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#factors&#34;&gt;Factors&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#your-turn-2&#34;&gt;&lt;strong&gt;Your turn&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#missing-data-or-na&#34;&gt;Missing data, or &lt;strong&gt;&lt;code&gt;NA&lt;/code&gt;&lt;/strong&gt;&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#your-turn-3&#34;&gt;&lt;strong&gt;Your turn&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#online-quiz-variable-types---vectors&#34;&gt;Online Quiz: Variable Types - Vectors&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;r-syntax&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;R Syntax&lt;/h2&gt;
&lt;p&gt;We can type commands in the command prompt and use R as a simple calculator. For instance, try typing &lt;code&gt;5 + 20&lt;/code&gt;, and hitting enter. When you do this, you’ve entered a command, and R will &lt;strong&gt;execute&lt;/strong&gt; that command. However, it’s more interesting when we can create objects or variables and work with these beasts!&lt;/p&gt;
&lt;div id=&#34;assignmnent-operator--&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Assignmnent Operator &lt;code&gt;&amp;lt;-&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;R treats everything (single numbers, lists, vectors, datasets) as &lt;strong&gt;objects&lt;/strong&gt;. To create an object, we must use the assignment operator &lt;code&gt;&amp;lt;-&lt;/code&gt;. For instance, if we had data on a student whose name is Alex, is 28 years old, and comes from Athens, we would create three objects, &lt;code&gt;name&lt;/code&gt;, &lt;code&gt;height&lt;/code&gt;, and &lt;code&gt;city&lt;/code&gt; and assign the values of &lt;code&gt;Alex&lt;/code&gt;, &lt;code&gt;28&lt;/code&gt;, and &lt;code&gt;Athens&lt;/code&gt; respectively, we would type&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;name &amp;lt;- &amp;quot;Alex&amp;quot;
age &amp;lt;- 28
city &amp;lt;- &amp;quot;Athens&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The two objects have now been created; if we wanted to print out their values, we can use the &lt;code&gt;print()&lt;/code&gt; function or just type the names of the objects.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;print(name); print(age); print(city)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Alex&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 28&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Athens&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;name&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Alex&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;age&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 28&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;city&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Athens&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can mentally read the command &lt;code&gt;age &amp;lt;- 28&lt;/code&gt; as &lt;em&gt;object &lt;code&gt;age&lt;/code&gt; becomes equal to the value 28&lt;/em&gt;. There is a keyboard shortcut &lt;code&gt;Alt + -&lt;/code&gt; to get the assignment operator. We can do more interesting and useful things creating variables and assigning values to them. For instance, if we have the relevant dimensions and wanted to calculate the area and volume of a room, we could do it as follows:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;room_length &amp;lt;- 5.63
room_width  &amp;lt;- 6.48
room_height &amp;lt;- 2.93
room_area &amp;lt;- room_length * room_width
room_volume &amp;lt;- room_length * room_width * room_height

room_area&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 36.4824&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;room_volume&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 106.8934&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;r-is-case-sensitive&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;R is case sensitive&lt;/h3&gt;
&lt;p&gt;R is case sentitive and needs everything exactly as it was defined. &lt;code&gt;age&lt;/code&gt; is different from &lt;code&gt;AgE&lt;/code&gt; and &lt;code&gt;Age&lt;/code&gt;. So if you type&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;age &amp;lt;- 28
AgE &amp;lt;- 34
Age &amp;lt;- 55

age; AgE; Age&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 28&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 34&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 55&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;R will create three different objects.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;typos&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Typos&lt;/h3&gt;
&lt;p&gt;R is a brilliant piece of software, but it cannot handle typos. Unlike Google’s search, &lt;em&gt;“Did you mean…”&lt;/em&gt;, it takes it on faith that what you typed is &lt;strong&gt;exactly&lt;/strong&gt; what you meant. For example, suppose that you forgot to hit the shift key when trying to type &lt;code&gt;+&lt;/code&gt;, and as a result your command ended up being &lt;code&gt;5 = 20&lt;/code&gt; rather than &lt;code&gt;5 + 20&lt;/code&gt;. Here’s what happens:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;5 = 20&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Error in 5 = 20: invalid (do_set) left-hand side to assignment&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;R attempted to interpret &lt;code&gt;5 = 20&lt;/code&gt; as a command, and spits out an error message because this makes no sense to it. Even more subtle is the fact that some typos won’t produce errors at all, because they happen to correspond to R commands. For instance, suppose that instead of &lt;code&gt;5 + 20&lt;/code&gt;, I mistakenly type command &lt;code&gt;5 - 20&lt;/code&gt;. Clearly, R has no way of knowing that you meant to add &lt;code&gt;20&lt;/code&gt; to &lt;code&gt;5&lt;/code&gt;, not subtract &lt;code&gt;20&lt;/code&gt; from &lt;code&gt;5&lt;/code&gt;, so what happens this time is this:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;5 - 20&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] -15&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;In this case, R produces the right answer, but to the the wrong question.&lt;/p&gt;
&lt;p&gt;R will always try to do exactly what you ask it to do. There is no autocorrect or equivalent to “Did you mean..” in R, and for good reason. When doing advanced stuff and even the simplest of statistics is pretty advanced in a lot of ways, it’s dangerous to let a mindless automaton like R try to overrule the human user. But because of this, it’s your responsibility to be careful. Always make sure you type exactly what you mean. When dealing with computers, it’s not enough to type approximately the right thing. In general, you absolutely must be precise in what you say to R … like all machines it is too stupid to be anything other than absurdly literal in its interpretation.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;comments&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Comments&lt;/h3&gt;
&lt;p&gt;It is useful to put comments in your code, to make everything more readable. These comments could help others and you when you go back to your code in the future. R comments start with a hashtag sign &lt;code&gt;#&lt;/code&gt;. Everything after the hashtag to the end of the line will be ignored by R. RStudio by default thinks that every line you write is a command; if you want to turn a line into a comment, place the cursor in the line and hit &lt;code&gt;Ctrl + Shift + C&lt;/code&gt; in Windows or &lt;code&gt;Cmd + Shift + C&lt;/code&gt; in a Mac.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# This line is a comment and will be ignored when run.
city # Text after the hashtag &amp;quot;#&amp;quot; is also ignored.&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Athens&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;r-knows-youre-not-finished&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;R knows you’re not finished&lt;/h3&gt;
&lt;p&gt;If you hit enter in a situation where it’s obvious to R that you haven’t actually finished typing the command, R is just smart enough to keep waiting. For example, if you wanted to calculate &lt;code&gt;15 - 4&lt;/code&gt;, and start by typing type &lt;code&gt;15 -&lt;/code&gt; and then press enter by mistake, R is smart enough to realise that you probably wanted to type in another number. So here’s what happens:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;gt; 15 -
+&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;and there’s a blinking cursor next to the plus &lt;code&gt;+&lt;/code&gt; sign. What this means is that R is still waiting for you to finish. It thinks you’re still typing your command, so it hasn’t tried to execute it yet. In other words, this plus sign is actually another command prompt. It’s different from the usual one (i.e., the &lt;code&gt;&amp;gt;&lt;/code&gt; symbol) to remind you that R is going to add whatever you type now to what you typed last time. For example, if I then go on to type &lt;code&gt;4&lt;/code&gt; and hit enter, what we get:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;gt; 15 -
+ 4
[1] 11&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;And as far as R is concerned, this is exactly the same as if you had typed &lt;code&gt;15 - 4&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;By the way, if after entering the &lt;code&gt;15 -&lt;/code&gt; you wanted to stop execution and cancel your command, just hit the &lt;strong&gt;escape&lt;/strong&gt; key. R will return you to the normal command prompt (i.e. &lt;code&gt;&amp;gt;&lt;/code&gt;) without attempting to execute the botched command.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;arithmetic-operations-and-functions&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Arithmetic Operations and Functions&lt;/h3&gt;
&lt;p&gt;R has the basic operators and you can use it as as simple calculator: addition is &lt;code&gt;+&lt;/code&gt;, subtraction is &lt;code&gt;-&lt;/code&gt;, multiplication is &lt;code&gt;*&lt;/code&gt;, division is &lt;code&gt;/&lt;/code&gt;, and &lt;code&gt;^&lt;/code&gt; is the power operator:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;2 + 3 &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 5&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;5 - 8&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] -3&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;13 * 21&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 273&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;34 / 55&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 0.6181818&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;(5 * 13)/4 - 7&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 9.25&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# ^ : to the power off
2^3&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 8&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# for exponentiation, you can also use **
2 ** 3&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 8&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# square root
sqrt(25)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 5&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Besides the basic operations functions, you can use standard mathematical functions&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Rounding
-&lt;code&gt;round()&lt;/code&gt;, &lt;code&gt;floor()&lt;/code&gt;, &lt;code&gt;ceiling()&lt;/code&gt;,&lt;/li&gt;
&lt;li&gt;Logarithms and Exponentials
-&lt;code&gt;exp()&lt;/code&gt;, &lt;code&gt;log()&lt;/code&gt;, &lt;code&gt;log10()&lt;/code&gt;, &lt;code&gt;log2()&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# R knows pi = 3.1415926...

# round to 2 decimal places 
round(pi, digits = 2); round(pi,2)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 3.14&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 3.14&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#Round down to nearest integer
floor(pi)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 3&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#Round up to nearest integer
ceiling(pi)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 4&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;main-data-types-and-vectors&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Main Data types and Vectors&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;character&lt;/strong&gt;: sometimes referred to as &lt;code&gt;string&lt;/code&gt; data, tend to be surrounded by quotes &lt;code&gt;&amp;lt;chr&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;numeric&lt;/strong&gt;: real or decimal numbers, sometimes referred to as “double” &lt;code&gt;&amp;lt;dbl&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;integer&lt;/strong&gt;: a subset of numeric in which numbers are stored as integers &lt;code&gt;&amp;lt;int&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;factor&lt;/strong&gt;: a categorical variables with different categories sorted alphabetically by default &lt;code&gt;&amp;lt;fct&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;logical&lt;/strong&gt;: Boolean data (TRUE and FALSE) &lt;code&gt;&amp;lt;lgl&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;your-turn&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;&lt;strong&gt;Your turn&lt;/strong&gt;&lt;/h3&gt;
&lt;!---LEARNR EX S1_ex1--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;myIframe_s1_ex1&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s1_ex1_variables/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;vectors&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Vectors&lt;/h2&gt;
&lt;p&gt;A vector is a collection of objects. There is a magical operator in R, &lt;code&gt;c&lt;/code&gt; which we use to &lt;strong&gt;c&lt;/strong&gt;ombine different elements.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# assign vector
ages &amp;lt;- c(20:30, 35, 50, 42, 72) 

# recall vector
ages&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;##  [1] 20 21 22 23 24 25 26 27 28 29 30 35 50 42 72&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# how many things are in the vector &amp;#39;ages&amp;#39;?
length(ages)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 15&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# what type of object is &amp;#39;ages?
class(ages)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;numeric&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;R allows vectorized operations, so we can get the average, or median of &lt;code&gt;ages&lt;/code&gt; by just typing&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# performing functions with vectors
mean(ages)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 31.6&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;median(ages)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 27&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We can also have a collection of strings, or characters&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# vector of days of the week 
days &amp;lt;- c(&amp;quot;Monday&amp;quot;, &amp;quot;Tuesday&amp;quot;, &amp;quot;Wednesday&amp;quot;, &amp;quot;Thursday&amp;quot;, &amp;quot;Friday&amp;quot;, &amp;quot;Saturday&amp;quot;, &amp;quot;Sunday&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;In this case, each word is encased in quotation marks, indicating they are characters rather than object names.&lt;/p&gt;
&lt;p&gt;Please answer the following questions about &lt;code&gt;days&lt;/code&gt;:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;How many values are in &lt;code&gt;days&lt;/code&gt;?&lt;/li&gt;
&lt;li&gt;What type of data (&lt;code&gt;class&lt;/code&gt;) is &lt;code&gt;days&lt;/code&gt;?&lt;/li&gt;
&lt;li&gt;Overview of &lt;code&gt;days&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;div id=&#34;manipulating-vectors&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Manipulating vectors&lt;/h3&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# add a value to end of vector
ages &amp;lt;- c(ages, 90) &lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# add value at the beginning
ages &amp;lt;- c(30, ages)&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# extracting second value
days[2] &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Tuesday&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# excluding (dropping) second value
days[-2] &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Monday&amp;quot;    &amp;quot;Wednesday&amp;quot; &amp;quot;Thursday&amp;quot;  &amp;quot;Friday&amp;quot;    &amp;quot;Saturday&amp;quot;  &amp;quot;Sunday&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# extracting first and third values
days[c(1, 3)] &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Monday&amp;quot;    &amp;quot;Wednesday&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;your-turn-1&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;&lt;strong&gt;Your turn&lt;/strong&gt;&lt;/h3&gt;
&lt;!---LEARNR EX S1_ex2--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;myIframe_s1_ex2&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s1_ex2_vectors/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;p&gt;R tends to handle interpreting data types in the background of most operations. Usually it tries to coerce data to fit the general pattern of the data given to it.&lt;/p&gt;
&lt;p&gt;What type of data is each of the following objects? Anything unusual?&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;num_char &amp;lt;- c(1, 2, 3, &amp;quot;a&amp;quot;)
num_logical &amp;lt;- c(1, 2, 3, TRUE)
char_logical &amp;lt;- c(&amp;quot;a&amp;quot;, &amp;quot;b&amp;quot;, &amp;quot;c&amp;quot;, TRUE)
tricky &amp;lt;- c(1, 2, 3, &amp;quot;4&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;factors&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Factors&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;days&lt;/code&gt; is a character vector so R internally sorts it alphabetically and it thinks that Friday should be first. If we wanted to make into a categorical variable, we use&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;days &amp;lt;- factor(days)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We can reorder, or relevel the factor, using &lt;code&gt;fct_relevel&lt;/code&gt; from the tidyverse package &lt;code&gt;forcats&lt;/code&gt;, or using &lt;code&gt;levels&lt;/code&gt; from baseR.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;days_sorted &amp;lt;- forcats::fct_relevel(days, levels = c(&amp;quot;Monday&amp;quot;,
                                     &amp;quot;Tuesday&amp;quot;,
                                     &amp;quot;Wednesday&amp;quot;,
                                     &amp;quot;Thursday&amp;quot;,
                                     &amp;quot;Friday&amp;quot;,
                                     &amp;quot;Saturday&amp;quot;,
                                     &amp;quot;Sunday&amp;quot;))

days_sorted2 &amp;lt;- factor(days, levels = c(&amp;quot;Monday&amp;quot;,
                                     &amp;quot;Tuesday&amp;quot;,
                                     &amp;quot;Wednesday&amp;quot;,
                                     &amp;quot;Thursday&amp;quot;,
                                     &amp;quot;Friday&amp;quot;,
                                     &amp;quot;Saturday&amp;quot;,
                                     &amp;quot;Sunday&amp;quot;))&lt;/code&gt;&lt;/pre&gt;
&lt;div id=&#34;your-turn-2&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;&lt;strong&gt;Your turn&lt;/strong&gt;&lt;/h3&gt;
&lt;!---LEARNR EX S1_ex3--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;myIframe_s1_ex3&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s1_ex3_factors/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;missing-data-or-na&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Missing data, or &lt;strong&gt;&lt;code&gt;NA&lt;/code&gt;&lt;/strong&gt;&lt;/h2&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# create a vector with missing data
times &amp;lt;- c(2, 4, 4, NA, 6)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;NA is not a character&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# calculate mean and max on vector with missing data
mean(times)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] NA&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;max(times)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] NA&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# add argument to remove NA
mean(times, na.rm = TRUE)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 4&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;max(times, na.rm = TRUE)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 6&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# remove incomplete cases
na.omit(times) &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 2 4 4 6
## attr(,&amp;quot;na.action&amp;quot;)
## [1] 4
## attr(,&amp;quot;class&amp;quot;)
## [1] &amp;quot;omit&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;div id=&#34;your-turn-3&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;&lt;strong&gt;Your turn&lt;/strong&gt;&lt;/h3&gt;
&lt;!---LEARNR EX S1_ex4--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;myIframe_s1_ex4&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s1_ex4_nas/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;online-quiz-variable-types---vectors&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Online Quiz: Variable Types - Vectors&lt;/h2&gt;
&lt;!---LEARNR EX S1_quiz1--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;height: 900px;&#34; id=&#34;myIframe_s1_quiz1&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s1_quiz1_variabletype_vector_nas/&#34; frameborder=&#34;0&#34; scrolling=&#34;yes&#34;&gt;
&lt;blockquote&gt;
&lt;/iframe&gt;
&lt;/blockquote&gt;
&lt;!----------------&gt;
&lt;script&gt;
  iFrameResize({}, &#34;.interactive&#34;);
&lt;/script&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Visualise data</title>
      <link>https://usi-emba-analytics.netlify.app/exercise/ggplot-exercise/</link>
      <pubDate>Sat, 25 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/exercise/ggplot-exercise/</guid>
      <description>
&lt;script src=&#34;https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/3.5.16/iframeResizer.min.js&#34; type=&#34;text/javascript&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#introduction-to-ggplot2-by-visualising-numeric-data.&#34;&gt;Introduction to &lt;code&gt;ggplot2&lt;/code&gt; by visualising numeric data.&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#scatter-plots-and-multiple-panels-using-facet_wrap&#34;&gt;Scatter plots and multiple panels using &lt;code&gt;facet_wrap()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#animating-changes&#34;&gt;Animating changes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#imdb-movie-ratings-scatterplots-and-relationships&#34;&gt;IMDB movie ratings: Scatterplots and relationships&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#imdb-movie-ratings-boxplots-violin-plots&#34;&gt;IMDB movie ratings: Boxplots, violin plots&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#multiple-panels-using-facet_wrap-and-facet_grid&#34;&gt;Multiple panels using &lt;code&gt;facet_wrap()&lt;/code&gt; and &lt;code&gt;facet_grid()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;introduction-to-ggplot2-by-visualising-numeric-data.&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Introduction to &lt;code&gt;ggplot2&lt;/code&gt; by visualising numeric data.&lt;/h2&gt;
&lt;p&gt;We will start with the &lt;code&gt;gapminder&lt;/code&gt; data set. We look at its contents&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;glimpse(gapminder)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Rows: 1,704
## Columns: 6
## $ country   &amp;lt;fct&amp;gt; Afghanistan, Afghanistan, Afghanistan, Afghanistan, Afgha...
## $ continent &amp;lt;fct&amp;gt; Asia, Asia, Asia, Asia, Asia, Asia, Asia, Asia, Asia, Asi...
## $ year      &amp;lt;int&amp;gt; 1952, 1957, 1962, 1967, 1972, 1977, 1982, 1987, 1992, 199...
## $ lifeExp   &amp;lt;dbl&amp;gt; 28.801, 30.332, 31.997, 34.020, 36.088, 38.438, 39.854, 4...
## $ pop       &amp;lt;int&amp;gt; 8425333, 9240934, 10267083, 11537966, 13079460, 14880372,...
## $ gdpPercap &amp;lt;dbl&amp;gt; 779.4453, 820.8530, 853.1007, 836.1971, 739.9811, 786.113...&lt;/code&gt;&lt;/pre&gt;
&lt;div id=&#34;scatter-plots-and-multiple-panels-using-facet_wrap&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Scatter plots and multiple panels using &lt;code&gt;facet_wrap()&lt;/code&gt;&lt;/h3&gt;
&lt;!---LEARNR sec2_ex1_dates--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;sec2_ex1&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/sec2_ex1/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;animating-changes&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Animating changes&lt;/h2&gt;
&lt;p&gt;Racing bars! We will create a simple bar graph showing the evolution of GDP per capita for the top 8 countries&lt;/p&gt;
&lt;!---LEARNR sec2_ex3--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;sec2_ex3&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/sec2_ex3/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;/div&gt;
&lt;div id=&#34;imdb-movie-ratings-scatterplots-and-relationships&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;IMDB movie ratings: Scatterplots and relationships&lt;/h2&gt;
&lt;p&gt;For this section, we will use a sample of movies released since 2000 with data from IMDB. We have data on movies from the following six genres:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Action&lt;/li&gt;
&lt;li&gt;Adventure&lt;/li&gt;
&lt;li&gt;Comedy&lt;/li&gt;
&lt;li&gt;Drama&lt;/li&gt;
&lt;li&gt;Animation&lt;/li&gt;
&lt;li&gt;Documentary&lt;/li&gt;
&lt;/ul&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;imdb &amp;lt;- read_csv(here::here(&amp;quot;data&amp;quot;, &amp;quot;movies.csv&amp;quot;))
imdb_short &amp;lt;- imdb %&amp;gt;% 
  filter(genre %in% c(&amp;quot;Action&amp;quot;, &amp;quot;Adventure&amp;quot;, &amp;quot;Comedy&amp;quot;, &amp;quot;Drama&amp;quot;, &amp;quot;Animation&amp;quot;, &amp;quot;Documentary&amp;quot;),
         year &amp;gt;= 2000)&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;glimpse(imdb_short)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Rows: 1,762
## Columns: 11
## $ title               &amp;lt;chr&amp;gt; &amp;quot;Avatar&amp;quot;, &amp;quot;Jurassic World&amp;quot;, &amp;quot;The Avengers&amp;quot;, &amp;quot;Th...
## $ genre               &amp;lt;chr&amp;gt; &amp;quot;Action&amp;quot;, &amp;quot;Action&amp;quot;, &amp;quot;Action&amp;quot;, &amp;quot;Action&amp;quot;, &amp;quot;Action...
## $ director            &amp;lt;chr&amp;gt; &amp;quot;James Cameron&amp;quot;, &amp;quot;Colin Trevorrow&amp;quot;, &amp;quot;Joss Whedo...
## $ year                &amp;lt;dbl&amp;gt; 2009, 2015, 2012, 2008, 2015, 2012, 2004, 2013,...
## $ duration            &amp;lt;dbl&amp;gt; 178, 124, 173, 152, 141, 164, 93, 146, 151, 103...
## $ gross               &amp;lt;dbl&amp;gt; 760505847, 652177271, 623279547, 533316061, 458...
## $ budget              &amp;lt;dbl&amp;gt; 2.37e+08, 1.50e+08, 2.20e+08, 1.85e+08, 2.50e+0...
## $ cast_facebook_likes &amp;lt;dbl&amp;gt; 4834, 8458, 87697, 57802, 92000, 106759, 1148, ...
## $ votes               &amp;lt;dbl&amp;gt; 886204, 418214, 995415, 1676169, 462669, 114433...
## $ reviews             &amp;lt;dbl&amp;gt; 3777, 1934, 2425, 5312, 1752, 3514, 688, 1208, ...
## $ rating              &amp;lt;dbl&amp;gt; 7.9, 7.0, 8.1, 9.0, 7.5, 8.5, 7.2, 7.6, 7.3, 8....&lt;/code&gt;&lt;/pre&gt;
&lt;!---LEARNR sec2_ex4_5--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;sec2_ex4_5&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/sec2_ex4_5/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;/div&gt;
&lt;div id=&#34;imdb-movie-ratings-boxplots-violin-plots&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;IMDB movie ratings: Boxplots, violin plots&lt;/h2&gt;
&lt;p&gt;Let us consider the &lt;code&gt;rating&lt;/code&gt; movies got according to their &lt;code&gt;genre&lt;/code&gt;. How can we visualise the distribution of ratings?&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(imdb_short,
       aes(x=rating, y = genre, fill = genre,  alpha = 0.2))+
  geom_boxplot()+
  theme_minimal()+
  theme(legend.position = &amp;quot;none&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/exercise/ggplot-exercise_files/figure-html/unnamed-chunk-2-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(imdb_short,
       aes(x=rating, y = genre, fill = genre,  alpha = 0.2))+
  geom_violin()+
  theme_minimal()+
  theme(legend.position = &amp;quot;none&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/exercise/ggplot-exercise_files/figure-html/unnamed-chunk-2-2.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;multiple-panels-using-facet_wrap-and-facet_grid&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Multiple panels using &lt;code&gt;facet_wrap()&lt;/code&gt; and &lt;code&gt;facet_grid()&lt;/code&gt;&lt;/h2&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;imdb_short %&amp;gt;% 
  filter(genre %in% c(&amp;quot;Action&amp;quot;, &amp;quot;Comedy&amp;quot;, &amp;quot;Drama&amp;quot;),
         year &amp;gt;= 2010) %&amp;gt;% 
ggplot(aes(x=rating,  fill = genre,  alpha = 0.2))+
  geom_boxplot()+
  theme_minimal()+
  theme(legend.position = &amp;quot;none&amp;quot;)+
  facet_grid(
    rows= vars(year),
    cols= vars(genre)
  )&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/exercise/ggplot-exercise_files/figure-html/unnamed-chunk-3-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;imdb_short %&amp;gt;% 
  filter(genre %in% c(&amp;quot;Action&amp;quot;, &amp;quot;Comedy&amp;quot;, &amp;quot;Drama&amp;quot;),
         year &amp;gt;= 2010) %&amp;gt;% 
ggplot(aes(x=rating,  fill = genre,  alpha = 0.2))+
  geom_boxplot()+
  theme_minimal()+
  theme(legend.position = &amp;quot;none&amp;quot;)+
  facet_grid(
    rows= vars(cut(budget, 3)),
    cols= vars(genre)
  )&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/exercise/ggplot-exercise_files/figure-html/unnamed-chunk-3-2.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;script&gt;
  iFrameResize({}, &#34;.interactive&#34;);
&lt;/script&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Visualise data</title>
      <link>https://usi-emba-analytics.netlify.app/learn/learn_visualise/</link>
      <pubDate>Sat, 25 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/learn/learn_visualise/</guid>
      <description>
&lt;script src=&#34;https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/3.5.16/iframeResizer.min.js&#34; type=&#34;text/javascript&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#introduction-to-ggplot2-by-visualising-numeric-data.&#34;&gt;Introduction to &lt;code&gt;ggplot2&lt;/code&gt; by visualising numeric data.&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#scatter-plots-and-multiple-panels-using-facet_wrap&#34;&gt;Scatter plots and multiple panels using &lt;code&gt;facet_wrap()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#animating-changes&#34;&gt;Animating changes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#imdb-movie-ratings-scatterplots-and-relationships&#34;&gt;IMDB movie ratings: Scatterplots and relationships&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#imdb-movie-ratings-boxplots-violin-plots&#34;&gt;IMDB movie ratings: Boxplots, violin plots&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#multiple-panels-using-facet_wrap-and-facet_grid&#34;&gt;Multiple panels using &lt;code&gt;facet_wrap()&lt;/code&gt; and &lt;code&gt;facet_grid()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;introduction-to-ggplot2-by-visualising-numeric-data.&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Introduction to &lt;code&gt;ggplot2&lt;/code&gt; by visualising numeric data.&lt;/h2&gt;
&lt;p&gt;We will start with the &lt;code&gt;gapminder&lt;/code&gt; data set. We look at its contents&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;glimpse(gapminder)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Rows: 1,704
## Columns: 6
## $ country   &amp;lt;fct&amp;gt; Afghanistan, Afghanistan, Afghanistan, Afghanistan, Afgha...
## $ continent &amp;lt;fct&amp;gt; Asia, Asia, Asia, Asia, Asia, Asia, Asia, Asia, Asia, Asi...
## $ year      &amp;lt;int&amp;gt; 1952, 1957, 1962, 1967, 1972, 1977, 1982, 1987, 1992, 199...
## $ lifeExp   &amp;lt;dbl&amp;gt; 28.801, 30.332, 31.997, 34.020, 36.088, 38.438, 39.854, 4...
## $ pop       &amp;lt;int&amp;gt; 8425333, 9240934, 10267083, 11537966, 13079460, 14880372,...
## $ gdpPercap &amp;lt;dbl&amp;gt; 779.4453, 820.8530, 853.1007, 836.1971, 739.9811, 786.113...&lt;/code&gt;&lt;/pre&gt;
&lt;div id=&#34;scatter-plots-and-multiple-panels-using-facet_wrap&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Scatter plots and multiple panels using &lt;code&gt;facet_wrap()&lt;/code&gt;&lt;/h3&gt;
&lt;!---LEARNR sec2_ex1_dates--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;sec2_ex1&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/sec2_ex1/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;animating-changes&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Animating changes&lt;/h2&gt;
&lt;p&gt;Racing bars! We will create a simple bar graph showing the evolution of GDP per capita for the top 8 countries&lt;/p&gt;
&lt;!---LEARNR sec2_ex3--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;sec2_ex3&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/sec2_ex3/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;/div&gt;
&lt;div id=&#34;imdb-movie-ratings-scatterplots-and-relationships&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;IMDB movie ratings: Scatterplots and relationships&lt;/h2&gt;
&lt;p&gt;For this section, we will use a sample of movies released since 2000 with data from IMDB. We have data on movies from the following six genres:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Action&lt;/li&gt;
&lt;li&gt;Adventure&lt;/li&gt;
&lt;li&gt;Comedy&lt;/li&gt;
&lt;li&gt;Drama&lt;/li&gt;
&lt;li&gt;Animation&lt;/li&gt;
&lt;li&gt;Documentary&lt;/li&gt;
&lt;/ul&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;imdb &amp;lt;- read_csv(here::here(&amp;quot;data&amp;quot;, &amp;quot;movies.csv&amp;quot;))
imdb_short &amp;lt;- imdb %&amp;gt;% 
  filter(genre %in% c(&amp;quot;Action&amp;quot;, &amp;quot;Adventure&amp;quot;, &amp;quot;Comedy&amp;quot;, &amp;quot;Drama&amp;quot;, &amp;quot;Animation&amp;quot;, &amp;quot;Documentary&amp;quot;),
         year &amp;gt;= 2000)&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;glimpse(imdb_short)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Rows: 1,762
## Columns: 11
## $ title               &amp;lt;chr&amp;gt; &amp;quot;Avatar&amp;quot;, &amp;quot;Jurassic World&amp;quot;, &amp;quot;The Avengers&amp;quot;, &amp;quot;Th...
## $ genre               &amp;lt;chr&amp;gt; &amp;quot;Action&amp;quot;, &amp;quot;Action&amp;quot;, &amp;quot;Action&amp;quot;, &amp;quot;Action&amp;quot;, &amp;quot;Action...
## $ director            &amp;lt;chr&amp;gt; &amp;quot;James Cameron&amp;quot;, &amp;quot;Colin Trevorrow&amp;quot;, &amp;quot;Joss Whedo...
## $ year                &amp;lt;dbl&amp;gt; 2009, 2015, 2012, 2008, 2015, 2012, 2004, 2013,...
## $ duration            &amp;lt;dbl&amp;gt; 178, 124, 173, 152, 141, 164, 93, 146, 151, 103...
## $ gross               &amp;lt;dbl&amp;gt; 760505847, 652177271, 623279547, 533316061, 458...
## $ budget              &amp;lt;dbl&amp;gt; 2.37e+08, 1.50e+08, 2.20e+08, 1.85e+08, 2.50e+0...
## $ cast_facebook_likes &amp;lt;dbl&amp;gt; 4834, 8458, 87697, 57802, 92000, 106759, 1148, ...
## $ votes               &amp;lt;dbl&amp;gt; 886204, 418214, 995415, 1676169, 462669, 114433...
## $ reviews             &amp;lt;dbl&amp;gt; 3777, 1934, 2425, 5312, 1752, 3514, 688, 1208, ...
## $ rating              &amp;lt;dbl&amp;gt; 7.9, 7.0, 8.1, 9.0, 7.5, 8.5, 7.2, 7.6, 7.3, 8....&lt;/code&gt;&lt;/pre&gt;
&lt;!---LEARNR sec2_ex4_5--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;sec2_ex4_5&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/sec2_ex4_5/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;/div&gt;
&lt;div id=&#34;imdb-movie-ratings-boxplots-violin-plots&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;IMDB movie ratings: Boxplots, violin plots&lt;/h2&gt;
&lt;p&gt;Let us consider the &lt;code&gt;rating&lt;/code&gt; movies got according to their &lt;code&gt;genre&lt;/code&gt;. How can we visualise the distribution of ratings?&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(imdb_short,
       aes(x=rating, y = genre, fill = genre,  alpha = 0.2))+
  geom_boxplot()+
  theme_minimal()+
  theme(legend.position = &amp;quot;none&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/learn/learn_visualise_files/figure-html/unnamed-chunk-2-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(imdb_short,
       aes(x=rating, y = genre, fill = genre,  alpha = 0.2))+
  geom_violin()+
  theme_minimal()+
  theme(legend.position = &amp;quot;none&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/learn/learn_visualise_files/figure-html/unnamed-chunk-2-2.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;multiple-panels-using-facet_wrap-and-facet_grid&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Multiple panels using &lt;code&gt;facet_wrap()&lt;/code&gt; and &lt;code&gt;facet_grid()&lt;/code&gt;&lt;/h2&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;imdb_short %&amp;gt;% 
  filter(genre %in% c(&amp;quot;Action&amp;quot;, &amp;quot;Comedy&amp;quot;, &amp;quot;Drama&amp;quot;),
         year &amp;gt;= 2010) %&amp;gt;% 
ggplot(aes(x=rating,  fill = genre,  alpha = 0.2))+
  geom_boxplot()+
  theme_minimal()+
  theme(legend.position = &amp;quot;none&amp;quot;)+
  facet_grid(
    rows= vars(year),
    cols= vars(genre)
  )&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/learn/learn_visualise_files/figure-html/unnamed-chunk-3-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;imdb_short %&amp;gt;% 
  filter(genre %in% c(&amp;quot;Action&amp;quot;, &amp;quot;Comedy&amp;quot;, &amp;quot;Drama&amp;quot;),
         year &amp;gt;= 2010) %&amp;gt;% 
ggplot(aes(x=rating,  fill = genre,  alpha = 0.2))+
  geom_boxplot()+
  theme_minimal()+
  theme(legend.position = &amp;quot;none&amp;quot;)+
  facet_grid(
    rows= vars(cut(budget, 3)),
    cols= vars(genre)
  )&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/learn/learn_visualise_files/figure-html/unnamed-chunk-3-2.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;script&gt;
  iFrameResize({}, &#34;.interactive&#34;);
&lt;/script&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Installing R and RStudio</title>
      <link>https://usi-emba-analytics.netlify.app/reference/01-reference/</link>
      <pubDate>Sat, 25 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/reference/01-reference/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#installing-r-rstudio&#34;&gt;Installing R &amp;amp; RStudio&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#install-xcode-if-you-have-a-mac&#34;&gt;Install &lt;code&gt;XCode&lt;/code&gt; if you have a Mac&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#install-r&#34;&gt;Install R&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#install-rstudio-ide&#34;&gt;Install RStudio IDE&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#change-character-encoding-to-utf-8-and-utf-8-only&#34;&gt;Change character encoding to &lt;code&gt;UTF-8&lt;/code&gt;, and &lt;code&gt;UTF-8&lt;/code&gt; only&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#exiting-r-rstudio&#34;&gt;Exiting R &amp;amp; RStudio&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#updating-r-and-rstudio&#34;&gt;Updating R and RStudio&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#r-commands&#34;&gt;R commands&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#assignmnent-operator--&#34;&gt;Assignmnent Operator &lt;code&gt;&amp;lt;-&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#r-is-case-sensitive&#34;&gt;R is case sensitive&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#typos&#34;&gt;Typos&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#comments&#34;&gt;Comments&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#r-knows-youre-not-finished&#34;&gt;R knows you’re not finished&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#arithmetic-operations-and-functions&#34;&gt;Arithmetic Operations and Functions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#rstudio-help&#34;&gt;RStudio help&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#tab-autocomplete&#34;&gt;Tab autocomplete&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#the-history-pane&#34;&gt;The history pane&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#more-resources&#34;&gt;More resources&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#acknowledgements&#34;&gt;Acknowledgements&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;p&gt;In this section we download and install R and R Studio, and then show you how to write R commands and navigate around the RStudio interface. The goal in this chapter is not to learn any statistical or programming concepts: we’re just trying to learn how R works and get comfortable interacting with the system. We’ll spend a bit of time using R as a simple calculator. Specifically, we will learn the basics of R and RStudio, namely&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;How to install R and RStudio interface&lt;/li&gt;
&lt;li&gt;How to navigate around the RStudio interface; a free Integrated Development Environment (IDE) for R&lt;/li&gt;
&lt;li&gt;How to install and load packages that provide extra functionality for R&lt;/li&gt;
&lt;/ol&gt;
&lt;div id=&#34;installing-r-rstudio&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Installing R &amp;amp; RStudio&lt;/h2&gt;
&lt;p&gt;An important distinction to remember is between the R &lt;em&gt;programming language&lt;/em&gt; itself, and the software you use to interact with R. You could choose to interact with R directly from the terminal, but that’s painful, so most people use an &lt;em&gt;integrated development environment&lt;/em&gt; (IDE), which takes care of a lot of boring tasks for you. To get started, make sure you have both R and RStudio installed on your computer. Both are free and open source, and for most people they should be straightforward to install.&lt;/p&gt;
&lt;div id=&#34;install-xcode-if-you-have-a-mac&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Install &lt;code&gt;XCode&lt;/code&gt; if you have a Mac&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;If you have a Mac&lt;/strong&gt; make sure that before installing R and R studio you&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;upgrade to the latest version of &lt;a href=&#34;https://www.apple.com/macos/how-to-upgrade/&#34;&gt;macOS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;install &lt;code&gt;XCode&lt;/code&gt; through the appStore&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/install-xcode-3.png&#34; width=&#34;90%&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;install-r&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Install R&lt;/h3&gt;
&lt;p&gt;First you need to install R itself (the engine). Go to the &lt;a href=&#34;https://cran.r-project.org/&#34;&gt;CRAN (Collective R Archive Network)&lt;/a&gt;– this is the site where R itself and most R packages live. Click on “Download R for XXX”, where XXX is either Mac or Windows:&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/installR.png&#34; width=&#34;90%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Double click on the downloaded file. Click *Yes** through all the prompts to install like any other program. once finished, proceed to install R Studio.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;install-rstudio-ide&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Install RStudio IDE&lt;/h3&gt;
&lt;p&gt;Go to the &lt;a href=&#34;https://www.rstudio.com/&#34;&gt;R studio&lt;/a&gt; website, and follow the links to download. RStudio is a powerful user interface for programming in R. I suggest you install the &lt;a href=&#34;https://www.rstudio.com/products/rstudio/download/preview/&#34;&gt;preview version of R studio&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To get started, open the &lt;strong&gt;Rstudio&lt;/strong&gt; application (i.e., RStudio.exe or RStudio.app), not the vanilla application (i.e., not R.exe or R.app). You should be looking at something like this:&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/rstudio_start.png&#34; width=&#34;90%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;The RStudio IDE is divided into 4 separate panes (one of which is hidden for now) which all serve specific functions. The &lt;em&gt;Console&lt;/em&gt; starts with information about the R version number, license and contributors. The last line is a standard prompt &lt;code&gt;&amp;gt;&lt;/code&gt; that indicates R is ready and expecting instructions to do something.&lt;/p&gt;
&lt;p&gt;You edit scripts in the &lt;em&gt;editor&lt;/em&gt; panel in R Studio and see results in the bottom right &lt;em&gt;output&lt;/em&gt; panel.&lt;/p&gt;
&lt;center&gt;
&lt;img src=&#34;https://r4ds.had.co.nz/diagrams/rstudio-editor.png&#34; /&gt;
&lt;/center&gt;
&lt;p&gt;For now, to make sure R and RStudio are setup correctly, type &lt;code&gt;x &amp;lt;- 3 + 2&lt;/code&gt; into the &lt;em&gt;Console&lt;/em&gt; pane and execute it by pressing Enter/Return. You just created an object in R called &lt;code&gt;x&lt;/code&gt;. What does this object contain? Type &lt;code&gt;print(x)&lt;/code&gt; or just &lt;code&gt;x&lt;/code&gt; into the console and press enter again. Your console should now contain the following output&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;x &amp;lt;- 3 + 2
print(x)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 5&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Congratulations! You installed R and RStudio succesfully, created an object &lt;code&gt;x&lt;/code&gt; to which you assigned the value &lt;code&gt;3+2&lt;/code&gt; and managed to print the value of &lt;code&gt;x&lt;/code&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;change-character-encoding-to-utf-8-and-utf-8-only&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Change character encoding to &lt;code&gt;UTF-8&lt;/code&gt;, and &lt;code&gt;UTF-8&lt;/code&gt; only&lt;/h3&gt;
&lt;p&gt;This may seem like an overly technical issue, but please bear with me. Since LBS is a very international school, we always seem to have issues with the language, or character encoding (Chinese, Arabic, Greek, Cyrillic, Hebrew, Thai, French, German, etc.), that people use in their computers. By default, all base R functions use the system native language encoding which has to do with the different languages some of us may have on our computers. Chinese and Greek users, having a completely different alphabet, typically report issues/problems/errors related to character encodings.&lt;/p&gt;
&lt;p&gt;UTF-8 is the best possible character encoding, it &lt;a href=&#34;http://utf8everywhere.org/&#34;&gt;works everywhere&lt;/a&gt; and we shall ask R Studio to use UTF-8 encoding globally. Please go to &lt;code&gt;Tools&lt;/code&gt;… &lt;code&gt;Global Options&lt;/code&gt;… &lt;code&gt;Code&lt;/code&gt;… &lt;code&gt;Saving&lt;/code&gt; and and change the default text encoding to UTF-8 as shown below:&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/utf8.png&#34; width=&#34;90%&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;exiting-r-rstudio&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Exiting R &amp;amp; RStudio&lt;/h3&gt;
&lt;p&gt;When quitting RStudio you will be asked whether to &lt;code&gt;Save workspace&lt;/code&gt; with two options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;Yes&lt;/code&gt; - Your current R workspace (containing the work that you have done) will be restored next time you open RStudio.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;No&lt;/code&gt; - You will start with a fresh R session next time you open RStudio. For now select “No” to prevent errors being carried over from previous sessions.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In general, it’s good practice to always start with a fresh new session. If you want to do that, please go to &lt;code&gt;Tools&lt;/code&gt;… &lt;code&gt;Global Options&lt;/code&gt;and make sure that&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Restore .RData into workspace at startup&lt;/em&gt; is &lt;strong&gt;NOT&lt;/strong&gt; ticked&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Save workspace to .RData on exit:&lt;/em&gt; select &lt;strong&gt;Never&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Always save history (even when not saving .RData)&lt;/em&gt; is &lt;strong&gt;NOT&lt;/strong&gt; ticked&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;as shown below&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/rstudio_preferences.png&#34; width=&#34;90%&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;updating-r-and-rstudio&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Updating R and RStudio&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;If you already installed R or RStudio for a previous course, update both to the most current version. Generally this entails downloading and installing the most recent version of both programs. When you update R, you don’t actually remove the old version - you have all versions on your computer and default to the most recent one. Sometimes this is useful when specific R libraries require an older version of R, however we will generally stick to the most recent versions of R and RStudio.&lt;/li&gt;
&lt;li&gt;When you update R, make sure to update your packages as well. The following command should perform most of this work, &lt;code&gt;update.packages(ask = FALSE, checkBuilt = TRUE)&lt;/code&gt; or you can go through the &lt;code&gt;Packages&lt;/code&gt; tab in the bottom right panel of RStudio.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;r-commands&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;R commands&lt;/h2&gt;
&lt;p&gt;We have already seen how we can type commands in the command prompt and use R as a simple calculator. For instance, try typing &lt;code&gt;5 + 20&lt;/code&gt;, and hitting enter. When you do this, you’ve entered a command, and R will &lt;strong&gt;execute&lt;/strong&gt; that command. What you see on screen now will be this:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;5 + 20&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 25&lt;/code&gt;&lt;/pre&gt;
&lt;div id=&#34;assignmnent-operator--&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Assignmnent Operator &lt;code&gt;&amp;lt;-&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;R treats everything (single numbers, lists, vectors, datasets) as &lt;strong&gt;objects&lt;/strong&gt;. To create an object, we must use the assignment operator &lt;code&gt;&amp;lt;-&lt;/code&gt;. For instance, if we had data on a student whose name is Alex, is 28 years old, and comes from Athens, we would create three objects, &lt;code&gt;name&lt;/code&gt;, &lt;code&gt;height&lt;/code&gt;, and &lt;code&gt;city&lt;/code&gt; and assign the values of &lt;code&gt;Alex&lt;/code&gt;, &lt;code&gt;28&lt;/code&gt;, and &lt;code&gt;Athens&lt;/code&gt; respectively, we would type&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;name &amp;lt;- &amp;quot;Alex&amp;quot;
age &amp;lt;- 28
city &amp;lt;- &amp;quot;Athens&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The two objects have now been created; if we wanted to print out their values, we can use the &lt;code&gt;print()&lt;/code&gt; function or just type the names of the objects.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;print(name); print(age); print(city)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Alex&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 28&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Athens&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;name&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Alex&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;age&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 28&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;city&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Athens&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can mentally read the command &lt;code&gt;age &amp;lt;- 28&lt;/code&gt; as &lt;em&gt;object &lt;code&gt;age&lt;/code&gt; becomes equal to the value 28&lt;/em&gt;. There is a keyboard shortcut &lt;code&gt;Alt + -&lt;/code&gt; to get the assignment operator. We can do more interesting and useful things creating variables and assigning values to them. For instance, if we have the relevant dimensions and wanted to calculate the area and volume of a room, we could do it as follows:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;room_length &amp;lt;- 5.63
room_width  &amp;lt;- 6.48
room_height &amp;lt;- 2.93
room_area &amp;lt;- room_length * room_width
room_volume &amp;lt;- room_length * room_width * room_height

room_area&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 36.4824&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;room_volume&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 106.8934&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;r-is-case-sensitive&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;R is case sensitive&lt;/h3&gt;
&lt;p&gt;R is case sentitive and needs everything exactly as it was defined. &lt;code&gt;age&lt;/code&gt; is different from &lt;code&gt;AgE&lt;/code&gt; and &lt;code&gt;Age&lt;/code&gt;. So if you type&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;age &amp;lt;- 28
AgE &amp;lt;- 34
Age &amp;lt;- 55

age; AgE; Age&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 28&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 34&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 55&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;R will create three different objects.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;typos&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Typos&lt;/h3&gt;
&lt;p&gt;R is a brilliant piece of software, but it cannot handle typos. Unlike Google’s search, &lt;em&gt;“Did you mean…”&lt;/em&gt;, it takes it on faith that what you typed is &lt;strong&gt;exactly&lt;/strong&gt; what you meant. For example, suppose that you forgot to hit the shift key when trying to type &lt;code&gt;+&lt;/code&gt;, and as a result your command ended up being &lt;code&gt;5 = 20&lt;/code&gt; rather than &lt;code&gt;5 + 20&lt;/code&gt;. Here’s what happens:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;5 = 20&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Error in 5 = 20: invalid (do_set) left-hand side to assignment&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;R attempted to interpret &lt;code&gt;5 = 20&lt;/code&gt; as a command, and spits out an error message because this makes no sense to it. Even more subtle is the fact that some typos won’t produce errors at all, because they happen to correspond to R commands. For instance, suppose that instead of &lt;code&gt;5 + 20&lt;/code&gt;, I mistakenly type command &lt;code&gt;5 - 20&lt;/code&gt;. Clearly, R has no way of knowing that you meant to add &lt;code&gt;20&lt;/code&gt; to &lt;code&gt;5&lt;/code&gt;, not subtract &lt;code&gt;20&lt;/code&gt; from &lt;code&gt;5&lt;/code&gt;, so what happens this time is this:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;5 - 20&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] -15&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;In this case, R produces the right answer, but to the the wrong question.&lt;/p&gt;
&lt;p&gt;R will always try to do exactly what you ask it to do. There is no autocorrect or equivalent to “Did you mean..” in R, and for good reason. When doing advanced stuff and even the simplest of statistics is pretty advanced in a lot of ways, it’s dangerous to let a mindless automaton like R try to overrule the human user. But because of this, it’s your responsibility to be careful. Always make sure you type exactly what you mean. When dealing with computers, it’s not enough to type approximately the right thing. In general, you absolutely must be precise in what you say to R … like all machines it is too stupid to be anything other than absurdly literal in its interpretation.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;comments&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Comments&lt;/h3&gt;
&lt;p&gt;It is useful to put comments in your code, to make everything more readable. These comments could help others and you when you go back to your code in the future. R comments start with a hashtag sign &lt;code&gt;#&lt;/code&gt;. Everything after the hashtag to the end of the line will be ignored by R. RStudio by default thinks that every line you write is a command; if you want to turn a line into a comment, place the cursor in the line and hit &lt;code&gt;Ctrl + Shift + C&lt;/code&gt; in Windows or &lt;code&gt;Cmd + Shift + C&lt;/code&gt; in a Mac.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# This line is a comment and will be ignored when run.
city # Text after the hashtag &amp;quot;#&amp;quot; is also ignored.&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Athens&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;r-knows-youre-not-finished&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;R knows you’re not finished&lt;/h3&gt;
&lt;p&gt;If you hit enter in a situation where it’s obvious to R that you haven’t actually finished typing the command, R is just smart enough to keep waiting. For example, if you wanted to calculate &lt;code&gt;15 - 4&lt;/code&gt;, and start by typing type &lt;code&gt;15 -&lt;/code&gt; and then press enter by mistake, R is smart enough to realise that you probably wanted to type in another number. So here’s what happens:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;gt; 15 -
+&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;and there’s a blinking cursor next to the plus &lt;code&gt;+&lt;/code&gt; sign. What this means is that R is still waiting for you to finish. It thinks you’re still typing your command, so it hasn’t tried to execute it yet. In other words, this plus sign is actually another command prompt. It’s different from the usual one (i.e., the &lt;code&gt;&amp;gt;&lt;/code&gt; symbol) to remind you that R is going to add whatever you type now to what you typed last time. For example, if I then go on to type &lt;code&gt;4&lt;/code&gt; and hit enter, what we get:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;gt; 15 -
+ 4
[1] 11&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;And as far as R is concerned, this is exactly the same as if you had typed &lt;code&gt;15 - 4&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;By the way, if after entering the &lt;code&gt;15 -&lt;/code&gt; you wanted to stop execution and cancel your command, just hit the &lt;strong&gt;escape&lt;/strong&gt; key. R will return you to the normal command prompt (i.e. &lt;code&gt;&amp;gt;&lt;/code&gt;) without attempting to execute the botched command.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;arithmetic-operations-and-functions&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Arithmetic Operations and Functions&lt;/h3&gt;
&lt;p&gt;R has the basic operators and you can use it as as simple calculator: addition is &lt;code&gt;+&lt;/code&gt;, subtraction is &lt;code&gt;-&lt;/code&gt;, multiplication is &lt;code&gt;*&lt;/code&gt;, division is &lt;code&gt;/&lt;/code&gt;, and &lt;code&gt;^&lt;/code&gt; is the power operator:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;2 + 3 &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 5&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;5 - 8&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] -3&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;13 * 21&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 273&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;34 / 55&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 0.6181818&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;(5 * 13)/4 - 7&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 9.25&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# ^ : to the power off
2^3&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 8&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# square root
sqrt(25)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 5&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Besides the basic operations functions, you can use standard mathematical functions&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Rounding
-&lt;code&gt;round()&lt;/code&gt;, &lt;code&gt;floor()&lt;/code&gt;, &lt;code&gt;ceiling()&lt;/code&gt;,&lt;/li&gt;
&lt;li&gt;Logarithms and Exponentials
-&lt;code&gt;exp()&lt;/code&gt;, &lt;code&gt;log()&lt;/code&gt;, &lt;code&gt;log10()&lt;/code&gt;, &lt;code&gt;log2()&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# R knows pi = 3.1415926...

# round to 2 decimal places 
round(pi, digits = 2); round(pi,2)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 3.14&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 3.14&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#Round down to nearest interger
floor(pi)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 3&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#Round up to nearest interger
ceiling(pi)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 4&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;rstudio-help&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;RStudio help&lt;/h2&gt;
&lt;p&gt;At this stage you know how to type in basic commands, including how to use some R functions. Few analysts bother to try to know or remember all the commands. What they really do is use tricks to make their lives easier. The first (and arguably most important one) is to use the internet. If you don’t know how a particular R function works, Google it. There is a lot of R documentation out there, and almost all of it is searchable! For the moment though, I want to call your attention to a couple of simple tricks that Rstudio makes available to you.&lt;/p&gt;
&lt;div id=&#34;tab-autocomplete&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Tab autocomplete&lt;/h3&gt;
&lt;p&gt;The first thing I want to call your attention to is the &lt;em&gt;autocomplete&lt;/em&gt; ability in Rstudio. Assume that what you want to do is to round a number. This time around, start typing the name of the function that you want, and then hit the &lt;code&gt;Tab&lt;/code&gt; key. Rstudio will then display a little window like the one shown here:&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/rstudio_autocomplete.png&#34; width=&#34;90%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;In this figure, we have typed the letters &lt;code&gt;rou&lt;/code&gt; at the command line, and then hit tab. The window has two panels. On the left, there’s a list of variables and functions that start with the letters typed shown in black text, and some grey text that tells you where that variable/function is stored. In our case, &lt;code&gt;round&lt;/code&gt; is included in the &lt;code&gt;{base}&lt;/code&gt; R, what is included in every new installation of R. There’s a few options there, and the one we want is &lt;code&gt;round&lt;/code&gt;, but if you’re typing this yourself you’ll notice that when you hit the tab key the window pops up with the top entry highlighted. You can use the up and down arrow keys to select the one that you want. Or, if none of the options look right to you, you can hit the escape key (&lt;code&gt;ESC&lt;/code&gt;) or the left arrow key to make the window go away.&lt;/p&gt;
&lt;p&gt;In our case, the thing we want is the &lt;code&gt;round&lt;/code&gt; option, and the panel on the right tells you a bit about how the function works. This display is really handy. The very first thing it says is &lt;code&gt;round(x, digits = 0)&lt;/code&gt;: what this is telling you is that the &lt;code&gt;round&lt;/code&gt; function has two arguments. The first argument is called &lt;code&gt;x&lt;/code&gt;, and it doesn’t have a default value. The second argument is &lt;code&gt;digits&lt;/code&gt;, and it has a default value of &lt;code&gt;0&lt;/code&gt;. In a lot of situations, that’s all the information you need. But Rstudio goes a bit further, and provides some additional information about the function underneath. Sometimes that additional information is very helpful, sometimes it’s not: Rstudio pulls that text from the R help documentation, and my experience is that the helpfulness of that documentation varies wildly. Anyway, if you’ve decided that &lt;code&gt;round&lt;/code&gt; is the function that you want to use, you can hit the enter key and Rstudio will finish typing the rest of the function name for you.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;the-history-pane&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;The history pane&lt;/h3&gt;
&lt;p&gt;One thing R does is keep track of your *command history**, i.e., it remembers all the commands previously typed. You can access this history in a few different ways. The simplest way is to use the up and down arrow keys. If you hit the up key, the R console will show you the most recent command that you’ve typed. Hit it again, and it will show you the command before that. If you want the text on the screen to go away, hit escape. Using the up and down keys can be handy if you’ve typed a long command that had one typo in it. Rather than having to type it again from scratch, you can use the up key to bring up the command and fix it.&lt;/p&gt;
&lt;p&gt;The second way to get access to your command history is to look at the history panel in Rstudio. On the upper right panel of the Rstudio window, you’ll see a tab labelled &lt;strong&gt;History&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/rstudio_editor.png&#34; width=&#34;90%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Click on that, and you’ ll see a list of all your recent commands displayed in that panel– double click on one of the commands, and it will be copied to the R console. You can achieve the same result by selecting the command you want with the mouse and then clicking the *“To Console”** button.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;more-resources&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;More resources&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;RStudio have a produced a great series of video tutorials &lt;a href=&#34;https://resources.rstudio.com/wistia-rstudio-essentials-2/rstudioessentialsprogrammingpart1-2&#34;&gt;RStudio Essentials Videos&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.rstudio.com/resources/cheatsheets/#ide&#34;&gt;RStudio IDE Cheatsheet&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;acknowledgements&#34; class=&#34;section level2 toc-ignore&#34;&gt;
&lt;h2&gt;Acknowledgements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This page is derived in part from &lt;a href=&#34;https://psyr.org/index.html&#34;&gt;“R for Psychological Science”&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Textbooks and other resources</title>
      <link>https://usi-emba-analytics.netlify.app/reference/05-reference/</link>
      <pubDate>Sat, 25 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/reference/05-reference/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#textbooksreadings&#34;&gt;Textbooks/Readings&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#r-programming&#34;&gt;R Programming&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#statistics-with-r&#34;&gt;Statistics with R&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#visualisations&#34;&gt;Visualisations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#spatial-visualisations&#34;&gt;Spatial Visualisations&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#online-resources&#34;&gt;Online resources&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#software&#34;&gt;Software&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#companies-government-agencies-and-ngos-using-r&#34;&gt;Companies, Government Agencies, and NGOs Using R&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#podcasts&#34;&gt;Podcasts&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;p&gt;The following is a non-exhaustive list of free online textbooks and resources that use R&lt;/p&gt;
&lt;div id=&#34;textbooksreadings&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Textbooks/Readings&lt;/h2&gt;
&lt;div id=&#34;r-programming&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;R Programming&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;http://r4ds.had.co.nz/&#34; target=&#34;_blank&#34;&gt;R for Data Science&lt;/a&gt; – Garrett Grolemund and Hadley Wickham&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Open-source online version is available for free; &lt;a href=&#34;https://www.amazon.co.uk/R-Data-Science-Garrett-Grolemund/dp/1491910399&#34;&gt;Available for purchase online&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;No official solution manual for the book exercises exists, but several can be found online, like &lt;a href=&#34;https://jrnold.github.io/r4ds-exercise-solutions/&#34; target=&#34;_blank&#34;&gt;this version by Jeffrey B. Arnold&lt;/a&gt;. Your exact solutions may vary, but these are a good starting point.&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://rstudio-education.github.io/hopr/&#34; target=&#34;_blank&#34;&gt;Hands-On Programming with R&lt;/a&gt; by Garrett Grolemund. This is a non-statistical introduction to R programming with many hands-on examples.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;http://adv-r.had.co.nz/&#34; target=&#34;_blank&#34;&gt;Advanced R&lt;/a&gt; – Hadley Wickham&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Hardcover available online, but the online version is free&lt;/li&gt;
&lt;li&gt;A deeper dive into R as a programming language, not just a tool for data science. Most of this material is best covered on your own after you are familiar with R.&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://bookdown.org/rdpeng/rprogdatascience/&#34; target=&#34;_blank&#34;&gt;R Programming for Data Science&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://mdsr-book.github.io/&#34; target=&#34;_blank&#34;&gt;Modern Data Science with R&lt;/a&gt; – Benjamin S. Baumer, Daniel T. Kaplan, Nicholas J. Horton&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;statistics-with-r&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Statistics with R&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://moderndive.com/&#34; target=&#34;_blank&#34;&gt;Modern Dive: A moderndive into R and the tidyverse&lt;/a&gt; by Chester Ismay and Albert Y. Kim&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://learningstatisticswithr.com/book/index.html&#34; target=&#34;_blank&#34;&gt;Learning Statistics with R&lt;/a&gt; by Danielle Navarro&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://www.openintro.org/stat/textbook.php?stat_book=os&#34; target=&#34;_blank&#34;&gt;OpenIntro Statistics&lt;/a&gt; Open-source online version is available for free&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;http://faculty.marshall.usc.edu/gareth-james/ISL/&#34; target=&#34;_blank&#34;&gt;An Introduction to Statistical Learning: with Applications in R&lt;/a&gt; – Gareth James, Daniela Witten, Trevor Hastie, and Robert Tibshirani&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Each chapter includes code that demonstrates how to implement different methods. Unfortunately, their code use a lot of base R functions and syntax, whereas our emphasis is on getting things done with the &lt;a href=&#34;http://tidyverse.org/&#34;&gt;&lt;code&gt;tidyverse&lt;/code&gt;&lt;/a&gt; collection of R packages. However, this is still a great book and the code provided is useful.&lt;/li&gt;
&lt;li&gt;You can download a free PDF of the entire book &lt;a href=&#34;http://faculty.marshall.usc.edu/gareth-james/ISL/ISLR%20Seventh%20Printing.pdf&#34; target=&#34;_blank&#34;&gt;from the authors’ site&lt;/a&gt;
&lt;br&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://bookdown.org/roback/bookdown-bysh/&#34; target=&#34;_blank&#34;&gt;Broadening Your Statistical Horizons&lt;/a&gt; is an applied textbook on generalized linear models, with all of the examples / code in R.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://otexts.com/fpp2/index.html&#34; target=&#34;_blank&#34;&gt;Forecasting: Principles and Practice&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://www.tmwr.org/&#34; target=&#34;_blank&#34;&gt;Tidy Modeling with R&lt;/a&gt; The purpose of this book is to demonstrate how the tidyverse and tidymodels can be used to produce high quality models.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://www.tidytextmining.com/&#34; target=&#34;_blank&#34;&gt;Text Mining with R&lt;/a&gt; by Julia Silge and David Robinson. What happens if your data is text, rather than numbers? What if you wanted to do sentiment analysis?&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;visualisations&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Visualisations&lt;/h3&gt;
&lt;p&gt;The de-facto standard for visualisations in R is the &lt;a href=&#34;https://cran.r-project.org/web/packages/ggplot2/index.html&#34; target=&#34;_blank&#34;&gt;&lt;code&gt;ggplot2&lt;/code&gt;&lt;/a&gt; package. If you want to read Hadley Wickham’s paper that implemented the grammar of graphics into R, you can find it &lt;a href=&#34;http://vita.had.co.nz/papers/layered-grammar.pdf&#34; target=&#34;_blank&#34;&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;http://socviz.co/&#34; target=&#34;_blank&#34;&gt;Data Visualization: A Practical Introduction&lt;/a&gt; by Kieran Healy.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://serialmentor.com/dataviz/&#34; target=&#34;_blank&#34;&gt;Fundamentals of Data Visualization&lt;/a&gt; by Claus O. Wilke.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://r-graphics.org/&#34; target=&#34;_blank&#34;&gt;R Graphics Cookbook&lt;/a&gt; A practical guide by Winston Chang that provides any specific examples/ recipes to help you generate high-quality graphs quickly. I use it as quick reference to get my ggplot working.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The &lt;a href=&#34;https://bbc.github.io/rcookbook/&#34; target=&#34;_blank&#34;&gt;BBC Visual and Data Journalism cookbook for R graphics&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://plotly-r.com/&#34; target=&#34;_blank&#34;&gt;Interactive web-based data visualization with R, plotly, and shiny&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;spatial-visualisations&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Spatial Visualisations&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;http://strimas.com/r/tidy-sf/&#34; target=&#34;_blank&#34;&gt;Tidy spatial data in R: using dplyr, tidyr, and ggplot2 with sf&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://keen-swartz-3146c4.netlify.com/&#34; target=&#34;_blank&#34;&gt;Spatial Data Science&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://geocompr.robinlovelace.net/&#34; target=&#34;_blank&#34;&gt;Geocomputation with R&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;online-resources&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Online resources&lt;/h2&gt;
&lt;p&gt;Data science and statistical programming can be challenging. Computers are dumb and tiny errors in your code can cause hours of frustration (even if you’ve been doing this stuff for years!).&lt;/p&gt;
&lt;p&gt;Fortunately, there are tons of online resources to help you with this. Two of the most important are &lt;a href=&#34;https://stackoverflow.com/&#34; target=&#34;_blank&#34;&gt;StackOverflow&lt;/a&gt; (a Q&amp;amp;A site with thousands of answers to all sorts of statistical and programming questions) and &lt;a href=&#34;https://community.rstudio.com/&#34; target=&#34;_blank&#34;&gt;RStudio Community&lt;/a&gt; (a forum specifically designed for people using RStudio and the tidyverse).&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;I highly recommend subscribing to the &lt;a href=&#34;https://rweekly.org/&#34; target=&#34;_blank&#34;&gt;R Weekly&lt;/a&gt; newsletter which is sent every Monday and is full of helpful tutorials and ideas on how to do stuff with R.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://www.rstudio.com/resources/cheatsheets/&#34;&gt;RStudio Cheatsheets&lt;/a&gt; Printable cheat sheets for common R tasks and features&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/rstudio/cheatsheets/raw/master/rmarkdown-2.0.pdf&#34; target=&#34;_blank&#34;&gt;R Markdown&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/rstudio/cheatsheets/raw/master/source/pdfs/data-import-cheatsheet.pdf&#34; target=&#34;_blank&#34;&gt;Data import&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/rstudio/cheatsheets/raw/master/source/pdfs/data-transformation-cheatsheet.pdf&#34; target=&#34;_blank&#34;&gt;Data transformation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/rstudio/cheatsheets/raw/master/source/pdfs/ggplot2-cheatsheet-2.1.pdf&#34; target=&#34;_blank&#34;&gt;Data visualization&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/rstudio/cheatsheets/raw/master/lubridate.pdf&#34; target=&#34;_blank&#34;&gt;Dates and Times&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/rstudio/cheatsheets/raw/master/strings.pdf&#34; target=&#34;_blank&#34;&gt;Work with Strings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/rstudio/cheatsheets/raw/master/source/pdfs/rstudio-IDE-cheatsheet.pdf&#34; target=&#34;_blank&#34;&gt;RStudio IDE&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.rstudio.com/resources/cheatsheets/&#34; target=&#34;_blank&#34;&gt;And more!&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;software&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Software&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;https://typora.io&#34; target=&#34;_blank&#34;&gt;Typora&lt;/a&gt; is a lightweight, stand alone editor for Markdown documents&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;companies-government-agencies-and-ngos-using-r&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Companies, Government Agencies, and NGOs Using R&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/ThinkR-open/companies-using-r&#34; target=&#34;_blank&#34;&gt;Organisations using R&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;podcasts&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Podcasts&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.bbc.co.uk/programmes/b006qshd&#34;&gt;Tim Harford’s &lt;strong&gt;More or Less&lt;/strong&gt;&lt;/a&gt; explains and debunks the numbers and statistics used in political debate, the news and everyday life. A great episode on sampling can be found &lt;a href=&#34;https://www.bbc.co.uk/sounds/play/m0004sj2&#34; target=&#34;_blank&#34;&gt;here&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://everythinghertz.com/&#34; target=&#34;_blank&#34;&gt;Everything Hertz: A podcast by scientists, for scientists. Methodology, scientific life, and bad language&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Using Markdown</title>
      <link>https://usi-emba-analytics.netlify.app/reference/03-reference/</link>
      <pubDate>Sat, 25 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/reference/03-reference/</guid>
      <description>
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#basic-markdown-formatting&#34;&gt;Basic Markdown formatting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#mathematical-formulas&#34;&gt;Mathematical formulas&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#tables&#34;&gt;Tables&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#front-matter&#34;&gt;Front matter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#other-references&#34;&gt;Other references&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;p&gt;&lt;a href=&#34;https://daringfireball.net/projects/markdown/&#34; target=&#34;_blank&#34;&gt;Markdown&lt;/a&gt; is a special kind of markup language that lets you format text with simple syntax. You can then use a converter program like &lt;a href=&#34;https://pandoc.org/&#34; target=&#34;_blank&#34;&gt;pandoc&lt;/a&gt; to convert Markdown into whatever format you want: HTML, PDF, Word, PowerPoint, etc. (&lt;a href=&#34;https://pandoc.org/MANUAL.html#option--to&#34; target=&#34;_blank&#34;&gt;see the full list of output types here&lt;/a&gt;)&lt;/p&gt;
&lt;div id=&#34;basic-markdown-formatting&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Basic Markdown formatting&lt;/h2&gt;
&lt;table&gt;
&lt;colgroup&gt;
&lt;col width=&#34;40%&#34; /&gt;
&lt;col width=&#34;21%&#34; /&gt;
&lt;col width=&#34;38%&#34; /&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th&gt;Type…&lt;/th&gt;
&lt;th&gt;…or…&lt;/th&gt;
&lt;th&gt;…to get&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;pre&gt;Some text in a paragraph.

More text in the next paragraph. Always
use empty lines between paragraphs.&lt;/pre&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;Some text in a paragraph.&lt;/p&gt;
&lt;p&gt;More text in the next paragraph. Always
use empty lines between paragraphs.&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;*Italic*&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&lt;code&gt;_Italic_&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&lt;em&gt;Italic&lt;/em&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;**Bold**&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&lt;code&gt;__Bold__&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Bold&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;# Heading 1&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;h1 class=&#34;smaller-h1&#34;&gt;
Heading 1
&lt;/h1&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;## Heading 2&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;h2 class=&#34;smaller-h2&#34;&gt;
Heading 2
&lt;/h2&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;### Heading 3&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;h3 class=&#34;smaller-h3&#34;&gt;
Heading 3
&lt;/h3&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;(Go up to heading level 6 with &lt;code&gt;######&lt;/code&gt;)&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;[Link text](http://www.example.com)&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;http://www.example.com&#34;&gt;Link text&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;![Image caption](/path/to/image.png)&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/penguins.png&#34; title=&#34;fig:&#34; alt=&#34;Penguins&#34; /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;`&lt;code&gt;Inline code` with backticks&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;code&gt;Inline code&lt;/code&gt; with backticks&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;&amp;gt; Blockquote&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;blockquote&gt;
&lt;p&gt;Blockquote&lt;/p&gt;
&lt;/blockquote&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;pre&gt;- Things in
- an unordered
- list&lt;/pre&gt;&lt;/td&gt;
&lt;td&gt;&lt;pre&gt;* Things in
* an unordered
* list&lt;/pre&gt;&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;
&lt;li&gt;Things in&lt;/li&gt;
&lt;li&gt;an unordered&lt;/li&gt;
&lt;li&gt;list&lt;/li&gt;
&lt;/ul&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;pre&gt;1. Things in
2. an ordered
3. list&lt;/pre&gt;&lt;/td&gt;
&lt;td&gt;&lt;pre&gt;1) Things in
2) an ordered
3) list&lt;/pre&gt;&lt;/td&gt;
&lt;td&gt;&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Things in&lt;/li&gt;
&lt;li&gt;an ordered&lt;/li&gt;
&lt;li&gt;list&lt;/li&gt;
&lt;/ol&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;pre&gt;Horizontal line

---&lt;/pre&gt;&lt;/td&gt;
&lt;td&gt;&lt;pre&gt;Horizontal line

***&lt;/pre&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;Horizontal line&lt;/p&gt;
&lt;hr /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div id=&#34;mathematical-formulas&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Mathematical formulas&lt;/h2&gt;
&lt;p&gt;Markdown uses LaTeX to create fancy mathematical equations. There are tons of little options and features available for math equations—you can find &lt;a href=&#34;http://www.malinc.se/math/latex/basiccodeen.php&#34; target=&#34;_blank&#34;&gt;helpful examples of the the most common basic commands here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You can use math in two different ways: inline or in a display block. To use math inline, wrap it in single dollar signs, like &lt;code&gt;$y = mx + b$&lt;/code&gt;:&lt;/p&gt;
&lt;table&gt;
&lt;colgroup&gt;
&lt;col width=&#34;52%&#34; /&gt;
&lt;col width=&#34;47%&#34; /&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th&gt;Type…&lt;/th&gt;
&lt;th&gt;…to get&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;pre&gt;Based on our regression model for
estimating the effect of education on wages
is $\hat{y} = \beta_0 + \beta_1 x_1 + \epsilon$, or
$\text{Wages} = \beta_0 + \beta_1 \text{Education} + \epsilon$.&lt;/pre&gt;&lt;/td&gt;
&lt;td&gt;Based on our regression model for
estimating the effect of education on wages
is &lt;span class=&#34;math inline&#34;&gt;\(\hat{y} = \beta_0 + \beta_1 x_1 + \epsilon\)&lt;/span&gt;, or
&lt;span class=&#34;math inline&#34;&gt;\(\text{Wages} = \beta_0 + \beta_1 \text{Education} + \epsilon\)&lt;/span&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;To put an equation on its own line in a display block, wrap it in double dollar signs, like this:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Type…&lt;/strong&gt;&lt;/p&gt;
&lt;pre class=&#34;text&#34;&gt;&lt;code&gt;The quadratic equation was an important part of high school math:

$$
x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
$$

But now we just use computers to solve for $x$.&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;…to get…&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The quadratic equation was an important part of high school math:&lt;/p&gt;
&lt;p&gt;&lt;span class=&#34;math display&#34;&gt;\[
x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
\]&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;But now we just use computers to solve for &lt;span class=&#34;math inline&#34;&gt;\(x\)&lt;/span&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr /&gt;
&lt;p&gt;Because dollar signs are used to indicate math equations, you can’t just use dollar signs like normal if you’re writing about actual dollars. For instance, if you write &lt;code&gt;This book costs $5.75 and this other costs $40&lt;/code&gt;, Markdown will treat everything that comes between the dollar signs as math, like so: “This book costs $5.75 and this other costs $40”.&lt;/p&gt;
&lt;p&gt;To get around that, put a backslash (&lt;code&gt;\&lt;/code&gt;) in front of the dollar signs, so that &lt;code&gt;This book costs \$5.75 and this other costs \$40&lt;/code&gt; becomes “This book costs &lt;span&gt;$5.75&lt;/span&gt; and this other costs &lt;span&gt;$40&lt;/span&gt;”.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;tables&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Tables&lt;/h2&gt;
&lt;p&gt;There are 4 different ways to hand-create tables in Markdown—I say “hand-create” because it’s normally way easier to use R to generate these things with packages like &lt;a href=&#34;https://rapporter.github.io/pander/&#34;&gt;&lt;strong&gt;pander&lt;/strong&gt;&lt;/a&gt; (use &lt;code&gt;pandoc.table()&lt;/code&gt;) or &lt;strong&gt;knitr&lt;/strong&gt; (use &lt;a href=&#34;https://bookdown.org/yihui/rmarkdown-cookbook/kable.html&#34;&gt;&lt;code&gt;kable()&lt;/code&gt;&lt;/a&gt;). The two most common are simple tables and pipe tables. &lt;a href=&#34;https://pandoc.org/MANUAL.html#tables&#34;&gt;You can find the full documentation here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;For simple tables, type…&lt;/strong&gt;&lt;/p&gt;
&lt;pre class=&#34;text&#34;&gt;&lt;code&gt;  Right     Left     Center     Default
-------     ------ ----------   -------
     12     12        12            12
    123     123       123          123
      1     1          1             1

Table: Caption goes here&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;…to get…&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;caption&gt;Caption goes here&lt;/caption&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th align=&#34;right&#34;&gt;Right&lt;/th&gt;
&lt;th align=&#34;left&#34;&gt;Left&lt;/th&gt;
&lt;th align=&#34;center&#34;&gt;Center&lt;/th&gt;
&lt;th&gt;Default&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;right&#34;&gt;12&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;12&lt;/td&gt;
&lt;td align=&#34;center&#34;&gt;12&lt;/td&gt;
&lt;td&gt;12&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;right&#34;&gt;123&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;123&lt;/td&gt;
&lt;td align=&#34;center&#34;&gt;123&lt;/td&gt;
&lt;td&gt;123&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;right&#34;&gt;1&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;1&lt;/td&gt;
&lt;td align=&#34;center&#34;&gt;1&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;For pipe tables, type…&lt;/strong&gt;&lt;/p&gt;
&lt;pre class=&#34;text&#34;&gt;&lt;code&gt;| Right | Left | Default | Center |
|------:|:-----|---------|:------:|
|   12  |  12  |    12   |    12  |
|  123  |  123 |   123   |   123  |
|    1  |    1 |     1   |     1  |

Table: Caption goes here&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;…to get…&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;caption&gt;Caption goes here&lt;/caption&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th align=&#34;right&#34;&gt;Right&lt;/th&gt;
&lt;th align=&#34;left&#34;&gt;Left&lt;/th&gt;
&lt;th&gt;Default&lt;/th&gt;
&lt;th align=&#34;center&#34;&gt;Center&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;right&#34;&gt;12&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;12&lt;/td&gt;
&lt;td&gt;12&lt;/td&gt;
&lt;td align=&#34;center&#34;&gt;12&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;right&#34;&gt;123&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;123&lt;/td&gt;
&lt;td&gt;123&lt;/td&gt;
&lt;td align=&#34;center&#34;&gt;123&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;right&#34;&gt;1&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;1&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td align=&#34;center&#34;&gt;1&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div id=&#34;front-matter&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Front matter&lt;/h2&gt;
&lt;p&gt;You can include a special section at the top of a Markdown document that contains metadata (or data about your document) like the title, date, author, etc. This section uses a special simple syntax named &lt;a href=&#34;https://learn.getgrav.org/16/advanced/yaml&#34; target=&#34;_blank&#34;&gt;YAML&lt;/a&gt; (or “YAML Ain’t Markup Language”) that follows this basic outline: &lt;code&gt;setting: value for setting&lt;/code&gt;. Here’s an example YAML metadata section. Note that it must start and end with three dashes (&lt;code&gt;---&lt;/code&gt;).&lt;/p&gt;
&lt;pre class=&#34;yaml&#34;&gt;&lt;code&gt;---
title: Title of your document
date: &amp;quot;January 13, 2020&amp;quot;
author: &amp;quot;Your name&amp;quot;
---&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can put the values inside quotes (like the date and name in the example above), or you can leave them outside of quotes (like the title in the example above). I typically use quotes just to be safe—if the value you’re using has a colon (&lt;code&gt;:&lt;/code&gt;) in it, it’ll confuse Markdown since it’ll be something like &lt;code&gt;title: My cool title: a subtitle&lt;/code&gt;, which has two colons. It’s better to do this:&lt;/p&gt;
&lt;pre class=&#34;yaml&#34;&gt;&lt;code&gt;---
title: &amp;quot;My cool title: a subtitle&amp;quot;
---&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you want to use quotes inside one of the values (e.g. your document is &lt;code&gt;An evaluation of &#34;scare quotes&#34;&lt;/code&gt;), you can use single quotes instead:&lt;/p&gt;
&lt;pre class=&#34;yaml&#34;&gt;&lt;code&gt;---
title: &amp;#39;An evaluation of &amp;quot;scare quotes&amp;quot;&amp;#39;
---&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;other-references&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Other references&lt;/h2&gt;
&lt;p&gt;These websites have additional details and examples and practice tools:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://commonmark.org/help/tutorial/&#34; target=&#34;_blank&#34;&gt;&lt;strong&gt;CommonMark’s Markdown tutorial&lt;/strong&gt;&lt;/a&gt;: A quick interactive Markdown tutorial.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.markdowntutorial.com/&#34; target=&#34;_blank&#34;&gt;&lt;strong&gt;Markdown tutorial&lt;/strong&gt;&lt;/a&gt;: Another interactive tutorial to practice using Markdown.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://packetlife.net/media/library/16/Markdown.pdf&#34; target=&#34;_blank&#34;&gt;&lt;strong&gt;Markdown cheatsheet&lt;/strong&gt;&lt;/a&gt;: Useful one-page reminder of Markdown syntax.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://plain-text.co/&#34; target=&#34;_blank&#34;&gt;&lt;strong&gt;The Plain Person’s Guide to Plain Text Social Science&lt;/strong&gt;&lt;/a&gt;: A comprehensive explanation and tutorial about why you should write data-based reports in Markdown.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Part 2: Loading Data, data.frames, and ggplot2</title>
      <link>https://usi-emba-analytics.netlify.app/class/02-class/</link>
      <pubDate>Thu, 16 Apr 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/class/02-class/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#post-class-survey&#34;&gt;Post-Class Survey&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#muddiest-points&#34;&gt;Muddiest Points&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;post-class-survey&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Post-Class Survey&lt;/h3&gt;
&lt;p&gt;Please fill out the following survey and we will discuss the results during the next class. All responses will be anonymous. Remember, filling this out counts as attendance.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Pace&lt;/li&gt;
&lt;li&gt;Clearest Point: What was the most clear part of the lecture?&lt;/li&gt;
&lt;li&gt;Muddiest Point: What was the most unclear part of the lecture to you?&lt;/li&gt;
&lt;li&gt;Anything Else: Is there something you’d like me to know?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;https://ohsu.ca1.qualtrics.com/jfe/form/SV_6nc1ZLFMmRoE7nn&#34; class=&#34;uri&#34;&gt;https://ohsu.ca1.qualtrics.com/jfe/form/SV_6nc1ZLFMmRoE7nn&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;muddiest-points&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Muddiest Points&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;I’m not a programmer person so the concept of a programming environment is pretty mystifying. That said, it doesn’t stop me from applying what you’re teaching us, so no real worries there.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Stick with it!&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The challenges since I lost where we were and had to back track all of the time to see where the instructor was.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Ok, I will do my best to announce which section we are on in the notebook.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;na.omit&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;We will get to that today.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;folder organization; projects vs notebooks?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;We will talk about that today.&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Part 1: Introduction to R/RStudio</title>
      <link>https://usi-emba-analytics.netlify.app/class/01-class/</link>
      <pubDate>Thu, 09 Apr 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/class/01-class/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#slides&#34;&gt;Slides&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#class-introduction&#34;&gt;Class Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#post-class-survey&#34;&gt;Post-Class Survey&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#muddiest-points&#34;&gt;Muddiest Points&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;slides&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Slides&lt;/h2&gt;
&lt;div id=&#34;class-introduction&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Class Introduction&lt;/h3&gt;
&lt;p&gt;Open the class introduction slides in a separate window: &lt;a href=&#34;https://ready4r.netlify.com/slides/01-introduction_slides#1&#34; target=&#34;_blank&#34;&gt;https://ready4r.netlify.com/slides/01-introduction_slides#1&lt;/a&gt;&lt;/p&gt;
&lt;iframe src=&#34;https://ready4r.netlify.com/slides/01-introduction_slides#1&#34; width=&#34;672&#34; height=&#34;400px&#34;&gt;
&lt;/iframe&gt;
&lt;/div&gt;
&lt;div id=&#34;post-class-survey&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Post-Class Survey&lt;/h3&gt;
&lt;p&gt;Please fill out the following survey and we will discuss the results during the next class. All responses will be anonymous. Remember, filling this out counts as attendance.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Pace&lt;/li&gt;
&lt;li&gt;Clearest Point: What was the most clear part of the lecture?&lt;/li&gt;
&lt;li&gt;Muddiest Point: What was the most unclear part of the lecture to you?&lt;/li&gt;
&lt;li&gt;Anything Else: Is there something you’d like me to know?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;https://ohsu.ca1.qualtrics.com/jfe/form/SV_6nc1ZLFMmRoE7nn&#34; class=&#34;uri&#34;&gt;https://ohsu.ca1.qualtrics.com/jfe/form/SV_6nc1ZLFMmRoE7nn&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;muddiest-points&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Muddiest Points&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;I’m not a programmer person so the concept of a programming environment is pretty mystifying. That said, it doesn’t stop me from applying what you’re teaching us, so no real worries there.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Stick with it!&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The challenges since I lost where we were and had to back track all of the time to see where the instructor was.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Ok, I will do my best to announce which section we are on in the notebook.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;na.omit&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;We will get to that today.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;folder organization; projects vs notebooks?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;We will talk about that today.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Final Group Project: AirBnB analytics</title>
      <link>https://usi-emba-analytics.netlify.app/assignment/final-project/</link>
      <pubDate>Sun, 14 Nov 2021 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/assignment/final-project/</guid>
      <description>
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/htmlwidgets/htmlwidgets.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/jquery/jquery.min.js&#34;&gt;&lt;/script&gt;
&lt;link href=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/leaflet/leaflet.css&#34; rel=&#34;stylesheet&#34; /&gt;
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/leaflet/leaflet.js&#34;&gt;&lt;/script&gt;
&lt;link href=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/leafletfix/leafletfix.css&#34; rel=&#34;stylesheet&#34; /&gt;
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/proj4/proj4.min.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/Proj4Leaflet/proj4leaflet.js&#34;&gt;&lt;/script&gt;
&lt;link href=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/rstudio_leaflet/rstudio_leaflet.css&#34; rel=&#34;stylesheet&#34; /&gt;
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/leaflet-binding/leaflet.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/leaflet-providers/leaflet-providers_1.9.0.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/leaflet-providers-plugin/leaflet-providers-plugin.js&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#exploratory-data-analysis-eda&#34;&gt;Exploratory Data Analysis (EDA)&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#data-wrangling&#34;&gt;Data wrangling&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#handling-missing-values-nas&#34;&gt;Handling missing values (NAs)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#mapping&#34;&gt;Mapping&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#regression-analysis&#34;&gt;Regression Analysis&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#further-variablesquestions-to-explore-on-our-own&#34;&gt;Further variables/questions to explore on our own&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#diagnostics-collinearity-summary-tables&#34;&gt;Diagnostics, collinearity, summary tables&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#deliverables&#34;&gt;Deliverables&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#rubric&#34;&gt;Rubric&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#answering-the-question&#34;&gt;Answering the question&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#checking-the-data&#34;&gt;Checking the data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#tidying-the-data&#34;&gt;Tidying the data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#exploratory-analysis&#34;&gt;Exploratory analysis&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#inference&#34;&gt;Inference&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#prediction&#34;&gt;Prediction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#written-analyses&#34;&gt;Written analyses&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#figures&#34;&gt;Figures&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#presentations&#34;&gt;Presentations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#reproducibility&#34;&gt;Reproducibility&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#acknowledgements&#34;&gt;Acknowledgements&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;p&gt;In your final group assignment, you have to analyse data about Airbnb listings and fit a model to predict the total cost for two people staying 4 nights in an AirBnB in a city. You can download AirBnB data from &lt;a href=&#34;http://insideairbnb.com/get-the-data.html&#34; target=&#34;_blank&#34;&gt;insideairbnb.com&lt;/a&gt;; it was originally scraped from airbnb.com.&lt;/p&gt;
&lt;!-- You can choose any city among those listed at the [AirBnB Analytics Project googlesheet](https://docs.google.com/spreadsheets/d/1Pl1lBmQXVuKVaoODFeL9PkxiTDs9lfDwJ2WF6CTBI3A/edit?usp=sharing){target=_blank};  each group should give their three choices as 1 (first choice), 2 (second choice), and 3 (third choice). I will announce which groups are assigned to which city during session 8. --&gt;
&lt;!-- The allocation of study groups (SG) to cities is as follows: --&gt;
&lt;!-- | **Stream A**  | City            |URL for data                                                                                          | --&gt;
&lt;!-- |:--------------|:----------------|:-----------------------------------------------------------------------------------------------------| --&gt;
&lt;!-- | 2,18,19       | Athens          | http://data.insideairbnb.com/greece/attica/athens/2020-06-16/data/listings.csv.gz                    | --&gt;
&lt;!-- | 8,11,12       | Hong Kong       | http://data.insideairbnb.com/china/hk/hong-kong/2020-06-15/data/listings.csv.gz                      | --&gt;
&lt;!-- | 1,16,20       | Brussels        | http://data.insideairbnb.com/belgium/bru/brussels/2020-06-15/data/listings.csv.gz                    | --&gt;
&lt;!-- | 4,6,9,14      | Stockholm       | http://data.insideairbnb.com/sweden/stockholms-l%C3%A4n/stockholm/2020-06-26/data/listings.csv.gz    | --&gt;
&lt;!-- | 10,13,15      | Shanghai        | http://data.insideairbnb.com/china/shanghai/shanghai/2020-06-20/data/listings.csv.gz                 | --&gt;
&lt;!-- | 3,5,7,17      | Istanbul        | http://data.insideairbnb.com/turkey/marmara/istanbul/2020-06-28/data/listings.csv.gz                 | --&gt;
&lt;!-- | **Stream B**  | City            |URL for data                                                                                          | --&gt;
&lt;!-- |:--------------|:----------------|:-----------------------------------------------------------------------------------------------------| --&gt;
&lt;!-- | 26,35,36      | Rio de Janeiro  | http://data.insideairbnb.com/brazil/rj/rio-de-janeiro/2020-06-19/data/listings.csv.gz                | --&gt;
&lt;!-- | 28,29,30      | Hong Kong       | http://data.insideairbnb.com/china/hk/hong-kong/2020-06-15/data/listings.csv.gz                      | --&gt;
&lt;!-- | 31,32         | Brussels        | http://data.insideairbnb.com/belgium/bru/brussels/2020-06-15/data/listings.csv.gz                    | --&gt;
&lt;!-- | 21,27,37      | Singapore       | http://data.insideairbnb.com/singapore/sg/singapore/2020-06-22/data/listings.csv.gz                  | --&gt;
&lt;!-- | 33,34,23      | Mexico City     | http://data.insideairbnb.com/mexico/df/mexico-city/2020-06-20/data/listings.csv.gz                   | --&gt;
&lt;!-- | 22,24,25      | Istanbul        | http://data.insideairbnb.com/turkey/marmara/istanbul/2020-06-28/data/listings.csv.gz                 | --&gt;
&lt;p&gt;All of the listings are a GZ file, namely they are archive files compressed by the standard GNU zip (gzip) compression algorithm. You can download, save and extract the file if you wanted, but &lt;code&gt;vroom::vroom()&lt;/code&gt; or &lt;code&gt;readr::read_csv()&lt;/code&gt; can immediately read and extract this kind of a file. You should prefer &lt;code&gt;vroom()&lt;/code&gt; as it is faster, but if vroom() is limited by a firewall, please use &lt;code&gt;read_csv()&lt;/code&gt; instead.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;listings &amp;lt;- vroom(&amp;quot;http://data.insideairbnb.com/germany/bv/munich/2020-06-20/data/listings.csv.gz&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;code&gt;vroom&lt;/code&gt; will download the *.gz zipped file, unzip, and provide you with the dataframe.&lt;/p&gt;
&lt;p&gt;Even though there are many variables in the dataframe, here is a quick description of some of the variables collected, with cost data typically expressed in US$&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;price&lt;/code&gt; = cost per night&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;cleaning_fee&lt;/code&gt;: cleaning fee&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;extra_people&lt;/code&gt;: charge for having more than 1 person&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;property_type&lt;/code&gt;: type of accommodation (House, Apartment, etc.)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;room_type&lt;/code&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Entire home/apt (guests have entire place to themselves)&lt;/li&gt;
&lt;li&gt;Private room (Guests have private room to sleep, all other rooms shared)&lt;/li&gt;
&lt;li&gt;Shared room (Guests sleep in room shared with others)&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;number_of_reviews&lt;/code&gt;: Total number of reviews for the listing&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;review_scores_rating&lt;/code&gt;: Average review score (0 - 100)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;longitude&lt;/code&gt; , &lt;code&gt;latitude&lt;/code&gt;: geographical coordinates to help us locate the listing&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;neighbourhood*&lt;/code&gt;: three variables on a few major neighbourhoods in each city&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div id=&#34;exploratory-data-analysis-eda&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;Exploratory Data Analysis (EDA)&lt;/h1&gt;
&lt;p&gt;In the &lt;a href=&#34;http://r4ds.had.co.nz/exploratory-data-analysis.html&#34; target=&#34;_blank&#34;&gt;R4DS Exploratory Data Analysis chapter&lt;/a&gt;, the authors state:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;“Your goal during EDA is to develop an understanding of your data. The easiest way to do this is to use questions as tools to guide your investigation… EDA is fundamentally a creative process. And like most creative processes, the key to asking quality questions is to generate a large quantity of questions.”&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Conduct a thorough EDA. Recall that an EDA involves three things:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Looking at the raw values.
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;dplyr::glimpse()&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Computing summary statistics of the variables of interest, or finding NAs
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;mosaic::favstats()&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;skimr::skim()&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Creating informative visualizations.
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;ggplot2::ggplot()&lt;/code&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;geom_histogram()&lt;/code&gt; or &lt;code&gt;geom_density()&lt;/code&gt; for numeric continuous variables&lt;/li&gt;
&lt;li&gt;&lt;code&gt;geom_bar()&lt;/code&gt; or &lt;code&gt;geom_col()&lt;/code&gt; for categorical variables&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;GGally::ggpairs()&lt;/code&gt; for scaterrlot/correlation matrix
&lt;ul&gt;
&lt;li&gt;Note that you can add transparency to points/density plots in the &lt;code&gt;aes&lt;/code&gt; call, for example: &lt;code&gt;aes(colour = gender, alpha = 0.4)&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You may wish to have a level 1 header (&lt;code&gt;#&lt;/code&gt;) for your EDA, then use level 2 sub-headers (&lt;code&gt;##&lt;/code&gt;) to make sure you cover all three EDA bases. &lt;strong&gt;At a minimum&lt;/strong&gt; you should address these questions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;How many variables/columns? How many rows/observations?&lt;/li&gt;
&lt;li&gt;Which variables are numbers?&lt;/li&gt;
&lt;li&gt;Which are categorical or &lt;em&gt;factor&lt;/em&gt; variables (numeric or character variables with variables that have a fixed and known set of possible values?&lt;/li&gt;
&lt;li&gt;What are the correlations between variables? Does each scatterplot support a linear relationship between variables? Do any of the correlations appear to be conditional on the value of a categorical variable?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;At this stage, you may also find you want to use &lt;code&gt;filter&lt;/code&gt;, &lt;code&gt;mutate&lt;/code&gt;, &lt;code&gt;arrange&lt;/code&gt;, &lt;code&gt;select&lt;/code&gt;, or &lt;code&gt;count&lt;/code&gt;. Let your questions lead you!&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In all cases, please think about the message your plot is conveying. Don’t just say “This is my X-axis, this is my Y-axis”, but rather what’s the &lt;strong&gt;so what&lt;/strong&gt; of the plot. Tell some sort of story and speculate about the differences in the patterns in no more than a paragraph.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div id=&#34;data-wrangling&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Data wrangling&lt;/h2&gt;
&lt;p&gt;Once you load the data, it’s always a good idea to use &lt;code&gt;glimpse&lt;/code&gt; to see what kind of variables you have and what data type (&lt;code&gt;chr&lt;/code&gt;, &lt;code&gt;num&lt;/code&gt;, &lt;code&gt;logical&lt;/code&gt;, &lt;code&gt;date&lt;/code&gt;, etc) they are.&lt;/p&gt;
&lt;p&gt;Notice that some of the price data (&lt;code&gt;price&lt;/code&gt;, &lt;code&gt;cleaning_fee&lt;/code&gt;, &lt;code&gt;extra_people&lt;/code&gt;) is given as a character string, e.g., “$176.00”&lt;/p&gt;
&lt;p&gt;Since &lt;code&gt;price&lt;/code&gt; is a quantitative variable, we need to make sure it is stored as numeric data &lt;code&gt;num&lt;/code&gt; in the dataframe. To do so, we will first use &lt;code&gt;readr::parse_number()&lt;/code&gt; which drops any non-numeric characters before or after the frst number&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;listings &amp;lt;- listings %&amp;gt;% 
  mutate(price = parse_number(price))&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Use &lt;code&gt;typeof(listing$price)&lt;/code&gt; to confirm that &lt;code&gt;price&lt;/code&gt; is now stored as a number.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;handling-missing-values-nas&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Handling missing values (NAs)&lt;/h2&gt;
&lt;p&gt;Use &lt;code&gt;skimr::skim()&lt;/code&gt; function to view a summary of the &lt;code&gt;cleaning_fee&lt;/code&gt; data. This is also stored as a character, so you have to turn it into a number, as discussed earlier.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;How many observations have missing values for &lt;code&gt;cleaning_fee&lt;/code&gt;?&lt;/li&gt;
&lt;li&gt;What do you think is the most likely reason for the missing observations of &lt;code&gt;cleaning_fee&lt;/code&gt;? In other words, what does a missing value of &lt;code&gt;cleaning_fee&lt;/code&gt; indicate?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;code&gt;cleaning_fee&lt;/code&gt; an example of data that is missing not at random, since there is a specific pattern/explanation to the missing data.&lt;/p&gt;
&lt;p&gt;Fill in the code below to impute the missing values of &lt;code&gt;cleaning_fee&lt;/code&gt; with an appropriate numeric value. Then use &lt;code&gt;skimr::skim()&lt;/code&gt; function to confirm that there are no longer any missing values of &lt;code&gt;cleaning_fee&lt;/code&gt;.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;listings &amp;lt;- listings %&amp;gt;%
  mutate(cleaning_fee = case_when(
    is.na(cleaning_fee) ~ ______, 
    TRUE ~ cleaning_fee
  ))&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Next, we look at the variable &lt;code&gt;property_type&lt;/code&gt;. We can use the &lt;code&gt;count&lt;/code&gt; function to determine how many categories there are their frequency. What are the top 4 most common property types? What proportion of the total listings do they make up?&lt;/p&gt;
&lt;p&gt;Since the vast majority of the observations in the data are one of the top four or five property types, we would like to create a simplified version of &lt;code&gt;property_type&lt;/code&gt; variable that has 5 categories: the top four categories and &lt;code&gt;Other&lt;/code&gt;. Fill in the code below to create &lt;code&gt;prop_type_simplified&lt;/code&gt;.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;listings &amp;lt;- listings %&amp;gt;%
  mutate(prop_type_simplified = case_when(
    property_type %in% c(&amp;quot;Apartment&amp;quot;,&amp;quot;______&amp;quot;, &amp;quot;______&amp;quot;,&amp;quot;______&amp;quot;) ~ property_type, 
    TRUE ~ &amp;quot;Other&amp;quot;
  ))
  &lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Use the code below to check that &lt;code&gt;prop_type_simplified&lt;/code&gt; was correctly made.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;listings %&amp;gt;%
  count(property_type, prop_type_simplified) %&amp;gt;%
  arrange(desc(n))        &lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Airbnb is most commonly used for travel purposes, i.e., as an alternative to traditional hotels. We only want to include listings in our regression analysis that are intended for travel purposes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;What are the most common values for the variable &lt;code&gt;minimum_nights&lt;/code&gt;?&lt;/li&gt;
&lt;li&gt;Is ther any value among the common values that stands out?&lt;/li&gt;
&lt;li&gt;What is the likely intended purpose for Airbnb listings with this seemingly unusual value for &lt;code&gt;minimum_nights&lt;/code&gt;?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Filter the airbnb data so that it only includes observations with &lt;code&gt;minimum_nights &amp;lt;= 4&lt;/code&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;mapping&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;Mapping&lt;/h1&gt;
&lt;p&gt;Visualisations of feature distributions and their relations are key to understanding a data set, and they can open up new lines of exploration. While we do not have time to go into all the wonderful geospatial visualisations one can do with R, you can use the following code to start with a map of your city, and overlay all AirBnB coordinates to get an overview of the spatial distribution of AirBnB rentals. For this visualisation we use the &lt;code&gt;leaflet&lt;/code&gt; package, which includes a variety of tools for interactive maps, so you can easily zoom in-out, click on a point to get the actual AirBnB listing for that specific point, etc.&lt;/p&gt;
&lt;p&gt;The following code, having created a dataframe &lt;code&gt;listings&lt;/code&gt; with all AirbnB listings in Bordeaux, will plot on the map all AirBnBs where &lt;code&gt;minimum_nights&lt;/code&gt; is less than equal to four (4). You could learn more about &lt;code&gt;leaflet&lt;/code&gt;, by following &lt;a href=&#34;https://www.datacamp.com/courses/interactive-maps-with-leaflet-in-r&#34;&gt;the relevant Datacamp course on mapping with leaflet&lt;/a&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;leaflet(data = filter(listings, minimum_nights &amp;lt;= 4)) %&amp;gt;% 
  addProviderTiles(&amp;quot;OpenStreetMap.Mapnik&amp;quot;) %&amp;gt;% 
  addCircleMarkers(lng = ~longitude, 
                   lat = ~latitude, 
                   radius = 1, 
                   fillColor = &amp;quot;blue&amp;quot;, 
                   fillOpacity = 0.4, 
                   popup = ~listing_url,
                   label = ~property_type)&lt;/code&gt;&lt;/pre&gt;
&lt;div id=&#34;htmlwidget-1&#34; style=&#34;width:100%;height:1500px;&#34; class=&#34;leaflet html-widget&#34;&gt;&lt;/div&gt;
&lt;script type=&#34;application/json&#34; data-for=&#34;htmlwidget-1&#34;&gt;{&#34;x&#34;:{&#34;options&#34;:{&#34;crs&#34;:{&#34;crsClass&#34;:&#34;L.CRS.EPSG3857&#34;,&#34;code&#34;:null,&#34;proj4def&#34;:null,&#34;projectedBounds&#34;:null,&#34;options&#34;:{}}},&#34;calls&#34;:[{&#34;method&#34;:&#34;addProviderTiles&#34;,&#34;args&#34;:[&#34;OpenStreetMap.Mapnik&#34;,null,null,{&#34;errorTileUrl&#34;:&#34;&#34;,&#34;noWrap&#34;:false,&#34;detectRetina&#34;:false}]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[[48.13057,48.11476,48.11923,48.15198,48.16381,48.13898,48.10751,48.16132,48.16341,48.14816,48.15341,48.14574,48.17449,48.12198,48.15849,48.12199,48.1354,48.12551,48.12452,48.13211,48.12989,48.12989,48.12989,48.12989,48.12951,48.12175,48.11468,48.13012,48.15262,48.15519,48.15617,48.14822,48.19444,48.10141,48.12092,48.13274,48.12022,48.12185,48.08941,48.11009,48.11929,48.12325,48.09099,48.15896,48.14992,48.16637,48.11712,48.11906,48.15885,48.13909,48.13909,48.13909,48.13909,48.13661,48.11013,48.15075,48.15882,48.12401,48.12471,48.14496,48.13192,48.11186,48.11932,48.11822,48.13107,48.13538,48.13655,48.13645,48.13513,48.13095,48.11497,48.19444,48.10572,48.12002,48.11979,48.15154,48.0871,48.10498,48.0792,48.08117,48.13862,48.10824,48.11604,48.11169,48.14932,48.13013,48.16573,48.14468,48.09371,48.09554,48.15891,48.14151,48.1572,48.12488,48.15335,48.11441,48.12465,48.14939,48.12771,48.13372,48.11951,48.15958,48.14729,48.12925,48.11978,48.15903,48.15891,48.158,48.12991,48.09768,48.10142,48.12955,48.13866,48.16697,48.11397,48.12846,48.12678,48.12807,48.09753,48.20857,48.14865,48.09854,48.11461,48.12677,48.16237,48.13337,48.1531,48.18116,48.10721,48.15604,48.12978,48.15944,48.14592,48.13471,48.16397,48.13607,48.10368,48.13339,48.14284,48.14841,48.12011,48.10012,48.15995,48.09857,48.09747,48.1267,48.11333,48.10646,48.1015,48.15455,48.15373,48.12112,48.12127,48.12986,48.13433,48.13106,48.1345,48.11438,48.1458,48.11791,48.13144,48.11446,48.14876,48.14482,48.16096,48.1627,48.12654,48.12764,48.1597,48.18659,48.16586,48.10152,48.14526,48.17434,48.14138,48.12721,48.13353,48.18081,48.11502,48.15265,48.15207,48.12673,48.16713,48.14252,48.11786,48.12126,48.18056,48.10711,48.14109,48.13493,48.17786,48.12225,48.14002,48.13298,48.16221,48.16099,48.16147,48.14687,48.1256,48.16237,48.14048,48.12307,48.16187,48.12358,48.18217,48.14811,48.14455,48.09285,48.16949,48.14711,48.17183,48.12093,48.15269,48.12029,48.09568,48.12724,48.15057,48.11624,48.12925,48.12887,48.10577,48.14074,48.14144,48.17184,48.12616,48.15372,48.1276,48.12908,48.15569,48.15105,48.12214,48.15267,48.13511,48.07845,48.12387,48.15675,48.12465,48.13729,48.13359,48.1338,48.15685,48.17529,48.09725,48.14149,48.14122,48.13905,48.11949,48.10342,48.14321,48.14835,48.09647,48.16432,48.11697,48.08105,48.17033,48.14112,48.12523,48.11691,48.0881,48.11488,48.13662,48.10952,48.17165,48.181,48.11606,48.15973,48.07639,48.07693,48.0768,48.0778,48.14806,48.13092,48.12826,48.15907,48.15726,48.14259,48.1611,48.07796,48.12566,48.13511,48.12969,48.16161,48.09983,48.12653,48.14556,48.15571,48.12996,48.10659,48.12518,48.11071,48.15233,48.124,48.10802,48.11503,48.12942,48.15767,48.1527,48.17748,48.18301,48.21883,48.13276,48.12633,48.11534,48.12541,48.14575,48.12297,48.17408,48.16499,48.1588,48.12742,48.14454,48.17942,48.17917,48.16133,48.15973,48.13349,48.13874,48.08953,48.11874,48.15945,48.14624,48.13882,48.19351,48.1155,48.1382,48.14783,48.12957,48.18187,48.0872,48.12569,48.08764,48.10463,48.11096,48.18535,48.13163,48.12722,48.1365,48.10482,48.14693,48.10528,48.10508,48.13917,48.11656,48.12906,48.17296,48.14517,48.16138,48.11773,48.14174,48.18641,48.16205,48.17192,48.15005,48.20169,48.1165,48.0946,48.10693,48.15396,48.16117,48.08339,48.10213,48.15781,48.1255,48.13737,48.12964,48.13498,48.15404,48.14921,48.18208,48.13253,48.16728,48.21757,48.1226,48.13014,48.1627,48.1336,48.08922,48.16317,48.12852,48.12491,48.11621,48.08275,48.17234,48.15548,48.08002,48.11645,48.12932,48.13639,48.16344,48.13157,48.15643,48.13432,48.17162,48.13884,48.12571,48.09962,48.15725,48.15798,48.15855,48.11073,48.13768,48.17204,48.13401,48.2045,48.13411,48.14562,48.14591,48.1464,48.11869,48.1697,48.12665,48.08386,48.18259,48.12768,48.15887,48.13021,48.15421,48.20323,48.14517,48.13287,48.14333,48.19683,48.10441,48.10479,48.16129,48.20397,48.15226,48.13665,48.17752,48.16803,48.15044,48.14496,48.14898,48.12153,48.1201,48.11884,48.14321,48.15197,48.12904,48.13708,48.15792,48.11183,48.15881,48.12138,48.13065,48.12241,48.16395,48.1178,48.1274,48.11566,48.11979,48.11226,48.12632,48.12762,48.13803,48.1156,48.14834,48.13287,48.15654,48.16078,48.13147,48.14222,48.15213,48.16472,48.19977,48.13436,48.1083,48.18453,48.16307,48.10375,48.09774,48.15608,48.1256,48.17276,48.17804,48.16673,48.15393,48.14776,48.13562,48.14321,48.17226,48.1221,48.11297,48.13462,48.12423,48.08258,48.16368,48.09641,48.1312,48.15155,48.15228,48.13586,48.17559,48.17699,48.16673,48.13033,48.16219,48.16827,48.16094,48.15845,48.15834,48.12575,48.12908,48.11987,48.14444,48.18417,48.13498,48.09426,48.15385,48.16452,48.12526,48.15879,48.09897,48.1023,48.1594,48.141,48.1186,48.17485,48.18144,48.12964,48.14557,48.13622,48.13811,48.16058,48.08083,48.11671,48.12264,48.14491,48.12731,48.1616,48.10592,48.14889,48.16299,48.11456,48.12552,48.1455,48.13434,48.12376,48.13472,48.14148,48.15883,48.10531,48.15448,48.13262,48.12511,48.12774,48.15004,48.11608,48.17026,48.13404,48.12161,48.13853,48.12345,48.18165,48.18195,48.18047,48.13368,48.1262,48.10325,48.11638,48.125,48.18603,48.0966,48.12926,48.11833,48.1627,48.13558,48.16376,48.16366,48.16054,48.17503,48.12896,48.13378,48.14832,48.13847,48.15503,48.11636,48.10853,48.12614,48.13168,48.09318,48.13024,48.14506,48.12143,48.13744,48.15409,48.13253,48.1554,48.13181,48.11966,48.1366,48.14177,48.15446,48.15758,48.12949,48.1262,48.11782,48.12843,48.20548,48.09352,48.12705,48.0807,48.15577,48.12068,48.18055,48.13969,48.13247,48.14321,48.16437,48.09602,48.12524,48.09959,48.1119,48.14126,48.14557,48.12978,48.1632,48.149,48.12612,48.12865,48.16229,48.15288,48.08249,48.13076,48.16931,48.15301,48.14249,48.15776,48.12762,48.17175,48.16673,48.1346,48.13061,48.13437,48.12292,48.08856,48.13912,48.17269,48.15094,48.1483,48.13639,48.16804,48.18195,48.12642,48.1639,48.15421,48.12368,48.15862,48.11678,48.12373,48.15451,48.13729,48.16032,48.14608,48.13044,48.12521,48.13348,48.11937,48.18398,48.09527,48.15313,48.15451,48.15258,48.15287,48.15257,48.18373,48.13927,48.15625,48.15554,48.15042,48.1265,48.15983,48.16192,48.16744,48.11158,48.1284,48.16122,48.12861,48.13771,48.13573,48.13679,48.14802,48.16093,48.1255,48.15379,48.15541,48.13725,48.12324,48.13895,48.11845,48.09245,48.14899,48.11575,48.13372,48.1588,48.14466,48.11666,48.18711,48.12734,48.16611,48.13653,48.11428,48.13036,48.15344,48.13122,48.14499,48.14779,48.13123,48.16949,48.11638,48.15658,48.11616,48.13263,48.111,48.14099,48.15386,48.15266,48.15018,48.14562,48.18506,48.1213,48.12208,48.11762,48.18329,48.10694,48.1243,48.14237,48.11382,48.17448,48.14231,48.1452,48.13463,48.14635,48.16496,48.13274,48.14983,48.15604,48.11474,48.1391,48.15401,48.13523,48.12891,48.13957,48.18325,48.12486,48.13497,48.11819,48.13563,48.12298,48.12099,48.13092,48.15436,48.15176,48.11996,48.15523,48.16221,48.16667,48.16356,48.18381,48.14066,48.13878,48.12359,48.12414,48.12077,48.12732,48.13162,48.11219,48.15748,48.13484,48.12396,48.14103,48.0986,48.14235,48.157,48.14592,48.10926,48.11809,48.14782,48.15383,48.15304,48.11862,48.21293,48.17754,48.1205,48.13489,48.12239,48.07027,48.13687,48.12514,48.15821,48.15524,48.13489,48.131,48.13038,48.13169,48.09143,48.1853,48.12764,48.14272,48.122,48.18049,48.11595,48.16275,48.15977,48.13712,48.13023,48.11443,48.13256,48.16101,48.11403,48.10456,48.17417,48.13725,48.16341,48.14274,48.0748,48.14038,48.17425,48.13482,48.12709,48.16501,48.13857,48.21204,48.20276,48.14063,48.1189,48.12558,48.15938,48.1175,48.13021,48.14825,48.15809,48.14318,48.14899,48.09984,48.15288,48.13315,48.15259,48.12853,48.19487,48.13992,48.16327,48.14759,48.15577,48.12091,48.12503,48.12673,48.12134,48.09561,48.12465,48.16323,48.15288,48.12977,48.1202,48.09348,48.12242,48.11862,48.13591,48.1484,48.12318,48.10939,48.08617,48.1661,48.15685,48.10688,48.08371,48.14838,48.13163,48.12759,48.13911,48.16003,48.15581,48.14916,48.1299,48.15955,48.13425,48.12503,48.11828,48.13379,48.12277,48.09178,48.11799,48.13691,48.13956,48.12772,48.13407,48.13032,48.14156,48.12855,48.14149,48.12988,48.1191,48.11993,48.11352,48.13729,48.12681,48.14887,48.13839,48.14041,48.13611,48.1165,48.13062,48.15338,48.15021,48.14963,48.16024,48.16088,48.11866,48.14791,48.13439,48.15965,48.14007,48.12096,48.16165,48.12632,48.13708,48.11631,48.18959,48.13099,48.14827,48.10481,48.16408,48.14023,48.14111,48.16772,48.12576,48.11595,48.11364,48.1464,48.1584,48.1265,48.12886,48.12369,48.21288,48.12366,48.12793,48.18745,48.16742,48.13195,48.16187,48.11189,48.12243,48.16652,48.12009,48.18389,48.15036,48.16552,48.13982,48.17795,48.11352,48.16355,48.13312,48.11234,48.14991,48.11327,48.1137,48.12853,48.168,48.15964,48.12721,48.12652,48.12652,48.1366,48.13278,48.09914,48.13076,48.11305,48.12277,48.13364,48.18591,48.13139,48.1373,48.15166,48.1924,48.18178,48.18122,48.13414,48.16109,48.19463,48.1378,48.14751,48.16832,48.14908,48.1651,48.13001,48.10533,48.15291,48.14905,48.14898,48.16063,48.12163,48.13089,48.15074,48.11343,48.13013,48.13808,48.12182,48.15334,48.13034,48.13899,48.16396,48.12905,48.15051,48.12232,48.14975,48.13686,48.15324,48.10671,48.12343,48.16364,48.14839,48.07505,48.1309,48.14056,48.11333,48.15098,48.13697,48.16818,48.1187,48.15486,48.11906,48.10539,48.14649,48.13245,48.12926,48.13694,48.12845,48.15764,48.12405,48.17308,48.15471,48.18408,48.14502,48.15884,48.13703,48.1534,48.09329,48.12861,48.1336,48.1628,48.14925,48.13192,48.14953,48.13428,48.12437,48.12003,48.12015,48.18151,48.15752,48.16398,48.10615,48.14035,48.06929,48.12796,48.12256,48.16798,48.18067,48.14879,48.15013,48.11672,48.13695,48.12222,48.15533,48.1286,48.10326,48.17461,48.12436,48.12757,48.11721,48.13123,48.13525,48.15144,48.15058,48.15815,48.12617,48.08984,48.13697,48.13041,48.15964,48.12669,48.17686,48.18471,48.18267,48.12577,48.16108,48.14988,48.11692,48.13118,48.13703,48.11811,48.09165,48.13492,48.12251,48.15411,48.14898,48.11415,48.13607,48.13529,48.14501,48.15864,48.1211,48.12709,48.1134,48.15718,48.21431,48.15594,48.12775,48.12491,48.12453,48.15097,48.13876,48.13561,48.13607,48.12539,48.14916,48.14321,48.12838,48.13514,48.14925,48.13267,48.15042,48.15661,48.1303,48.09568,48.13063,48.12911,48.12058,48.12084,48.1317,48.14013,48.16427,48.12993,48.15213,48.12881,48.14806,48.13879,48.13703,48.18184,48.15754,48.15363,48.08693,48.10914,48.10674,48.15471,48.10171,48.16866,48.1459,48.09464,48.11364,48.09988,48.14925,48.14963,48.14485,48.10778,48.18284,48.16501,48.15188,48.19842,48.12068,48.10973,48.12764,48.11358,48.15876,48.13486,48.09647,48.12666,48.12758,48.1594,48.11943,48.15652,48.19653,48.12813,48.16361,48.17743,48.11513,48.13774,48.1467,48.15617,48.12271,48.10334,48.13732,48.10307,48.11321,48.12662,48.11783,48.14749,48.1374,48.16292,48.09935,48.12499,48.15503,48.15991,48.15264,48.15319,48.18445,48.10227,48.18745,48.16149,48.14618,48.14694,48.21683,48.12573,48.15168,48.12579,48.18089,48.11859,48.11432,48.13793,48.12007,48.10993,48.14806,48.10814,48.17431,48.18608,48.11872,48.12981,48.13519,48.19385,48.17672,48.11916,48.17953,48.16029,48.16062,48.21707,48.21842,48.14127,48.15403,48.13135,48.13085,48.15422,48.13265,48.12424,48.09707,48.14386,48.12819,48.11315,48.11623,48.11934,48.12017,48.15698,48.14075,48.1576,48.13955,48.15859,48.12508,48.08838,48.12136,48.17369,48.11237,48.15476,48.12968,48.12814,48.14769,48.12593,48.12762,48.13252,48.17301,48.15396,48.1514,48.17831,48.1802,48.18135,48.12315,48.10987,48.11796,48.11619,48.17524,48.12731,48.11009,48.12801,48.16227,48.11503,48.16435,48.18705,48.09926,48.14664,48.10752,48.15859,48.18419,48.18757,48.11792,48.13372,48.14998,48.15351,48.13899,48.1393,48.15834,48.11984,48.15623,48.15577,48.12827,48.12489,48.12229,48.16463,48.14969,48.17805,48.13801,48.13293,48.12303,48.13341,48.1288,48.12796,48.16876,48.15782,48.11762,48.138,48.14282,48.15071,48.13283,48.15957,48.15422,48.12482,48.11605,48.2131,48.12753,48.15408,48.16094,48.18399,48.1181,48.1697,48.13848,48.17546,48.1359,48.1965,48.133,48.1189,48.12096,48.14001,48.15589,48.15569,48.13214,48.1261,48.16218,48.08412,48.09184,48.13775,48.12786,48.14592,48.13523,48.12186,48.12929,48.15403,48.1073,48.08362,48.12114,48.12812,48.17581,48.14181,48.15354,48.14169,48.10839,48.15089,48.11418,48.15133,48.12679,48.13746,48.11734,48.11585,48.12535,48.1533,48.15507,48.16561,48.11011,48.13787,48.13514,48.13526,48.1316,48.10494,48.16364,48.13106,48.14862,48.13195,48.13671,48.15853,48.12365,48.14162,48.10198,48.10958,48.12196,48.12,48.11479,48.18219,48.11439,48.18464,48.14699,48.13618,48.12492,48.13332,48.12671,48.12244,48.10801,48.12511,48.1418,48.12994,48.14784,48.15221,48.13474,48.11918,48.12849,48.16327,48.14341,48.13376,48.11209,48.12081,48.16317,48.15231,48.12721,48.11678,48.15188,48.11806,48.18048,48.14062,48.12322,48.18266,48.13079,48.15946,48.11423,48.13856,48.19268,48.13082,48.13583,48.13873,48.12739,48.15173,48.11386,48.11248,48.11909,48.11373,48.16694,48.10653,48.15004,48.15155,48.13137,48.1163,48.09947,48.13102,48.14365,48.10425,48.13208,48.15099,48.12202,48.11696,48.12768,48.12657,48.15873,48.12619,48.15576,48.14896,48.13261,48.0886,48.14245,48.1243,48.14769,48.18448,48.13608,48.12552,48.11874,48.13035,48.09789,48.12549,48.11738,48.12276,48.14655,48.09496,48.11891,48.10444,48.18321,48.12948,48.1337,48.1269,48.12983,48.09844,48.17427,48.13989,48.13076,48.1701,48.15108,48.13702,48.1012,48.15417,48.13839,48.13823,48.11191,48.13574,48.11666,48.18768,48.11959,48.12546,48.11681,48.12929,48.15002,48.10486,48.12027,48.12707,48.13134,48.15907,48.15906,48.10646,48.15237,48.16142,48.14924,48.17757,48.12541,48.15092,48.15071,48.11959,48.1652,48.11278,48.13731,48.16914,48.10761,48.15038,48.13126,48.11809,48.12431,48.15154,48.11118,48.11147,48.14217,48.11961,48.12159,48.16394,48.17358,48.12638,48.14052,48.12777,48.12608,48.12569,48.14879,48.18704,48.15231,48.16618,48.13634,48.16335,48.13849,48.11136,48.13879,48.18645,48.18077,48.12087,48.12577,48.13762,48.16315,48.16118,48.16512,48.14835,48.15005,48.16494,48.13915,48.14998,48.09974,48.12245,48.15408,48.15431,48.12489,48.12109,48.13946,48.10244,48.12286,48.14215,48.10871,48.15491,48.11543,48.1307,48.12807,48.13069,48.11837,48.11973,48.14558,48.10213,48.17558,48.10796,48.17927,48.1566,48.13615,48.13658,48.17696,48.15181,48.16549,48.09447,48.13536,48.13316,48.11569,48.15501,48.13632,48.15928,48.11799,48.16399,48.08361,48.12481,48.14414,48.14822,48.14251,48.1202,48.13019,48.11052,48.13013,48.1226,48.12975,48.13988,48.12365,48.16385,48.17377,48.1351,48.15173,48.11933,48.12523,48.1968,48.1482,48.21332,48.13466,48.16136,48.12366,48.18065,48.12635,48.12218,48.16051,48.12655,48.10756,48.10081,48.14591,48.12672,48.15475,48.15438,48.12801,48.15321,48.15599,48.13143,48.1055,48.13568,48.12343,48.20425,48.14266,48.07919,48.11082,48.15645,48.07879,48.13925,48.18639,48.13022,48.13446,48.17436,48.12995,48.16711,48.13855,48.1409,48.17086,48.16388,48.10995,48.18262,48.15626,48.13888,48.14246,48.13769,48.14675,48.20326,48.15112,48.10546,48.17168,48.1548,48.13084,48.12879,48.12998,48.14924,48.1557,48.10816,48.10981,48.21308,48.18771,48.17559,48.16036,48.12093,48.16674,48.11079,48.12416,48.13846,48.15046,48.12717,48.15929,48.12339,48.08203,48.15528,48.12552,48.07836,48.11739,48.15732,48.16647,48.10672,48.10804,48.15898,48.14574,48.1467,48.18295,48.09729,48.09554,48.1373,48.13762,48.13195,48.15828,48.09878,48.13852,48.14771,48.18543,48.15828,48.14169,48.14024,48.14761,48.13046,48.12418,48.12262,48.1367,48.08217,48.12756,48.13557,48.1494,48.18084,48.15506,48.13837,48.13266,48.2011,48.16485,48.16019,48.10829,48.14022,48.17331,48.14807,48.12469,48.14985,48.12609,48.14537,48.13121,48.12999,48.11728,48.13955,48.18773,48.15826,48.1293,48.12793,48.11157,48.17022,48.15741,48.07788,48.13482,48.1189,48.14326,48.12073,48.12789,48.09723,48.12187,48.13082,48.14997,48.1275,48.10155,48.11852,48.12765,48.13666,48.10754,48.13408,48.11669,48.1441,48.1549,48.12835,48.0938,48.1245,48.15977,48.16806,48.1726,48.15889,48.14046,48.1125,48.18472,48.15924,48.15129,48.13696,48.11275,48.15596,48.17481,48.12465,48.13525,48.11332,48.15413,48.10357,48.11276,48.166,48.12935,48.11788,48.13227,48.15214,48.1322,48.18711,48.16194,48.157,48.12583,48.13228,48.18046,48.17881,48.17258,48.12579,48.14454,48.15238,48.15652,48.18804,48.16147,48.13581,48.15866,48.13819,48.15736,48.12946,48.16941,48.10336,48.14918,48.14012,48.11594,48.12397,48.17958,48.2011,48.15716,48.13962,48.1373,48.12546,48.1094,48.14557,48.16604,48.17563,48.12507,48.10859,48.1387,48.1287,48.12578,48.17298,48.12759,48.18303,48.122,48.11682,48.1261,48.15979,48.13123,48.12996,48.13245,48.12501,48.14966,48.15134,48.1323,48.13907,48.16199,48.11402,48.1246,48.16662,48.11452,48.14044,48.13968,48.17378,48.15889,48.16055,48.12064,48.13538,48.17183,48.18358,48.15207,48.15294,48.15402,48.14765,48.14483,48.16521,48.1318,48.17435,48.16692,48.11909,48.14343,48.10065,48.1035,48.15465,48.12193,48.1404,48.12263,48.1039,48.11816,48.16695,48.13751,48.13302,48.14295,48.18749,48.13675,48.11313,48.1437,48.20856,48.11953,48.1888,48.15083,48.1363,48.15192,48.1247,48.12889,48.17566,48.16967,48.09755,48.15793,48.13506,48.15589,48.16033,48.12675,48.11231,48.11111,48.17902,48.15821,48.16221,48.1821,48.13199,48.12032,48.16837,48.14711,48.11765,48.18454,48.1453,48.08449,48.15074,48.11901,48.11847,48.10522,48.13783,48.13556,48.16024,48.1218,48.12618,48.14334,48.21875,48.17757,48.11728,48.16298,48.08342,48.11907,48.12103,48.14945,48.14499,48.13236,48.12933,48.13329,48.17776,48.15404,48.13716,48.13345,48.14437,48.14079,48.1506,48.11332,48.13955,48.14561,48.1451,48.09477,48.16797,48.13889,48.13739,48.10859,48.13058,48.14672,48.12478,48.1462,48.16904,48.11414,48.12571,48.1756,48.13368,48.13743,48.15976,48.13001,48.0983,48.12813,48.11682,48.15178,48.11288,48.15392,48.14347,48.17264,48.12685,48.12838,48.15378,48.21225,48.10899,48.13804,48.21492,48.13711,48.1376,48.12965,48.16083,48.12328,48.09076,48.12652,48.12967,48.11764,48.17902,48.10534,48.13228,48.15177,48.15342,48.13136,48.1454,48.13846,48.1911,48.13225,48.12671,48.10838,48.11891,48.12152,48.15084,48.12904,48.12861,48.14067,48.13199,48.12675,48.12774,48.16394,48.10211,48.1103,48.21006,48.19997,48.12557,48.12552,48.12606,48.12915,48.13632,48.11862,48.15901,48.12876,48.14321,48.13048,48.13552,48.12357,48.15064,48.13887,48.10898,48.13413,48.12736,48.12294,48.14945,48.14246,48.11241,48.1128,48.12897,48.12394,48.13683,48.10985,48.12245,48.13194,48.13556,48.16042,48.15186,48.173,48.13029,48.14567,48.14861,48.12276,48.11076,48.09315,48.12207,48.12701,48.11943,48.12473,48.13145,48.13311,48.13583,48.13368,48.13224,48.15554,48.18585,48.16483,48.13692,48.12937,48.12411,48.14948,48.12858,48.17214,48.11517,48.15823,48.12134,48.15898,48.14613,48.12555,48.15605,48.12618,48.18424,48.15511,48.12621,48.11063,48.13495,48.11552,48.1259,48.14469,48.15001,48.10681,48.11684,48.12943,48.188,48.16523,48.11502,48.13065,48.14711,48.17328,48.10259,48.13453,48.13967,48.15852,48.12503,48.14775,48.07479,48.10417,48.15371,48.13693,48.11613,48.12724,48.1759,48.14032,48.19499,48.11585,48.12345,48.14976,48.17664,48.15627,48.15884,48.09463,48.09425,48.12159,48.1208,48.12456,48.11381,48.14766,48.14822,48.11777,48.15507,48.15562,48.13222,48.15868,48.15131,48.09935,48.20589,48.10121,48.15498,48.12743,48.16203,48.17498,48.18016,48.16873,48.17531,48.12826,48.14961,48.17726,48.14573,48.10001,48.10118,48.16006,48.1823,48.1271,48.15424,48.13025,48.15399,48.14755,48.11908,48.10922,48.17082,48.1095,48.18446,48.1365,48.13968,48.13234,48.14065,48.15139,48.11509,48.15557,48.11865,48.16629,48.11855,48.15195,48.12387,48.15402,48.1291,48.14987,48.18278,48.15216,48.20062,48.12764,48.16044,48.09216,48.11281,48.15862,48.15103,48.1296,48.13731,48.16189,48.14453,48.12762,48.11167,48.13028,48.12457,48.13647,48.13457,48.14259,48.13892,48.12576,48.15044,48.18002,48.16847,48.16646,48.13083,48.14514,48.15256,48.13477,48.12656,48.12656,48.19554,48.12809,48.14321,48.15319,48.15881,48.1559,48.1563,48.16281,48.15565,48.16742,48.15584,48.0933,48.1429,48.13848,48.12222,48.15413,48.15199,48.09498,48.13696,48.12741,48.16797,48.18051,48.16532,48.13427,48.11644,48.14829,48.17097,48.11892,48.15067,48.16321,48.13091,48.131,48.14857,48.12934,48.15992,48.17819,48.12153,48.1327,48.107,48.09387,48.10826,48.1475,48.14824,48.15551,48.18291,48.15946,48.1118,48.13167,48.12132,48.14096,48.15073,48.12782,48.18555,48.1367,48.09944,48.13191,48.12686,48.11025,48.17987,48.10225,48.1628,48.1521,48.10883,48.16159,48.13683,48.16138,48.13101,48.1305,48.11919,48.13552,48.15185,48.15761,48.18575,48.13113,48.14606,48.13716,48.1613,48.12813,48.1118,48.15553,48.1588,48.15119,48.1159,48.11925,48.15069,48.18351,48.13402,48.21039,48.12927,48.14276,48.1412,48.16411,48.14066,48.14205,48.1156,48.14321,48.13047,48.14317,48.1332,48.11548,48.15853,48.152,48.15175,48.12317,48.12995,48.10165,48.15792,48.15134,48.13713,48.12985,48.13736,48.1536,48.12617,48.13624,48.12775,48.15898,48.14392,48.14762,48.14098,48.14664,48.13611,48.11501,48.10834,48.14156,48.15376,48.11193,48.1266,48.14659,48.13608,48.13175,48.12843,48.13196,48.12983,48.12982,48.1118,48.16129,48.10104,48.12732,48.12763,48.1054,48.16425,48.10386,48.13158,48.13622,48.13886,48.14676,48.14447,48.13823,48.11756,48.16263,48.16528,48.20071,48.15316,48.13707,48.20138,48.1716,48.15053,48.15376,48.16501,48.1393,48.14015,48.12769,48.11542,48.12425,48.10104,48.11839,48.15423,48.17507,48.18622,48.11057,48.14704,48.12792,48.12548,48.13148,48.12688,48.13034,48.10441,48.14996,48.16242,48.12769,48.12769,48.16178,48.11978,48.17457,48.12543,48.1122,48.1253,48.11958,48.1144,48.12109,48.12568,48.15178,48.15166,48.10837,48.1175,48.11747,48.14913,48.1547,48.09913,48.147,48.12425,48.12931,48.11347,48.12946,48.15142,48.15427,48.15168,48.16807,48.15128,48.15611,48.16646,48.10688,48.12838,48.20254,48.14923,48.12861,48.12627,48.1206,48.15404,48.12823,48.16045,48.12707,48.18301,48.13126,48.1322,48.14727,48.10753,48.15486,48.11125,48.16111,48.16104,48.16473,48.17923,48.17907,48.12442,48.16684,48.15342,48.134,48.15792,48.18796,48.15128,48.12674,48.13281,48.1445,48.15807,48.12831,48.14785,48.10548,48.15411,48.15263,48.11478,48.15396,48.15434,48.14808,48.11338,48.12595,48.15163,48.12607,48.15429,48.16108,48.0937,48.14976,48.15184,48.1303,48.12611,48.16541,48.11073,48.15671,48.17341,48.13082,48.12978,48.09932,48.18128,48.1278,48.14683,48.16387,48.08986,48.14793,48.18632,48.13034,48.13906,48.16602,48.18919,48.12816,48.1507,48.12198,48.1523,48.16004,48.12892,48.11513,48.15979,48.22243,48.1212,48.16263,48.17775,48.14321,48.10145,48.11828,48.14972,48.15675,48.1317,48.18749,48.21363,48.1365,48.16339,48.12323,48.12554,48.13203,48.12526,48.15311,48.16436,48.10969,48.21803,48.16554,48.15484,48.14563,48.14647,48.13507,48.16129,48.15663,48.11818,48.1238,48.11534,48.15604,48.15476,48.15785,48.13265,48.12756,48.13062,48.09429,48.14928,48.12029,48.12643,48.16562,48.15789,48.1194,48.19326,48.18004,48.12786,48.11715,48.12608,48.12947,48.16032,48.15162,48.1186,48.1257,48.21147,48.14993,48.10365,48.15037,48.13593,48.13016,48.10141,48.14864,48.11382,48.11445,48.15966,48.1302,48.09963,48.16327,48.16244,48.11282,48.14014,48.11642,48.13917,48.12037,48.14529,48.1635,48.12959,48.15448,48.10093,48.15666,48.15868,48.13742,48.11542,48.11632,48.11586,48.15068,48.13388,48.17749,48.18292,48.13565,48.13699,48.12724,48.13427,48.11355,48.12118,48.13509,48.11985,48.10325,48.14835,48.13317,48.15505,48.1353,48.12022,48.15532,48.14134,48.15697,48.12967,48.1322,48.11215,48.16513,48.17114,48.18162,48.14411,48.15307,48.12407,48.13891,48.12464,48.14554,48.10181,48.12306,48.09773,48.15729,48.1824,48.12223,48.1195,48.1,48.15788,48.16372,48.15937,48.11634,48.08537,48.14971,48.10479,48.1135,48.0983,48.13578,48.08818,48.10679,48.11286,48.13897,48.14082,48.13997,48.16893,48.13521,48.12343,48.13367,48.13011,48.14271,48.15132,48.1592,48.14018,48.16031,48.12485,48.16051,48.13071,48.15198,48.13643,48.14019,48.14896,48.08708,48.14331,48.12963,48.18488,48.12702,48.15988,48.10484,48.11348,48.13373,48.12873,48.14321,48.21755,48.16267,48.14122,48.13073,48.11761,48.16139,48.13808,48.12755,48.11456,48.15796,48.16128,48.17461,48.16024,48.14321,48.15057,48.11646,48.12307,48.15145,48.19616,48.12915,48.1748,48.10739,48.15868,48.15363,48.12506,48.15207,48.13986,48.1645,48.16927,48.14702,48.18842,48.17449,48.14626,48.10481,48.11867,48.13183,48.13073,48.11246,48.15178,48.19012,48.13867,48.11727,48.13464,48.13063,48.13472,48.11327,48.12012,48.12658,48.15354,48.21132,48.16286,48.15302,48.1145,48.09885,48.11752,48.07625,48.1468,48.13669,48.16672,48.10922,48.13785,48.1793,48.12222,48.11724,48.11239,48.11407,48.15227,48.11693,48.16246,48.1181,48.11329,48.16193,48.12513,48.11643,48.16234,48.15646,48.14274,48.19873,48.14856,48.1298,48.12844,48.12747,48.16789,48.12016,48.17237,48.13778,48.15247,48.10391,48.11567,48.10668,48.13416,48.12842,48.17398,48.13862,48.16524,48.14948,48.13172,48.11546,48.13923,48.10394,48.1297,48.16277,48.13166,48.1376,48.18025,48.12053,48.17102,48.16321,48.14218,48.11914,48.10805,48.14812,48.13213,48.12407,48.112,48.12805,48.14595,48.1119,48.1754,48.13479,48.15888,48.12157,48.10073,48.12476,48.1309,48.13771,48.13507,48.16744,48.11076,48.15506,48.17061,48.08503,48.14625,48.18014,48.14671,48.18731,48.15103,48.11034,48.1082,48.13625,48.15201,48.16564,48.16936,48.16176,48.13986,48.10823,48.12704,48.13589,48.12702,48.19964,48.13368,48.14775,48.15048,48.11094,48.14489,48.14932,48.12984,48.11861,48.11249,48.15354,48.16139,48.10736,48.12804,48.13248,48.15318,48.13885,48.07148,48.18022,48.15294,48.11518,48.12659,48.16385,48.11629,48.13725,48.13717,48.1263,48.13152,48.13792,48.17873,48.14714,48.15784,48.18472,48.17739,48.13556,48.13999,48.12601,48.12033,48.13397,48.16487,48.15228,48.14919,48.16251,48.14613,48.12157,48.15323,48.13024,48.1389,48.1449,48.11311,48.07525,48.14958,48.08576,48.11406,48.11914,48.15136,48.11598,48.20187,48.13756,48.14745,48.13738,48.11858,48.16233,48.13924,48.12445,48.15141,48.11579,48.12675,48.11559,48.2147,48.16616,48.16358,48.14733,48.1154,48.15896,48.18737,48.10908,48.18481,48.14862,48.12876,48.13594,48.14286,48.14201,48.17054,48.14395,48.16892,48.1668,48.15109,48.16334,48.15356,48.11225,48.13799,48.13218,48.14306,48.13262,48.11853,48.10706,48.10972,48.15415,48.137,48.16258,48.12668,48.13136,48.14734,48.10699,48.11084,48.16127,48.16098,48.13739,48.14477,48.15153,48.1494,48.13926,48.13131,48.12692,48.16188,48.11934,48.13597,48.13121,48.16588,48.10914,48.12231,48.15259,48.13032,48.13283,48.15372,48.15263,48.1373,48.12143,48.15149,48.14772,48.11535,48.10762,48.13377,48.12448,48.12112,48.13181,48.09908,48.15369,48.18421,48.1962,48.09951,48.11382,48.1333,48.16404,48.12286,48.13319,48.13944,48.1412,48.16349,48.13987,48.1517,48.11002,48.21462,48.16328,48.16545,48.17543,48.11552,48.12435,48.13685,48.10615,48.0852,48.12659,48.15368,48.12848,48.18182,48.11472,48.11201,48.11654,48.1397,48.16285,48.12857,48.12962,48.12659,48.17445,48.15386,48.17247,48.14372,48.10922,48.17007,48.1426,48.18369,48.12796,48.15294,48.15037,48.13638,48.126,48.15861,48.17215,48.09758,48.11109,48.14378,48.12201,48.14294,48.09728,48.14032,48.15588,48.12807,48.10705,48.13923,48.16056,48.14702,48.1409,48.10196,48.12047,48.11159,48.13854,48.16766,48.18231,48.18369,48.15956,48.11438,48.12219,48.15343,48.14616,48.1266,48.15172,48.10806,48.15842,48.13352,48.13375,48.10774,48.13847,48.14774,48.1478,48.15964,48.14192,48.16316,48.11809,48.13704,48.12886,48.20987,48.16039,48.10377,48.13883,48.16076,48.16393,48.15234,48.15303,48.18391,48.16384,48.13768,48.10697,48.11193,48.18327,48.17135,48.16315,48.16175,48.13661,48.14971,48.13037,48.1243,48.15795,48.12527,48.13692,48.13647,48.13784,48.14033,48.16786,48.16652,48.09682,48.219,48.17058,48.10951,48.13026,48.15317,48.12893,48.16236,48.13994,48.1518,48.12658,48.11163,48.13525,48.10099,48.17691,48.1102,48.11545,48.08742,48.12724,48.14412,48.14008,48.15302,48.12154,48.21821,48.19633,48.17879,48.13871,48.15388,48.12617,48.17175,48.13899,48.13273,48.08474,48.13095,48.13034,48.12509,48.12891,48.09601,48.14288,48.15474,48.14819,48.08678,48.13182,48.13245,48.10718,48.13561,48.09892,48.10074,48.16203,48.10788,48.11752,48.12163,48.1974,48.18498,48.15402,48.15604,48.1118,48.14549,48.14491,48.15765,48.1494,48.16734,48.11161,48.16601,48.10964,48.14122,48.15461,48.1159,48.12881,48.18707,48.15251,48.13067,48.13783,48.1528,48.15213,48.13156,48.11895,48.15304,48.13278,48.17148,48.15141,48.15826,48.1158,48.14299,48.10801,48.14185,48.12671,48.13007,48.18258,48.14717,48.17036,48.15952,48.1272,48.12118,48.14764,48.15158,48.08413,48.1269,48.13924,48.1277,48.08377,48.11244,48.13098,48.15073,48.13433,48.13723,48.13072,48.14701,48.15799,48.09174,48.1717,48.15933,48.1601,48.15377,48.16516,48.17957,48.12082,48.20356,48.1097,48.135,48.15046,48.15016,48.13892,48.13729,48.11231,48.108,48.13086,48.1058,48.16369,48.13452,48.16843,48.1873,48.15077,48.12776,48.18211,48.16291,48.14995,48.13235,48.1438,48.13828,48.1434,48.13981,48.1304,48.14917,48.12375,48.09753,48.19444,48.17368,48.16598,48.11832,48.076,48.13521,48.17059,48.14018,48.12559,48.11437,48.09217,48.12227,48.14056,48.13715,48.14319,48.12577,48.15092,48.10584,48.12858,48.1505,48.15121,48.14413,48.10557,48.10554,48.12341,48.14902,48.093,48.11453,48.13684,48.11461,48.15237,48.18352,48.1161,48.1626,48.17109,48.15001,48.20444,48.11243,48.12327,48.21206,48.11531,48.13855,48.13531,48.16535,48.13744,48.15045,48.13003,48.14266,48.09401,48.1389,48.13766,48.21476,48.07489,48.14675,48.12167,48.16451,48.12539,48.14321,48.11367,48.15652,48.11839,48.11536,48.15431,48.14675,48.11899,48.11564,48.13867,48.14826,48.10525,48.16473,48.14944,48.16363,48.13442,48.13293,48.11625,48.13392,48.135,48.13674,48.16895,48.1134,48.09292,48.13821,48.17829,48.13186,48.13993,48.17078,48.18571,48.15755,48.12592,48.11636,48.1655,48.1026,48.0967,48.1855,48.13156,48.15842,48.15333,48.14986,48.12559,48.19621,48.15294,48.15064,48.13738,48.1302,48.13378,48.08803,48.13644,48.16765,48.14828,48.12284,48.18769,48.18229,48.15052,48.13865,48.2116,48.14735,48.14995,48.16284,48.13384,48.1037,48.11801,48.09699,48.10582,48.13728,48.15784,48.14095,48.16647,48.15356,48.15324,48.1507,48.11985,48.13524,48.16564,48.16426,48.15315,48.14241,48.17008,48.12721,48.12597,48.13331,48.14719,48.15449,48.13222,48.10755,48.13563,48.13632,48.15952,48.15525,48.13745,48.10139,48.16625,48.13822,48.11725,48.18865,48.13081,48.09915,48.12149,48.15024,48.13966,48.143,48.15648,48.16275,48.12653,48.12667,48.15411,48.16022,48.14204,48.18438,48.18194,48.11974,48.13551,48.1787,48.16359,48.10054,48.11954,48.16878,48.15942,48.15917,48.13252,48.1548,48.17733,48.10085,48.13847,48.17947,48.1814,48.10908,48.1624,48.12049,48.15786,48.17058,48.15435,48.15644,48.14877,48.09511,48.12947,48.15373,48.13716,48.10194,48.1629,48.13282,48.1284,48.12864,48.12751,48.16208,48.16006,48.11945,48.15648,48.1537,48.15152,48.1071,48.09146,48.14856,48.1943,48.15221,48.11811,48.12691,48.16276,48.15885,48.12284,48.14869,48.16551,48.10324,48.12166,48.13963,48.10715,48.13373,48.16722,48.14984,48.12375,48.12856,48.16957,48.19824,48.16434,48.13939,48.1661,48.13015,48.18581,48.1234,48.13765,48.08365,48.14909,48.1235,48.15201,48.12271,48.12178,48.13718,48.10468,48.15013,48.11685,48.14411,48.10445,48.09427,48.13211,48.14471,48.15071,48.10071,48.11825,48.19939,48.15794,48.16064,48.16574,48.11981,48.12009,48.13699,48.12827,48.12251,48.15109,48.12232,48.13327,48.1515,48.16032,48.16907,48.16557,48.11739,48.17861,48.17623,48.11546,48.11726,48.12949,48.13895,48.13179,48.1166,48.15787,48.15009,48.1281,48.15356,48.16289,48.14376,48.11368,48.16019,48.13189,48.10651,48.15051,48.12186,48.12676,48.12882,48.13259,48.13497,48.13434,48.09738,48.13275,48.13043,48.12153,48.12963,48.12963,48.12963,48.08214,48.10317,48.13064,48.19819,48.09738,48.12033,48.18284,48.1372,48.12194,48.1105,48.11195,48.10731,48.1469,48.12229,48.10375,48.17471,48.13827,48.1137,48.11701,48.1233,48.13517,48.12986,48.09832,48.14622,48.13583,48.14699,48.14822,48.1964,48.14937,48.09837,48.13603,48.16292,48.16755,48.10536,48.10514,48.16863,48.13509,48.11858,48.15255,48.16451,48.18838,48.17149,48.10014,48.14598,48.15492,48.16586,48.14481,48.12312,48.16184,48.10199,48.15886,48.14671,48.11376,48.1366,48.09738,48.08689,48.1319,48.07112,48.10976,48.11779,48.12146,48.13792,48.13269,48.13508,48.12611,48.13431,48.16028,48.13784,48.15174,48.15616,48.146,48.12305,48.12558,48.10626,48.16634,48.13802,48.1256,48.08246,48.09517,48.10822,48.09612,48.13591,48.18101,48.1003,48.18742,48.14646,48.10314,48.12778,48.11807,48.10429,48.15388,48.09852,48.11206,48.13524,48.15949,48.17547,48.14013,48.11594,48.16257,48.12825,48.14403,48.13838,48.14759,48.13682,48.15085,48.14593,48.1298,48.1763,48.12308,48.17499,48.16382,48.13909,48.18073,48.12615,48.14429,48.19707,48.14206,48.15689,48.15296,48.098,48.10226,48.11816,48.13604,48.13725,48.12558,48.13516,48.16241,48.17788,48.12229,48.09955,48.17839,48.11226,48.13237,48.20562,48.15227,48.13906,48.18892,48.16118,48.12206,48.12272,48.12207,48.14487,48.13493,48.12443,48.14425,48.13608,48.17623,48.14875,48.15908,48.16104,48.13421,48.09097,48.14922,48.10282,48.09391,48.11445,48.13272,48.16978,48.12663,48.099,48.1641,48.13297,48.15773,48.11849,48.10608,48.13096,48.206,48.14479,48.11524,48.12969,48.16101,48.13542,48.15547,48.16011,48.18282,48.16064,48.09202,48.10877,48.18601,48.14609,48.16344,48.12605,48.12987,48.17754,48.15768,48.18102,48.12894,48.16025,48.13103,48.09172,48.13182,48.15163,48.15239,48.12471,48.12919,48.10888,48.12432,48.11257,48.09773,48.11708,48.14754,48.11721,48.10456,48.15074,48.1786,48.14125,48.15025,48.13927,48.15249,48.10531,48.11945,48.12427,48.13922,48.10698,48.18403,48.10924,48.15679,48.07833,48.14272,48.18093,48.12742,48.12925,48.18091,48.12667,48.16783,48.12237,48.10983,48.15982,48.15244,48.1313,48.15757,48.12678,48.17459,48.15223,48.13121,48.16976,48.11418,48.12034,48.13187,48.12644,48.13937,48.12997,48.16834,48.17888,48.13934,48.12727,48.18114,48.13267,48.08688,48.15493,48.16849,48.1264,48.15625,48.21786,48.10005,48.17957,48.12561,48.12968,48.13377,48.17961,48.16051,48.12393,48.12776,48.13822,48.10666,48.12891,48.11582,48.14125,48.12506,48.11555,48.16018,48.10754,48.15851,48.15494,48.16767,48.11297,48.15253,48.1583,48.14006,48.16356,48.16028,48.13647,48.13299,48.15319,48.15766,48.09838,48.12448,48.17018,48.12806,48.15954,48.17789,48.11659,48.17756,48.14163,48.15837,48.10537,48.1234,48.16055,48.14382,48.12408,48.20152,48.14786,48.139,48.13634,48.1666,48.16313,48.08035,48.08374,48.14755,48.14901,48.15948,48.13895,48.13164,48.16065,48.18167,48.13589,48.15609,48.10405,48.18018,48.15245,48.13374,48.13777,48.12549,48.13514,48.12822,48.13388,48.1306,48.15643,48.10303,48.17838,48.11459,48.1572,48.1541,48.11758,48.1124,48.13836,48.16057,48.15724,48.15034,48.13507,48.10906,48.12902,48.123,48.14322,48.18752,48.13131,48.12044,48.18047,48.09266,48.15084,48.12028,48.13209,48.13911,48.13617,48.12777,48.17814,48.14615,48.12566,48.13317,48.18251,48.20445,48.13167,48.13891,48.14706,48.16215,48.13595,48.12937,48.12902,48.12757,48.13668,48.15217,48.13008,48.13787,48.1595,48.14418,48.11656,48.14063,48.13123,48.12901,48.1448,48.12186,48.14276,48.1423,48.15222,48.14799,48.12462,48.13408,48.12456,48.18445,48.15595,48.18042,48.13051,48.15313,48.1572,48.18108,48.13591,48.11866,48.13622,48.1557,48.12,48.13587,48.14219,48.1759,48.07938,48.14185,48.15422,48.17591,48.13525,48.11293,48.12563,48.172,48.12462,48.11732,48.1237,48.1279,48.1167,48.11688,48.15531,48.13063,48.11793,48.15333,48.1273,48.13335,48.12253,48.1095,48.20162,48.13105,48.13283,48.13627,48.13786,48.13843,48.11901,48.18489,48.12642,48.17222,48.14995,48.15237,48.15324,48.09949,48.11772,48.16024,48.18207,48.12929,48.15072,48.12514,48.11707,48.1568,48.15328,48.20603,48.13372,48.10365,48.12966,48.16146,48.1193,48.15934,48.18023,48.15887,48.12289,48.13764,48.11544,48.12671,48.08871,48.16096,48.11435,48.15375,48.12878,48.10284,48.12977,48.17249,48.12393,48.15528,48.12697,48.14895,48.10949,48.14373,48.11967,48.18279,48.1314,48.13987,48.13103,48.16609,48.13586,48.1391,48.15036,48.11838,48.11943,48.14968,48.16651,48.12467,48.12078,48.17059,48.11845,48.13236,48.18239,48.14828,48.13004,48.13779,48.13264,48.13216,48.17893,48.15178,48.13612,48.2045,48.12969,48.16602,48.18003,48.18329,48.17947,48.16594,48.13562,48.16781,48.11915,48.10852,48.10632,48.14865,48.11289,48.12579,48.18753,48.15018,48.11537,48.15003,48.08248,48.13948,48.13154,48.13842,48.15055,48.13724,48.13601,48.16945,48.12762,48.1287,48.16388,48.20527,48.09656,48.16222,48.12542,48.14275,48.16386,48.12427,48.16537,48.16356,48.12095,48.14972,48.12157,48.12469,48.13835,48.11717,48.11285,48.15811,48.1229,48.13032,48.15329,48.10296,48.15843,48.15014,48.10185,48.17716,48.20065,48.13208,48.19687,48.18366,48.16771,48.13068,48.17798,48.16384,48.10748,48.12946,48.14068,48.14419,48.14724,48.14017,48.13974,48.12401,48.1375,48.11776,48.09621,48.16584,48.17973,48.1782,48.1625,48.14718,48.17898,48.12193,48.16681,48.11558,48.21292,48.13901,48.15398,48.12887,48.1255,48.13164,48.12849,48.18001,48.14175,48.18154,48.17931,48.165,48.13274,48.12449,48.14675,48.18234,48.15193,48.14906,48.13431,48.12395,48.12301,48.11731,48.13077,48.15166,48.11538,48.12686,48.14713,48.1995,48.13181,48.12433,48.14863,48.17114,48.13031,48.11522,48.13667,48.14741,48.1315,48.11043,48.09325,48.17904,48.19849,48.12892,48.13333,48.10409,48.13963,48.10762,48.09822,48.17641,48.1285,48.1526,48.16396,48.13716,48.15113,48.15428,48.15788,48.1675,48.15904,48.13033,48.09971,48.11593,48.14156,48.17206,48.11845,48.14975,48.11477,48.14814,48.12488,48.14087,48.15585,48.14936,48.16694,48.13735,48.0783,48.10331,48.12789,48.17897,48.12481,48.14811,48.13331,48.12766,48.12896,48.10218,48.10499,48.10499,48.123,48.1238,48.1211,48.13191,48.1541,48.13417,48.14795,48.10803,48.1517,48.15792,48.15262,48.20956,48.16967,48.12738,48.13902,48.16921,48.17906,48.13733,48.15495,48.15327,48.13361,48.18912,48.12265,48.13076,48.09572,48.1431,48.12207,48.18321,48.13152,48.16613,48.1041,48.11593,48.16424,48.20288,48.13205,48.13092,48.08726,48.17902,48.16586,48.1362,48.16326,48.10162,48.13167,48.09593,48.1244,48.12625,48.1155,48.11324,48.12908,48.12939,48.12834,48.1589,48.13727,48.13648,48.14773,48.15843,48.13818,48.12097,48.13766,48.13782,48.20915,48.13166,48.1737,48.13875,48.12478,48.15381,48.13157,48.15061,48.16108,48.08739,48.1372,48.09866,48.12848,48.13193,48.17925,48.14652,48.16991,48.15009,48.14483,48.16254,48.13033,48.14916,48.11277,48.13329,48.12464,48.11092,48.12057,48.12409,48.12527,48.10453,48.14766,48.08816,48.13593,48.12376,48.16069,48.10475,48.16257,48.13532,48.15411,48.11783,48.154,48.18164,48.12873,48.18011,48.17532,48.14559,48.12402,48.14211,48.15084,48.14931,48.12993,48.18062,48.16277,48.11502,48.10521,48.14939,48.17862,48.15182,48.11561,48.11499,48.12148,48.17119,48.11315,48.14039,48.14223,48.14931,48.13818,48.13905,48.12376,48.13519,48.16015,48.12656,48.12439,48.1168,48.14696,48.15328,48.1341,48.09957,48.11345,48.15383,48.15465,48.15347,48.12479,48.14927,48.16122,48.13684,48.14323,48.12282,48.13238,48.18209,48.13192,48.1683,48.12753,48.10927,48.15033,48.12758,48.1502,48.12151,48.10545,48.12405,48.11554,48.19621,48.10044,48.15378,48.12753,48.10005,48.13903,48.20114,48.16432,48.10637,48.19618,48.12326,48.12662,48.13768,48.14076,48.14371,48.14003,48.14069,48.11827,48.12432,48.11121,48.15886,48.14314,48.09911,48.13788,48.09768,48.15706,48.15043,48.12198,48.12793,48.21082,48.12861,48.15928,48.13385,48.14935,48.15504,48.13858,48.16347,48.17247,48.15876,48.14491,48.12097,48.1296,48.15106,48.13973,48.13821,48.15555,48.15783,48.16736,48.16713,48.13983,48.20264,48.15031,48.1575,48.13062,48.12263,48.15571,48.16112,48.11887,48.17902,48.19989,48.17914,48.14858,48.15324,48.13221,48.13357,48.1501,48.14864,48.16732,48.15417,48.16155,48.13561,48.12278,48.16588,48.1264,48.12954,48.13579,48.15366,48.12518,48.15938,48.15124,48.15274,48.15159,48.18147,48.16962,48.17143,48.1549,48.11902,48.1718,48.13684,48.15265,48.13039,48.17603,48.15747,48.14839,48.10809,48.13421,48.13525,48.15925,48.10618,48.12403,48.14789,48.16951,48.15108,48.11113,48.10614,48.12362,48.1285,48.14821,48.18541,48.12801,48.14182,48.19152,48.14785,48.15313,48.16088,48.09737,48.15868,48.19185,48.13426,48.15982,48.10257,48.16099,48.1381,48.16397,48.11972,48.15077,48.13476,48.1648,48.15737,48.15268,48.16619,48.10966,48.16519,48.13143,48.12414,48.11587,48.11325,48.15455,48.13704,48.14321,48.18192,48.13488,48.14109,48.137,48.16227,48.10688,48.11237,48.08021,48.14124,48.10578,48.18033,48.12681,48.12297,48.16583,48.15006,48.14928,48.16313,48.13119,48.15428,48.13061,48.15033,48.12326,48.15512,48.16583,48.14975,48.13061,48.16006,48.12555,48.10844,48.13363,48.13085,48.17486,48.16661,48.16497,48.16168,48.18736,48.11064,48.18342,48.13994,48.12581,48.13828,48.18453,48.11204,48.17382,48.16304,48.11472,48.14227,48.13271,48.10619,48.12887,48.12438,48.10882,48.13431,48.11494,48.10851,48.16253,48.11119,48.08447,48.14385,48.15073,48.13201,48.10899,48.18726,48.1281,48.14056,48.15428,48.17226,48.1513,48.15983,48.18682,48.17766,48.10696,48.1163,48.19717,48.15975,48.13517,48.17937,48.10547,48.14796,48.14147,48.20494,48.13578,48.13202,48.11207,48.10955,48.13318,48.13566,48.17923,48.13644,48.1373,48.15403,48.15003,48.13561,48.13539,48.12324,48.14646,48.16409,48.13727,48.09322,48.14775,48.15397,48.13166,48.1427,48.14731,48.13756,48.13688,48.15452,48.1553,48.13944,48.19788,48.15389,48.13402,48.17944,48.14221,48.18028,48.15533,48.12849,48.18071,48.11459,48.13157,48.13889,48.15802,48.12631,48.17266,48.18179,48.14969,48.13146,48.15599,48.12031,48.16245,48.15222,48.14144,48.11245,48.13639,48.11129,48.14613,48.12494,48.16208,48.2005,48.13157,48.09445,48.1028,48.15874,48.12953,48.20197,48.16267,48.1627,48.1411,48.13446,48.15622,48.15835,48.13672,48.13926,48.15249,48.13744,48.11135,48.12762,48.17531,48.16321,48.12161,48.12982,48.1558,48.16135,48.13505,48.16141,48.11215,48.15407,48.1834,48.12702,48.10203,48.13815,48.15347,48.16626,48.16984,48.14518,48.11697,48.11879,48.13714,48.11913,48.12892,48.15541,48.13589,48.15004,48.14873,48.13674,48.17981,48.18602,48.14069,48.1151,48.1613,48.1598,48.16835,48.17853,48.11951,48.16908,48.08825,48.15134,48.1056,48.18544,48.1504,48.0999,48.14193,48.19927,48.13227,48.16973,48.2002,48.15953,48.18182,48.13525,48.12484,48.12515,48.12597,48.14689,48.09547,48.14373,48.11418,48.13849,48.10577,48.15935,48.11805,48.12744,48.13917,48.1335,48.16659,48.125,48.13998,48.14296,48.12947,48.12472,48.11311,48.16163,48.13596,48.13535,48.15219,48.12594,48.12658,48.17691,48.13494,48.13603,48.08738,48.14783,48.18396,48.16153,48.12693,48.12793,48.12305,48.10949,48.11206,48.18343,48.11267,48.14126,48.12442,48.17806,48.13666,48.10759,48.15122,48.15493,48.11568,48.13638,48.18818,48.12037,48.15397,48.11646,48.17988,48.14951,48.12695,48.15082,48.13882,48.11707,48.18487,48.13919,48.09649,48.1339,48.13388,48.14999,48.13907,48.13071,48.16407,48.16389,48.1631,48.12843,48.18315,48.14458,48.16208,48.21063,48.13728,48.14884,48.13543,48.12131,48.10142,48.17904,48.15297,48.14932,48.14774,48.16421,48.16505,48.13018,48.13493,48.1633,48.19867,48.13695,48.13545,48.13592,48.12319,48.11757,48.12995,48.11726,48.1264,48.1466,48.1506,48.11861,48.16424,48.16948,48.15899,48.13433,48.11645,48.13354,48.12511,48.18275,48.10114,48.1501,48.15566,48.14905,48.20059,48.13507,48.15951,48.16657,48.15529,48.14867,48.1372,48.15032,48.12358,48.11204,48.14693,48.11467,48.11221,48.1402,48.11983,48.17506,48.16291,48.1314,48.12699,48.18061,48.15005,48.16305,48.1363,48.12905,48.19195,48.17192,48.1098,48.10559,48.13762,48.11499,48.10538,48.16135,48.14479,48.12778,48.14479,48.16179,48.14991,48.1161,48.18499,48.12423,48.16655,48.12578,48.12313,48.12922,48.12996,48.12857,48.10402,48.15904,48.16105,48.14725,48.1665,48.13503,48.14084,48.16686,48.13242,48.13107,48.09199,48.16395,48.12737,48.13039,48.15481,48.11903,48.13033,48.1258,48.14998,48.09856,48.15143,48.13575,48.12241,48.15589,48.0839,48.15588,48.12634,48.12786,48.16187,48.13067,48.09738,48.15899,48.16575,48.14501,48.10949,48.15345,48.14575,48.16781,48.15839,48.15086,48.16166,48.12586,48.15564,48.1405,48.12443,48.12141,48.13552,48.13583,48.12949,48.16363,48.1125,48.12715,48.11196,48.16641,48.13311,48.12604,48.1799,48.15963,48.10803,48.15646,48.12044,48.1092,48.14138,48.11984,48.15379,48.1825,48.13231,48.12928,48.15525,48.12434,48.14879,48.13397,48.15839,48.11495,48.1338,48.10763,48.16653,48.18514,48.17209,48.15176,48.12425,48.18797,48.15314,48.09086,48.10484,48.09696,48.1699,48.18298,48.10914,48.13546,48.19536,48.15126,48.13377,48.108,48.11163,48.1358,48.14625,48.15425,48.08672,48.13691,48.11395,48.17884,48.20289,48.14468,48.12842,48.1449,48.15709,48.08569,48.13041,48.15421,48.18109,48.18604,48.14479,48.14479,48.12492,48.11423,48.106,48.15791,48.14283,48.11599,48.18576,48.1109,48.12927,48.15186,48.12305,48.1371,48.1398,48.1167,48.14365,48.13592,48.20917,48.17602,48.14769,48.15681,48.14479,48.1286,48.16038,48.13222,48.1298,48.13784,48.14415,48.10256,48.14241,48.11316,48.16354,48.17402,48.14966,48.15243,48.17405,48.15122,48.14936,48.13024,48.14622,48.15172,48.19675,48.18882,48.15575,48.13015,48.12694,48.13956,48.12835,48.10204,48.13741,48.11076,48.15309,48.13698,48.098,48.13682,48.17231,48.12694,48.14977,48.11294,48.12771,48.13804,48.12232,48.12665,48.1277,48.11285,48.13594,48.12131,48.10476,48.15073,48.15331,48.1328,48.13663,48.1824,48.13649,48.13873,48.15444,48.11924,48.12712,48.15416,48.08584,48.08461,48.13463,48.14996,48.14396,48.14278,48.14392,48.14372,48.17027,48.14932,48.13891,48.15959,48.11004,48.15236,48.13875,48.18178,48.12964,48.14941,48.15652,48.20927,48.155,48.12953,48.09109,48.15468,48.13419,48.14191,48.19886,48.13992,48.15505,48.10513,48.10672,48.13988,48.14777,48.13729,48.14087,48.13782,48.1375,48.15049,48.10456,48.13593,48.15422,48.15789,48.15463,48.17549,48.12905,48.15802,48.14293,48.16508,48.12485,48.14004,48.16279,48.14459,48.13273,48.15869,48.14905,48.14028,48.14669,48.18554,48.15296,48.12692,48.14139,48.15824,48.11792,48.0886,48.13837,48.15261,48.15315,48.15119,48.12843,48.1663,48.13235,48.1376,48.12791,48.1496,48.13739,48.12552,48.14764,48.14854,48.17613,48.1309,48.10897,48.14843,48.10631,48.13573,48.13577,48.13991,48.12815,48.14377,48.13035,48.13047,48.13859,48.13062,48.11596,48.12745,48.11497,48.14953,48.11579,48.12026,48.15236,48.11014,48.16628,48.16851,48.13307,48.12799,48.0951,48.12039,48.09809,48.12371,48.1743,48.09129,48.10918,48.1038,48.15326,48.08588,48.18135,48.1401,48.14748,48.13563,48.13738,48.15748,48.15233,48.1781,48.15147,48.15924,48.13764,48.10149,48.15274,48.12728,48.11632,48.18578,48.12732,48.16646,48.14979,48.11284,48.12807,48.12837,48.15482,48.139,48.13767,48.10703,48.15486,48.12232,48.11602,48.18282,48.1436,48.14654,48.17538,48.11758,48.15147,48.15532,48.15081,48.11084,48.08362,48.10784,48.14824,48.15308,48.104,48.16138,48.11458,48.12292,48.15629,48.14242,48.10032,48.14501,48.12289,48.1492,48.1255,48.15933,48.13664,48.1821,48.13221,48.15012,48.12899,48.12845,48.07895,48.1071,48.13589,48.12286,48.1533,48.15173,48.14191,48.1349,48.12748,48.17091,48.13739,48.12281,48.14717,48.13744,48.12815,48.1132,48.13674,48.15741,48.15039,48.10747,48.15797,48.15296,48.14531,48.14195,48.16418,48.14582,48.13007,48.11982,48.14477,48.11083,48.16654,48.14414,48.14421,48.15337,48.11426,48.14316,48.10256,48.11905,48.12279,48.11477,48.15542,48.14664,48.14534,48.15952,48.11486,48.16794,48.0815,48.174,48.13272,48.15072,48.13855,48.13641,48.14204,48.18135,48.1381,48.1272,48.12463,48.16291,48.09654,48.12112,48.17411,48.12817,48.16225,48.13043,48.13318,48.13527,48.11632,48.16235,48.12757,48.12662,48.16502,48.12813,48.21695,48.1138,48.15397,48.11838,48.15211,48.16179,48.14369,48.14197,48.12057,48.13201,48.11932,48.10288,48.10382,48.14817,48.18315,48.114,48.09971,48.11388,48.13822,48.14634,48.1642,48.09779,48.15219,48.11627,48.16665,48.13155,48.10806,48.13451,48.20015,48.11476,48.16603,48.15528,48.12902,48.10284,48.18459,48.15522,48.15716,48.15479,48.15596,48.18591,48.0923,48.17247,48.15111,48.11082,48.13292,48.17071,48.17169,48.17204,48.14987,48.14667,48.13968,48.13708,48.13573,48.13535,48.16975,48.11349,48.14986,48.14897,48.15405,48.13756,48.15038,48.15831,48.07765,48.10527,48.1528,48.1143,48.14188,48.14887,48.08758,48.16317,48.18153,48.1192,48.09747,48.18333,48.11911,48.18445,48.11642,48.12679,48.13652,48.15529,48.11141,48.14836,48.17548,48.14535,48.16122,48.1058,48.16937,48.11669,48.1337,48.10685,48.13023,48.12983,48.08023,48.16359,48.15192,48.1633,48.13843,48.13014,48.13228,48.10785,48.15013,48.12194,48.11788,48.15575,48.12099,48.13607,48.09808,48.14806,48.14631,48.1873,48.129,48.12855,48.13459,48.13764,48.15084,48.13508,48.08836,48.12803,48.0896,48.11718,48.1251,48.13628,48.1219,48.16478,48.1423,48.18162,48.15717,48.11764,48.11204,48.11365,48.15591,48.13726,48.09441,48.13538,48.14868,48.11406,48.16265,48.13593,48.11394,48.1208,48.15125,48.1862,48.14114,48.12508,48.13645,48.13045,48.12602,48.12933,48.18378,48.12676,48.10971,48.16041,48.09171,48.16599,48.15341,48.20232,48.1423,48.17983,48.09509,48.13267,48.16608,48.14593,48.15644,48.16319,48.08725,48.14949,48.10688,48.09506,48.15885,48.15877,48.10702,48.15388,48.1439,48.13463,48.11663,48.17067,48.10659,48.11257,48.11791,48.11453,48.08871,48.13622,48.16801,48.10139,48.13617,48.12709,48.16139,48.1335,48.1198,48.15376,48.13738,48.09471,48.1544,48.10313,48.16126,48.16266,48.14927,48.1476,48.16994,48.12818,48.1143,48.14619,48.15287,48.11371,48.1151,48.10726,48.13996,48.10265,48.18045,48.13299,48.15008,48.11518,48.1429,48.1368,48.12542,48.13741,48.13192,48.13454,48.10621,48.11552,48.14017,48.15427,48.14602,48.16285,48.12913,48.12916,48.12488,48.13576,48.09356,48.11595,48.14772,48.13107,48.15028,48.1488,48.12828,48.15176,48.131,48.19702,48.14277,48.12228,48.11513,48.12473,48.12401,48.19532,48.12411,48.12071,48.17212,48.13423,48.11958,48.09017,48.12149,48.09141,48.13437,48.1594,48.11831,48.12145,48.12445,48.1098,48.09022,48.20092,48.19986,48.10395,48.12934,48.14536,48.17211,48.15228,48.17957,48.10752,48.16274,48.15268,48.11698,48.15047,48.11997,48.12382,48.1381,48.15791,48.13092,48.09222,48.17616,48.14875,48.16704,48.12263,48.12796,48.09041,48.13979,48.15831,48.12671,48.21405,48.10366,48.14794,48.1618,48.15966,48.09427,48.16917,48.15981,48.20517,48.1563,48.10186,48.12456,48.12912,48.17703,48.12377,48.13022,48.15229,48.12623,48.16694,48.14926,48.17796,48.14564,48.17975,48.15212,48.11135,48.11035,48.20191,48.1482,48.1549,48.18262,48.18387,48.19781,48.13143,48.18393,48.1191,48.13654,48.10976,48.14553,48.11392,48.10192,48.11439,48.1081,48.16521,48.13789,48.14636,48.14832,48.15984,48.13654,48.12615,48.15515,48.1553,48.12453,48.14357,48.15326,48.15483,48.15295,48.13657,48.16287,48.16286,48.10716,48.1468,48.15794,48.13485,48.13537,48.15961,48.19564,48.12829,48.12629,48.18844,48.13269,48.13754,48.15525,48.12641,48.09027,48.19709,48.12932,48.09804,48.11353,48.14721,48.18332,48.18297,48.12793,48.12069,48.12918,48.13586,48.094,48.11151,48.15021,48.13711,48.1568,48.12962,48.15296,48.11817,48.14885,48.13818,48.17824,48.15289,48.1595,48.18229,48.17149,48.15025,48.08899,48.14866,48.14925,48.1373,48.10983,48.13708,48.13178,48.07927,48.16408,48.14842,48.19821,48.18377,48.13965,48.12391,48.11005,48.13757,48.08788,48.13725,48.16665,48.12441,48.16533,48.20033,48.13765,48.12157,48.15846,48.16168,48.13349,48.15339,48.14553,48.13833,48.13676,48.16197,48.15986,48.1426,48.13708,48.09314,48.1397,48.13551,48.16876,48.1263,48.20268,48.14056,48.14419,48.13294,48.19589,48.13074,48.14139,48.15383,48.13995,48.12221,48.17522,48.10351,48.15217,48.15125,48.14248,48.16681,48.15263,48.09395,48.12671,48.12739,48.18626,48.11156,48.14817,48.14505,48.13974,48.18217,48.14333,48.12957,48.10572,48.14597,48.11353,48.1262,48.12996,48.13771,48.13829,48.09829,48.18441,48.11879,48.13528,48.12934,48.14984,48.15073,48.13521,48.11325,48.18685,48.15087,48.14633,48.14359,48.11047,48.13475,48.13833,48.15,48.15564,48.18994,48.11822,48.14089,48.11888,48.18246,48.10848,48.13079,48.13593,48.12404,48.13075,48.16358,48.15845,48.17444,48.13624,48.10964,48.11764,48.17001,48.08638,48.09907,48.07649,48.15482,48.15495,48.11712,48.10952,48.15033,48.17337,48.1557,48.16866,48.16237,48.14974,48.15,48.13208,48.14106,48.1194,48.16765,48.19708,48.19626,48.08699,48.20204,48.14955,48.12546,48.18432,48.15288,48.15763,48.12447,48.11516,48.14296,48.13981,48.12104,48.17918,48.12456,48.11901,48.11198,48.16961,48.12073,48.20592,48.0963,48.12524,48.12547,48.1328,48.11085,48.1736,48.15923,48.11078,48.11746,48.15924,48.16441,48.13182,48.15952,48.15206,48.09852,48.1271,48.14576,48.13596,48.16704,48.11999,48.14783,48.1853,48.15535,48.15935,48.16659,48.14771,48.15863,48.10426,48.18348,48.15237,48.10822,48.16245,48.09946,48.12635,48.17355,48.16809,48.12343,48.17256,48.10835,48.13208,48.12365,48.13695,48.12482,48.16045,48.15313,48.19504,48.13045,48.09339,48.15347,48.11102,48.11135,48.13762,48.13194,48.12647,48.18283,48.18339,48.14869,48.16068,48.14915,48.0991,48.12542,48.18514,48.17516,48.17752,48.17987,48.1587,48.13947,48.13931,48.09235,48.14108,48.12796,48.0943,48.15289,48.15763,48.10502,48.179,48.17684,48.17976,48.10807,48.157,48.13028,48.14914,48.13452,48.14069,48.13026,48.1258,48.15189,48.18441,48.09391,48.11223,48.11089,48.16896,48.09959,48.11193,48.18034,48.16021,48.15081,48.14629,48.19822,48.1284,48.12292,48.12889,48.1346,48.12713,48.13634,48.17308,48.09371,48.10917,48.14993,48.14553,48.11246,48.14194,48.13375,48.18815,48.17012,48.10486,48.11612,48.12349,48.14083,48.11067,48.12611,48.11395,48.20488,48.10778,48.15287,48.11776,48.17893,48.13515,48.12468,48.13799,48.13556,48.15256,48.13046,48.15785,48.1641,48.15002,48.13211,48.12533,48.13978,48.15133,48.11406,48.10353,48.13952,48.097,48.13936,48.14969,48.13014,48.12208,48.11449,48.10965,48.1384,48.16471,48.13239,48.142,48.12241,48.14156,48.11584,48.12195,48.19961,48.17917,48.11293,48.15015,48.12441,48.15058,48.15027,48.16314,48.12243,48.16104,48.14379,48.1241,48.17407,48.13362,48.12674,48.12526,48.15321,48.14757,48.1408,48.13397,48.15021,48.14735,48.1519,48.14633,48.14543,48.14195,48.21157,48.12072,48.16201,48.1248,48.16404,48.15048,48.14827,48.1711,48.14323,48.13398,48.09668,48.16226,48.12845,48.13384,48.13772,48.13919,48.13107,48.12824,48.14974,48.12955,48.12514,48.13866,48.13795,48.14541,48.13157,48.13622,48.08994,48.15538,48.15288,48.09246,48.12124,48.15225,48.16358,48.16158,48.13925,48.1667,48.09249,48.11614,48.15321,48.18131,48.13729,48.15415,48.1618,48.16797,48.13069,48.14321,48.14874,48.13797,48.12955,48.07388,48.12889,48.09232,48.1286,48.15096,48.1237,48.19786,48.11562,48.15305,48.18545,48.13268,48.13792,48.13324,48.16791,48.16507,48.11338,48.13002,48.19954,48.16572,48.14458,48.15285,48.12079,48.12025,48.17541,48.12095,48.1536,48.16027,48.14557,48.14032,48.13564,48.16997,48.16112,48.17899,48.16139,48.17337,48.15569,48.09984,48.1137,48.11247,48.12999,48.13152,48.14731,48.15215,48.16714,48.12954,48.12845,48.15184,48.16803,48.10764,48.14757,48.12978,48.14447,48.13147,48.11149,48.13609,48.14558,48.13779,48.12973,48.11568,48.21577,48.15202,48.123,48.13184,48.17755,48.13052,48.15693,48.12982,48.13473,48.16163,48.13899,48.20354,48.15521,48.13659,48.15778,48.13772,48.1184,48.12861,48.19889,48.11009,48.15182,48.14373,48.14736,48.11451,48.13966,48.1303,48.15556,48.15522,48.0867,48.15027,48.14955,48.18177,48.13312,48.14147,48.11282,48.16423,48.12452,48.13527,48.15027,48.16903,48.14251,48.13211,48.12619,48.16266,48.14769,48.10942,48.13572,48.13523,48.1266,48.13502,48.09186,48.10994,48.09124,48.15593,48.116,48.21017,48.174,48.17405,48.17336,48.13025,48.16479,48.14968,48.16322,48.08685,48.13313,48.16068,48.13684,48.09995,48.17512,48.11894,48.14637,48.14321,48.14197,48.13383,48.13152,48.10708,48.15312,48.10974,48.16868,48.14993,48.15982,48.15384,48.10782,48.10911,48.12016,48.13221,48.12881,48.16804,48.15414,48.12906,48.11808,48.10984,48.15137,48.08856,48.20556,48.16231,48.14364,48.15175,48.12906,48.12004,48.10491,48.11105,48.09353,48.09133,48.10385,48.18258,48.12584,48.12231,48.11587,48.16363,48.13366,48.14588,48.13139,48.16396,48.14092,48.11938,48.08374,48.10194,48.12451,48.11287,48.1662,48.17163,48.18136,48.15106,48.13348,48.16643,48.10891,48.13307,48.18033,48.12721,48.13402,48.14545,48.15433,48.15256,48.16383,48.18585,48.13178,48.16097,48.1612,48.17862,48.12876,48.13314,48.10901,48.14604,48.13388,48.13604,48.13918,48.13485,48.1634,48.19095,48.12991,48.10764,48.1347,48.15382,48.13867,48.18735,48.13265,48.14447,48.12311,48.07628,48.07379,48.15077,48.15874,48.14041,48.14135,48.13006,48.12887,48.15481,48.16251,48.18118,48.12365,48.15338,48.14143,48.18696,48.11174,48.13383,48.18403,48.13448,48.16449,48.15704,48.13128,48.15042,48.14953,48.14985,48.16228,48.15533,48.15655,48.09438,48.15672,48.16316,48.15617,48.15226,48.10765,48.16153,48.15504,48.16114,48.13345,48.16939,48.13246,48.0897,48.11311,48.11997,48.1471,48.15417,48.14856,48.11001,48.12643,48.11177,48.13541,48.18626,48.14789,48.13774,48.14879,48.13555,48.16668,48.10997,48.10344,48.17977,48.16764,48.12965,48.12733,48.14663,48.17352,48.17051,48.14792,48.12675,48.11915,48.11335,48.17938,48.17782,48.18748,48.11655,48.12048,48.1562,48.12736,48.15525,48.094,48.12085,48.14725,48.09079,48.18012,48.12833,48.13704,48.1315,48.14311,48.09667,48.13648,48.13572,48.13741,48.17938,48.13012,48.10808,48.19222,48.08136,48.11694,48.20955,48.1259,48.11549,48.15476,48.1293,48.15022,48.1371,48.13861,48.14011,48.1497,48.18045,48.1715,48.13086,48.09497,48.15891,48.11954,48.12324,48.16521,48.11289,48.13887,48.16075,48.15958,48.15367,48.13654,48.12581,48.15291,48.16161,48.15345,48.13912,48.12278,48.12278,48.12278,48.12278,48.12278,48.10826,48.16636,48.18131,48.12743,48.10582,48.12521,48.11093,48.11449,48.11624,48.20683,48.1159,48.15608,48.12931,48.12394,48.1628,48.13684,48.12967,48.1537,48.13977,48.17835,48.14537,48.13338,48.12767,48.09041,48.10163,48.14095,48.15591,48.12653,48.11857,48.14301,48.13774,48.11951,48.19565,48.19639,48.16388,48.11608,48.13751,48.09395,48.1478,48.13558,48.11823,48.15194,48.15045,48.13821,48.14484,48.19886,48.17092,48.16844,48.17349,48.12039,48.14768,48.1581,48.11925,48.15461,48.15148,48.20024,48.12052,48.17179,48.17163,48.12661,48.15805,48.1653,48.15316,48.11191,48.09329,48.12866,48.14082,48.13337,48.12353,48.1857,48.08626,48.17431,48.14969,48.18703,48.12375,48.13068,48.18118,48.13983,48.12771,48.15841,48.11424,48.13627,48.20097,48.1842,48.18784,48.13894,48.18829,48.11981,48.12562,48.1388,48.1373,48.12656,48.18829,48.07895,48.12081,48.11047,48.15724,48.10784,48.12908,48.12779,48.14315,48.11523,48.15344,48.12474,48.1378,48.17536,48.13656,48.16039,48.12888,48.09863,48.1865,48.09952,48.13866,48.12927,48.11391,48.09556,48.16421,48.16062,48.12928,48.12689,48.13638,48.1885,48.1597,48.17219,48.1693,48.11698,48.12671,48.12257,48.17599,48.11698,48.11698,48.11801,48.11668,48.18679,48.09239,48.1186,48.1131,48.12845,48.16316,48.12296,48.15188,48.16722,48.09798,48.10537,48.15282,48.12772,48.15193,48.09962,48.16247,48.13746,48.18034,48.17067,48.12626,48.12497,48.11657,48.1296,48.17174,48.1756,48.13481,48.1313,48.13298,48.14067,48.12378,48.17387,48.17086,48.15455,48.0815,48.20029,48.12887,48.17491,48.1348,48.11726,48.17087,48.12739,48.14727,48.17626,48.1243,48.14737,48.15401,48.16379,48.21046,48.11853,48.12741,48.13985,48.17555,48.1626,48.13381,48.12215,48.18265,48.13079,48.12159,48.12071,48.18783,48.11704,48.13666,48.14868,48.13919,48.11678,48.13048,48.13032,48.14736,48.17258,48.15094,48.13617,48.11317,48.13044,48.14692,48.15595,48.15354,48.1535,48.11836,48.16516,48.11632,48.14736,48.13722,48.16494,48.12569,48.13691,48.12472,48.15098,48.15868,48.12776,48.15907,48.12754,48.184,48.16175,48.15131,48.12871,48.16137,48.09619,48.15094,48.11475,48.1221,48.18688,48.13413,48.18939,48.12505,48.1354,48.13194,48.10646,48.12628,48.13637,48.12094,48.13617,48.11751,48.17819,48.14308,48.15661,48.1626,48.13196,48.17595,48.15259,48.11487,48.1778,48.12887,48.15338,48.13502,48.146,48.12158,48.09934,48.13518,48.09959,48.13282,48.15025,48.20064,48.12939,48.12887,48.18438,48.12887,48.12887,48.12961,48.1536,48.14069,48.11137,48.14813,48.15211,48.11196,48.13609,48.11002,48.13117,48.16445,48.16176,48.12895,48.13024,48.14101,48.14228,48.15437,48.15147,48.10557,48.14373,48.16769,48.13621,48.11801,48.11872,48.15611,48.11997,48.10442,48.10019,48.1279,48.13682,48.19716,48.14267,48.10628,48.11131,48.14593,48.11659,48.15952,48.137,48.1098,48.11228,48.15798,48.15939,48.1637,48.15616,48.10687,48.12601,48.16606,48.13536,48.15316,48.16417,48.15809,48.19562,48.14656,48.11158,48.0873,48.16018,48.09062,48.16893,48.17495,48.1213,48.14381,48.18969,48.17587,48.12373,48.16613,48.16292,48.12244,48.13188,48.17477,48.13237,48.15503,48.1025,48.17025,48.15096,48.15367,48.09961,48.1303,48.16241,48.13738,48.1768,48.149,48.13711,48.11067,48.12905,48.10269,48.13774,48.13596,48.13783,48.14604,48.14996,48.14348,48.12378,48.17661,48.16402,48.08924,48.08799,48.11303,48.09522,48.1484,48.12939,48.08516,48.1158,48.12312,48.21687,48.13863,48.15606,48.15235,48.12334,48.12606,48.15755,48.17608,48.13268,48.15656,48.14343,48.16938,48.15788,48.07907,48.13166,48.17568,48.12116,48.13617,48.12903,48.14626,48.14558,48.11913,48.18474,48.16462,48.12671,48.13737,48.18542,48.13924,48.11196,48.12977,48.12356,48.13774,48.1501,48.14121,48.0788,48.15913,48.14528,48.11487,48.11324,48.15458,48.11741,48.178,48.16478,48.11512,48.18627,48.14139,48.18693,48.1284,48.13808,48.18362,48.13497,48.12745,48.17457,48.14687,48.16533,48.14866,48.13208,48.13258,48.13853,48.14123,48.18124,48.1181,48.14411,48.1462,48.14593,48.16647,48.12913,48.16324,48.13108,48.1498,48.10469,48.16863,48.13556,48.15019,48.18603,48.18194,48.1316,48.09708,48.14197,48.13774,48.17137,48.12063,48.16349,48.14806,48.13311,48.18202,48.16356,48.13596,48.16513,48.13044,48.1464,48.1645,48.18009,48.11608,48.10429,48.14306,48.1384,48.15346,48.17123,48.15001,48.12032,48.12919,48.14441,48.08995,48.15632,48.14854,48.15909,48.13079,48.11584,48.13729,48.08128,48.13568,48.14744,48.1151,48.12866,48.16362,48.15414,48.12582,48.13729,48.11546,48.13774,48.19932,48.14562,48.15324,48.14595,48.15755,48.12859,48.16009,48.12514,48.1252,48.20209,48.16148,48.15602,48.13025,48.12066,48.12066,48.11104,48.13912,48.14943,48.14905,48.07831,48.13137,48.12528,48.13036,48.15136,48.13407,48.14969,48.1298,48.14031,48.12889,48.11109,48.14217,48.13958,48.17564,48.15557,48.13788,48.1372,48.14298,48.08707,48.12812,48.16472,48.18372,48.13486,48.13492,48.16726,48.08638,48.13917,48.17677,48.08769,48.1562,48.12418,48.16297,48.12055,48.10072,48.12486,48.15153,48.16191,48.14991,48.13978,48.12945,48.13255,48.15861,48.16013,48.14105,48.14105,48.16105,48.10353,48.13928,48.14033,48.18563,48.13508,48.11649,48.12388,48.16758,48.09514,48.16403,48.14056,48.13747,48.19768,48.1388,48.12833,48.14885,48.12691,48.13736,48.17704,48.15781,48.12757,48.15439,48.14607,48.08561,48.16732,48.11188,48.15794,48.1261,48.14151,48.1401,48.14165,48.13993,48.13448,48.15126,48.1803,48.17312,48.12878,48.11568,48.13536,48.12537,48.08162,48.12481,48.1126,48.1616,48.14954,48.16077,48.19245,48.12733,48.18308,48.17935,48.14558,48.15948,48.19384,48.11784,48.13202,48.16075,48.15458,48.12828,48.14271,48.13228,48.14413,48.12183,48.13027,48.10914,48.13147,48.13758,48.15079,48.09928,48.11613,48.13584,48.15282,48.12522,48.13685,48.1878,48.14844,48.08721,48.10074,48.18882,48.13608,48.13138,48.1866,48.1402,48.12547,48.15045,48.132,48.09445,48.13278,48.12018,48.16248,48.15517,48.16357,48.16526,48.13173,48.11515,48.13854,48.1839,48.18658,48.18418,48.16972,48.15633,48.10664,48.12638,48.14114,48.15089,48.14017,48.14843,48.17839,48.15034,48.10962,48.10772,48.14056,48.18713,48.15533,48.18694,48.1459,48.18145,48.1422,48.09132,48.1238,48.11911,48.15786,48.12434,48.13189,48.14906,48.20152,48.17013,48.15211,48.13728,48.18139,48.1471,48.09201,48.1625,48.13672,48.13404,48.13404,48.13312,48.13404,48.13774,48.13543,48.13811,48.13814,48.13814,48.13814,48.13814,48.13685,48.13747,48.11833,48.13467,48.1125,48.15153,48.12192,48.18483,48.12217,48.12216,48.12352,48.1221,48.12238,48.14028,48.15932,48.12039,48.11442,48.16827,48.10486,48.12651,48.15112,48.14148,48.10672,48.1429,48.12603,48.15163,48.14714,48.1471,48.14769,48.14804,48.14604,48.14833,48.1385,48.18364,48.21733,48.0821,48.14845,48.12639,48.13101,48.11812,48.13678,48.13717,48.17917,48.13722,48.15964,48.12594,48.13248,48.12515,48.14339,48.16175,48.12158,48.15918,48.15855,48.12614,48.11976,48.13363,48.12377,48.13504,48.15794,48.11715,48.15382,48.1512,48.18235,48.07711,48.11685,48.1113,48.12605,48.13789,48.16695,48.15623,48.16066,48.18273,48.16206,48.15409,48.12886,48.10664,48.18721,48.15513,48.1572,48.10926,48.13952,48.09772,48.16598,48.1266,48.14484,48.1293,48.16406,48.11861,48.10503,48.12398,48.13053,48.14254,48.10004,48.15235,48.16125,48.15113,48.16061,48.18154,48.14632,48.18091,48.14293,48.14326,48.14059,48.11959,48.148,48.18065,48.16979,48.11633,48.12647,48.15748,48.11685,48.15344,48.17056,48.14663,48.13661,48.12236,48.13031,48.1556,48.0914,48.14993,48.08747,48.1527,48.10634,48.15999,48.15461,48.14686,48.16046,48.15256,48.16549,48.13838,48.13383,48.13336,48.14579,48.17603,48.1806,48.13917,48.13199,48.10129,48.09614,48.18475,48.15929,48.15576,48.16153,48.15852,48.11802,48.17803,48.15766,48.11468,48.13587,48.15213,48.14804,48.11795,48.12943,48.18664,48.11342,48.12668,48.16263,48.13073,48.10335,48.15143,48.13229,48.20372,48.08564,48.13122,48.12152,48.15205,48.17738,48.14887,48.16199,48.14952,48.13087,48.16204,48.1334,48.08744,48.15353,48.11965,48.10568,48.12404,48.15083,48.13271,48.15026,48.13563,48.13099,48.10844,48.12367,48.16914,48.13123,48.12829,48.15895,48.13548,48.13438,48.13705,48.10815,48.12496,48.1301,48.14947,48.14278,48.11308,48.13712,48.11321,48.13533,48.15799,48.10398,48.09877,48.1738,48.12221,48.11697,48.13664,48.12094,48.15904,48.15962,48.13499,48.16639,48.19597,48.15714,48.15517,48.15126,48.13201,48.20329,48.12371,48.14635,48.12446,48.10039,48.15599,48.18758,48.14025,48.14359,48.1359,48.18132,48.13181,48.14773,48.11711,48.11671,48.13651,48.15744,48.18595,48.12951,48.12862,48.15069,48.12756,48.15874,48.12499,48.13228,48.13757,48.12066,48.11738,48.1506,48.10985,48.15426,48.12607,48.14754,48.12068,48.11679,48.12727,48.1935,48.1128,48.16252,48.11941,48.13912,48.15887,48.16145,48.08105,48.13069,48.1059,48.15394,48.09601,48.09825,48.12971,48.13178,48.1383,48.12518,48.17025,48.15992,48.14218,48.11159,48.14757,48.1508,48.16001,48.12237,48.13658,48.12464,48.13266,48.13549,48.15347,48.16487,48.12644,48.11758,48.11458,48.11222,48.11621,48.14958,48.15901,48.13988,48.18306,48.11525,48.12267,48.13333,48.13727,48.11751,48.13979,48.14706,48.15465,48.12506,48.13712,48.11312,48.1467,48.14656,48.1374,48.1593,48.14967,48.14623,48.11808,48.12219,48.11657,48.10854,48.11512,48.1488,48.15038,48.17486,48.1306,48.15507,48.1229,48.14566,48.11844,48.1405,48.17716,48.14271,48.10057,48.11833,48.11632,48.10192,48.17584,48.16086,48.15335,48.15527,48.12758,48.18189,48.18214,48.11855,48.1517,48.11253,48.12754,48.14606,48.15146,48.08533,48.19892,48.11059,48.11551,48.16158,48.10647,48.1118,48.10636,48.13315,48.16012,48.13982,48.14971,48.20398,48.17916,48.15269,48.13345,48.1082,48.12812,48.11637,48.12889,48.12418,48.13541,48.09539,48.12194,48.13567,48.10086,48.13117,48.14592,48.16468,48.15895,48.13598,48.14756,48.18127,48.13231,48.15859,48.14543,48.17439,48.21228,48.20256,48.13095,48.12816,48.16064,48.15748,48.13782,48.17952,48.13058,48.14263,48.13377,48.17029,48.18369,48.139,48.14584,48.12161,48.11654,48.17118,48.179,48.14895,48.16173,48.15146,48.12394,48.18753,48.19281,48.12835,48.12661,48.13838,48.1345,48.1253,48.12058,48.12772,48.11595,48.12672,48.18918,48.13932,48.13005,48.14027,48.17399,48.13924,48.1311,48.13506,48.16266,48.17534,48.13328,48.1346,48.15952,48.14146,48.12455,48.09218,48.17442,48.16325,48.12055,48.1384,48.17221,48.10084,48.17368,48.11272,48.16904,48.18128,48.14181,48.13638,48.15555,48.13869,48.12959,48.11358,48.18148,48.15406,48.15273,48.14164,48.09343,48.20159,48.11708,48.12069,48.15591,48.11754,48.13799,48.12601,48.13555,48.14946,48.13856,48.12496,48.12976,48.11515,48.12725,48.14081,48.13756,48.19788,48.12768,48.17071,48.14195,48.10752,48.12045,48.13875,48.17739,48.11705,48.10569,48.11213,48.12471,48.10668,48.11273,48.11955,48.12634,48.10123,48.13554,48.15164,48.12698,48.16734,48.11014,48.12143,48.13256,48.16145,48.0972,48.17298,48.20622,48.17231,48.15591,48.12821,48.14071,48.12318,48.13643,48.13833,48.16063,48.15387,48.11212,48.14889,48.16414,48.12397,48.18255,48.13936,48.14812,48.10705,48.11178,48.18017,48.15334,48.1784,48.18031,48.12006,48.12107,48.16037,48.17737,48.1579,48.11162,48.12718,48.1458,48.12957,48.18667,48.11673,48.12514,48.14571,48.10316,48.13116,48.15177,48.14853,48.13413,48.13094,48.11954,48.12389,48.11378,48.16053,48.15076,48.11844,48.14891,48.13671,48.10283,48.15083,48.16311,48.09201,48.17703,48.14667,48.14179,48.15251,48.14174,48.15788,48.12599,48.15456,48.15077,48.13063,48.11085,48.08221,48.14468,48.10572,48.16291,48.14729,48.15286,48.10628,48.15622,48.15608,48.16475,48.16829,48.18721,48.16416,48.1645,48.10543,48.10707,48.13116,48.15447,48.07885,48.15032,48.09295,48.1159,48.12889,48.14817,48.12304,48.13863,48.14926,48.12086,48.12942,48.16414,48.15414,48.17237,48.1608,48.12111,48.15165,48.13851,48.15462,48.13615,48.14775,48.12782,48.14868,48.15218,48.107,48.17596,48.13787,48.11516,48.11987,48.11988,48.11904,48.12584,48.12397,48.14853,48.09881,48.15035,48.13021,48.1612,48.1617,48.12426,48.12025,48.15944,48.11745,48.13495,48.13077,48.0961,48.11205,48.12423,48.12784,48.17743,48.12638,48.12774,48.17639,48.14775,48.10813,48.13292,48.1498,48.13899,48.1366,48.14298,48.15135,48.1151,48.18504,48.13652,48.15201,48.13127,48.15776,48.12442,48.0983,48.13242,48.11793,48.16059,48.12607,48.13391,48.12684,48.12286,48.14264,48.16142,48.16765,48.18412,48.12271,48.11378,48.11857,48.15494,48.15021,48.12122,48.10456,48.14893,48.13822,48.13745,48.18546,48.13948,48.19096,48.13853,48.10273,48.15295,48.14928,48.16263,48.16076,48.15359,48.14826,48.18725,48.12553,48.17003,48.16863,48.14944,48.11335,48.16652,48.11311,48.13266,48.13097,48.16834,48.13965,48.12819,48.16793,48.16071,48.12879,48.1116,48.10117,48.13899,48.10245,48.20332,48.15401,48.11054,48.15342,48.11863,48.13821,48.20192,48.13917,48.12907,48.17739,48.18554,48.11586,48.09678,48.14208,48.07784,48.16311,48.07706,48.16205,48.199,48.14909,48.10901,48.11227,48.11623,48.136,48.12735,48.12005,48.17845,48.13062,48.12985,48.09655,48.13624,48.12044,48.1374,48.08947,48.17521,48.1594,48.13151,48.18129,48.12309,48.16495,48.13186,48.11314,48.15057,48.16446,48.17606,48.13657,48.16391,48.12631,48.16564,48.11228,48.10524,48.13699,48.15761,48.12521,48.15255,48.13893,48.17136,48.10468,48.15001,48.10424,48.09242,48.10196,48.12489,48.15215,48.12638,48.15879,48.14275,48.14833,48.11611,48.15434,48.13694,48.14613,48.15292,48.10339,48.14074,48.13994,48.14087,48.13697,48.18159,48.13821,48.18172,48.0796,48.18307,48.18306,48.13773,48.16326,48.11372,48.15288,48.11723,48.12469,48.09579,48.12885,48.15422,48.11378,48.17656,48.12711,48.08956,48.1371,48.15251,48.1627,48.10266,48.16472,48.13657,48.21497,48.12827,48.15763,48.13771,48.12639,48.16336,48.16174,48.13284,48.15712,48.134,48.18042,48.12715,48.18334,48.14872,48.11869,48.15017,48.1374,48.20453,48.12272,48.11698,48.12403,48.13722,48.13495,48.09993,48.13331,48.10227,48.14467,48.16375,48.17981,48.17042,48.17915,48.17881,48.18579,48.13895,48.16613,48.12777,48.13191,48.11678,48.15437,48.10975,48.16451,48.13874,48.1278,48.13771,48.1574,48.13794,48.14231,48.18624,48.12771,48.16325,48.13079,48.18429,48.16458,48.1279,48.15007,48.12755,48.14631,48.19813,48.13022,48.16498,48.13921,48.1355,48.12451,48.15271,48.1227,48.17053,48.1558,48.08131,48.21023,48.1393,48.11421,48.18288,48.13752,48.13786,48.11695,48.17949,48.11925,48.143,48.13737,48.1838,48.18198,48.10181,48.13748,48.16122,48.13463,48.12102,48.11206,48.14983,48.13887,48.15118,48.211,48.0954,48.13425,48.10359,48.1345,48.1259,48.09757,48.15555,48.12844,48.13469,48.17522,48.1214,48.13398,48.18093,48.13899,48.12674,48.1202,48.11837,48.13451,48.163,48.15437,48.17569,48.14941,48.13065,48.17007,48.12103,48.1399,48.11264,48.14489,48.12976,48.11276,48.10734,48.13499,48.15475,48.1433,48.12941,48.152,48.09799,48.1079,48.10861,48.1063,48.16833,48.18547,48.15678,48.16516,48.133,48.17873,48.13169,48.09644,48.12842,48.11821,48.11261,48.13481,48.09773,48.13875,48.11652,48.13391,48.21347,48.13438,48.1001,48.14783,48.10475,48.11714,48.15041,48.15647,48.10173,48.17853,48.1143,48.16191,48.14845,48.16425,48.1321,48.13841,48.13171,48.11814,48.13904,48.18664,48.16791,48.1134,48.16074,48.13886,48.11834,48.17014,48.11505,48.14681,48.11083,48.13842,48.13451,48.17493,48.13492,48.13129,48.13838,48.10609,48.13568,48.12804,48.10589,48.13897,48.14816,48.17285,48.16785,48.13535,48.13642,48.16958,48.15782,48.08525,48.12627,48.14942,48.18087,48.10299,48.18102,48.15035,48.17,48.1408,48.16625,48.15941,48.11318,48.12993,48.12533,48.16506,48.11595,48.17613,48.13285,48.08743,48.11811,48.15691,48.14859,48.1732,48.08836,48.10088,48.1833,48.11104,48.13571,48.11282,48.21364,48.13847,48.1633,48.11547,48.1424,48.10757,48.14928,48.13542,48.20297,48.15462,48.11994,48.19481,48.13342,48.14851,48.14339,48.16198,48.15068,48.17602,48.11224,48.11241,48.11285,48.09583,48.16267,48.16258,48.10957,48.16112,48.1232,48.09811,48.1418,48.17033,48.12384,48.11744,48.13866,48.13684,48.12911,48.16348,48.15307,48.10496,48.13583,48.13463,48.16186,48.13668,48.1531,48.14872,48.13541,48.14078,48.15903,48.1494,48.11892,48.13884,48.15687,48.14847,48.13401,48.12657,48.14395,48.15838,48.13582,48.15489,48.11359,48.11405,48.09261,48.10243,48.20002,48.11143,48.14835,48.1093,48.18246,48.1367,48.1381,48.15895,48.15187,48.16195,48.18487,48.16113,48.15522,48.09451,48.15041,48.13865,48.15322,48.13564,48.1363,48.17818,48.12977,48.15572,48.12124,48.1824,48.15306,48.14039,48.19524,48.10425,48.15096,48.08209,48.12739,48.15595,48.18037,48.13094,48.18492,48.11447,48.14727,48.18469,48.17379,48.07898,48.15273,48.12319,48.1666,48.16584,48.12913,48.15028,48.10668,48.10784,48.16489,48.15498,48.19222,48.16243,48.16331,48.11073,48.11842,48.12228,48.13509,48.11279,48.14483,48.18616,48.13388,48.12736,48.11138,48.15399,48.15065,48.16694,48.18445,48.12748,48.13541,48.13052,48.15171,48.15743,48.15229,48.14791,48.18432,48.13637,48.13463,48.15981,48.12438,48.17146,48.12929,48.1531,48.13572,48.09687,48.16007,48.14584,48.0992,48.12551,48.15695,48.11936,48.12526,48.15844,48.15361,48.12489,48.13561,48.12866,48.17067,48.18143,48.12539,48.17152,48.10649,48.12558,48.14998,48.14152,48.14866,48.14539,48.15592,48.17906,48.09947,48.15003,48.12872,48.16643,48.17078,48.15136,48.18004,48.19627,48.12961,48.14757,48.14501,48.17843,48.16712,48.10714,48.14068,48.15456,48.15574,48.15883,48.15205,48.13125,48.13074,48.168,48.18345,48.13195,48.12391,48.12373,48.1096,48.16145,48.12015,48.07468,48.131,48.15764,48.15368,48.14118,48.17876,48.16243,48.12547,48.18375,48.16492,48.15791,48.15207,48.13435,48.13491,48.12905,48.12346,48.18682,48.10934,48.17901,48.14272,48.15204,48.14606,48.09402,48.13163,48.17806,48.13303,48.09916,48.12846,48.15775,48.11483,48.15356,48.10284,48.17688,48.14814,48.12071,48.11033,48.07975,48.12589,48.14525,48.11624,48.11454,48.11465,48.11529,48.11591,48.12243,48.11466,48.11097,48.15449,48.1111,48.17808,48.15729,48.1545,48.10683,48.15395,48.18428,48.14309,48.12164,48.11403,48.18008,48.166,48.12569,48.15184,48.08948,48.16167,48.12906,48.13719,48.13412,48.13065,48.17555,48.15709,48.12367,48.11619,48.15225,48.16038,48.11163,48.14958,48.18028,48.15123,48.12247,48.17359,48.13814,48.15323,48.13947,48.11336,48.1151,48.17969,48.18438,48.17032,48.13695,48.08194,48.133,48.12456,48.15079,48.11723,48.17487,48.17993,48.14619,48.11395,48.14633,48.11883,48.15371,48.10771,48.16613,48.11369,48.14631,48.08991,48.10071,48.14934,48.15111,48.18546,48.17187,48.13018,48.11997,48.1381,48.16417,48.15126,48.12275,48.09287,48.15318,48.18469,48.14655,48.13928,48.13189,48.12964,48.12931,48.14208,48.2028,48.13961,48.20275,48.11402,48.16627,48.13118,48.14987,48.1629,48.15787,48.20202,48.11448,48.12886,48.17746,48.08838,48.1116,48.15699,48.1579,48.12428,48.18196,48.13982,48.14664,48.12766,48.14956,48.16319,48.18091,48.18845,48.16568,48.19046,48.17469,48.15332,48.15525,48.1656,48.12808,48.10681,48.12594,48.13158,48.17271,48.17569,48.17194,48.13058,48.09794,48.10212,48.16185,48.10502,48.16948,48.11581,48.1224,48.18875,48.13953,48.22194,48.15249,48.09854,48.11657,48.14036,48.16381,48.13299,48.12004,48.1587,48.15024,48.14252,48.13667,48.16517,48.1504,48.12393,48.14683,48.16971,48.13006,48.12777,48.14644,48.16838,48.12013,48.13634,48.14597,48.18352,48.14862,48.16267,48.12657,48.18229,48.10521,48.11788,48.13712,48.10453,48.17742,48.12119,48.09762,48.13126,48.18874,48.16949,48.12377,48.12979,48.13849,48.10409,48.15235,48.08221,48.18228,48.13299,48.17074,48.09622,48.12874,48.12998,48.12846,48.16343,48.08954,48.18459,48.15241,48.14988,48.15619,48.15451,48.14328,48.12283,48.137,48.16447,48.12362,48.11255,48.13407,48.13853,48.14828,48.14933,48.11885,48.16636,48.14207,48.15147,48.11874,48.13331,48.14851,48.11601,48.17835,48.10348,48.16376,48.13602,48.18606,48.18658,48.12862,48.17532,48.17703,48.11289,48.13459,48.14718,48.14494,48.11964,48.121,48.11672,48.19043,48.10993,48.18153,48.13474,48.10137,48.15951,48.11473,48.13615,48.15319,48.16653,48.13266,48.13658,48.16644,48.13611,48.13605,48.13654,48.13464,48.1351,48.14859,48.14068,48.1776,48.10794,48.12298,48.15698,48.14305,48.18333,48.16567,48.11861,48.09636,48.12043,48.09363,48.15617,48.11429,48.09897,48.11887,48.13004,48.12274,48.13515,48.1357,48.11969,48.12843,48.13319,48.16381,48.18294,48.16118,48.09866,48.12557,48.13954,48.13868,48.18443,48.11671,48.16177,48.14774,48.19783,48.11188,48.20414,48.16124,48.17429,48.20168,48.15624,48.13269,48.12587,48.1162,48.13819,48.17486,48.18432,48.14822,48.13819,48.15091,48.11083,48.10143,48.12521,48.1385,48.10565,48.13973,48.18187,48.20832,48.15374,48.15296,48.15976,48.08918,48.08779,48.13876,48.11866,48.14316,48.12358,48.13359,48.16098,48.18692,48.12715,48.16235,48.10632,48.13425,48.13693,48.1367,48.17658,48.15949,48.12688,48.13738,48.13906,48.12238,48.14547,48.16701,48.2007,48.15816,48.14415,48.13728,48.1107,48.18796,48.1198,48.13368,48.13933,48.14383,48.13079,48.16195,48.14001,48.1105,48.16665,48.17726,48.15743,48.15274,48.11174,48.12931,48.12537,48.15263,48.13623,48.14715,48.13468,48.13431,48.1359,48.10079,48.18244,48.19781,48.15542,48.14233,48.14918,48.13829,48.16055,48.20197,48.11374,48.12304,48.13838,48.1313,48.15531,48.16081,48.13922,48.16673,48.18181,48.19668,48.1477,48.12754,48.13612,48.13727,48.08558,48.12201,48.1367,48.14023,48.14347,48.14533,48.13706,48.15179,48.10551,48.14921,48.13698,48.14754,48.15557,48.14052,48.15071,48.11154,48.14662,48.10913,48.15571,48.15025,48.131,48.1369,48.15548,48.18496,48.15476,48.14261,48.12445,48.11206,48.11774,48.12926,48.1494,48.08873,48.17837,48.11243,48.15437,48.12724,48.12729,48.12349,48.11529,48.12924,48.11135,48.16113,48.10645,48.13386,48.14381,48.15538,48.09589,48.13379,48.13444,48.11907,48.12552,48.13713,48.13768,48.185,48.1392,48.17447,48.14428,48.13385,48.1134,48.14639,48.13781,48.13839,48.14761,48.16304,48.14416,48.18753,48.12259,48.1338,48.12208,48.17744,48.14298,48.17085,48.13616,48.14411,48.1118,48.14758,48.09387,48.1201,48.18292,48.14942,48.19997,48.12588,48.16225,48.18219,48.12572,48.1349,48.11344,48.1291,48.21332,48.11773,48.18302,48.12945,48.12746,48.12489,48.13353,48.13843,48.16467,48.15704,48.15572,48.13554,48.20844,48.1484,48.13397,48.14153,48.12035,48.12564,48.11979,48.11072,48.08861,48.1573,48.16252,48.10595,48.14577,48.14265,48.13728,48.13551,48.13602,48.14485,48.14008,48.09122,48.13671,48.16495,48.19574,48.12909,48.09745,48.12772,48.10242,48.13771,48.1376,48.13719,48.1374,48.10996,48.14087,48.132,48.12227,48.1387,48.11783,48.11649,48.1806,48.12416,48.18472,48.11781,48.1295,48.12998,48.14481,48.13363,48.0964,48.17773,48.17215,48.18527,48.10427,48.13657,48.15782,48.10259,48.16197,48.17881,48.09427,48.16585,48.14645,48.13416,48.14754,48.18048,48.15887,48.14354,48.11619,48.13885,48.10305,48.18136,48.12678,48.1355,48.15338,48.16149,48.10564,48.16877,48.17896,48.1137,48.13217,48.1358,48.13528,48.14943,48.14256,48.1015,48.10541,48.13064,48.14813,48.10537,48.16727,48.09979,48.1228,48.1046,48.1046,48.1046,48.10327,48.2178,48.14285,48.1196,48.16666,48.13366,48.18548,48.1293,48.13212,48.20982,48.17409,48.14116,48.13349,48.12979,48.13754,48.16056,48.1836,48.16062,48.13052,48.11617,48.19025,48.11361,48.12989,48.13738,48.12713,48.1215,48.14762,48.11447,48.15777,48.13872,48.12929,48.11447,48.14412,48.14415,48.16559,48.15343,48.14857,48.14949,48.15546,48.17562,48.18631,48.13719,48.13811,48.13727,48.1349,48.11473,48.15158,48.1248,48.15026,48.17383,48.16947,48.13461,48.11291,48.1132,48.14422,48.18883,48.12891,48.13408,48.14378,48.13528,48.18112,48.12095,48.18119,48.15565,48.14117,48.13237,48.15685,48.1003,48.10256,48.11986,48.11792,48.11775,48.13275,48.13762,48.17229,48.13729,48.15927,48.13852,48.13734,48.11773,48.16446,48.15839,48.12436,48.12961,48.14967,48.13417,48.08132,48.09019,48.17524,48.09016,48.12769,48.11413,48.08997,48.09067,48.16143,48.10471,48.12374,48.13734,48.18577,48.14336,48.18628,48.18606,48.18589,48.17577,48.15699,48.18384,48.10658,48.1053,48.10559,48.15419,48.18152,48.14243,48.14253,48.14339,48.14269,48.14318,48.14328,48.12879,48.16768,48.12609,48.12678,48.12668,48.1385,48.18965,48.13675,48.13712,48.14722,48.13499,48.12896,48.12326,48.13544,48.13297,48.12232,48.11651,48.09995,48.15244,48.11132,48.14442,48.14793,48.12087,48.15408,48.12892,48.11202,48.13503,48.14433,48.13116,48.22115,48.15406,48.18084,48.14495,48.16412,48.14914,48.14464,48.14953,48.1178,48.13457,48.20691,48.14299,48.08746,48.14321,48.1128,48.10815,48.20494,48.12122,48.13887,48.16463,48.15388,48.14281,48.07878,48.15808,48.16428,48.1634,48.1279,48.12862,48.16349,48.14997,48.1425,48.12611,48.13994,48.16404,48.15189,48.15088,48.15132,48.12657,48.1621,48.11404,48.11416,48.12116,48.13565,48.1494,48.12089,48.11706,48.12208,48.14901,48.16471,48.13211,48.15213,48.14342,48.12873,48.12849,48.13888,48.13818,48.14551,48.1226,48.11344,48.1645,48.11523,48.11374,48.13726,48.13887,48.14822,48.11975,48.12045,48.10605,48.20364,48.162,48.13859,48.18701,48.11266,48.15024,48.16435,48.16913,48.12046,48.11969,48.13963,48.1645,48.1372,48.18629,48.16596,48.16419,48.12577,48.1268,48.12728,48.12682,48.17635,48.13808,48.11431,48.17913,48.13562,48.137,48.10283,48.13639,48.16912,48.15489,48.13641,48.13507,48.11054,48.13509,48.13556,48.13556,48.11685,48.09785,48.13441,48.13812,48.13477,48.15108,48.1813,48.13982,48.17889,48.13505,48.13758,48.18324,48.11961,48.16383,48.1624,48.12517,48.14336,48.14576,48.1618,48.13262,48.14579,48.18271,48.16239,48.18303,48.1252,48.17715,48.14936,48.18027,48.13549,48.15103,48.12659,48.12188,48.16145,48.1615,48.17891,48.14653,48.17965,48.17757,48.17744,48.18594,48.18406,48.14172,48.22818,48.11039,48.12808,48.17613,48.12307,48.15441,48.17583,48.17598,48.20044,48.14774,48.14751,48.16945,48.18654,48.16011,48.13343,48.13547,48.13883,48.10587,48.09628,48.09809,48.13828,48.13015,48.12072,48.18326,48.10118,48.10245,48.15672,48.16526,48.21021,48.12558,48.14555,48.17875,48.16702,48.15353,48.1607,48.16195,48.17992,48.17704,48.1098,48.16079,48.15278,48.1385,48.16857,48.15016,48.13251,48.13877,48.14769,48.12495,48.12758,48.13623,48.13068,48.18322,48.11022,48.13467,48.10285,48.14064,48.09802,48.13327,48.1445,48.20482,48.13677,48.10951,48.17202,48.14582,48.15276,48.20263,48.14143,48.13607,48.16026,48.11044,48.13137,48.11728,48.15378,48.14951,48.09934,48.15796,48.14013,48.15295,48.09666,48.14917,48.13538,48.16079,48.13478,48.13034,48.11838,48.139,48.14369,48.18581,48.15463,48.10646,48.10331,48.10201,48.16204,48.13318,48.15618,48.15412,48.12707,48.15157,48.16342,48.16143,48.12745,48.1631,48.16234,48.09797,48.11231,48.11464,48.11483,48.11375,48.16294,48.17568,48.11375,48.18272,48.11543,48.15283,48.13737,48.09933,48.10537,48.08326,48.16167,48.10745,48.19911,48.1268,48.10563,48.13704,48.13829,48.13615,48.11252,48.12029,48.14759,48.14574,48.17967,48.10662,48.12736,48.14252,48.16374,48.11466,48.1379,48.17865,48.14234,48.14374,48.15982,48.10642,48.13491,48.15939,48.09786,48.16471,48.08991,48.15152],[11.56929,11.48782,11.63726,11.56486,11.56089,11.46612,11.52733,11.54154,11.56366,11.55449,11.57267,11.63908,11.44619,11.57644,11.54106,11.62761,11.54618,11.58045,11.63223,11.69417,11.56057,11.56057,11.56057,11.56057,11.56103,11.57879,11.53897,11.56642,11.5846,11.5715,11.56845,11.5398,11.53349,11.60523,11.56138,11.57445,11.57653,11.57651,11.51371,11.5307,11.64251,11.60263,11.55945,11.64821,11.56211,11.59016,11.67722,11.64244,11.54291,11.60832,11.60832,11.60832,11.60832,11.53075,11.59559,11.53495,11.54156,11.56119,11.69745,11.5411,11.70239,11.7104,11.53937,11.52815,11.56944,11.57182,11.57127,11.57277,11.57253,11.59341,11.56764,11.5346,11.60265,11.64067,11.5714,11.56084,11.55124,11.69839,11.5113,11.5518,11.51153,11.57287,11.57661,11.70114,11.56167,11.69965,11.57609,11.56131,11.51144,11.51121,11.54248,11.50382,11.54143,11.53746,11.56427,11.69845,11.53625,11.54813,11.70279,11.60868,11.57265,11.58182,11.5351,11.54171,11.54478,11.5417,11.54169,11.54187,11.48765,11.64775,11.59214,11.60447,11.51161,11.58443,11.54844,11.57616,11.57066,11.60071,11.63951,11.55338,11.53494,11.60981,11.53505,11.53843,11.56267,11.6009,11.56137,11.5529,11.68784,11.4721,11.5935,11.54147,11.51331,11.51634,11.56673,11.59614,11.54593,11.58039,11.50571,11.61273,11.5497,11.52088,11.45098,11.53257,11.6384,11.56344,11.54572,11.50744,11.50047,11.50837,11.57329,11.54311,11.5445,11.47169,11.5651,11.49608,11.58611,11.57202,11.57502,11.53044,11.57314,11.59524,11.57674,11.56479,11.56549,11.57502,11.58865,11.57417,11.54135,11.56979,11.57754,11.65591,11.46508,11.6277,11.58994,11.59698,11.53391,11.56852,11.57878,11.56153,11.57832,11.6409,11.58641,11.62098,11.63097,11.55996,11.40421,11.69802,11.54871,11.59535,11.56403,11.54797,11.54624,11.56681,11.56597,11.56796,11.56936,11.45684,11.58003,11.56911,11.58693,11.56533,11.56917,11.54789,11.55238,11.61623,11.51376,11.4955,11.47928,11.53432,11.56146,11.57498,11.56378,11.62526,11.50047,11.60218,11.62333,11.58305,11.60726,11.57017,11.50584,11.6061,11.60131,11.50134,11.5573,11.56311,11.55857,11.59324,11.56605,11.56488,11.53265,11.5375,11.54534,11.48826,11.55148,11.56335,11.54854,11.57338,11.68767,11.68832,11.57829,11.58613,11.56255,11.56119,11.5606,11.60826,11.63892,11.54387,11.66323,11.57477,11.49293,11.47888,11.52542,11.68254,11.59638,11.59145,11.56508,11.58147,11.67534,11.47805,11.54289,11.53645,11.59523,11.57107,11.54578,11.55806,11.48978,11.48841,11.4899,11.4882,11.56178,11.5615,11.54965,11.54106,11.54129,11.56017,11.59026,11.48963,11.55467,11.54319,11.54317,11.57611,11.58678,11.57046,11.56089,11.46763,11.56591,11.53258,11.55188,11.56981,11.57842,11.56645,11.64574,11.58076,11.60223,11.43169,11.5767,11.52355,11.58558,11.54338,11.60252,11.60251,11.68678,11.65599,11.51884,11.61541,11.57904,11.58771,11.45068,11.5399,11.56058,11.4672,11.46602,11.58356,11.57487,11.55524,11.53128,11.49348,11.54996,11.4513,11.46148,11.50735,11.44995,11.58079,11.51227,11.45937,11.5591,11.5692,11.67435,11.61468,11.67477,11.54815,11.53353,11.57363,11.57897,11.52471,11.54222,11.5465,11.55083,11.57215,11.5966,11.61913,11.52268,11.57594,11.56683,11.56231,11.52582,11.52261,11.44665,11.56467,11.57117,11.53368,11.63462,11.60794,11.52723,11.52416,11.57139,11.57617,11.56391,11.50482,11.57699,11.56872,11.55209,11.53909,11.58573,11.54322,11.56812,11.53457,11.56379,11.54076,11.59061,11.54373,11.47896,11.60006,11.58063,11.58491,11.60971,11.5856,11.65582,11.55092,11.68887,11.66527,11.60198,11.56915,11.66528,11.56649,11.57194,11.55594,11.53199,11.59397,11.56296,11.58035,11.60024,11.53076,11.56605,11.64131,11.54098,11.54317,11.5412,11.62774,11.55466,11.60047,11.53514,11.59683,11.54595,11.51837,11.51621,11.51635,11.57686,11.57572,11.53636,11.47815,11.56658,11.56053,11.58573,11.56915,11.581,11.59529,11.5926,11.6003,11.55844,11.52494,11.5439,11.65543,11.44269,11.57586,11.53532,11.51711,11.58703,11.58472,11.53251,11.41773,11.57261,11.57429,11.57545,11.54488,11.55895,11.61402,11.57462,11.57922,11.63527,11.56949,11.56712,11.5724,11.59541,11.60001,11.64746,11.47113,11.59651,11.59352,11.53417,11.53616,11.57067,11.57218,11.60681,11.57515,11.55929,11.58074,11.54081,11.57411,11.56819,11.55998,11.57549,11.58738,11.54988,11.59452,11.53841,11.47504,11.56929,11.54344,11.54043,11.56242,11.57885,11.59031,11.53046,11.53576,11.56765,11.56545,11.58704,11.55895,11.5711,11.58104,11.53398,11.53995,11.63614,11.47907,11.54565,11.64615,11.51897,11.533,11.55652,11.54474,11.50596,11.4905,11.53576,11.60639,11.56319,11.58411,11.57236,11.56672,11.5667,11.56049,11.51721,11.54807,11.459,11.5013,11.5785,11.54259,11.56435,11.5791,11.55131,11.563,11.54458,11.61922,11.58267,11.58021,11.59934,11.5259,11.5712,11.57019,11.56018,11.57289,11.56234,11.57883,11.51262,11.54067,11.59033,11.56867,11.59402,11.57881,11.66548,11.54634,11.56369,11.55232,11.56185,11.59368,11.5415,11.56473,11.55238,11.59372,11.56918,11.577,11.56217,11.60897,11.5748,11.55077,11.56175,11.53141,11.60206,11.5756,11.53643,11.51938,11.55843,11.5542,11.55234,11.55388,11.5647,11.53086,11.59517,11.52762,11.55074,11.57861,11.54091,11.59269,11.53145,11.56983,11.55378,11.57216,11.57376,11.58852,11.57235,11.6194,11.54123,11.55972,11.51886,11.5705,11.53902,11.57555,11.55707,11.56788,11.50176,11.60371,11.61623,11.53532,11.57465,11.56631,11.60609,11.5695,11.53989,11.58243,11.56953,11.61932,11.56019,11.58497,11.60089,11.5889,11.65663,11.54219,11.57347,11.49625,11.54924,11.68217,11.5325,11.56223,11.57417,11.4678,11.51379,11.53932,11.56716,11.50192,11.54119,11.51615,11.55282,11.5743,11.44493,11.56878,11.57538,11.45535,11.55843,11.58636,11.5672,11.61069,11.47948,11.60404,11.64339,11.57578,11.64597,11.58764,11.60174,11.60057,11.59116,11.52527,11.57091,11.59582,11.56526,11.61038,11.54443,11.62875,11.54414,11.42487,11.50176,11.5785,11.51415,11.55157,11.58039,11.50661,11.56736,11.54731,11.58188,11.53939,11.50919,11.53239,11.56341,11.5341,11.56948,11.53909,11.51121,11.58179,11.55087,11.57938,11.57595,11.53778,11.52927,11.51179,11.51161,11.57373,11.54559,11.63151,11.57347,11.56806,11.55931,11.53763,11.53853,11.57514,11.51781,11.56103,11.57349,11.59585,11.53533,11.54751,11.53771,11.55718,11.5881,11.59562,11.54704,11.51603,11.55063,11.6601,11.49504,11.58405,11.53691,11.53521,11.58391,11.58103,11.56501,11.47102,11.54377,11.57459,11.50742,11.58512,11.5614,11.62249,11.6061,11.56237,11.56685,11.56194,11.59519,11.59822,11.58422,11.5804,11.57464,11.6143,11.53526,11.57619,11.50873,11.55117,11.56208,11.57,11.53328,11.56518,11.542,11.55786,11.58291,11.56364,11.57553,11.49836,11.50311,11.57129,11.51704,11.59331,11.53385,11.52215,11.6452,11.56905,11.57664,11.5735,11.5634,11.59322,11.60155,11.55307,11.54173,11.5688,11.51618,11.5715,11.58133,11.5223,11.57446,11.56921,11.56568,11.55693,11.60439,11.46907,11.53766,11.55021,11.57107,11.56344,11.64096,11.54406,11.53602,11.61355,11.54524,11.54945,11.55173,11.48913,11.59469,11.56858,11.55304,11.57681,11.51754,11.55463,11.50406,11.57894,11.58314,11.53907,11.57239,11.59488,11.58402,11.53415,11.56264,11.56783,11.53001,11.56312,11.58402,11.62863,11.54384,11.53584,11.52169,11.55758,11.55343,11.56431,11.5642,11.50038,11.70385,11.57206,11.5588,11.53025,11.5721,11.59034,11.46128,11.52455,11.55366,11.52809,11.56176,11.54188,11.5549,11.62393,11.59177,11.55737,11.58101,11.58564,11.62135,11.58147,11.57565,11.5836,11.5586,11.54719,11.50383,11.40778,11.57966,11.56325,11.43842,11.61115,11.5739,11.60521,11.5353,11.49272,11.57725,11.57888,11.61029,11.56589,11.53743,11.56405,11.54563,11.52449,11.49894,11.55513,11.56566,11.51151,11.55509,11.58757,11.53638,11.53889,11.5648,11.56819,11.56204,11.61888,11.57096,11.5239,11.54105,11.57981,11.575,11.63953,11.57535,11.57372,11.52855,11.64061,11.64479,11.60626,11.55468,11.55352,11.59162,11.48285,11.58121,11.5751,11.56508,11.53731,11.54172,11.57912,11.57138,11.53597,11.54384,11.56835,11.58354,11.59655,11.54469,11.57035,11.50091,11.5443,11.50721,11.54192,11.52945,11.58434,11.58517,11.51774,11.55336,11.57412,11.55621,11.50242,11.57116,11.50392,11.57684,11.63937,11.54651,11.58793,11.54614,11.59677,11.55708,11.45692,11.5026,11.51085,11.53896,11.69301,11.54756,11.55819,11.58265,11.44998,11.56644,11.52421,11.5444,11.57761,11.57366,11.50325,11.54682,11.57808,11.48443,11.52988,11.57509,11.62653,11.55416,11.41441,11.56508,11.56298,11.54586,11.61308,11.59532,11.59474,11.57634,11.56781,11.53321,11.56859,11.57066,11.57174,11.54519,11.55378,11.54948,11.57759,11.5084,11.53593,11.56527,11.56479,11.53872,11.57676,11.53527,11.54334,11.40622,11.57412,11.56501,11.52524,11.60754,11.57028,11.57606,11.61709,11.56858,11.53634,11.53356,11.53343,11.63143,11.63543,11.58058,11.57202,11.6571,11.65718,11.56163,11.55991,11.64992,11.56509,11.58884,11.54573,11.54585,11.57895,11.56541,11.54773,11.62355,11.54584,11.4718,11.5538,11.54238,11.57965,11.55171,11.51666,11.62048,11.5784,11.56676,11.56091,11.57661,11.61949,11.50962,11.54442,11.57246,11.56554,11.61259,11.5615,11.57676,11.52785,11.69375,11.54583,11.54338,11.56212,11.58611,11.53398,11.57304,11.60224,11.52989,11.5907,11.5751,11.51012,11.56017,11.69584,11.54576,11.48935,11.54361,11.51389,11.56619,11.59919,11.51271,11.56846,11.58885,11.58611,11.57052,11.56517,11.57403,11.57221,11.59413,11.58198,11.58579,11.53957,11.5974,11.56796,11.55086,11.58353,11.5617,11.59005,11.56289,11.54075,11.55644,11.5709,11.59018,11.56374,11.60719,11.57027,11.58354,11.50984,11.56201,11.53975,11.55976,11.61071,11.61056,11.55343,11.58351,11.51019,11.65792,11.51458,11.52478,11.59202,11.59982,11.63622,11.54803,11.54145,11.57513,11.57954,11.49019,11.57686,11.56225,11.56664,11.58299,11.52817,11.56918,11.56212,11.58189,11.57934,11.53606,11.5754,11.56791,11.54427,11.65423,11.48361,11.51858,11.70393,11.57762,11.56688,11.59663,11.5986,11.53898,11.57667,11.61889,11.54144,11.58118,11.60115,11.55644,11.58382,11.49357,11.53348,11.60196,11.57435,11.57246,11.51681,11.51979,11.58083,11.58341,11.57001,11.57154,11.55828,11.48844,11.5401,11.55495,11.56992,11.60789,11.5802,11.69818,11.46248,11.56091,11.60675,11.5454,11.57112,11.54847,11.55895,11.60317,11.54443,11.55794,11.53701,11.56309,11.64186,11.69477,11.49808,11.56762,11.57495,11.53232,11.56108,11.55494,11.6087,11.57153,11.56248,11.55504,11.56294,11.5772,11.51313,11.55644,11.60149,11.5697,11.57717,11.53332,11.64724,11.60687,11.53753,11.54599,11.57466,11.45495,11.5291,11.53855,11.52806,11.57411,11.54183,11.55929,11.6614,11.53793,11.57755,11.56436,11.61027,11.59894,11.60143,11.53912,11.58109,11.58456,11.54574,11.53825,11.56899,11.59237,11.58326,11.53386,11.57255,11.61589,11.57057,11.56531,11.56479,11.54702,11.53209,11.4515,11.56438,11.49465,11.62147,11.54323,11.62117,11.58456,11.58946,11.66134,11.53423,11.61737,11.54401,11.60907,11.56779,11.56211,11.57783,11.57396,11.56065,11.56456,11.54593,11.56668,11.5916,11.51435,11.57362,11.54229,11.54702,11.62187,11.56798,11.59097,11.62489,11.69028,11.50073,11.54387,11.58882,11.57107,11.60615,11.56656,11.44517,11.57657,11.59244,11.51222,11.61527,11.58618,11.54255,11.57437,11.46518,11.5405,11.54289,11.54157,11.58849,11.57421,11.57517,11.60594,11.55997,11.63088,11.63656,11.56819,11.50774,11.65294,11.57855,11.6479,11.57062,11.56208,11.57221,11.50214,11.5613,11.51242,11.56724,11.55467,11.51208,11.51539,11.56515,11.53835,11.5703,11.6017,11.5756,11.57594,11.5711,11.56986,11.50253,11.58132,11.43336,11.55992,11.5673,11.57423,11.50644,11.54236,11.59425,11.5083,11.55037,11.58258,11.55557,11.51478,11.59793,11.50971,11.52756,11.573,11.56323,11.53376,11.54312,11.60244,11.56839,11.57419,11.44585,11.59096,11.59267,11.58054,11.57828,11.59155,11.61778,11.5653,11.55057,11.53895,11.56325,11.47449,11.55405,11.57343,11.57378,11.57653,11.57169,11.55622,11.5367,11.58947,11.59741,11.5914,11.58371,11.5362,11.56754,11.53828,11.547,11.49745,11.56384,11.68929,11.54538,11.41453,11.56234,11.584,11.55392,11.60051,11.57387,11.56171,11.61047,11.58266,11.58441,11.51231,11.58562,11.48831,11.62233,11.57741,11.54314,11.54817,11.54702,11.56557,11.56414,11.53574,11.55933,11.58998,11.63937,11.49014,11.48861,11.61302,11.59391,11.54083,11.57594,11.6018,11.53761,11.52748,11.64297,11.56243,11.5768,11.57961,11.62963,11.57421,11.56007,11.57836,11.52913,11.54863,11.5438,11.55799,11.53872,11.57225,11.59255,11.56008,11.5657,11.43588,11.56654,11.53665,11.55212,11.56764,11.5725,11.59816,11.56938,11.5374,11.60453,11.57611,11.60648,11.53345,11.58581,11.5658,11.61618,11.54783,11.57317,11.59041,11.56027,11.57807,11.57033,11.58049,11.55028,11.57726,11.60704,11.5677,11.58648,11.56113,11.57965,11.58187,11.55673,11.58735,11.56037,11.53193,11.5742,11.52039,11.5775,11.57193,11.58565,11.55993,11.50043,11.57967,11.55767,11.54169,11.56425,11.57202,11.5485,11.62491,11.5828,11.58356,11.53098,11.57594,11.58854,11.57898,11.58349,11.53404,11.56079,11.54426,11.56771,11.5108,11.56097,11.50373,11.57443,11.66079,11.69927,11.5687,11.57354,11.57993,11.54375,11.55568,11.55711,11.59793,11.5726,11.52967,11.5578,11.60466,11.53865,11.60743,11.5599,11.54555,11.57809,11.57111,11.63881,11.58234,11.53376,11.56332,11.60138,11.56486,11.51698,11.58749,11.55315,11.59394,11.57881,11.51139,11.54344,11.5372,11.56702,11.58687,11.54285,11.5508,11.54144,11.57661,11.50149,11.53165,11.65716,11.57468,11.55995,11.5994,11.59778,11.69326,11.58282,11.56649,11.51674,11.68997,11.59979,11.52889,11.56283,11.56904,11.53026,11.54641,11.57215,11.56822,11.48494,11.54748,11.56354,11.5995,11.53356,11.53963,11.56241,11.54439,11.54576,11.57011,11.60025,11.49724,11.61578,11.58423,11.50475,11.61108,11.56851,11.53069,11.55284,11.57638,11.562,11.56191,11.54416,11.48222,11.50652,11.55112,11.57569,11.57973,11.56141,11.56404,11.53286,11.54557,11.50983,11.55294,11.58539,11.60196,11.56113,11.64862,11.57846,11.6279,11.57558,11.58601,11.55476,11.59636,11.65025,11.61504,11.56567,11.56831,11.53408,11.50711,11.57589,11.56095,11.57891,11.56108,11.57476,11.54955,11.57574,11.65079,11.4674,11.58195,11.56651,11.53665,11.57872,11.56292,11.63978,11.53636,11.53411,11.53156,11.59109,11.45248,11.56048,11.56788,11.53017,11.5821,11.54443,11.54306,11.49469,11.59435,11.56693,11.67394,11.57021,11.5565,11.57129,11.53184,11.53114,11.58349,11.54615,11.5772,11.56751,11.51438,11.51114,11.55691,11.57932,11.39229,11.56438,11.57916,11.5015,11.54061,11.541,11.62945,11.47717,11.5418,11.56947,11.53181,11.54681,11.47636,11.54426,11.56122,11.57589,11.58303,11.62868,11.57067,11.54385,11.55661,11.58044,11.55569,11.53838,11.53713,11.56451,11.57458,11.51464,11.56075,11.54219,11.61428,11.52279,11.53069,11.53597,11.51524,11.58947,11.54663,11.5686,11.55362,11.53577,11.54236,11.55503,11.54015,11.61063,11.46618,11.6019,11.55376,11.53037,11.5739,11.53577,11.55061,11.56509,11.47747,11.61706,11.58771,11.59323,11.62062,11.48705,11.58645,11.53866,11.50961,11.61144,11.57768,11.54381,11.5773,11.56632,11.69119,11.58859,11.56037,11.48654,11.57877,11.59614,11.55151,11.58105,11.57776,11.54325,11.62019,11.53768,11.59345,11.55479,11.56484,11.5896,11.56554,11.56386,11.57337,11.55901,11.60215,11.54338,11.562,11.57328,11.57384,11.55352,11.52495,11.5848,11.59228,11.53811,11.64137,11.65008,11.56995,11.54014,11.5783,11.49145,11.58496,11.5444,11.53205,11.55817,11.55077,11.48929,11.57518,11.64273,11.57686,11.57917,11.51204,11.57945,11.55908,11.57726,11.57498,11.63652,11.63706,11.5489,11.59736,11.5792,11.56725,11.53814,11.53358,11.53325,11.57152,11.57912,11.64545,11.51553,11.53482,11.59602,11.57569,11.59609,11.58382,11.53344,11.57597,11.55893,11.53945,11.55409,11.54031,11.59091,11.48524,11.4449,11.53935,11.56984,11.47901,11.62524,11.56286,11.45849,11.54695,11.62394,11.55195,11.42548,11.57345,11.57098,11.59322,11.5369,11.50951,11.54011,11.50729,11.57081,11.5243,11.57489,11.6308,11.48973,11.54885,11.54351,11.44553,11.58045,11.55793,11.63799,11.64028,11.5699,11.60336,11.59204,11.54547,11.60031,11.53857,11.56007,11.65398,11.57707,11.51785,11.49392,11.56315,11.56158,11.52175,11.5478,11.54201,11.63575,11.58171,11.57582,11.61356,11.56731,11.55576,11.56894,11.62228,11.5416,11.52531,11.56232,11.4878,11.56731,11.50072,11.58588,11.57463,11.54208,11.58548,11.53425,11.50233,11.58074,11.49269,11.52796,11.49387,11.52518,11.56861,11.53633,11.5567,11.58466,11.55284,11.57336,11.55973,11.54671,11.57352,11.57778,11.5459,11.58424,11.58942,11.49811,11.56676,11.60557,11.57447,11.60183,11.57804,11.54758,11.54397,11.51206,11.58324,11.54575,11.54683,11.57055,11.64879,11.54354,11.54417,11.59111,11.47808,11.53272,11.58777,11.63428,11.55764,11.53642,11.54099,11.64536,11.55458,11.6359,11.56686,11.47878,11.54663,11.52313,11.59542,11.54353,11.56517,11.57244,11.57251,11.552,11.55184,11.54586,11.57488,11.6021,11.56384,11.54753,11.56658,11.56373,11.57177,11.51126,11.51631,11.56688,11.6193,11.56288,11.5413,11.50621,11.63631,11.60944,11.62403,11.57786,11.57494,11.55282,11.62028,11.57855,11.5561,11.50518,11.58559,11.61164,11.4494,11.52952,11.54645,11.57341,11.65142,11.61349,11.57733,11.65608,11.65728,11.56387,11.60255,11.51183,11.54356,11.57443,11.54404,11.62994,11.54192,11.54644,11.60194,11.61087,11.56723,11.5364,11.53605,11.54799,11.61975,11.5881,11.53225,11.53882,11.57004,11.58695,11.56522,11.57192,11.53975,11.58327,11.55289,11.55301,11.57418,11.54123,11.57177,11.57848,11.57166,11.58014,11.57015,11.58066,11.58335,11.57603,11.50828,11.56023,11.58112,11.6256,11.54028,11.57489,11.58167,11.44534,11.59019,11.5914,11.62019,11.54245,11.59774,11.57872,11.56991,11.66277,11.49337,11.54598,11.54965,11.62176,11.48398,11.5436,11.53532,11.58742,11.61383,11.55572,11.54147,11.46457,11.59338,11.56961,11.55384,11.61342,11.51615,11.51587,11.50039,11.57486,11.55511,11.5568,11.50164,11.56346,11.53237,11.56785,11.53449,11.64374,11.57341,11.5844,11.56785,11.50081,11.53046,11.58431,11.56708,11.58753,11.58678,11.52158,11.42753,11.55349,11.57283,11.54561,11.56504,11.57968,11.53764,11.56051,11.56949,11.58237,11.536,11.55309,11.61382,11.54388,11.60484,11.56428,11.54439,11.56531,11.58037,11.59482,11.58995,11.59849,11.50616,11.50036,11.5406,11.62293,11.55714,11.57724,11.58635,11.54375,11.57933,11.59871,11.48584,11.48681,11.54711,11.52901,11.56891,11.55886,11.51222,11.56473,11.64628,11.5697,11.58806,11.59611,11.57791,11.56383,11.45375,11.55179,11.58177,11.55898,11.54286,11.56838,11.54954,11.58461,11.48594,11.55895,11.59525,11.53166,11.54923,11.56728,11.53035,11.50485,11.51594,11.53804,11.54354,11.60113,11.55993,11.58001,11.54662,11.6054,11.64228,11.56117,11.55283,11.54594,11.51062,11.5467,11.58032,11.569,11.5066,11.49302,11.51518,11.59419,11.57709,11.67101,11.49988,11.52869,11.5591,11.63314,11.58415,11.50892,11.54023,11.54436,11.59902,11.69419,11.56885,11.57603,11.55784,11.61222,11.61642,11.54713,11.54541,11.55976,11.63493,11.55001,11.51738,11.59056,11.58511,11.57758,11.58318,11.55892,11.59377,11.46287,11.53978,11.54913,11.58229,11.56995,11.58849,11.53335,11.47338,11.53778,11.57622,11.58751,11.51143,11.57022,11.59319,11.57006,11.6299,11.53466,11.56195,11.54624,11.5422,11.52898,11.57215,11.55004,11.54248,11.54844,11.54592,11.52155,11.51232,11.54598,11.5592,11.58722,11.61315,11.53582,11.53012,11.61527,11.55231,11.56605,11.54051,11.58475,11.53572,11.53583,11.53299,11.57304,11.58786,11.5481,11.45184,11.54436,11.5293,11.52471,11.56507,11.54007,11.57308,11.60144,11.51049,11.59457,11.53691,11.55922,11.57319,11.57128,11.56651,11.57636,11.58941,11.58777,11.6177,11.57657,11.58387,11.56164,11.56951,11.57124,11.57511,11.55168,11.5977,11.56488,11.60337,11.5615,11.54125,11.58387,11.66361,11.58392,11.66458,11.48177,11.446,11.51955,11.53515,11.51958,11.56359,11.50171,11.56082,11.58437,11.57771,11.54837,11.55597,11.59534,11.56214,11.56847,11.55196,11.55209,11.56701,11.6234,11.59118,11.57008,11.61407,11.57859,11.54458,11.60888,11.53162,11.54233,11.57655,11.6193,11.58168,11.49071,11.59707,11.65471,11.54626,11.50985,11.61911,11.53833,11.55704,11.55071,11.57104,11.57409,11.57539,11.60729,11.56296,11.5391,11.58129,11.55319,11.55319,11.45178,11.57181,11.55895,11.57073,11.41246,11.56674,11.56703,11.5703,11.55211,11.60086,11.56863,11.57169,11.56107,11.51987,11.49426,11.5794,11.53803,11.5625,11.61434,11.59732,11.57587,11.52319,11.56996,11.53506,11.47583,11.57408,11.56158,11.63233,11.56612,11.58678,11.56641,11.5681,11.5943,11.56789,11.58019,11.5708,11.56146,11.582,11.7033,11.58131,11.50745,11.53149,11.53121,11.56627,11.51447,11.55964,11.60824,11.56345,11.57505,11.58956,11.56131,11.56012,11.50257,11.56261,11.56794,11.57737,11.55801,11.48191,11.57909,11.54538,11.58896,11.56456,11.57304,11.57512,11.60849,11.56737,11.69081,11.57943,11.60647,11.57185,11.57967,11.57912,11.56268,11.60005,11.57778,11.54412,11.57382,11.53989,11.50856,11.56634,11.58576,11.5623,11.52735,11.65741,11.57351,11.55391,11.60131,11.56558,11.60337,11.48805,11.60335,11.56708,11.54325,11.60517,11.58494,11.55895,11.56812,11.66328,11.59908,11.5876,11.47048,11.56539,11.57776,11.56097,11.69007,11.54269,11.63527,11.55714,11.52294,11.56878,11.58633,11.56603,11.58193,11.58284,11.58594,11.56819,11.617,11.59263,11.49691,11.61502,11.55069,11.57207,11.62476,11.60361,11.56204,11.54872,11.55309,11.53992,11.54023,11.59493,11.59711,11.69227,11.69263,11.69228,11.50856,11.59115,11.64159,11.56392,11.55511,11.58848,11.57507,11.59813,11.57678,11.54887,11.56095,11.53386,11.68469,11.50264,11.5697,11.58071,11.61606,11.62419,11.53458,11.49772,11.60746,11.64277,11.564,11.57356,11.57904,11.59062,11.51611,11.57128,11.68057,11.49311,11.65616,11.48726,11.55794,11.57351,11.50612,11.51326,11.5776,11.58628,11.5897,11.65666,11.5891,11.57156,11.57309,11.5771,11.56878,11.57128,11.57128,11.57114,11.55898,11.45943,11.54372,11.53707,11.59679,11.67155,11.6089,11.67836,11.53827,11.56739,11.55416,11.60055,11.58367,11.57896,11.59399,11.58501,11.65969,11.57436,11.56139,11.56214,11.50417,11.60389,11.56594,11.54976,11.54248,11.57626,11.60677,11.53744,11.57409,11.57174,11.5669,11.53922,11.43656,11.62846,11.64064,11.64946,11.57425,11.57319,11.56483,11.57182,11.56571,11.62291,11.69427,11.53433,11.60036,11.57189,11.61835,11.57137,11.54506,11.56838,11.55122,11.55364,11.59133,11.6359,11.62393,11.60956,11.56483,11.51643,11.63551,11.54054,11.57852,11.56061,11.57967,11.56374,11.60874,11.54008,11.6371,11.57042,11.52761,11.41631,11.57194,11.45659,11.61151,11.55449,11.57494,11.63425,11.58608,11.58814,11.57052,11.57056,11.5528,11.53639,11.56991,11.57588,11.66452,11.64035,11.63549,11.51192,11.57917,11.50351,11.57192,11.55403,11.59531,11.54076,11.55893,11.56267,11.56555,11.64714,11.62014,11.51442,11.56651,11.59496,11.55785,11.57405,11.57285,11.58275,11.55522,11.58055,11.5796,11.52519,11.66619,11.57073,11.60195,11.55895,11.5995,11.47871,11.55315,11.57011,11.56689,11.54316,11.56774,11.59784,11.57086,11.54292,11.53819,11.58204,11.59278,11.63706,11.61776,11.58757,11.54374,11.51818,11.55313,11.56474,11.54106,11.57814,11.57413,11.54537,11.58485,11.56128,11.5758,11.63477,11.56648,11.5697,11.49723,11.57119,11.69258,11.59781,11.60749,11.53472,11.55019,11.58336,11.53557,11.57406,11.61853,11.55263,11.58997,11.5919,11.55781,11.67142,11.591,11.5058,11.5726,11.55047,11.54254,11.54085,11.54824,11.55485,11.61102,11.61707,11.61005,11.53704,11.57505,11.59415,11.54558,11.55299,11.52731,11.58016,11.52946,11.60177,11.53752,11.68241,11.51704,11.57074,11.5777,11.55908,11.56805,11.63764,11.54058,11.56019,11.54277,11.55038,11.56777,11.57673,11.69712,11.6031,11.49185,11.56462,11.56338,11.60795,11.54269,11.59952,11.58316,11.5343,11.59969,11.58066,11.56131,11.54905,11.53183,11.53735,11.56486,11.54457,11.64556,11.57035,11.59156,11.54644,11.55627,11.57115,11.58074,11.58771,11.56838,11.55286,11.4604,11.56841,11.53716,11.51781,11.54051,11.59536,11.54131,11.55394,11.62555,11.57064,11.47684,11.57873,11.62366,11.61126,11.65195,11.5474,11.56396,11.59236,11.48372,11.53145,11.54305,11.51543,11.51309,11.51444,11.56216,11.56878,11.61814,11.55699,11.59242,11.61129,11.58453,11.57903,11.57651,11.57768,11.57127,11.55641,11.54227,11.44247,11.5108,11.5437,11.55523,11.58398,11.57492,11.62241,11.49965,11.50881,11.53178,11.56246,11.48111,11.5745,11.57439,11.58098,11.5472,11.57807,11.58566,11.60072,11.577,11.55895,11.46824,11.58715,11.5309,11.68658,11.6941,11.58879,11.60815,11.58651,11.58757,11.58295,11.64376,11.59756,11.56993,11.55895,11.53163,11.56837,11.54207,11.57487,11.54293,11.56118,11.63406,11.56242,11.54275,11.41987,11.56765,11.57711,11.59248,11.56408,11.65424,11.54021,11.5452,11.58351,11.5301,11.57082,11.53103,11.56561,11.56872,11.53789,11.54656,11.61875,11.5476,11.50331,11.50193,11.70577,11.54207,11.54731,11.62682,11.55321,11.56065,11.55924,11.56068,11.563,11.5454,11.53741,11.54647,11.52633,11.46676,11.52786,11.53346,11.57656,11.54476,11.57156,11.54163,11.49822,11.5378,11.53444,11.55629,11.54839,11.5687,11.54607,11.5264,11.57712,11.56958,11.52788,11.57145,11.53303,11.60043,11.62715,11.53664,11.57011,11.57806,11.58894,11.57318,11.54481,11.38616,11.54412,11.41533,11.62009,11.58063,11.56557,11.58013,11.53766,11.42304,11.53473,11.56611,11.5013,11.59471,11.53568,11.5375,11.51854,11.57098,11.56767,11.69165,11.54406,11.57333,11.56166,11.56488,11.58356,11.43758,11.57218,11.58982,11.54394,11.56388,11.55042,11.53238,11.6403,11.44094,11.57724,11.58637,11.54236,11.56505,11.52772,11.60528,11.55149,11.55507,11.51643,11.54174,11.5931,11.67101,11.51394,11.56218,11.66428,11.55486,11.57405,11.53323,11.52811,11.57956,11.59483,11.6,11.56925,11.56589,11.57778,11.57472,11.53969,11.51069,11.58126,11.54339,11.55459,11.56914,11.54821,11.48903,11.53544,11.56128,11.6722,11.56098,11.56132,11.5562,11.59371,11.58061,11.56311,11.57526,11.56544,11.56019,11.62172,11.57799,11.54518,11.52084,11.57437,11.57196,11.50383,11.55318,11.56968,11.50451,11.53776,11.54223,11.58615,11.61585,11.52187,11.52539,11.57721,11.57416,11.57305,11.59547,11.57003,11.51066,11.56759,11.54466,11.54298,11.64101,11.55498,11.53459,11.57067,11.57787,11.54358,11.6306,11.56237,11.51556,11.51766,11.70256,11.54869,11.55187,11.50789,11.56665,11.64034,11.62978,11.5836,11.51822,11.54519,11.57639,11.53059,11.60908,11.57129,11.60851,11.53896,11.42377,11.50515,11.56983,11.68472,11.48728,11.58639,11.58894,11.55296,11.57554,11.52201,11.56466,11.59027,11.47523,11.55273,11.5758,11.58435,11.4956,11.6007,11.64,11.60195,11.63984,11.57748,11.46422,11.47901,11.56927,11.58327,11.51621,11.56449,11.62704,11.56601,11.69055,11.53809,11.56946,11.53974,11.50262,11.57217,11.55323,11.57678,11.53335,11.59029,11.63034,11.55304,11.56439,11.55717,11.46758,11.53445,11.53958,11.54129,11.59503,11.57158,11.56717,11.54396,11.54223,11.49819,11.56567,11.53658,11.54557,11.62161,11.56464,11.63447,11.53956,11.54148,11.5024,11.54432,11.5745,11.63851,11.70309,11.57563,11.61086,11.57954,11.5995,11.54266,11.49813,11.573,11.53572,11.5781,11.49852,11.51291,11.5577,11.57465,11.53947,11.69886,11.60152,11.58927,11.5617,11.50376,11.5293,11.598,11.54256,11.53924,11.5873,11.58489,11.57896,11.57942,11.5471,11.47597,11.66388,11.55318,11.50644,11.60122,11.57222,11.52683,11.48179,11.53419,11.50071,11.62622,11.5631,11.5727,11.55318,11.56145,11.57333,11.56679,11.59747,11.54003,11.56555,11.56035,11.56789,11.64362,11.60559,11.54533,11.54606,11.64412,11.53754,11.56707,11.65338,11.506,11.56032,11.56062,11.55843,11.65367,11.65662,11.57141,11.652,11.47686,11.51573,11.44651,11.54308,11.52821,11.52497,11.63647,11.59572,11.54289,11.58159,11.57288,11.57247,11.55875,11.70173,11.60283,11.58582,11.51502,11.59836,11.60569,11.50874,11.56308,11.54934,11.57664,11.58979,11.50694,11.52715,11.52798,11.57015,11.62705,11.57866,11.57852,11.53596,11.60366,11.56218,11.52477,11.54213,11.50531,11.58518,11.58968,11.57841,11.60574,11.52798,11.57883,11.61736,11.54801,11.57957,11.5716,11.58111,11.58536,11.53936,11.57989,11.54476,11.57273,11.59531,11.5348,11.59497,11.57657,11.60972,11.52088,11.60685,11.58745,11.48576,11.5385,11.5412,11.56774,11.57663,11.54353,11.56523,11.57454,11.56889,11.59255,11.53871,11.53612,11.5815,11.5791,11.62184,11.57197,11.68506,11.60532,11.51816,11.54102,11.4659,11.62073,11.60674,11.66395,11.53602,11.6152,11.57367,11.61747,11.51234,11.55617,11.56674,11.49942,11.56784,11.63911,11.57865,11.51487,11.56734,11.56793,11.64765,11.61467,11.57709,11.53435,11.55514,11.5872,11.58293,11.63028,11.51161,11.61148,11.60857,11.58494,11.59663,11.52695,11.5767,11.52858,11.52309,11.55954,11.57434,11.50856,11.57589,11.62055,11.56006,11.55115,11.57998,11.57222,11.56397,11.53846,11.60536,11.53081,11.58519,11.56426,11.56356,11.45654,11.587,11.53807,11.56103,11.56235,11.57684,11.53512,11.53545,11.49619,11.56358,11.54912,11.57799,11.57135,11.62475,11.64452,11.49657,11.59583,11.67547,11.55253,11.57692,11.5642,11.53321,11.59616,11.57521,11.55746,11.60095,11.64753,11.55513,11.5986,11.56915,11.64637,11.5832,11.61693,11.57528,11.50828,11.56012,11.57319,11.57799,11.54173,11.63941,11.60241,11.56031,11.56231,11.64278,11.58693,11.60598,11.54959,11.59309,11.56761,11.58602,11.54066,11.55702,11.51886,11.54102,11.58839,11.57531,11.56864,11.5756,11.5834,11.54225,11.56015,11.52797,11.5608,11.60204,11.5483,11.44297,11.53053,11.60582,11.62203,11.54793,11.42425,11.58608,11.59974,11.58317,11.67166,11.54306,11.5858,11.57881,11.576,11.54683,11.5276,11.5444,11.64217,11.5062,11.59046,11.59458,11.52932,11.57223,11.587,11.56276,11.55896,11.58596,11.56171,11.53898,11.5761,11.56315,11.56737,11.61833,11.58283,11.58156,11.54665,11.56038,11.6109,11.52786,11.5505,11.5834,11.55988,11.54981,11.5362,11.58432,11.63702,11.56355,11.58373,11.59021,11.58887,11.52778,11.56846,11.53838,11.54328,11.58741,11.5219,11.57293,11.56843,11.55981,11.5695,11.54824,11.61855,11.55265,11.51751,11.59427,11.55784,11.57773,11.56831,11.57272,11.56725,11.54347,11.58116,11.5879,11.5753,11.57048,11.69437,11.57181,11.58896,11.61192,11.57657,11.57219,11.563,11.56895,11.57858,11.54124,11.54784,11.60249,11.50807,11.53932,11.57806,11.59075,11.61344,11.53324,11.52652,11.57509,11.52948,11.38655,11.57335,11.57302,11.55028,11.55096,11.59972,11.54511,11.49897,11.47161,11.57779,11.56562,11.55956,11.54939,11.58003,11.57856,11.57772,11.56431,11.54296,11.57089,11.54493,11.49711,11.45833,11.57506,11.55342,11.58922,11.56692,11.51078,11.5647,11.53215,11.56713,11.53303,11.54648,11.58135,11.60122,11.57856,11.54755,11.5753,11.65734,11.55774,11.53701,11.58473,11.57175,11.56766,11.58617,11.56358,11.54706,11.579,11.56608,11.58399,11.63771,11.64507,11.60037,11.47756,11.55359,11.59254,11.53684,11.5392,11.574,11.58361,11.45957,11.60909,11.4507,11.56436,11.54488,11.52086,11.63295,11.53943,11.54967,11.58,11.50137,11.53335,11.54193,11.5768,11.50753,11.67916,11.56626,11.56191,11.55309,11.57257,11.56434,11.56983,11.55819,11.57408,11.52413,11.57026,11.5609,11.56436,11.56396,11.61946,11.57139,11.57572,11.56697,11.63902,11.58008,11.5636,11.58258,11.58065,11.53092,11.40014,11.50911,11.51157,11.58466,11.57914,11.57303,11.57952,11.5844,11.54135,11.56214,11.62986,11.5011,11.57407,11.55469,11.55749,11.57355,11.58523,11.60035,11.56269,11.48291,11.57136,11.57152,11.57607,11.53672,11.56463,11.57544,11.64891,11.53762,11.55926,11.54656,11.56443,11.58521,11.61623,11.56213,11.56557,11.57617,11.55961,11.58639,11.60467,11.63464,11.51238,11.48524,11.57562,11.60066,11.55494,11.5894,11.5553,11.57686,11.6234,11.52986,11.55229,11.55835,11.5629,11.57317,11.58794,11.50445,11.63941,11.51171,11.57587,11.57003,11.55939,11.55952,11.49258,11.5511,11.61406,11.69683,11.6191,11.5748,11.57113,11.53753,11.53315,11.57486,11.64223,11.63374,11.62608,11.56418,11.5387,11.5895,11.53902,11.63479,11.53426,11.59699,11.56702,11.5795,11.58932,11.57311,11.47207,11.56761,11.57434,11.55908,11.6018,11.5961,11.58824,11.50629,11.53488,11.5725,11.55248,11.69534,11.48495,11.57634,11.57717,11.59612,11.56362,11.57391,11.62325,11.58146,11.56199,11.55396,11.70409,11.54931,11.57926,11.55326,11.55923,11.56721,11.45505,11.58503,11.64649,11.60747,11.5775,11.57212,11.60374,11.60374,11.60374,11.50478,11.53701,11.59528,11.46764,11.64649,11.56012,11.57675,11.53013,11.56043,11.58512,11.54615,11.61732,11.6383,11.5799,11.57717,11.5608,11.54436,11.52548,11.51014,11.59451,11.59958,11.56253,11.6774,11.58008,11.55713,11.45505,11.57692,11.54348,11.53364,11.56263,11.58079,11.5661,11.57285,11.59442,11.59491,11.56159,11.59648,11.53162,11.56901,11.56598,11.56142,11.56453,11.61095,11.51791,11.5143,11.51177,11.63801,11.57865,11.58365,11.61967,11.58475,11.53534,11.57868,11.56473,11.64649,11.55993,11.5768,11.52353,11.5776,11.48559,11.54322,11.56077,11.58207,11.56413,11.57986,11.51055,11.57937,11.56097,11.56684,11.56929,11.60329,11.56597,11.56189,11.57884,11.5196,11.5467,11.58714,11.48242,11.56968,11.5658,11.6517,11.5609,11.48843,11.52246,11.52773,11.43843,11.61841,11.53523,11.53444,11.57655,11.53217,11.52847,11.52809,11.54025,11.56256,11.40517,11.58581,11.58083,11.58561,11.57386,11.55779,11.54579,11.57734,11.55173,11.62566,11.53355,11.69841,11.60748,11.55462,11.5724,11.57153,11.61413,11.52458,11.55463,11.55918,11.58242,11.5439,11.56464,11.55459,11.6116,11.59339,11.53265,11.55755,11.51779,11.56683,11.51792,11.58751,11.56877,11.57013,11.64235,11.56905,11.68199,11.57821,11.57082,11.5755,11.53413,11.57968,11.57539,11.5457,11.56581,11.53596,11.58185,11.53454,11.57926,11.47095,11.48905,11.50372,11.64703,11.53314,11.57483,11.56978,11.62748,11.564,11.54492,11.5154,11.56922,11.57568,11.53673,11.55317,11.65984,11.57279,11.57652,11.58307,11.54793,11.52405,11.61565,11.60821,11.60454,11.57486,11.55629,11.56924,11.54545,11.56077,11.56854,11.60769,11.57551,11.55714,11.52053,11.4905,11.59484,11.57008,11.56813,11.568,11.51283,11.56436,11.57214,11.57539,11.57464,11.56483,11.53664,11.56505,11.5691,11.57396,11.55318,11.56022,11.48596,11.48468,11.57991,11.57711,11.57989,11.56254,11.59206,11.54511,11.57066,11.57154,11.61424,11.5374,11.61225,11.54114,11.47807,11.54523,11.55357,11.61336,11.66471,11.54982,11.55188,11.53678,11.51501,11.48855,11.52436,11.60276,11.60058,11.59341,11.55617,11.58567,11.55969,11.52672,11.6412,11.53072,11.56185,11.57759,11.59585,11.38479,11.56993,11.53743,11.5735,11.50609,11.5733,11.57013,11.61413,11.5303,11.57701,11.51948,11.5165,11.50329,11.59747,11.47461,11.59945,11.53316,11.58281,11.65841,11.58274,11.53598,11.55632,11.53882,11.55405,11.56277,11.63019,11.577,11.55382,11.4695,11.53834,11.58101,11.51936,11.53785,11.56003,11.53785,11.5319,11.5508,11.65989,11.57454,11.56547,11.57682,11.54016,11.6366,11.53687,11.55661,11.56675,11.45829,11.58553,11.51281,11.54056,11.58012,11.54111,11.41263,11.56653,11.53745,11.57714,11.57166,11.56634,11.55379,11.57983,11.55307,11.46081,11.54846,11.5384,11.49568,11.5432,11.49642,11.54683,11.57544,11.57828,11.51976,11.53476,11.57489,11.5747,11.48564,11.64059,11.58398,11.56186,11.57501,11.54423,11.60763,11.57916,11.56836,11.60889,11.44623,11.54236,11.58129,11.60262,11.62834,11.61248,11.57122,11.54218,11.69724,11.59693,11.56891,11.51033,11.62037,11.55469,11.5923,11.53907,11.56378,11.57597,11.58509,11.54064,11.58469,11.43318,11.52991,11.49181,11.62149,11.55637,11.55361,11.54274,11.52583,11.58365,11.5476,11.49561,11.47357,11.53,11.47195,11.57931,11.48681,11.49232,11.58049,11.56904,11.56219,11.53969,11.5342,11.61105,11.57541,11.50851,11.58901,11.57734,11.56343,11.51594,11.60006,11.59847,11.59662,11.54461,11.57209,11.59893,11.50156,11.58574,11.56044,11.62325,11.59899,11.56635,11.57252,11.51499,11.57168,11.5076,11.59374,11.55741,11.549,11.55995,11.57676,11.5553,11.5957,11.53898,11.52322,11.53823,11.56761,11.51216,11.52301,11.5609,11.58031,11.58021,11.55996,11.62879,11.60955,11.46942,11.58637,11.66574,11.61884,11.56865,11.60161,11.53703,11.57008,11.598,11.56411,11.55267,11.52943,11.5514,11.57933,11.54515,11.58803,11.56163,11.57621,11.54332,11.51207,11.58031,11.49064,11.65642,11.58258,11.57443,11.55796,11.53577,11.55585,11.55304,11.51872,11.63941,11.57797,11.59219,11.56187,11.573,11.60246,11.5661,11.58315,11.54883,11.56676,11.57807,11.55733,11.57177,11.58772,11.54853,11.54594,11.51346,11.56975,11.51581,11.70368,11.62926,11.47738,11.57077,11.57935,11.60162,11.58738,11.66646,11.61741,11.65976,11.59549,11.50903,11.57307,11.57024,11.56472,11.54298,11.62672,11.57575,11.58968,11.63989,11.54053,11.53066,11.56091,11.5499,11.59432,11.53638,11.56931,11.61634,11.57325,11.598,11.46442,11.4919,11.61675,11.57645,11.5354,11.54241,11.53731,11.58008,11.56603,11.4931,11.56234,11.58176,11.53666,11.57286,11.50771,11.57611,11.61777,11.53478,11.50984,11.57495,11.5668,11.58112,11.59587,11.56265,11.57799,11.56843,11.56256,11.51009,11.63261,11.52191,11.63523,11.53433,11.6208,11.54696,11.41448,11.53383,11.53701,11.56478,11.6012,11.48081,11.54188,11.53132,11.5191,11.61763,11.48743,11.56698,11.54407,11.58089,11.57409,11.55661,11.56238,11.51083,11.56691,11.57913,11.55577,11.49318,11.62028,11.62735,11.54714,11.58768,11.54041,11.62482,11.55541,11.54576,11.59851,11.59103,11.5747,11.5461,11.56446,11.53963,11.57138,11.51166,11.54485,11.5719,11.55489,11.58075,11.5519,11.58553,11.59175,11.55344,11.56335,11.56532,11.60441,11.52633,11.57426,11.51097,11.6505,11.61429,11.61659,11.52661,11.53921,11.60366,11.55798,11.531,11.54334,11.63816,11.5893,11.55183,11.5531,11.56594,11.54038,11.54976,11.62764,11.57901,11.61799,11.46643,11.51284,11.56271,11.57186,11.55361,11.61674,11.55243,11.58216,11.47318,11.50961,11.51059,11.56636,11.66343,11.58877,11.54088,11.60857,11.53916,11.46623,11.54526,11.56845,11.53078,11.58962,11.56886,11.57468,11.49938,11.55808,11.56074,11.54721,11.56814,11.56979,11.60659,11.60391,11.64403,11.58219,11.50937,11.54323,11.56448,11.5798,11.50179,11.57172,11.62508,11.48721,11.63259,11.54377,11.61035,11.51005,11.52603,11.58668,11.56744,11.56742,11.57704,11.60752,11.56842,11.56738,11.58598,11.59232,11.56857,11.55477,11.53111,11.61254,11.61418,11.59581,11.48026,11.5659,11.53648,11.57627,11.59003,11.53531,11.55691,11.57186,11.58779,11.54697,11.50878,11.57835,11.57239,11.55206,11.54597,11.54916,11.57888,11.58948,11.58667,11.58153,11.5805,11.5471,11.55563,11.54063,11.55899,11.56772,11.56407,11.56651,11.54897,11.64081,11.5775,11.64481,11.53468,11.56328,11.5751,11.55332,11.54977,11.56247,11.55229,11.61742,11.5858,11.56115,11.57791,11.61679,11.53915,11.59535,11.4918,11.47957,11.54762,11.56835,11.49417,11.58113,11.57299,11.58228,11.58282,11.60812,11.54025,11.57735,11.64199,11.59648,11.58045,11.55518,11.59485,11.58281,11.61801,11.53955,11.48206,11.56576,11.5339,11.53392,11.65221,11.59901,11.49214,11.58027,11.51739,11.56314,11.56326,11.61956,11.48581,11.52956,11.58058,11.4443,11.55097,11.48561,11.50973,11.61005,11.54717,11.57512,11.59904,11.50941,11.6236,11.64188,11.54193,11.51526,11.6118,11.53677,11.58185,11.54205,11.57557,11.57553,11.66116,11.56189,11.56888,11.57188,11.57718,11.53387,11.55557,11.57933,11.51409,11.57821,11.54067,11.67088,11.53551,11.55317,11.55289,11.53937,11.59174,11.54122,11.58414,11.58295,11.56631,11.61515,11.53101,11.50337,11.63141,11.55147,11.58311,11.53818,11.54161,11.46173,11.60909,11.52994,11.61888,11.50839,11.57711,11.58257,11.57519,11.57292,11.55059,11.53455,11.57123,11.57381,11.52462,11.56278,11.61539,11.51664,11.48032,11.57224,11.51639,11.53244,11.53581,11.45647,11.58254,11.58429,11.55555,11.53513,11.55261,11.56999,11.609,11.65388,11.54546,11.56541,11.5651,11.56077,11.55224,11.52558,11.56655,11.5485,11.55935,11.53591,11.56242,11.55252,11.66153,11.57899,11.66432,11.61988,11.5645,11.61381,11.60139,11.58849,11.60224,11.56813,11.58076,11.52949,11.63163,11.56217,11.55852,11.52205,11.53345,11.62804,11.58404,11.55625,11.57809,11.56734,11.56057,11.57156,11.5075,11.47601,11.53768,11.54636,11.49178,11.57538,11.57675,11.53457,11.62719,11.54566,11.54252,11.54557,11.63581,11.56564,11.56092,11.66904,11.54297,11.56266,11.58111,11.58091,11.55371,11.56299,11.50855,11.57381,11.52963,11.56544,11.56094,11.66021,11.60138,11.5676,11.59213,11.5441,11.55934,11.56178,11.63075,11.49005,11.60758,11.58243,11.5448,11.56683,11.51864,11.5598,11.53707,11.61977,11.58381,11.60019,11.58906,11.60121,11.55608,11.56663,11.57168,11.54448,11.56427,11.58315,11.55771,11.5392,11.59158,11.54165,11.54228,11.58944,11.55985,11.59585,11.54654,11.57417,11.57102,11.55945,11.56873,11.57542,11.57404,11.52034,11.57509,11.6043,11.58802,11.54479,11.58744,11.49146,11.56829,11.60092,11.58109,11.58205,11.59474,11.56271,11.5579,11.5821,11.64092,11.60465,11.59738,11.57807,11.58341,11.52922,11.57915,11.60692,11.59617,11.55807,11.5775,11.59523,11.64529,11.55989,11.61242,11.53954,11.53586,11.57007,11.62848,11.54074,11.61818,11.58626,11.568,11.5233,11.57671,11.62047,11.56764,11.54952,11.56314,11.571,11.47013,11.56376,11.55601,11.58832,11.51553,11.5643,11.68977,11.56163,11.57939,11.60584,11.4267,11.55412,11.55895,11.56717,11.57549,11.41498,11.58022,11.5563,11.60723,11.57823,11.51341,11.54988,11.60709,11.59292,11.57257,11.55996,11.62141,11.57435,11.58367,11.58804,11.56938,11.57696,11.57787,11.54697,11.59643,11.56499,11.58004,11.5564,11.63559,11.57189,11.55285,11.51064,11.4564,11.5002,11.63241,11.59295,11.58371,11.58677,11.48198,11.59024,11.57721,11.51853,11.56807,11.51857,11.5651,11.56537,11.58627,11.55671,11.56601,11.55748,11.57101,11.59433,11.59637,11.55618,11.53162,11.45912,11.57279,11.58004,11.5746,11.57895,11.48482,11.60251,11.53653,11.55903,11.59079,11.57057,11.59896,11.68529,11.55573,11.59469,11.56852,11.57155,11.55276,11.59984,11.6994,11.60077,11.61413,11.5684,11.56142,11.51207,11.6065,11.44381,11.51174,11.53617,11.5226,11.5632,11.6976,11.56531,11.56784,11.56089,11.56949,11.54043,11.5602,11.5532,11.6144,11.56021,11.56005,11.58941,11.54066,11.57956,11.5647,11.60676,11.50281,11.63051,11.57065,11.50671,11.57517,11.56475,11.56416,11.56657,11.57197,11.63052,11.62248,11.56482,11.58262,11.56848,11.61889,11.51026,11.56897,11.5765,11.52237,11.53448,11.56623,11.49879,11.56841,11.56031,11.63053,11.52102,11.55699,11.63011,11.53242,11.53388,11.50955,11.55892,11.64169,11.53398,11.54457,11.53728,11.55953,11.56821,11.56983,11.57404,11.60329,11.54014,11.59631,11.51834,11.56601,11.46381,11.54258,11.58937,11.58529,11.4562,11.51417,11.57979,11.58324,11.61143,11.62377,11.57407,11.55295,11.56476,11.57436,11.59454,11.57471,11.59913,11.56133,11.57951,11.57096,11.58864,11.53451,11.53986,11.47731,11.56774,11.60492,11.51982,11.52953,11.58516,11.5898,11.55999,11.57219,11.58394,11.55777,11.55512,11.56253,11.56222,11.53006,11.53846,11.55978,11.55229,11.52283,11.49946,11.54897,11.57488,11.58919,11.58135,11.57021,11.5738,11.55354,11.566,11.59658,11.52875,11.5892,11.47596,11.57422,11.59053,11.62385,11.62823,11.50191,11.57873,11.62652,11.5594,11.55217,11.54261,11.55635,11.56731,11.5516,11.60433,11.57794,11.53962,11.63048,11.54779,11.65289,11.56579,11.57195,11.60278,11.51858,11.56991,11.58985,11.54427,11.591,11.62061,11.57855,11.59661,11.5309,11.5718,11.58664,11.58759,11.61376,11.56907,11.56794,11.56652,11.51479,11.55231,11.64187,11.59366,11.60369,11.57401,11.5561,11.53851,11.58743,11.61589,11.54986,11.54838,11.55147,11.68047,11.55597,11.57222,11.44696,11.65766,11.51022,11.56293,11.63937,11.5152,11.58006,11.55761,11.57566,11.68506,11.47253,11.61203,11.4763,11.57976,11.54493,11.66226,11.55149,11.56116,11.63858,11.60016,11.63009,11.57322,11.61785,11.56936,11.55864,11.56147,11.57804,11.55533,11.55233,11.53005,11.54141,11.56527,11.56138,11.53697,11.56914,11.54626,11.53491,11.5275,11.64868,11.54449,11.56167,11.57976,11.56726,11.59904,11.5624,11.53937,11.58279,11.61938,11.54322,11.56071,11.55366,11.58099,11.56532,11.57293,11.57666,11.56952,11.5736,11.57111,11.62558,11.56722,11.64332,11.51464,11.54703,11.56543,11.65603,11.57111,11.52132,11.56176,11.57236,11.56207,11.51103,11.45731,11.58427,11.5087,11.5759,11.55231,11.53054,11.57389,11.478,11.54409,11.5267,11.57824,11.58059,11.51622,11.53169,11.58296,11.56792,11.56631,11.6035,11.5718,11.57383,11.58798,11.55142,11.62075,11.61741,11.5642,11.52698,11.50586,11.56229,11.59625,11.53833,11.57999,11.56133,11.55825,11.56133,11.52992,11.53515,11.59381,11.56618,11.59624,11.58136,11.57987,11.58009,11.55567,11.5553,11.59669,11.48656,11.53513,11.41498,11.59444,11.57583,11.54274,11.59164,11.51022,11.53398,11.57744,11.49725,11.5737,11.57291,11.70435,11.58797,11.52716,11.59372,11.55158,11.56544,11.54403,11.53908,11.56836,11.57836,11.53362,11.51079,11.57493,11.56775,11.63544,11.54439,11.62238,11.64649,11.47009,11.41447,11.60174,11.57774,11.57339,11.53891,11.59319,11.57014,11.56116,11.55564,11.56944,11.56085,11.58463,11.55245,11.54397,11.56131,11.56199,11.55977,11.54453,11.52506,11.53865,11.53863,11.55369,11.5685,11.57847,11.48114,11.55924,11.53283,11.57746,11.55958,11.63439,11.6144,11.62644,11.53012,11.55176,11.53729,11.51643,11.41403,11.5376,11.54706,11.55612,11.5377,11.50063,11.56967,11.57871,11.63575,11.50263,11.63528,11.55604,11.59277,11.59251,11.55459,11.51871,11.57312,11.53988,11.53553,11.47889,11.57698,11.58742,11.51347,11.57944,11.54111,11.60156,11.5348,11.56204,11.53735,11.53941,11.67625,11.5615,11.59576,11.6003,11.57009,11.60197,11.58619,11.60216,11.65316,11.63559,11.65891,11.56437,11.55235,11.54575,11.56133,11.56133,11.55181,11.56834,11.5762,11.63877,11.59366,11.57005,11.55565,11.5527,11.56117,11.57794,11.59401,11.60791,11.50418,11.57413,11.59555,11.5555,11.54449,11.58296,11.61478,11.65186,11.56133,11.57696,11.58357,11.5761,11.59477,11.51881,11.5395,11.54697,11.55988,11.53582,11.56724,11.58478,11.53237,11.60618,11.58628,11.43226,11.53512,11.57371,11.59266,11.53381,11.57925,11.44632,11.56188,11.55754,11.63378,11.53302,11.54468,11.54823,11.56026,11.67101,11.47775,11.54624,11.53241,11.56101,11.63515,11.59227,11.53618,11.51165,11.56918,11.60177,11.54673,11.64296,11.47616,11.55134,11.5459,11.57367,11.59263,11.53422,11.47658,11.56998,11.55632,11.56899,11.55704,11.54626,11.53881,11.6129,11.55017,11.5136,11.51394,11.51407,11.55914,11.5449,11.5612,11.56068,11.56086,11.56037,11.64043,11.56498,11.52857,11.58155,11.62369,11.57529,11.54511,11.52966,11.57689,11.57443,11.56278,11.61376,11.53803,11.577,11.53366,11.53407,11.60976,11.51161,11.58485,11.51857,11.5616,11.70717,11.57286,11.51971,11.63694,11.60776,11.53299,11.49641,11.5357,11.5611,11.53733,11.58205,11.5744,11.56857,11.50695,11.56605,11.55636,11.54228,11.5062,11.6447,11.53513,11.58668,11.56597,11.5349,11.60177,11.45046,11.54907,11.5463,11.5188,11.57412,11.60579,11.59692,11.51851,11.64477,11.60089,11.4839,11.51978,11.47606,11.47567,11.47636,11.563,11.58542,11.54153,11.58576,11.55932,11.5738,11.55034,11.55919,11.56405,11.56388,11.58454,11.69804,11.59397,11.57149,11.5643,11.54607,11.53835,11.51859,11.57506,11.56002,11.5799,11.59353,11.61766,11.50283,11.57429,11.55552,11.55016,11.54428,11.5891,11.53565,11.57029,11.68825,11.51031,11.64295,11.57645,11.5578,11.56898,11.54542,11.63972,11.59008,11.44571,11.5642,11.5096,11.61938,11.56471,11.67404,11.56925,11.54465,11.53799,11.55733,11.5627,11.57892,11.52647,11.5745,11.56499,11.56844,11.49747,11.5592,11.56725,11.63653,11.66011,11.52411,11.59403,11.62233,11.53369,11.58382,11.5591,11.56612,11.57926,11.60795,11.55095,11.63116,11.52006,11.60229,11.57125,11.57668,11.62341,11.52728,11.4458,11.49782,11.55688,11.55978,11.56561,11.57854,11.6637,11.57212,11.57554,11.56177,11.54598,11.56878,11.49052,11.58819,11.63162,11.54209,11.52218,11.44583,11.59149,11.53508,11.59651,11.56752,11.51546,11.56776,11.59241,11.55266,11.49743,11.56266,11.50377,11.50478,11.70612,11.56652,11.56172,11.52971,11.51169,11.48993,11.48187,11.58473,11.56834,11.54889,11.57172,11.54494,11.58117,11.53636,11.55576,11.58445,11.5528,11.58933,11.57274,11.61083,11.55863,11.50784,11.58473,11.56182,11.55575,11.54851,11.5345,11.58058,11.56313,11.47656,11.60461,11.55435,11.55113,11.68262,11.61999,11.57883,11.54813,11.56682,11.57378,11.44429,11.56072,11.60923,11.56771,11.58053,11.6824,11.63516,11.57465,11.5561,11.56149,11.55056,11.41448,11.58494,11.514,11.67587,11.56442,11.5853,11.4983,11.5619,11.44604,11.57454,11.53827,11.55955,11.54291,11.56404,11.51371,11.56993,11.58039,11.58945,11.57926,11.58218,11.53362,11.58077,11.57336,11.52022,11.56851,11.56478,11.50218,11.60903,11.57655,11.53701,11.5303,11.59628,11.54269,11.55173,11.53637,11.56725,11.52402,11.52077,11.55055,11.54102,11.58115,11.64077,11.56726,11.59182,11.53673,11.59859,11.50939,11.49117,11.62419,11.53942,11.56336,11.51418,11.5572,11.52228,11.56299,11.56311,11.57788,11.63852,11.56603,11.53465,11.53302,11.56448,11.55783,11.56728,11.5756,11.5839,11.58326,11.58387,11.55818,11.45569,11.53393,11.52884,11.54391,11.53352,11.65092,11.54943,11.53255,11.54363,11.56372,11.59815,11.54712,11.57164,11.52127,11.62237,11.57447,11.54845,11.65789,11.59552,11.55501,11.56728,11.57837,11.54153,11.54233,11.5794,11.54202,11.57825,11.53427,11.56737,11.55311,11.52976,11.55213,11.56001,11.58734,11.53196,11.41516,11.59223,11.57368,11.58286,11.53415,11.5667,11.61158,11.62335,11.54925,11.59501,11.54053,11.56105,11.58745,11.66201,11.57827,11.51236,11.56822,11.57409,11.63745,11.56504,11.53025,11.58285,11.5401,11.53521,11.56101,11.52405,11.5679,11.55874,11.57684,11.54465,11.60373,11.54492,11.66671,11.5377,11.54159,11.581,11.57128,11.52093,11.47338,11.5854,11.56431,11.50891,11.58482,11.59481,11.54409,11.56675,11.54019,11.55681,11.65935,11.51808,11.54326,11.56689,11.55431,11.58677,11.6165,11.54801,11.57652,11.52464,11.52942,11.56874,11.5618,11.62998,11.5539,11.60011,11.57182,11.54915,11.51264,11.54086,11.6423,11.53528,11.56802,11.60435,11.50981,11.59846,11.53037,11.69348,11.57025,11.45291,11.54069,11.56483,11.4989,11.50613,11.53286,11.57267,11.54542,11.54447,11.57193,11.5772,11.53851,11.53509,11.61864,11.57673,11.57831,11.56953,11.58205,11.53628,11.49141,11.58791,11.57012,11.59335,11.55626,11.59714,11.56851,11.54094,11.52648,11.57465,11.61368,11.64233,11.55981,11.54085,11.58699,11.56991,11.56243,11.55324,11.63739,11.58531,11.47944,11.48377,11.57547,11.54797,11.58321,11.47618,11.51487,11.54197,11.55293,11.54543,11.57513,11.57635,11.61326,11.51861,11.59628,11.49049,11.59495,11.53578,11.60437,11.53467,11.58537,11.56083,11.53543,11.57239,11.59155,11.59917,11.55469,11.59705,11.50888,11.53519,11.43145,11.59605,11.44799,11.55654,11.56728,11.51195,11.63928,11.61485,11.5032,11.548,11.64633,11.5648,11.54594,11.58653,11.58655,11.60712,11.56557,11.57929,11.54956,11.51297,11.63028,11.62733,11.51035,11.54415,11.61217,11.57172,11.55424,11.56814,11.54429,11.45952,11.62688,11.57373,11.58763,11.57223,11.63713,11.55526,11.55358,11.63938,11.56279,11.5659,11.47241,11.57221,11.48886,11.58735,11.50053,11.56345,11.57829,11.54519,11.58608,11.57782,11.56046,11.54998,11.59005,11.55178,11.60772,11.56414,11.55881,11.54017,11.5467,11.4583,11.58738,11.57467,11.54194,11.58163,11.57702,11.56166,11.47882,11.63534,11.53812,11.57489,11.58029,11.56098,11.61515,11.43761,11.56003,11.58538,11.59352,11.60159,11.47719,11.55211,11.56388,11.49338,11.53647,11.60092,11.55138,11.56585,11.52837,11.60929,11.5519,11.55646,11.49837,11.53967,11.60775,11.53791,11.59332,11.54933,11.54264,11.4764,11.5652,11.55591,11.4464,11.53553,11.45927,11.56433,11.45348,11.58759,11.57808,11.57856,11.57822,11.68261,11.56623,11.56569,11.57344,11.54229,11.57359,11.57691,11.50797,11.53073,11.56778,11.50809,11.54634,11.56491,11.54565,11.66379,11.53619,11.50614,11.60652,11.61489,11.56216,11.6741,11.60852,11.58426,11.55587,11.496,11.55007,11.57203,11.47887,11.40318,11.56178,11.52073,11.56529,11.54258,11.47944,11.55248,11.55784,11.55387,11.54444,11.55856,11.56832,11.59356,11.55501,11.6169,11.57415,11.56549,11.61843,11.51738,11.56419,11.5346,11.61206,11.56399,11.56284,11.56173,11.58399,11.56758,11.57353,11.48534,11.57395,11.57817,11.61435,11.53768,11.53526,11.54256,11.52756,11.54825,11.49691,11.5314,11.538,11.54375,11.56349,11.62597,11.56244,11.54064,11.57866,11.58903,11.58203,11.56337,11.46541,11.56332,11.55336,11.57464,11.56658,11.46193,11.5825,11.47987,11.572,11.49099,11.56164,11.59942,11.57426,11.50879,11.44835,11.57254,11.53357,11.57715,11.61178,11.57522,11.62062,11.56001,11.50518,11.6368,11.47031,11.57196,11.44837,11.63368,11.53709,11.52235,11.55785,11.59488,11.56557,11.5288,11.54889,11.58144,11.51284,11.49642,11.4881,11.64482,11.5384,11.55967,11.54828,11.59892,11.56373,11.56315,11.56318,11.53816,11.54854,11.53923,11.57872,11.55584,11.44954,11.57016,11.57837,11.52014,11.58434,11.53809,11.57762,11.50787,11.6114,11.56174,11.54034,11.4363,11.56287,11.56571,11.62911,11.50835,11.5446,11.53548,11.57447,11.57043,11.58677,11.5429,11.55954,11.5817,11.56655,11.58723,11.55646,11.58939,11.5815,11.38826,11.65981,11.4985,11.52611,11.64213,11.6409,11.59052,11.55039,11.55444,11.57408,11.56413,11.63342,11.57204,11.45909,11.55679,11.60577,11.59106,11.52614,11.48983,11.62655,11.55216,11.56385,11.57381,11.53686,11.59638,11.5493,11.53576,11.5736,11.5648,11.50208,11.47806,11.53049,11.52653,11.5529,11.55587,11.52796,11.6024,11.47761,11.66042,11.58288,11.57679,11.53425,11.58599,11.53437,11.5721,11.5862,11.56461,11.53734,11.58378,11.56537,11.56587,11.57094,11.57276,11.55525,11.66032,11.62246,11.45492,11.54146,11.57471,11.52771,11.54416,11.57542,11.5372,11.52696,11.58179,11.57363,11.54151,11.59421,11.57129,11.56298,11.58616,11.56356,11.5407,11.53851,11.56542,11.57792,11.59228,11.58975,11.65518,11.57025,11.55386,11.56032,11.61708,11.57234,11.56236,11.52449,11.69507,11.53386,11.57559,11.58917,11.58792,11.52091,11.60806,11.59893,11.54928,11.58333,11.57672,11.44386,11.4582,11.58748,11.55327,11.5837,11.58486,11.58007,11.55377,11.57742,11.5389,11.50309,11.47944,11.50497,11.56127,11.63145,11.54102,11.53553,11.50584,11.57512,11.52748,11.55215,11.58306,11.57373,11.5732,11.57336,11.58102,11.54328,11.51057,11.59527,11.53619,11.56166,11.6438,11.58821,11.52773,11.58551,11.57888,11.57762,11.52214,11.53585,11.57237,11.57578,11.58666,11.59649,11.57691,11.61086,11.69639,11.56897,11.56358,11.63728,11.47982,11.59683,11.55588,11.41765,11.55001,11.45791,11.69562,11.52398,11.60145,11.58751,11.52955,11.64454,11.5065,11.5809,11.48763,11.54517,11.56305,11.59292,11.57825,11.50256,11.46117,11.53739,11.55464,11.61632,11.58378,11.55539,11.59176,11.51082,11.56165,11.58394,11.55403,11.64223,11.54651,11.55036,11.53414,11.56132,11.55075,11.53953,11.61709,11.53537,11.57868,11.58985,11.60539,11.58106,11.51967,11.57428,11.5638,11.67477,11.54505,11.47784,11.58911,11.61427,11.58599,11.56309,11.54968,11.55316,11.58704,11.5413,11.54986,11.58326,11.57639,11.64382,11.54449,11.55383,11.58255,11.58207,11.57379,11.58699,11.54029,11.57016,11.62555,11.48882,11.56553,11.54184,11.63061,11.54151,11.66306,11.58414,11.53943,11.54112,11.56316,11.5888,11.47944,11.52948,11.57422,11.64212,11.5591,11.60847,11.59262,11.57003,11.53238,11.50162,11.5467,11.55985,11.6059,11.55793,11.46389,11.53895,11.53886,11.53835,11.57394,11.59292,11.69349,11.48623,11.51584,11.54055,11.5462,11.49774,11.57689,11.57025,11.56549,11.56818,11.55004,11.58715,11.50025,11.67995,11.5096,11.59214,11.60963,11.57496,11.5753,11.64929,11.55985,11.55895,11.60902,11.60848,11.56947,11.51019,11.63387,11.51888,11.57328,11.56384,11.5635,11.53209,11.57164,11.42483,11.56232,11.56795,11.5185,11.69731,11.51104,11.56562,11.49874,11.57205,11.53416,11.58211,11.5805,11.56185,11.57826,11.54383,11.58775,11.57316,11.55207,11.59169,11.5582,11.5917,11.56043,11.62385,11.54195,11.55038,11.53079,11.58772,11.57629,11.53917,11.5491,11.51713,11.63115,11.62939,11.54724,11.56582,11.64625,11.65149,11.59838,11.58433,11.64663,11.6187,11.56241,11.57404,11.61816,11.59903,11.50523,11.54582,11.62137,11.49746,11.58825,11.59257,11.53789,11.57631,11.5974,11.67194,11.56903,11.69703,11.53181,11.57616,11.54448,11.5452,11.61857,11.5358,11.56946,11.43693,11.42895,11.54378,11.54006,11.51945,11.62562,11.53115,11.6106,11.59364,11.54348,11.53681,11.61911,11.57939,11.51432,11.56473,11.51687,11.58355,11.54582,11.54892,11.60587,11.61553,11.70295,11.4631,11.58712,11.5562,11.5665,11.58722,11.60406,11.6284,11.5524,11.63531,11.53966,11.62818,11.5206,11.50786,11.55321,11.58583,11.54506,11.53713,11.54575,11.5645,11.59083,11.56473,11.44762,11.44696,11.44763,11.5943,11.57367,11.5571,11.56424,11.53437,11.53701,11.54131,11.52395,11.54059,11.57409,11.49136,11.51274,11.55895,11.5601,11.69766,11.56823,11.56339,11.53887,11.64337,11.56389,11.53702,11.57894,11.50369,11.56234,11.61118,11.57696,11.56422,11.60228,11.56612,11.56231,11.57178,11.69697,11.57697,11.47614,11.61452,11.59825,11.58741,11.53973,11.57597,11.51736,11.60064,11.57302,11.61813,11.53431,11.53214,11.54838,11.53756,11.60709,11.60005,11.60543,11.53884,11.5865,11.57875,11.57044,11.57431,11.61366,11.57334,11.52621,11.64437,11.58655,11.53284,11.52146,11.56601,11.51696,11.53452,11.6966,11.57403,11.53777,11.69566,11.58441,11.60153,11.69779,11.52961,11.50548,11.50338,11.53769,11.5659,11.56444,11.56942,11.56843,11.59698,11.56115,11.69749,11.57565,11.57977,11.69791,11.59614,11.56273,11.55156,11.57343,11.61561,11.55862,11.5831,11.54207,11.64154,11.61856,11.5651,11.57964,11.51843,11.67586,11.52242,11.51146,11.50884,11.56791,11.65786,11.65807,11.62937,11.57823,11.58615,11.56614,11.56567,11.58663,11.58853,11.62009,11.59345,11.65936,11.69701,11.5189,11.69731,11.56522,11.53651,11.56625,11.57077,11.46452,11.57699,11.58133,11.53591,11.53881,11.63339,11.53852,11.56898,11.56326,11.53321,11.56453,11.58473,11.50838,11.56881,11.6966,11.64354,11.6966,11.49996,11.58368,11.64365,11.54145,11.53907,11.57438,11.66005,11.55762,11.60251,11.51071,11.55956,11.54748,11.54094,11.556,11.51067,11.56451,11.53313,11.60534,11.59576,11.58836,11.64412,11.61214,11.55172,11.58452,11.56591,11.53515,11.57103,11.54252,11.68805,11.59394,11.59472,11.59973,11.60051,11.5305,11.52044,11.59569,11.51422,11.60669,11.64343,11.56553,11.47918,11.57231,11.69382,11.53543,11.56153,11.64571,11.58279,11.55884,11.55799,11.55739,11.56763,11.55622,11.53666,11.5428,11.50331,11.65938,11.55127,11.6487,11.68736,11.57342,11.63538,11.56621,11.61715,11.57321,11.53504,11.60138,11.57128,11.59598,11.49977,11.52183,11.57715,11.57074,11.59712,11.57179,11.55223,11.53376,11.53961,11.5751,11.5791,11.50237,11.5316,11.56316,11.54525,11.64342,11.56172,11.56485,11.56485,11.56485,11.56485,11.56485,11.47243,11.58697,11.47553,11.57168,11.50879,11.54841,11.65394,11.58076,11.54332,11.55017,11.50618,11.56328,11.57313,11.54052,11.541,11.56182,11.6031,11.5083,11.57283,11.5651,11.45477,11.57778,11.55399,11.57402,11.63737,11.60906,11.53131,11.5661,11.61757,11.61625,11.56122,11.54036,11.61372,11.57966,11.56814,11.54815,11.5297,11.48038,11.60452,11.56337,11.58012,11.55385,11.57202,11.54462,11.56311,11.6249,11.63073,11.65033,11.56758,11.56344,11.62941,11.5602,11.58205,11.56626,11.55657,11.46849,11.63277,11.56582,11.56451,11.55445,11.56238,11.56548,11.57512,11.6794,11.53616,11.69301,11.68235,11.68648,11.57832,11.56698,11.63802,11.47269,11.63986,11.56598,11.54462,11.69421,11.50979,11.52946,11.6297,11.58113,11.62539,11.5878,11.54243,11.56403,11.46656,11.68156,11.54357,11.56067,11.54186,11.56202,11.56324,11.63808,11.54357,11.50176,11.49589,11.58763,11.57482,11.65576,11.61008,11.5952,11.59271,11.53171,11.54089,11.48665,11.57745,11.58586,11.54276,11.57398,11.63839,11.5662,11.54297,11.54773,11.59258,11.64887,11.50152,11.49467,11.57014,11.57279,11.55681,11.53854,11.54606,11.56322,11.53972,11.58636,11.56451,11.53024,11.51598,11.57729,11.56208,11.53024,11.53024,11.53121,11.53073,11.57279,11.61045,11.5158,11.53221,11.60427,11.57398,11.57648,11.56411,11.56436,11.64874,11.55968,11.55607,11.5858,11.62132,11.65044,11.56408,11.54726,11.55366,11.63293,11.57179,11.55093,11.57809,11.70613,11.6005,11.58725,11.57886,11.61519,11.63023,11.52041,11.54066,11.64174,11.58052,11.53761,11.6824,11.58899,11.60442,11.58365,11.56477,11.49229,11.46885,11.676,11.52553,11.59692,11.59043,11.45684,11.53257,11.58348,11.52756,11.54223,11.56226,11.61555,11.58729,11.57807,11.54211,11.59314,11.50974,11.57204,11.57994,11.53564,11.56181,11.51222,11.58787,11.57681,11.5875,11.57454,11.49882,11.57196,11.55632,11.64231,11.52904,11.42376,11.54925,11.70053,11.59513,11.56914,11.57718,11.57412,11.57943,11.48881,11.58005,11.59419,11.61773,11.58692,11.5797,11.61196,11.55091,11.57413,11.58166,11.59772,11.5203,11.56791,11.57151,11.57941,11.57288,11.70068,11.52802,11.4915,11.57464,11.60312,11.599,11.56188,11.6878,11.49329,11.56948,11.60956,11.59958,11.54485,11.54417,11.58711,11.59875,11.57977,11.58442,11.55469,11.55804,11.56474,11.59342,11.69899,11.59738,11.5767,11.5902,11.59998,11.60442,11.54102,11.53472,11.45819,11.66735,11.49826,11.5815,11.67755,11.69851,11.55933,11.54319,11.60421,11.60442,11.52269,11.60442,11.60442,11.60392,11.57417,11.54512,11.65959,11.57957,11.55495,11.59465,11.57793,11.55292,11.59586,11.64503,11.56369,11.60559,11.56205,11.58275,11.5055,11.57736,11.62406,11.50943,11.6434,11.55665,11.50858,11.58268,11.57219,11.53579,11.62608,11.53928,11.52788,11.67694,11.53993,11.579,11.64273,11.57374,11.67596,11.61498,11.6613,11.57147,11.57808,11.5371,11.527,11.54521,11.54794,11.488,11.57514,11.53894,11.58002,11.57291,11.54344,11.57598,11.56632,11.56301,11.58276,11.55391,11.47875,11.64196,11.65007,11.49437,11.62548,11.52846,11.52273,11.41735,11.47488,11.51636,11.53437,11.58906,11.58251,11.56528,11.70148,11.59728,11.57246,11.56639,11.65743,11.56264,11.55558,11.57439,11.67782,11.68482,11.56533,11.52034,11.61009,11.45177,11.61188,11.58076,11.59966,11.54187,11.54434,11.53821,11.61065,11.51382,11.55382,11.55431,11.55589,11.58026,11.58369,11.49818,11.5533,11.60363,11.51395,11.55032,11.50926,11.49548,11.61377,11.53943,11.56215,11.55259,11.63645,11.56144,11.57739,11.55776,11.58391,11.59656,11.58206,11.64598,11.56861,11.627,11.5842,11.52199,11.55381,11.58581,11.54831,11.58554,11.5548,11.53033,11.41842,11.64379,11.56264,11.51844,11.50111,11.62003,11.58633,11.53173,11.5672,11.5778,11.56506,11.54434,11.56099,11.54937,11.51438,11.56907,11.47265,11.50245,11.55094,11.56189,11.54844,11.58736,11.58381,11.65841,11.56743,11.53597,11.58569,11.63245,11.71087,11.52222,11.55677,11.63257,11.59117,11.53102,11.57399,11.54223,11.53744,11.62842,11.51178,11.45774,11.55407,11.57444,11.47884,11.56041,11.57727,11.60073,11.55677,11.58195,11.60353,11.46907,11.57961,11.64383,11.57794,11.61192,11.56873,11.48347,11.57896,11.64555,11.55881,11.54434,11.60342,11.60707,11.54641,11.57539,11.69588,11.48245,11.57265,11.56115,11.59026,11.58023,11.59487,11.57179,11.60922,11.54723,11.56577,11.45876,11.61772,11.57588,11.60324,11.56314,11.54134,11.69496,11.57129,11.51275,11.55891,11.46467,11.56224,11.56467,11.69749,11.54111,11.50344,11.54463,11.5777,11.58612,11.61784,11.57188,11.54638,11.47846,11.60808,11.48425,11.54434,11.52982,11.60116,11.55606,11.54036,11.53667,11.57629,11.56583,11.53592,11.55164,11.53173,11.57176,11.47879,11.58051,11.6071,11.6071,11.58062,11.61211,11.55248,11.57428,11.52698,11.61745,11.54176,11.55527,11.57169,11.55414,11.55788,11.61707,11.59265,11.55455,11.59434,11.61687,11.54322,11.63306,11.41297,11.53177,11.55706,11.51176,11.48395,11.56334,11.58329,11.5796,11.53708,11.54339,11.63563,11.51917,11.5694,11.52734,11.63938,11.54837,11.55118,11.58396,11.57701,11.63375,11.58676,11.55601,11.57286,11.54797,11.61,11.57498,11.66352,11.54749,11.57229,11.58619,11.58619,11.44172,11.59041,11.61976,11.66155,11.52804,11.58668,11.47607,11.57627,11.57945,11.56971,11.58051,11.51797,11.55335,11.41176,11.55192,11.59301,11.56002,11.55884,11.61659,11.58306,11.5835,11.57068,11.57486,11.52553,11.51069,11.57856,11.68263,11.57836,11.5711,11.68188,11.68287,11.68125,11.68151,11.51621,11.53882,11.55328,11.63239,11.63515,11.58793,11.60763,11.47821,11.5031,11.66449,11.70178,11.54046,11.56485,11.58318,11.6281,11.55716,11.60966,11.58398,11.59514,11.57526,11.62339,11.65832,11.57812,11.5396,11.54036,11.56667,11.55947,11.69772,11.61754,11.6018,11.5737,11.64492,11.57842,11.52973,11.55022,11.65698,11.51498,11.56439,11.44153,11.56049,11.56038,11.56452,11.54142,11.53409,11.58869,11.56548,11.51799,11.60393,11.59245,11.5896,11.53662,11.52927,11.5747,11.52033,11.69692,11.60144,11.56402,11.5418,11.57302,11.58253,11.56798,11.5713,11.64888,11.52697,11.54564,11.55065,11.57881,11.5604,11.54959,11.53219,11.51048,11.55714,11.45749,11.57231,11.58429,11.53438,11.53801,11.61823,11.68376,11.56566,11.52982,11.52653,11.53429,11.55427,11.66141,11.53323,11.58597,11.54825,11.53926,11.53435,11.5709,11.65864,11.58407,11.56353,11.55651,11.53494,11.50102,11.5768,11.49726,11.59185,11.56118,11.55717,11.55717,11.55743,11.55717,11.54434,11.60045,11.5453,11.60335,11.60335,11.60335,11.60335,11.54498,11.54491,11.57864,11.58153,11.54847,11.56889,11.59278,11.54853,11.59383,11.59219,11.59285,11.59221,11.55939,11.66257,11.57578,11.58545,11.58059,11.57451,11.53093,11.57318,11.56395,11.67475,11.55998,11.51059,11.55636,11.46451,11.66569,11.66757,11.66612,11.66737,11.66709,11.66799,11.52951,11.57473,11.53435,11.5048,11.57498,11.55759,11.5382,11.53213,11.58612,11.51751,11.57468,11.56122,11.58521,11.56186,11.60643,11.59666,11.57237,11.55704,11.53985,11.51934,11.56648,11.55834,11.57105,11.58142,11.63651,11.56967,11.56241,11.54609,11.56117,11.60128,11.57181,11.52365,11.65829,11.57677,11.56945,11.59048,11.51888,11.56589,11.48053,11.52258,11.57797,11.56396,11.60249,11.48304,11.5245,11.58134,11.55224,11.59502,11.61999,11.5295,11.57981,11.55321,11.61755,11.7052,11.56402,11.52646,11.48724,11.59614,11.69462,11.5597,11.53157,11.56458,11.47859,11.57049,11.47986,11.58443,11.47224,11.58426,11.50547,11.53951,11.61457,11.5733,11.41892,11.51045,11.6419,11.66008,11.57243,11.56378,11.59529,11.57956,11.57798,11.60201,11.57216,11.62798,11.619,11.55808,11.49617,11.5525,11.63949,11.63962,11.57837,11.58218,11.65171,11.44612,11.57709,11.54062,11.53608,11.48357,11.58703,11.50568,11.5414,11.61024,11.55075,11.64694,11.57536,11.6564,11.52937,11.56649,11.6167,11.51776,11.58933,11.56456,11.54744,11.52973,11.57063,11.53811,11.58799,11.43546,11.54281,11.54211,11.51084,11.52645,11.58604,11.56041,11.58919,11.57234,11.5936,11.5546,11.57544,11.53572,11.55104,11.61742,11.58119,11.56743,11.53276,11.55396,11.56898,11.57458,11.57223,11.56672,11.59504,11.51249,11.60383,11.57302,11.59046,11.57723,11.53387,11.51237,11.55784,11.53885,11.56617,11.64608,11.58786,11.58087,11.56225,11.57515,11.5733,11.57834,11.57598,11.55915,11.5712,11.55325,11.60646,11.62725,11.49429,11.61592,11.55723,11.55192,11.50268,11.56396,11.57347,11.65341,11.56337,11.53358,11.58921,11.55309,11.56045,11.56501,11.57678,11.50211,11.58048,11.58572,11.57753,11.56048,11.56932,11.70614,11.53689,11.54225,11.60466,11.58914,11.57436,11.53738,11.54543,11.54013,11.61606,11.54591,11.56911,11.56737,11.43877,11.5756,11.59012,11.56208,11.53817,11.57197,11.56311,11.60136,11.57327,11.57093,11.54074,11.55466,11.58057,11.60257,11.56159,11.54802,11.56611,11.62289,11.57462,11.5683,11.5425,11.57682,11.54696,11.57339,11.53115,11.60376,11.56982,11.54155,11.52955,11.54863,11.48092,11.52984,11.56388,11.62389,11.56443,11.65267,11.63816,11.55822,11.49908,11.61852,11.55488,11.57733,11.57885,11.58518,11.53844,11.52978,11.55701,11.56581,11.56251,11.55241,11.55731,11.61085,11.58711,11.50363,11.59045,11.58085,11.65962,11.59825,11.52691,11.57223,11.54555,11.53877,11.61239,11.48219,11.5746,11.56083,11.55741,11.61639,11.57405,11.46531,11.44389,11.56816,11.63572,11.55238,11.60787,11.57596,11.56534,11.54915,11.54252,11.56662,11.56327,11.58348,11.58406,11.58737,11.49066,11.53289,11.54023,11.57524,11.58298,11.50985,11.56518,11.57786,11.53103,11.57923,11.61302,11.60045,11.54423,11.65427,11.53329,11.53409,11.65485,11.52629,11.57364,11.57528,11.56492,11.5482,11.55187,11.58733,11.54545,11.57479,11.49524,11.5933,11.47755,11.53113,11.47541,11.58767,11.58166,11.57977,11.58127,11.59065,11.59582,11.70575,11.57989,11.57269,11.58957,11.5388,11.58436,11.57477,11.53787,11.49582,11.50359,11.6006,11.52796,11.57616,11.54066,11.58916,11.58286,11.53117,11.58945,11.67056,11.60167,11.52723,11.48851,11.61687,11.55738,11.43926,11.59,11.57379,11.56439,11.43623,11.58726,11.56431,11.56191,11.56849,11.56892,11.56663,11.56238,11.6172,11.47338,11.55689,11.62275,11.58575,11.63075,11.56212,11.51319,11.53766,11.54041,11.52357,11.50623,11.46734,11.47138,11.56739,11.56458,11.63771,11.5861,11.54782,11.47938,11.47819,11.54741,11.50976,11.54934,11.57835,11.59641,11.58376,11.57833,11.56478,11.68038,11.69914,11.54646,11.63799,11.59331,11.57126,11.55827,11.57251,11.57862,11.55822,11.55624,11.56715,11.61255,11.53961,11.52276,11.57868,11.57206,11.57149,11.53036,11.63146,11.53632,11.58551,11.57785,11.57651,11.57528,11.55873,11.54532,11.51262,11.5899,11.58639,11.53379,11.58404,11.53407,11.57299,11.63329,11.63188,11.5675,11.58351,11.56163,11.56511,11.58351,11.54731,11.55716,11.57355,11.54939,11.55305,11.58036,11.61882,11.57859,11.58195,11.68092,11.6878,11.5866,11.57219,11.64081,11.45945,11.62433,11.54543,11.68711,11.60992,11.58415,11.53618,11.52311,11.57964,11.53857,11.52488,11.57317,11.55766,11.6081,11.54066,11.53878,11.55146,11.51277,11.64666,11.54158,11.59172,11.56742,11.57619,11.56242,11.56491,11.56323,11.56628,11.56011,11.61421,11.55625,11.51523,11.55472,11.53809,11.42653,11.5699,11.54358,11.56602,11.56686,11.47792,11.497,11.57455,11.53806,11.53423,11.50767,11.57474,11.57021,11.52153,11.54945,11.58003,11.57961,11.57364,11.56885,11.53242,11.5341,11.55667,11.56342,11.56542,11.55318,11.54573,11.59576,11.54316,11.56518,11.56509,11.50953,11.54451,11.57851,11.6583,11.56696,11.58316,11.64047,11.57482,11.57428,11.44935,11.58097,11.5448,11.56323,11.58675,11.49683,11.58117,11.59644,11.50691,11.58563,11.50887,11.57311,11.56756,11.56984,11.6142,11.68665,11.58207,11.47824,11.54242,11.65374,11.56449,11.59557,11.56436,11.53847,11.57791,11.57168,11.62585,11.56401,11.5245,11.56491,11.56591,11.63945,11.57594,11.50083,11.56466,11.53024,11.54062,11.54385,11.52896,11.61358,11.56157,11.4758,11.49934,11.573,11.5442,11.59553,11.58332,11.573,11.59494,11.5707,11.57608,11.61124,11.54675,11.64486,11.55711,11.55949,11.58987,11.62696,11.62401,11.63311,11.57759,11.61736,11.57118,11.54885,11.53857,11.51366,11.5346,11.53338,11.56425,11.65587,11.55234,11.55626,11.5382,11.57835,11.59097,11.56941,11.6196,11.53875,11.58067,11.57558,11.54001,11.51427,11.5504,11.58975,11.58388,11.55527,11.55984,11.59898,11.5431,11.57298,11.59306,11.56111,11.44222,11.54328,11.54594,11.55459,11.56748,11.56541,11.54249,11.56781,11.56391,11.53519,11.55368,11.54159,11.60895,11.57089,11.56713,11.56093,11.61024,11.57285,11.58923,11.41454,11.588,11.51163,11.56363,11.59106,11.57451,11.48976,11.56202,11.55522,11.55931,11.5905,11.51208,11.53056,11.5485,11.56153,11.56109,11.5474,11.53055,11.54656,11.42993,11.53915,11.56337,11.57866,11.53093,11.57484,11.56423,11.6134,11.5845,11.64391,11.54234,11.55041,11.58721,11.5503,11.68672,11.6881,11.57196,11.48333,11.55791,11.56589,11.56811,11.5738,11.70986,11.53607,11.58393,11.65558,11.57086,11.51049,11.53338,11.5724,11.54997,11.53394,11.56501,11.54706,11.57514,11.56866,11.57304,11.5166,11.49741,11.45009,11.491,11.56585,11.49303,11.57351,11.54423,11.55707,11.54835,11.57961,11.58366,11.53782,11.59527,11.52902,11.57004,11.59328,11.57521,11.64548,11.50154,11.52838,11.57973,11.64307,11.50554,11.57916,11.53607,11.49623,11.54691,11.58712,11.57096,11.54576,11.56734,11.54084,11.58289,11.55666,11.5397,11.58735,11.57451,11.56951,11.53113,11.54764,11.54451,11.57768,11.60421,11.5323,11.51149,11.70405,11.56591,11.54668,11.50693,11.5571,11.53463,11.56363,11.55091,11.5734,11.61634,11.57396,11.52347,11.51983,11.55486,11.51243,11.55894,11.53734,11.42588,11.59082,11.51931,11.51669,11.56737,11.45485,11.56879,11.48746,11.5676,11.56907,11.61605,11.48805,11.53402,11.57095,11.5424,11.55332,11.49992,11.51448,11.41463,11.68763,11.51338,11.59169,11.5702,11.5571,11.61425,11.5543,11.6212,11.47004,11.54589,11.53555,11.53805,11.5863,11.54979,11.55286,11.57291,11.57909,11.50485,11.5715,11.59363,11.44424,11.56824,11.51072,11.54805,11.51763,11.56582,11.56269,11.55646,11.56049,11.59344,11.56817,11.51272,11.56013,11.58663,11.50474,11.597,11.51299,11.58289,11.46539,11.56307,11.44425,11.4421,11.57878,11.61957,11.57598,11.56844,11.59772,11.54241,11.56355,11.52523,11.58821,11.61253,11.5598,11.61053,11.54008,11.52897,11.64144,11.5451,11.48328,11.5682,11.53663,11.52806,11.56404,11.56355,11.5568,11.55678,11.55322,11.40032,11.60617,11.58729,11.51443,11.61012,11.59829,11.56577,11.56707,11.63366,11.56552,11.50204,11.55224,11.51591,11.53786,11.52846,11.53859,11.61817,11.59169,11.52968,11.53271,11.5592,11.61863,11.52965,11.57233,11.68934,11.61913,11.57819,11.51215,11.60294,11.56906,11.42664,11.53983,11.45096,11.55036,11.58168,11.69815,11.5925,11.69771,11.53875,11.65943,11.53711,11.55747,11.57938,11.58686,11.65117,11.6961,11.55375,11.58985,11.55823,11.49179,11.54458,11.69683,11.57974,11.50846,11.57428,11.56104,11.57828,11.56503,11.64516,11.51005,11.50668,11.54574,11.60375,11.53055,11.60027,11.57293,11.56089,11.53965,11.59783,11.55132,11.5319,11.4886,11.58909,11.57179,11.57112,11.5199,11.56493,11.5194,11.69611,11.5684,11.70042,11.50711,11.55708,11.63904,11.53815,11.54175,11.53188,11.54798,11.58238,11.59255,11.55501,11.57598,11.51744,11.57639,11.59383,11.53459,11.53474,11.57486,11.65996,11.50981,11.53339,11.57156,11.57647,11.48737,11.57538,11.55241,11.60002,11.52188,11.52983,11.53438,11.57528,11.56871,11.54203,11.54486,11.54402,11.56761,11.69441,11.57551,11.58243,11.55054,11.57182,11.58755,11.5731,11.51379,11.51352,11.50382,11.57272,11.57545,11.54814,11.53155,11.55205,11.56121,11.57428,11.57323,11.57169,11.63148,11.62983,11.48968,11.55998,11.5465,11.49245,11.66955,11.58475,11.53039,11.56216,11.6128,11.56491,11.56724,11.53442,11.59674,11.55276,11.56618,11.57523,11.58831,11.6684,11.48686,11.53574,11.56304,11.54023,11.58723,11.48275,11.54209,11.51014,11.57608,11.52122,11.47751,11.54175,11.53873,11.59517,11.58753,11.61358,11.57755,11.55367,11.56058,11.58067,11.50595,11.5408,11.58656,11.54356,11.52938,11.61767,11.56789,11.56683,11.58608,11.53543,11.53414,11.59335,11.49721,11.56524,11.56428,11.70497,11.5845,11.54234,11.52784,11.5583,11.58917,11.54455,11.58514,11.54879,11.54705,11.61253,11.57194,11.58401,11.57692,11.57325,11.57198,11.57041,11.54705,11.56406,11.56628,11.55391,11.64778,11.52161,11.53959,11.53063,11.55009,11.57179,11.52696,11.54581,11.59824,11.6138,11.56615,11.56006,11.53734,11.5361,11.53408,11.64201,11.6161,11.51959,11.54721,11.56207,11.6192,11.58153,11.60826,11.53821,11.54285,11.50342,11.58057,11.51205,11.57212,11.56013,11.53032,11.53498,11.50229,11.56571,11.56212,11.54663,11.55311,11.6015,11.56355,11.54993,11.52777,11.57939,11.42059,11.53129,11.53925,11.57112,11.48541,11.53967,11.56115,11.55344,11.51219,11.58124,11.57198,11.59571,11.59841,11.56864,11.50445,11.57554,11.56332,11.4585,11.57208,11.5567,11.57007,11.59558,11.59149,11.58903,11.57297,11.55265,11.53924,11.50892,11.56691,11.5808,11.5225,11.54241,11.54578,11.51357,11.57605,11.53493,11.59042,11.60642,11.56583,11.56474,11.57078,11.53354,11.5966,11.54434,11.60047,11.61987,11.55726,11.5731,11.52654,11.5294,11.57356,11.57163,11.44896,11.55412,11.6347,11.55181,11.55547,11.55991,11.56101,11.57969,11.53936,11.53389,11.57114,11.54023,11.57454,11.53258,11.57538,11.56429,11.53215,11.52154,11.55706,11.64122,11.55348,11.55432,11.50763,11.52825,11.57261,11.5747,11.51551,11.45782,11.54064,11.53669,11.5744,11.52029,11.56652,11.57324,11.58059,11.58881,11.54573,11.55441,11.57758,11.50819,11.52618,11.6204,11.60121,11.57357,11.52748,11.55122,11.55526,11.57252,11.57466,11.5851,11.59585,11.57256,11.59545,11.57691,11.59755,11.61347,11.53352,11.50907,11.56572,11.54655,11.51063,11.61581,11.63639,11.57619,11.50246,11.52251,11.57323,11.56853,11.57095,11.56564,11.56766,11.56511,11.5717,11.57316,11.64193,11.5978,11.56351,11.6033,11.5999,11.50893,11.54091,11.56212,11.4968,11.50784,11.37837,11.50977,11.51357,11.58598,11.5761,11.46847,11.53637,11.58132,11.51779,11.57721,11.57646,11.67538,11.51201,11.6132,11.57994,11.46842,11.46829,11.46962,11.4682,11.46861,11.54781,11.46991,11.5502,11.56139,11.57962,11.567,11.44452,11.56139,11.64119,11.56243,11.54965,11.61795,11.54526,11.58531,11.50655,11.56374,11.55543,11.55336,11.561,11.54022,11.5872,11.54573,11.54308,11.57543,11.58554,11.56929,11.58259,11.51602,11.54153,11.58516,11.67724,11.54791,11.55226,11.52846,11.56339,11.56448,11.518,11.57892,11.51835,11.54838,11.58274,11.56969,11.60888,11.53564,11.61669,11.53061,11.50341,11.57625,11.56344,11.54457,11.52042,11.52576,11.6707,11.58273,11.66978,11.61317,11.5327,11.52582,11.5091,11.58428,11.57579,11.5134,11.49988,11.53415,11.56195,11.52617,11.59562,11.70814,11.54214,11.55027,11.4899,11.57961,11.49594,11.61009,11.63664,11.50112,11.52645,11.61774,11.58268,11.49597,11.67506,11.63801,11.57856,11.53046,11.58026,11.58088,11.58863,11.56592,11.56576,11.57459,11.63733,11.45003,11.70548,11.64715,11.59933,11.47997,11.56698,11.567,11.566,11.64457,11.61194,11.54675,11.54132,11.56048,11.54387,11.57085,11.52217,11.52378,11.58063,11.47459,11.59854,11.56441,11.64496,11.58549,11.57748,11.6041,11.59454,11.57583,11.58902,11.57335,11.59023,11.57606,11.5381,11.52392,11.58982,11.59304,11.53569,11.58136,11.49828,11.54405,11.53397,11.56084,11.57604,11.65064,11.48129,11.45563,11.55686,11.56686,11.54848,11.54097,11.5365,11.60796,11.53083,11.56232,11.4365,11.49845,11.56807,11.56471,11.57668,11.61898,11.53385,11.57902,11.53496,11.56794,11.57878,11.58054,11.54423,11.51179,11.55796,11.58747,11.50412,11.59562,11.50263,11.58083,11.51399,11.54515,11.60787,11.56444,11.54318,11.57521,11.5608,11.5704,11.48448,11.66257,11.6377,11.47824,11.58911,11.59981,11.56215,11.58691,11.49183,11.57171,11.59968,11.56492,11.49245,11.56925,11.57187,11.56537,11.63105,11.5815,11.54359,11.57908,11.55423,11.58945,11.59615,11.59126,11.57967,11.57105,11.56455,11.56371,11.53135,11.57068,11.44667,11.55561,11.52459,11.59238,11.60887,11.58284,11.50507,11.58804,11.58146,11.57593,11.56516,11.56493,11.59918,11.58706,11.58098,11.58466,11.58279,11.50199,11.62058,11.67253,11.54946,11.57662,11.50737,11.59161,11.46661,11.57669,11.5195,11.44846,11.48365,11.56013,11.57764,11.64457,11.59708,11.58054,11.54415,11.58063,11.58232,11.58058,11.58137,11.58226,11.45518,11.53062,11.5996,11.57784,11.58626,11.53771,11.62154,11.57428,11.56713,11.48457,11.50852,11.47752,11.53663,11.56606,11.59399,11.64794,11.5453,11.57435,11.5793,11.57897,11.57643,11.60812,11.55961,11.57239,11.56633,11.57342,11.57133,11.63119,11.57942,11.5514,11.55248,11.54799,11.51646,11.59156,11.57377,11.54831,11.57827,11.58436,11.58393,11.57506,11.45773,11.56524,11.57778,11.64227,11.57341,11.5374,11.5861,11.49232,11.53149,11.61936,11.55518,11.55002,11.54004,11.54414,11.56028,11.56031,11.61904,11.5127,11.61463,11.50637,11.57872,11.53826,11.5188,11.53392,11.60922,11.57581,11.49754,11.56488,11.59562,11.54226,11.54513,11.60248,11.59073,11.65286,11.56974,11.51035,11.50875,11.51377,11.56384,11.57118,11.45554,11.5608,11.59865,11.4731,11.53575,11.62535,11.41441,11.49748,11.61833,11.57916,11.59191,11.56278,11.51244,11.55131,11.55951,11.56979,11.59123,11.4647,11.67056,11.57393,11.5827,11.53764,11.57889,11.60272,11.62325,11.58122,11.57532,11.5375,11.59427,11.57616,11.5763,11.5774,11.53138,11.58797,11.52936,11.57526,11.51901,11.565,11.51235,11.63679,11.5821,11.5482,11.59308,11.55856,11.56855,11.56633,11.6375,11.59074,11.57455,11.57234,11.57467,11.5602,11.47201,11.58008,11.58838,11.50763,11.54357,11.53538,11.42218,11.50803,11.44723,11.56138,11.5847,11.57352,11.55813,11.55801,11.57612,11.56354,11.5925,11.55309,11.51988,11.53486,11.58081,11.55749,11.55603,11.55711,11.60459,11.64011,11.5333,11.58551,11.50764,11.55373,11.55243,11.48339,11.70259,11.54816,11.49249,11.59707,11.54916,11.53791,11.59364,11.59761,11.56447,11.59342,11.7035,11.6039,11.63129,11.53132,11.4846,11.47624,11.53682,11.50732,11.48466,11.605,11.55059,11.55283,11.55995,11.55974,11.56491,11.51832,11.58729,11.61749,11.58648,11.54776,11.45349,11.56455,11.55334,11.55442,11.57931,11.68438,11.53378,11.49178,11.58013,11.49157,11.57986,11.50177,11.53355,11.58628,11.60096,11.49171,11.58283,11.62787,11.54036,11.46433,11.57806,11.54664,11.64991,11.58683,11.56404,11.56227,11.58756,11.57944,11.59973,11.55191,11.58366,11.48221,11.5963,11.55461,11.59889,11.57449,11.54064,11.57868,11.54552,11.55907,11.57849,11.55075,11.54219,11.54332,11.55022,11.53081,11.58061,11.57673,11.61832,11.49721,11.4271,11.56391,11.56691,11.59291,11.63966,11.55835,11.55989,11.55863,11.50295,11.57074,11.506,11.53547,11.56365,11.53168,11.61484,11.51,11.58847,11.61631,11.55843,11.55797,11.55695,11.55686,11.64396,11.54119,11.59459,11.58166,11.53224,11.64883,11.64811,11.40768,11.61236,11.53348,11.64911,11.51011,11.64471,11.49842,11.60737,11.50882,11.56648,11.6408,11.57461,11.53748,11.61248,11.53845,11.5872,11.53998,11.56912,11.61128,11.55875,11.57017,11.69734,11.59458,11.40806,11.56973,11.54525,11.59042,11.54799,11.58832,11.47734,11.66575,11.56964,11.53868,11.57485,11.54072,11.59517,11.59305,11.54892,11.56396,11.56061,11.50594,11.57631,11.64617,11.65867,11.61548,11.56414,11.53527,11.55968,11.55817,11.65749,11.59938,11.60427,11.60427,11.60427,11.65798,11.55529,11.51445,11.60111,11.58744,11.69719,11.57351,11.56735,11.54543,11.54918,11.62871,11.64238,11.55824,11.64408,11.55639,11.54095,11.5779,11.57228,11.57196,11.59998,11.47354,11.55187,11.56007,11.51846,11.6,11.5588,11.55525,11.58174,11.43365,11.53162,11.59544,11.58174,11.68285,11.68448,11.51619,11.57689,11.62045,11.54945,11.5373,11.5985,11.57944,11.61709,11.61607,11.53519,11.54165,11.58218,11.57389,11.57995,11.56343,11.58701,11.64775,11.52412,11.57824,11.57969,11.45908,11.52187,11.61329,11.56084,11.56002,11.56013,11.57459,11.52109,11.56921,11.58671,11.54486,11.5485,11.5793,11.51323,11.55079,11.57399,11.48096,11.59923,11.58045,11.56963,11.5623,11.57167,11.54,11.57153,11.57114,11.54858,11.63093,11.51984,11.49202,11.5767,11.5669,11.57985,11.526,11.47592,11.5293,11.47393,11.50927,11.59756,11.47455,11.47469,11.63884,11.52935,11.5938,11.56047,11.53186,11.50409,11.53221,11.53349,11.53362,11.57321,11.56182,11.52923,11.60004,11.60022,11.59883,11.57515,11.4952,11.56087,11.55951,11.55945,11.55923,11.56107,11.55977,11.57372,11.57631,11.55267,11.55268,11.55185,11.55428,11.5067,11.55995,11.61053,11.54141,11.5432,11.57503,11.59748,11.57142,11.56528,11.57547,11.57451,11.54032,11.62302,11.49505,11.59439,11.55428,11.57604,11.539,11.58505,11.54517,11.55623,11.66962,11.50291,11.55482,11.42642,11.55174,11.66936,11.63389,11.62758,11.66891,11.52791,11.5277,11.58593,11.56688,11.67065,11.49235,11.66884,11.61916,11.57639,11.60339,11.55766,11.42,11.57766,11.57648,11.67712,11.5287,11.63609,11.44407,11.57117,11.55884,11.57692,11.44355,11.53527,11.56178,11.55441,11.6117,11.57789,11.55436,11.5296,11.56693,11.5994,11.63076,11.59968,11.5993,11.665,11.67005,11.6116,11.66551,11.59333,11.65607,11.54479,11.44373,11.57521,11.5566,11.50381,11.55769,11.55939,11.55848,11.55838,11.59502,11.58929,11.59748,11.44282,11.59804,11.59815,11.55667,11.5579,11.53897,11.66639,11.66693,11.57738,11.56558,11.56956,11.52949,11.54545,11.53063,11.60884,11.56635,11.59992,11.6664,11.66506,11.41986,11.53312,11.56371,11.44615,11.53479,11.53464,11.55411,11.55395,11.55391,11.55247,11.59431,11.53941,11.61586,11.50764,11.5649,11.5398,11.60635,11.54127,11.58041,11.57531,11.56529,11.56475,11.61586,11.56393,11.56489,11.56097,11.54854,11.49807,11.66805,11.55127,11.57734,11.55724,11.52298,11.5612,11.51035,11.56417,11.5584,11.61056,11.58437,11.58364,11.58408,11.58873,11.50574,11.56281,11.64418,11.55504,11.51934,11.61012,11.63632,11.56884,11.55269,11.58449,11.56513,11.50785,11.56416,11.57793,11.63742,11.58616,11.44272,11.57988,11.50589,11.65973,11.50477,11.50557,11.50511,11.56917,11.56284,11.55904,11.48869,11.53007,11.61832,11.53273,11.58082,11.56149,11.58639,11.5855,11.54225,11.56456,11.53883,11.59506,11.57786,11.61199,11.57692,11.54717,11.57119,11.58638,11.64583,11.64732,11.54062,11.55881,11.52639,11.47133,11.56081,11.56098,11.57872,11.52906,11.56378,11.51896,11.47649,11.56398,11.59127,11.48028,11.58024,11.57879,11.58502,11.532,11.47634,11.58875,11.5795,11.54793,11.59635,11.41355,11.54647,11.56219,11.54962,11.51913,11.57011,11.54048,11.58753,11.50895,11.59643,11.56196,11.5612,11.52034,11.64619,11.5785,11.51428,11.52743,11.60926,11.60667,11.59403,11.53345,11.56635,11.54253,11.6166,11.51694,11.56854,11.53484,11.55677,11.53798,11.5579,11.57351,11.53273,11.57473,11.68041,11.57827,11.64764,11.57496,11.58899,11.4804,11.57506,11.56276,11.54583,11.50001,11.56149,11.56371,11.5089,11.53747,11.59164,11.58176,11.55461,11.58161,11.58766,11.57238,11.59663,11.55285,11.57672,11.54006,11.55505,11.5791,11.57736,11.53314,11.58566,11.57917,11.57759,11.57972,11.56001,11.55918,11.57795,11.55375,11.57891,11.48122,11.56015,11.4968,11.53943,11.504,11.58875,11.63159,11.55036,11.62831,11.5797,11.56391,11.41068,11.64877,11.55018,11.55884,11.47,11.46941,11.57129,11.70843,11.56979,11.55953,11.58269,11.57018,11.52882,11.51007,11.60818,11.49644,11.61211,11.57068,11.38807,11.61991,11.60745,11.53426,11.52065,11.57607],1,null,null,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#03F&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;blue&#34;,&#34;fillOpacity&#34;:0.4},null,null,[&#34;https://www.airbnb.com/rooms/36720&#34;,&#34;https://www.airbnb.com/rooms/97945&#34;,&#34;https://www.airbnb.com/rooms/114695&#34;,&#34;https://www.airbnb.com/rooms/127383&#34;,&#34;https://www.airbnb.com/rooms/157808&#34;,&#34;https://www.airbnb.com/rooms/159634&#34;,&#34;https://www.airbnb.com/rooms/170154&#34;,&#34;https://www.airbnb.com/rooms/170815&#34;,&#34;https://www.airbnb.com/rooms/172672&#34;,&#34;https://www.airbnb.com/rooms/172977&#34;,&#34;https://www.airbnb.com/rooms/178114&#34;,&#34;https://www.airbnb.com/rooms/179640&#34;,&#34;https://www.airbnb.com/rooms/183634&#34;,&#34;https://www.airbnb.com/rooms/186596&#34;,&#34;https://www.airbnb.com/rooms/187359&#34;,&#34;https://www.airbnb.com/rooms/187386&#34;,&#34;https://www.airbnb.com/rooms/189551&#34;,&#34;https://www.airbnb.com/rooms/189606&#34;,&#34;https://www.airbnb.com/rooms/190383&#34;,&#34;https://www.airbnb.com/rooms/190453&#34;,&#34;https://www.airbnb.com/rooms/190474&#34;,&#34;https://www.airbnb.com/rooms/190529&#34;,&#34;https://www.airbnb.com/rooms/190564&#34;,&#34;https://www.airbnb.com/rooms/190565&#34;,&#34;https://www.airbnb.com/rooms/190653&#34;,&#34;https://www.airbnb.com/rooms/191405&#34;,&#34;https://www.airbnb.com/rooms/191535&#34;,&#34;https://www.airbnb.com/rooms/192933&#34;,&#34;https://www.airbnb.com/rooms/193424&#34;,&#34;https://www.airbnb.com/rooms/193463&#34;,&#34;https://www.airbnb.com/rooms/193477&#34;,&#34;https://www.airbnb.com/rooms/194533&#34;,&#34;https://www.airbnb.com/rooms/195371&#34;,&#34;https://www.airbnb.com/rooms/195388&#34;,&#34;https://www.airbnb.com/rooms/195444&#34;,&#34;https://www.airbnb.com/rooms/196127&#34;,&#34;https://www.airbnb.com/rooms/196230&#34;,&#34;https://www.airbnb.com/rooms/196243&#34;,&#34;https://www.airbnb.com/rooms/197197&#34;,&#34;https://www.airbnb.com/rooms/197660&#34;,&#34;https://www.airbnb.com/rooms/198942&#34;,&#34;https://www.airbnb.com/rooms/198946&#34;,&#34;https://www.airbnb.com/rooms/199066&#34;,&#34;https://www.airbnb.com/rooms/199189&#34;,&#34;https://www.airbnb.com/rooms/199256&#34;,&#34;https://www.airbnb.com/rooms/199797&#34;,&#34;https://www.airbnb.com/rooms/199840&#34;,&#34;https://www.airbnb.com/rooms/199850&#34;,&#34;https://www.airbnb.com/rooms/200798&#34;,&#34;https://www.airbnb.com/rooms/205381&#34;,&#34;https://www.airbnb.com/rooms/205393&#34;,&#34;https://www.airbnb.com/rooms/205401&#34;,&#34;https://www.airbnb.com/rooms/205415&#34;,&#34;https://www.airbnb.com/rooms/205431&#34;,&#34;https://www.airbnb.com/rooms/206288&#34;,&#34;https://www.airbnb.com/rooms/207713&#34;,&#34;https://www.airbnb.com/rooms/207827&#34;,&#34;https://www.airbnb.com/rooms/210348&#34;,&#34;https://www.airbnb.com/rooms/211250&#34;,&#34;https://www.airbnb.com/rooms/211291&#34;,&#34;https://www.airbnb.com/rooms/211374&#34;,&#34;https://www.airbnb.com/rooms/211744&#34;,&#34;https://www.airbnb.com/rooms/212482&#34;,&#34;https://www.airbnb.com/rooms/212517&#34;,&#34;https://www.airbnb.com/rooms/213707&#34;,&#34;https://www.airbnb.com/rooms/216240&#34;,&#34;https://www.airbnb.com/rooms/216241&#34;,&#34;https://www.airbnb.com/rooms/216256&#34;,&#34;https://www.airbnb.com/rooms/216259&#34;,&#34;https://www.airbnb.com/rooms/216529&#34;,&#34;https://www.airbnb.com/rooms/216698&#34;,&#34;https://www.airbnb.com/rooms/217148&#34;,&#34;https://www.airbnb.com/rooms/218159&#34;,&#34;https://www.airbnb.com/rooms/218860&#34;,&#34;https://www.airbnb.com/rooms/221635&#34;,&#34;https://www.airbnb.com/rooms/221777&#34;,&#34;https://www.airbnb.com/rooms/222275&#34;,&#34;https://www.airbnb.com/rooms/222924&#34;,&#34;https://www.airbnb.com/rooms/225414&#34;,&#34;https://www.airbnb.com/rooms/225421&#34;,&#34;https://www.airbnb.com/rooms/226540&#34;,&#34;https://www.airbnb.com/rooms/226660&#34;,&#34;https://www.airbnb.com/rooms/227043&#34;,&#34;https://www.airbnb.com/rooms/227106&#34;,&#34;https://www.airbnb.com/rooms/227267&#34;,&#34;https://www.airbnb.com/rooms/227892&#34;,&#34;https://www.airbnb.com/rooms/228409&#34;,&#34;https://www.airbnb.com/rooms/228867&#34;,&#34;https://www.airbnb.com/rooms/229544&#34;,&#34;https://www.airbnb.com/rooms/229545&#34;,&#34;https://www.airbnb.com/rooms/230253&#34;,&#34;https://www.airbnb.com/rooms/230331&#34;,&#34;https://www.airbnb.com/rooms/230414&#34;,&#34;https://www.airbnb.com/rooms/230640&#34;,&#34;https://www.airbnb.com/rooms/231881&#34;,&#34;https://www.airbnb.com/rooms/232430&#34;,&#34;https://www.airbnb.com/rooms/233332&#34;,&#34;https://www.airbnb.com/rooms/240126&#34;,&#34;https://www.airbnb.com/rooms/240218&#34;,&#34;https://www.airbnb.com/rooms/240797&#34;,&#34;https://www.airbnb.com/rooms/249179&#34;,&#34;https://www.airbnb.com/rooms/252987&#34;,&#34;https://www.airbnb.com/rooms/285938&#34;,&#34;https://www.airbnb.com/rooms/299867&#34;,&#34;https://www.airbnb.com/rooms/309962&#34;,&#34;https://www.airbnb.com/rooms/312866&#34;,&#34;https://www.airbnb.com/rooms/314846&#34;,&#34;https://www.airbnb.com/rooms/314862&#34;,&#34;https://www.airbnb.com/rooms/315684&#34;,&#34;https://www.airbnb.com/rooms/320196&#34;,&#34;https://www.airbnb.com/rooms/329889&#34;,&#34;https://www.airbnb.com/rooms/364836&#34;,&#34;https://www.airbnb.com/rooms/372531&#34;,&#34;https://www.airbnb.com/rooms/386068&#34;,&#34;https://www.airbnb.com/rooms/392399&#34;,&#34;https://www.airbnb.com/rooms/400437&#34;,&#34;https://www.airbnb.com/rooms/467269&#34;,&#34;https://www.airbnb.com/rooms/473201&#34;,&#34;https://www.airbnb.com/rooms/483093&#34;,&#34;https://www.airbnb.com/rooms/483364&#34;,&#34;https://www.airbnb.com/rooms/485613&#34;,&#34;https://www.airbnb.com/rooms/502791&#34;,&#34;https://www.airbnb.com/rooms/526430&#34;,&#34;https://www.airbnb.com/rooms/531901&#34;,&#34;https://www.airbnb.com/rooms/538442&#34;,&#34;https://www.airbnb.com/rooms/539445&#34;,&#34;https://www.airbnb.com/rooms/539561&#34;,&#34;https://www.airbnb.com/rooms/544516&#34;,&#34;https://www.airbnb.com/rooms/548958&#34;,&#34;https://www.airbnb.com/rooms/556122&#34;,&#34;https://www.airbnb.com/rooms/556323&#34;,&#34;https://www.airbnb.com/rooms/565620&#34;,&#34;https://www.airbnb.com/rooms/574143&#34;,&#34;https://www.airbnb.com/rooms/574417&#34;,&#34;https://www.airbnb.com/rooms/591459&#34;,&#34;https://www.airbnb.com/rooms/593229&#34;,&#34;https://www.airbnb.com/rooms/599626&#34;,&#34;https://www.airbnb.com/rooms/600567&#34;,&#34;https://www.airbnb.com/rooms/601401&#34;,&#34;https://www.airbnb.com/rooms/603399&#34;,&#34;https://www.airbnb.com/rooms/618795&#34;,&#34;https://www.airbnb.com/rooms/620812&#34;,&#34;https://www.airbnb.com/rooms/625551&#34;,&#34;https://www.airbnb.com/rooms/627052&#34;,&#34;https://www.airbnb.com/rooms/633836&#34;,&#34;https://www.airbnb.com/rooms/637670&#34;,&#34;https://www.airbnb.com/rooms/650265&#34;,&#34;https://www.airbnb.com/rooms/655699&#34;,&#34;https://www.airbnb.com/rooms/660807&#34;,&#34;https://www.airbnb.com/rooms/661006&#34;,&#34;https://www.airbnb.com/rooms/664050&#34;,&#34;https://www.airbnb.com/rooms/666121&#34;,&#34;https://www.airbnb.com/rooms/666253&#34;,&#34;https://www.airbnb.com/rooms/667321&#34;,&#34;https://www.airbnb.com/rooms/667967&#34;,&#34;https://www.airbnb.com/rooms/668844&#34;,&#34;https://www.airbnb.com/rooms/669550&#34;,&#34;https://www.airbnb.com/rooms/670361&#34;,&#34;https://www.airbnb.com/rooms/671605&#34;,&#34;https://www.airbnb.com/rooms/675433&#34;,&#34;https://www.airbnb.com/rooms/677842&#34;,&#34;https://www.airbnb.com/rooms/678953&#34;,&#34;https://www.airbnb.com/rooms/679280&#34;,&#34;https://www.airbnb.com/rooms/681296&#34;,&#34;https://www.airbnb.com/rooms/683146&#34;,&#34;https://www.airbnb.com/rooms/684989&#34;,&#34;https://www.airbnb.com/rooms/686929&#34;,&#34;https://www.airbnb.com/rooms/688630&#34;,&#34;https://www.airbnb.com/rooms/688938&#34;,&#34;https://www.airbnb.com/rooms/689025&#34;,&#34;https://www.airbnb.com/rooms/689768&#34;,&#34;https://www.airbnb.com/rooms/692197&#34;,&#34;https://www.airbnb.com/rooms/692401&#34;,&#34;https://www.airbnb.com/rooms/692465&#34;,&#34;https://www.airbnb.com/rooms/693402&#34;,&#34;https://www.airbnb.com/rooms/693627&#34;,&#34;https://www.airbnb.com/rooms/694892&#34;,&#34;https://www.airbnb.com/rooms/695312&#34;,&#34;https://www.airbnb.com/rooms/695613&#34;,&#34;https://www.airbnb.com/rooms/696997&#34;,&#34;https://www.airbnb.com/rooms/698064&#34;,&#34;https://www.airbnb.com/rooms/698135&#34;,&#34;https://www.airbnb.com/rooms/700603&#34;,&#34;https://www.airbnb.com/rooms/701005&#34;,&#34;https://www.airbnb.com/rooms/701673&#34;,&#34;https://www.airbnb.com/rooms/702583&#34;,&#34;https://www.airbnb.com/rooms/703359&#34;,&#34;https://www.airbnb.com/rooms/703539&#34;,&#34;https://www.airbnb.com/rooms/703761&#34;,&#34;https://www.airbnb.com/rooms/705120&#34;,&#34;https://www.airbnb.com/rooms/705732&#34;,&#34;https://www.airbnb.com/rooms/706874&#34;,&#34;https://www.airbnb.com/rooms/708870&#34;,&#34;https://www.airbnb.com/rooms/709401&#34;,&#34;https://www.airbnb.com/rooms/710595&#34;,&#34;https://www.airbnb.com/rooms/710604&#34;,&#34;https://www.airbnb.com/rooms/710884&#34;,&#34;https://www.airbnb.com/rooms/710990&#34;,&#34;https://www.airbnb.com/rooms/712477&#34;,&#34;https://www.airbnb.com/rooms/713391&#34;,&#34;https://www.airbnb.com/rooms/714564&#34;,&#34;https://www.airbnb.com/rooms/714837&#34;,&#34;https://www.airbnb.com/rooms/715397&#34;,&#34;https://www.airbnb.com/rooms/717444&#34;,&#34;https://www.airbnb.com/rooms/724514&#34;,&#34;https://www.airbnb.com/rooms/727112&#34;,&#34;https://www.airbnb.com/rooms/736631&#34;,&#34;https://www.airbnb.com/rooms/739516&#34;,&#34;https://www.airbnb.com/rooms/751730&#34;,&#34;https://www.airbnb.com/rooms/754008&#34;,&#34;https://www.airbnb.com/rooms/759516&#34;,&#34;https://www.airbnb.com/rooms/774834&#34;,&#34;https://www.airbnb.com/rooms/779667&#34;,&#34;https://www.airbnb.com/rooms/807951&#34;,&#34;https://www.airbnb.com/rooms/817448&#34;,&#34;https://www.airbnb.com/rooms/820826&#34;,&#34;https://www.airbnb.com/rooms/857045&#34;,&#34;https://www.airbnb.com/rooms/884573&#34;,&#34;https://www.airbnb.com/rooms/884674&#34;,&#34;https://www.airbnb.com/rooms/884684&#34;,&#34;https://www.airbnb.com/rooms/894480&#34;,&#34;https://www.airbnb.com/rooms/907717&#34;,&#34;https://www.airbnb.com/rooms/914826&#34;,&#34;https://www.airbnb.com/rooms/917644&#34;,&#34;https://www.airbnb.com/rooms/921010&#34;,&#34;https://www.airbnb.com/rooms/921158&#34;,&#34;https://www.airbnb.com/rooms/921287&#34;,&#34;https://www.airbnb.com/rooms/923593&#34;,&#34;https://www.airbnb.com/rooms/930872&#34;,&#34;https://www.airbnb.com/rooms/936808&#34;,&#34;https://www.airbnb.com/rooms/944648&#34;,&#34;https://www.airbnb.com/rooms/947351&#34;,&#34;https://www.airbnb.com/rooms/947647&#34;,&#34;https://www.airbnb.com/rooms/956522&#34;,&#34;https://www.airbnb.com/rooms/958987&#34;,&#34;https://www.airbnb.com/rooms/960371&#34;,&#34;https://www.airbnb.com/rooms/963496&#34;,&#34;https://www.airbnb.com/rooms/966674&#34;,&#34;https://www.airbnb.com/rooms/974971&#34;,&#34;https://www.airbnb.com/rooms/979733&#34;,&#34;https://www.airbnb.com/rooms/984301&#34;,&#34;https://www.airbnb.com/rooms/985445&#34;,&#34;https://www.airbnb.com/rooms/988659&#34;,&#34;https://www.airbnb.com/rooms/991111&#34;,&#34;https://www.airbnb.com/rooms/991132&#34;,&#34;https://www.airbnb.com/rooms/1040420&#34;,&#34;https://www.airbnb.com/rooms/1053919&#34;,&#34;https://www.airbnb.com/rooms/1057272&#34;,&#34;https://www.airbnb.com/rooms/1061155&#34;,&#34;https://www.airbnb.com/rooms/1071257&#34;,&#34;https://www.airbnb.com/rooms/1073222&#34;,&#34;https://www.airbnb.com/rooms/1079223&#34;,&#34;https://www.airbnb.com/rooms/1084770&#34;,&#34;https://www.airbnb.com/rooms/1088131&#34;,&#34;https://www.airbnb.com/rooms/1091120&#34;,&#34;https://www.airbnb.com/rooms/1099978&#34;,&#34;https://www.airbnb.com/rooms/1116199&#34;,&#34;https://www.airbnb.com/rooms/1123061&#34;,&#34;https://www.airbnb.com/rooms/1125755&#34;,&#34;https://www.airbnb.com/rooms/1150841&#34;,&#34;https://www.airbnb.com/rooms/1157852&#34;,&#34;https://www.airbnb.com/rooms/1158720&#34;,&#34;https://www.airbnb.com/rooms/1188409&#34;,&#34;https://www.airbnb.com/rooms/1197825&#34;,&#34;https://www.airbnb.com/rooms/1205208&#34;,&#34;https://www.airbnb.com/rooms/1213878&#34;,&#34;https://www.airbnb.com/rooms/1214804&#34;,&#34;https://www.airbnb.com/rooms/1222849&#34;,&#34;https://www.airbnb.com/rooms/1233686&#34;,&#34;https://www.airbnb.com/rooms/1245613&#34;,&#34;https://www.airbnb.com/rooms/1257660&#34;,&#34;https://www.airbnb.com/rooms/1268647&#34;,&#34;https://www.airbnb.com/rooms/1273392&#34;,&#34;https://www.airbnb.com/rooms/1278105&#34;,&#34;https://www.airbnb.com/rooms/1278303&#34;,&#34;https://www.airbnb.com/rooms/1302279&#34;,&#34;https://www.airbnb.com/rooms/1311549&#34;,&#34;https://www.airbnb.com/rooms/1323565&#34;,&#34;https://www.airbnb.com/rooms/1328998&#34;,&#34;https://www.airbnb.com/rooms/1342604&#34;,&#34;https://www.airbnb.com/rooms/1352002&#34;,&#34;https://www.airbnb.com/rooms/1355138&#34;,&#34;https://www.airbnb.com/rooms/1355595&#34;,&#34;https://www.airbnb.com/rooms/1362758&#34;,&#34;https://www.airbnb.com/rooms/1376223&#34;,&#34;https://www.airbnb.com/rooms/1385757&#34;,&#34;https://www.airbnb.com/rooms/1389646&#34;,&#34;https://www.airbnb.com/rooms/1434387&#34;,&#34;https://www.airbnb.com/rooms/1437491&#34;,&#34;https://www.airbnb.com/rooms/1451388&#34;,&#34;https://www.airbnb.com/rooms/1451901&#34;,&#34;https://www.airbnb.com/rooms/1474424&#34;,&#34;https://www.airbnb.com/rooms/1478113&#34;,&#34;https://www.airbnb.com/rooms/1481022&#34;,&#34;https://www.airbnb.com/rooms/1481834&#34;,&#34;https://www.airbnb.com/rooms/1496376&#34;,&#34;https://www.airbnb.com/rooms/1497247&#34;,&#34;https://www.airbnb.com/rooms/1503184&#34;,&#34;https://www.airbnb.com/rooms/1505287&#34;,&#34;https://www.airbnb.com/rooms/1505430&#34;,&#34;https://www.airbnb.com/rooms/1518352&#34;,&#34;https://www.airbnb.com/rooms/1518980&#34;,&#34;https://www.airbnb.com/rooms/1537237&#34;,&#34;https://www.airbnb.com/rooms/1537332&#34;,&#34;https://www.airbnb.com/rooms/1544199&#34;,&#34;https://www.airbnb.com/rooms/1547864&#34;,&#34;https://www.airbnb.com/rooms/1553501&#34;,&#34;https://www.airbnb.com/rooms/1558044&#34;,&#34;https://www.airbnb.com/rooms/1560042&#34;,&#34;https://www.airbnb.com/rooms/1560538&#34;,&#34;https://www.airbnb.com/rooms/1570696&#34;,&#34;https://www.airbnb.com/rooms/1576125&#34;,&#34;https://www.airbnb.com/rooms/1576417&#34;,&#34;https://www.airbnb.com/rooms/1579894&#34;,&#34;https://www.airbnb.com/rooms/1582913&#34;,&#34;https://www.airbnb.com/rooms/1583637&#34;,&#34;https://www.airbnb.com/rooms/1585526&#34;,&#34;https://www.airbnb.com/rooms/1586508&#34;,&#34;https://www.airbnb.com/rooms/1588162&#34;,&#34;https://www.airbnb.com/rooms/1591094&#34;,&#34;https://www.airbnb.com/rooms/1591195&#34;,&#34;https://www.airbnb.com/rooms/1591783&#34;,&#34;https://www.airbnb.com/rooms/1596778&#34;,&#34;https://www.airbnb.com/rooms/1597701&#34;,&#34;https://www.airbnb.com/rooms/1597714&#34;,&#34;https://www.airbnb.com/rooms/1598100&#34;,&#34;https://www.airbnb.com/rooms/1600212&#34;,&#34;https://www.airbnb.com/rooms/1603105&#34;,&#34;https://www.airbnb.com/rooms/1604313&#34;,&#34;https://www.airbnb.com/rooms/1604360&#34;,&#34;https://www.airbnb.com/rooms/1604485&#34;,&#34;https://www.airbnb.com/rooms/1605615&#34;,&#34;https://www.airbnb.com/rooms/1606773&#34;,&#34;https://www.airbnb.com/rooms/1607395&#34;,&#34;https://www.airbnb.com/rooms/1607724&#34;,&#34;https://www.airbnb.com/rooms/1608074&#34;,&#34;https://www.airbnb.com/rooms/1608496&#34;,&#34;https://www.airbnb.com/rooms/1608924&#34;,&#34;https://www.airbnb.com/rooms/1617482&#34;,&#34;https://www.airbnb.com/rooms/1620583&#34;,&#34;https://www.airbnb.com/rooms/1620813&#34;,&#34;https://www.airbnb.com/rooms/1622502&#34;,&#34;https://www.airbnb.com/rooms/1625350&#34;,&#34;https://www.airbnb.com/rooms/1626118&#34;,&#34;https://www.airbnb.com/rooms/1630644&#34;,&#34;https://www.airbnb.com/rooms/1630933&#34;,&#34;https://www.airbnb.com/rooms/1632238&#34;,&#34;https://www.airbnb.com/rooms/1633093&#34;,&#34;https://www.airbnb.com/rooms/1634302&#34;,&#34;https://www.airbnb.com/rooms/1637127&#34;,&#34;https://www.airbnb.com/rooms/1638626&#34;,&#34;https://www.airbnb.com/rooms/1639451&#34;,&#34;https://www.airbnb.com/rooms/1639990&#34;,&#34;https://www.airbnb.com/rooms/1640311&#34;,&#34;https://www.airbnb.com/rooms/1643067&#34;,&#34;https://www.airbnb.com/rooms/1645325&#34;,&#34;https://www.airbnb.com/rooms/1647546&#34;,&#34;https://www.airbnb.com/rooms/1648891&#34;,&#34;https://www.airbnb.com/rooms/1653116&#34;,&#34;https://www.airbnb.com/rooms/1653670&#34;,&#34;https://www.airbnb.com/rooms/1654425&#34;,&#34;https://www.airbnb.com/rooms/1655216&#34;,&#34;https://www.airbnb.com/rooms/1658497&#34;,&#34;https://www.airbnb.com/rooms/1659452&#34;,&#34;https://www.airbnb.com/rooms/1660844&#34;,&#34;https://www.airbnb.com/rooms/1663785&#34;,&#34;https://www.airbnb.com/rooms/1664035&#34;,&#34;https://www.airbnb.com/rooms/1664130&#34;,&#34;https://www.airbnb.com/rooms/1665220&#34;,&#34;https://www.airbnb.com/rooms/1666171&#34;,&#34;https://www.airbnb.com/rooms/1666402&#34;,&#34;https://www.airbnb.com/rooms/1666610&#34;,&#34;https://www.airbnb.com/rooms/1667129&#34;,&#34;https://www.airbnb.com/rooms/1667652&#34;,&#34;https://www.airbnb.com/rooms/1667717&#34;,&#34;https://www.airbnb.com/rooms/1667764&#34;,&#34;https://www.airbnb.com/rooms/1670567&#34;,&#34;https://www.airbnb.com/rooms/1671276&#34;,&#34;https://www.airbnb.com/rooms/1671501&#34;,&#34;https://www.airbnb.com/rooms/1671779&#34;,&#34;https://www.airbnb.com/rooms/1674377&#34;,&#34;https://www.airbnb.com/rooms/1674971&#34;,&#34;https://www.airbnb.com/rooms/1675735&#34;,&#34;https://www.airbnb.com/rooms/1677659&#34;,&#34;https://www.airbnb.com/rooms/1678184&#34;,&#34;https://www.airbnb.com/rooms/1680894&#34;,&#34;https://www.airbnb.com/rooms/1681699&#34;,&#34;https://www.airbnb.com/rooms/1682832&#34;,&#34;https://www.airbnb.com/rooms/1685118&#34;,&#34;https://www.airbnb.com/rooms/1685140&#34;,&#34;https://www.airbnb.com/rooms/1685441&#34;,&#34;https://www.airbnb.com/rooms/1685902&#34;,&#34;https://www.airbnb.com/rooms/1689996&#34;,&#34;https://www.airbnb.com/rooms/1690342&#34;,&#34;https://www.airbnb.com/rooms/1691822&#34;,&#34;https://www.airbnb.com/rooms/1692114&#34;,&#34;https://www.airbnb.com/rooms/1692514&#34;,&#34;https://www.airbnb.com/rooms/1692548&#34;,&#34;https://www.airbnb.com/rooms/1697548&#34;,&#34;https://www.airbnb.com/rooms/1698507&#34;,&#34;https://www.airbnb.com/rooms/1700894&#34;,&#34;https://www.airbnb.com/rooms/1702870&#34;,&#34;https://www.airbnb.com/rooms/1707646&#34;,&#34;https://www.airbnb.com/rooms/1711536&#34;,&#34;https://www.airbnb.com/rooms/1715557&#34;,&#34;https://www.airbnb.com/rooms/1718031&#34;,&#34;https://www.airbnb.com/rooms/1718303&#34;,&#34;https://www.airbnb.com/rooms/1718330&#34;,&#34;https://www.airbnb.com/rooms/1719692&#34;,&#34;https://www.airbnb.com/rooms/1722420&#34;,&#34;https://www.airbnb.com/rooms/1726369&#34;,&#34;https://www.airbnb.com/rooms/1726846&#34;,&#34;https://www.airbnb.com/rooms/1730263&#34;,&#34;https://www.airbnb.com/rooms/1741109&#34;,&#34;https://www.airbnb.com/rooms/1761126&#34;,&#34;https://www.airbnb.com/rooms/1780894&#34;,&#34;https://www.airbnb.com/rooms/1785552&#34;,&#34;https://www.airbnb.com/rooms/1805167&#34;,&#34;https://www.airbnb.com/rooms/1825195&#34;,&#34;https://www.airbnb.com/rooms/1846174&#34;,&#34;https://www.airbnb.com/rooms/1865548&#34;,&#34;https://www.airbnb.com/rooms/1879331&#34;,&#34;https://www.airbnb.com/rooms/1912197&#34;,&#34;https://www.airbnb.com/rooms/1914331&#34;,&#34;https://www.airbnb.com/rooms/1929924&#34;,&#34;https://www.airbnb.com/rooms/1933035&#34;,&#34;https://www.airbnb.com/rooms/1934485&#34;,&#34;https://www.airbnb.com/rooms/1940570&#34;,&#34;https://www.airbnb.com/rooms/1965069&#34;,&#34;https://www.airbnb.com/rooms/1973435&#34;,&#34;https://www.airbnb.com/rooms/1973482&#34;,&#34;https://www.airbnb.com/rooms/1981285&#34;,&#34;https://www.airbnb.com/rooms/1993742&#34;,&#34;https://www.airbnb.com/rooms/2014841&#34;,&#34;https://www.airbnb.com/rooms/2068938&#34;,&#34;https://www.airbnb.com/rooms/2090930&#34;,&#34;https://www.airbnb.com/rooms/2118884&#34;,&#34;https://www.airbnb.com/rooms/2134673&#34;,&#34;https://www.airbnb.com/rooms/2148966&#34;,&#34;https://www.airbnb.com/rooms/2196425&#34;,&#34;https://www.airbnb.com/rooms/2200178&#34;,&#34;https://www.airbnb.com/rooms/2202647&#34;,&#34;https://www.airbnb.com/rooms/2216805&#34;,&#34;https://www.airbnb.com/rooms/2227696&#34;,&#34;https://www.airbnb.com/rooms/2246626&#34;,&#34;https://www.airbnb.com/rooms/2251998&#34;,&#34;https://www.airbnb.com/rooms/2286506&#34;,&#34;https://www.airbnb.com/rooms/2331422&#34;,&#34;https://www.airbnb.com/rooms/2331661&#34;,&#34;https://www.airbnb.com/rooms/2341626&#34;,&#34;https://www.airbnb.com/rooms/2349509&#34;,&#34;https://www.airbnb.com/rooms/2365506&#34;,&#34;https://www.airbnb.com/rooms/2383918&#34;,&#34;https://www.airbnb.com/rooms/2383924&#34;,&#34;https://www.airbnb.com/rooms/2386190&#34;,&#34;https://www.airbnb.com/rooms/2390275&#34;,&#34;https://www.airbnb.com/rooms/2408047&#34;,&#34;https://www.airbnb.com/rooms/2423396&#34;,&#34;https://www.airbnb.com/rooms/2439212&#34;,&#34;https://www.airbnb.com/rooms/2445882&#34;,&#34;https://www.airbnb.com/rooms/2446513&#34;,&#34;https://www.airbnb.com/rooms/2452832&#34;,&#34;https://www.airbnb.com/rooms/2512391&#34;,&#34;https://www.airbnb.com/rooms/2522780&#34;,&#34;https://www.airbnb.com/rooms/2540597&#34;,&#34;https://www.airbnb.com/rooms/2544224&#34;,&#34;https://www.airbnb.com/rooms/2550186&#34;,&#34;https://www.airbnb.com/rooms/2552939&#34;,&#34;https://www.airbnb.com/rooms/2558460&#34;,&#34;https://www.airbnb.com/rooms/2576444&#34;,&#34;https://www.airbnb.com/rooms/2606617&#34;,&#34;https://www.airbnb.com/rooms/2627133&#34;,&#34;https://www.airbnb.com/rooms/2636011&#34;,&#34;https://www.airbnb.com/rooms/2662348&#34;,&#34;https://www.airbnb.com/rooms/2664268&#34;,&#34;https://www.airbnb.com/rooms/2670861&#34;,&#34;https://www.airbnb.com/rooms/2683845&#34;,&#34;https://www.airbnb.com/rooms/2699009&#34;,&#34;https://www.airbnb.com/rooms/2704397&#34;,&#34;https://www.airbnb.com/rooms/2727623&#34;,&#34;https://www.airbnb.com/rooms/2739529&#34;,&#34;https://www.airbnb.com/rooms/2758752&#34;,&#34;https://www.airbnb.com/rooms/2773000&#34;,&#34;https://www.airbnb.com/rooms/2780282&#34;,&#34;https://www.airbnb.com/rooms/2820723&#34;,&#34;https://www.airbnb.com/rooms/2822557&#34;,&#34;https://www.airbnb.com/rooms/2837145&#34;,&#34;https://www.airbnb.com/rooms/2878629&#34;,&#34;https://www.airbnb.com/rooms/2879741&#34;,&#34;https://www.airbnb.com/rooms/2891461&#34;,&#34;https://www.airbnb.com/rooms/2899956&#34;,&#34;https://www.airbnb.com/rooms/2920941&#34;,&#34;https://www.airbnb.com/rooms/2929924&#34;,&#34;https://www.airbnb.com/rooms/2931704&#34;,&#34;https://www.airbnb.com/rooms/2934725&#34;,&#34;https://www.airbnb.com/rooms/2949717&#34;,&#34;https://www.airbnb.com/rooms/2961549&#34;,&#34;https://www.airbnb.com/rooms/2963903&#34;,&#34;https://www.airbnb.com/rooms/3008126&#34;,&#34;https://www.airbnb.com/rooms/3014306&#34;,&#34;https://www.airbnb.com/rooms/3018544&#34;,&#34;https://www.airbnb.com/rooms/3025064&#34;,&#34;https://www.airbnb.com/rooms/3029086&#34;,&#34;https://www.airbnb.com/rooms/3044351&#34;,&#34;https://www.airbnb.com/rooms/3054425&#34;,&#34;https://www.airbnb.com/rooms/3056954&#34;,&#34;https://www.airbnb.com/rooms/3064525&#34;,&#34;https://www.airbnb.com/rooms/3066066&#34;,&#34;https://www.airbnb.com/rooms/3085646&#34;,&#34;https://www.airbnb.com/rooms/3092813&#34;,&#34;https://www.airbnb.com/rooms/3163507&#34;,&#34;https://www.airbnb.com/rooms/3169487&#34;,&#34;https://www.airbnb.com/rooms/3187752&#34;,&#34;https://www.airbnb.com/rooms/3189113&#34;,&#34;https://www.airbnb.com/rooms/3191373&#34;,&#34;https://www.airbnb.com/rooms/3192949&#34;,&#34;https://www.airbnb.com/rooms/3203798&#34;,&#34;https://www.airbnb.com/rooms/3210659&#34;,&#34;https://www.airbnb.com/rooms/3211689&#34;,&#34;https://www.airbnb.com/rooms/3238706&#34;,&#34;https://www.airbnb.com/rooms/3244948&#34;,&#34;https://www.airbnb.com/rooms/3253578&#34;,&#34;https://www.airbnb.com/rooms/3260814&#34;,&#34;https://www.airbnb.com/rooms/3266640&#34;,&#34;https://www.airbnb.com/rooms/3284891&#34;,&#34;https://www.airbnb.com/rooms/3301280&#34;,&#34;https://www.airbnb.com/rooms/3311407&#34;,&#34;https://www.airbnb.com/rooms/3332546&#34;,&#34;https://www.airbnb.com/rooms/3352010&#34;,&#34;https://www.airbnb.com/rooms/3355578&#34;,&#34;https://www.airbnb.com/rooms/3356632&#34;,&#34;https://www.airbnb.com/rooms/3365385&#34;,&#34;https://www.airbnb.com/rooms/3375222&#34;,&#34;https://www.airbnb.com/rooms/3375898&#34;,&#34;https://www.airbnb.com/rooms/3396313&#34;,&#34;https://www.airbnb.com/rooms/3398357&#34;,&#34;https://www.airbnb.com/rooms/3413686&#34;,&#34;https://www.airbnb.com/rooms/3419577&#34;,&#34;https://www.airbnb.com/rooms/3422143&#34;,&#34;https://www.airbnb.com/rooms/3438427&#34;,&#34;https://www.airbnb.com/rooms/3452892&#34;,&#34;https://www.airbnb.com/rooms/3456110&#34;,&#34;https://www.airbnb.com/rooms/3470792&#34;,&#34;https://www.airbnb.com/rooms/3485258&#34;,&#34;https://www.airbnb.com/rooms/3485273&#34;,&#34;https://www.airbnb.com/rooms/3485477&#34;,&#34;https://www.airbnb.com/rooms/3491446&#34;,&#34;https://www.airbnb.com/rooms/3500639&#34;,&#34;https://www.airbnb.com/rooms/3512705&#34;,&#34;https://www.airbnb.com/rooms/3527598&#34;,&#34;https://www.airbnb.com/rooms/3531823&#34;,&#34;https://www.airbnb.com/rooms/3532351&#34;,&#34;https://www.airbnb.com/rooms/3551696&#34;,&#34;https://www.airbnb.com/rooms/3553000&#34;,&#34;https://www.airbnb.com/rooms/3560542&#34;,&#34;https://www.airbnb.com/rooms/3560660&#34;,&#34;https://www.airbnb.com/rooms/3570403&#34;,&#34;https://www.airbnb.com/rooms/3570471&#34;,&#34;https://www.airbnb.com/rooms/3573521&#34;,&#34;https://www.airbnb.com/rooms/3575353&#34;,&#34;https://www.airbnb.com/rooms/3576353&#34;,&#34;https://www.airbnb.com/rooms/3584360&#34;,&#34;https://www.airbnb.com/rooms/3591390&#34;,&#34;https://www.airbnb.com/rooms/3591973&#34;,&#34;https://www.airbnb.com/rooms/3596703&#34;,&#34;https://www.airbnb.com/rooms/3597406&#34;,&#34;https://www.airbnb.com/rooms/3604251&#34;,&#34;https://www.airbnb.com/rooms/3633225&#34;,&#34;https://www.airbnb.com/rooms/3650891&#34;,&#34;https://www.airbnb.com/rooms/3652282&#34;,&#34;https://www.airbnb.com/rooms/3659838&#34;,&#34;https://www.airbnb.com/rooms/3662438&#34;,&#34;https://www.airbnb.com/rooms/3663782&#34;,&#34;https://www.airbnb.com/rooms/3672545&#34;,&#34;https://www.airbnb.com/rooms/3675248&#34;,&#34;https://www.airbnb.com/rooms/3681036&#34;,&#34;https://www.airbnb.com/rooms/3693253&#34;,&#34;https://www.airbnb.com/rooms/3710666&#34;,&#34;https://www.airbnb.com/rooms/3714471&#34;,&#34;https://www.airbnb.com/rooms/3718144&#34;,&#34;https://www.airbnb.com/rooms/3719516&#34;,&#34;https://www.airbnb.com/rooms/3722588&#34;,&#34;https://www.airbnb.com/rooms/3723338&#34;,&#34;https://www.airbnb.com/rooms/3733783&#34;,&#34;https://www.airbnb.com/rooms/3737467&#34;,&#34;https://www.airbnb.com/rooms/3744187&#34;,&#34;https://www.airbnb.com/rooms/3746028&#34;,&#34;https://www.airbnb.com/rooms/3753618&#34;,&#34;https://www.airbnb.com/rooms/3757794&#34;,&#34;https://www.airbnb.com/rooms/3762888&#34;,&#34;https://www.airbnb.com/rooms/3764289&#34;,&#34;https://www.airbnb.com/rooms/3766995&#34;,&#34;https://www.airbnb.com/rooms/3771314&#34;,&#34;https://www.airbnb.com/rooms/3778631&#34;,&#34;https://www.airbnb.com/rooms/3786496&#34;,&#34;https://www.airbnb.com/rooms/3788884&#34;,&#34;https://www.airbnb.com/rooms/3795594&#34;,&#34;https://www.airbnb.com/rooms/3797227&#34;,&#34;https://www.airbnb.com/rooms/3800372&#34;,&#34;https://www.airbnb.com/rooms/3803501&#34;,&#34;https://www.airbnb.com/rooms/3805950&#34;,&#34;https://www.airbnb.com/rooms/3809051&#34;,&#34;https://www.airbnb.com/rooms/3809454&#34;,&#34;https://www.airbnb.com/rooms/3810681&#34;,&#34;https://www.airbnb.com/rooms/3813841&#34;,&#34;https://www.airbnb.com/rooms/3814393&#34;,&#34;https://www.airbnb.com/rooms/3817455&#34;,&#34;https://www.airbnb.com/rooms/3824822&#34;,&#34;https://www.airbnb.com/rooms/3826806&#34;,&#34;https://www.airbnb.com/rooms/3830159&#34;,&#34;https://www.airbnb.com/rooms/3831957&#34;,&#34;https://www.airbnb.com/rooms/3832588&#34;,&#34;https://www.airbnb.com/rooms/3834118&#34;,&#34;https://www.airbnb.com/rooms/3835264&#34;,&#34;https://www.airbnb.com/rooms/3838410&#34;,&#34;https://www.airbnb.com/rooms/3840584&#34;,&#34;https://www.airbnb.com/rooms/3842356&#34;,&#34;https://www.airbnb.com/rooms/3844272&#34;,&#34;https://www.airbnb.com/rooms/3844777&#34;,&#34;https://www.airbnb.com/rooms/3846735&#34;,&#34;https://www.airbnb.com/rooms/3847752&#34;,&#34;https://www.airbnb.com/rooms/3849112&#34;,&#34;https://www.airbnb.com/rooms/3851156&#34;,&#34;https://www.airbnb.com/rooms/3854294&#34;,&#34;https://www.airbnb.com/rooms/3857119&#34;,&#34;https://www.airbnb.com/rooms/3863918&#34;,&#34;https://www.airbnb.com/rooms/3867438&#34;,&#34;https://www.airbnb.com/rooms/3867968&#34;,&#34;https://www.airbnb.com/rooms/3868173&#34;,&#34;https://www.airbnb.com/rooms/3871454&#34;,&#34;https://www.airbnb.com/rooms/3886257&#34;,&#34;https://www.airbnb.com/rooms/3887183&#34;,&#34;https://www.airbnb.com/rooms/3889081&#34;,&#34;https://www.airbnb.com/rooms/3896054&#34;,&#34;https://www.airbnb.com/rooms/3900708&#34;,&#34;https://www.airbnb.com/rooms/3904126&#34;,&#34;https://www.airbnb.com/rooms/3910021&#34;,&#34;https://www.airbnb.com/rooms/3910420&#34;,&#34;https://www.airbnb.com/rooms/3911776&#34;,&#34;https://www.airbnb.com/rooms/3912443&#34;,&#34;https://www.airbnb.com/rooms/3913533&#34;,&#34;https://www.airbnb.com/rooms/3913801&#34;,&#34;https://www.airbnb.com/rooms/3914295&#34;,&#34;https://www.airbnb.com/rooms/3919280&#34;,&#34;https://www.airbnb.com/rooms/3919653&#34;,&#34;https://www.airbnb.com/rooms/3920942&#34;,&#34;https://www.airbnb.com/rooms/3923545&#34;,&#34;https://www.airbnb.com/rooms/3926137&#34;,&#34;https://www.airbnb.com/rooms/3926881&#34;,&#34;https://www.airbnb.com/rooms/3927503&#34;,&#34;https://www.airbnb.com/rooms/3929265&#34;,&#34;https://www.airbnb.com/rooms/3929683&#34;,&#34;https://www.airbnb.com/rooms/3934800&#34;,&#34;https://www.airbnb.com/rooms/3937095&#34;,&#34;https://www.airbnb.com/rooms/3937881&#34;,&#34;https://www.airbnb.com/rooms/3938106&#34;,&#34;https://www.airbnb.com/rooms/3938465&#34;,&#34;https://www.airbnb.com/rooms/3940677&#34;,&#34;https://www.airbnb.com/rooms/3944481&#34;,&#34;https://www.airbnb.com/rooms/3947160&#34;,&#34;https://www.airbnb.com/rooms/3948160&#34;,&#34;https://www.airbnb.com/rooms/3948944&#34;,&#34;https://www.airbnb.com/rooms/3950764&#34;,&#34;https://www.airbnb.com/rooms/3950867&#34;,&#34;https://www.airbnb.com/rooms/3950882&#34;,&#34;https://www.airbnb.com/rooms/3950923&#34;,&#34;https://www.airbnb.com/rooms/3951697&#34;,&#34;https://www.airbnb.com/rooms/3952581&#34;,&#34;https://www.airbnb.com/rooms/3956542&#34;,&#34;https://www.airbnb.com/rooms/3956612&#34;,&#34;https://www.airbnb.com/rooms/3956794&#34;,&#34;https://www.airbnb.com/rooms/3957164&#34;,&#34;https://www.airbnb.com/rooms/3957570&#34;,&#34;https://www.airbnb.com/rooms/3958072&#34;,&#34;https://www.airbnb.com/rooms/3958682&#34;,&#34;https://www.airbnb.com/rooms/3959676&#34;,&#34;https://www.airbnb.com/rooms/3961451&#34;,&#34;https://www.airbnb.com/rooms/3964445&#34;,&#34;https://www.airbnb.com/rooms/3967092&#34;,&#34;https://www.airbnb.com/rooms/3967349&#34;,&#34;https://www.airbnb.com/rooms/3968866&#34;,&#34;https://www.airbnb.com/rooms/3969430&#34;,&#34;https://www.airbnb.com/rooms/3973720&#34;,&#34;https://www.airbnb.com/rooms/3974723&#34;,&#34;https://www.airbnb.com/rooms/3976100&#34;,&#34;https://www.airbnb.com/rooms/3976971&#34;,&#34;https://www.airbnb.com/rooms/3982800&#34;,&#34;https://www.airbnb.com/rooms/3985083&#34;,&#34;https://www.airbnb.com/rooms/3985349&#34;,&#34;https://www.airbnb.com/rooms/3985972&#34;,&#34;https://www.airbnb.com/rooms/3988814&#34;,&#34;https://www.airbnb.com/rooms/3988925&#34;,&#34;https://www.airbnb.com/rooms/3988984&#34;,&#34;https://www.airbnb.com/rooms/3989785&#34;,&#34;https://www.airbnb.com/rooms/3996174&#34;,&#34;https://www.airbnb.com/rooms/3998260&#34;,&#34;https://www.airbnb.com/rooms/3999127&#34;,&#34;https://www.airbnb.com/rooms/3999490&#34;,&#34;https://www.airbnb.com/rooms/4001008&#34;,&#34;https://www.airbnb.com/rooms/4001746&#34;,&#34;https://www.airbnb.com/rooms/4001872&#34;,&#34;https://www.airbnb.com/rooms/4003413&#34;,&#34;https://www.airbnb.com/rooms/4003456&#34;,&#34;https://www.airbnb.com/rooms/4005847&#34;,&#34;https://www.airbnb.com/rooms/4010318&#34;,&#34;https://www.airbnb.com/rooms/4010365&#34;,&#34;https://www.airbnb.com/rooms/4010845&#34;,&#34;https://www.airbnb.com/rooms/4011390&#34;,&#34;https://www.airbnb.com/rooms/4012559&#34;,&#34;https://www.airbnb.com/rooms/4013631&#34;,&#34;https://www.airbnb.com/rooms/4015483&#34;,&#34;https://www.airbnb.com/rooms/4018674&#34;,&#34;https://www.airbnb.com/rooms/4020825&#34;,&#34;https://www.airbnb.com/rooms/4021571&#34;,&#34;https://www.airbnb.com/rooms/4024024&#34;,&#34;https://www.airbnb.com/rooms/4028233&#34;,&#34;https://www.airbnb.com/rooms/4028256&#34;,&#34;https://www.airbnb.com/rooms/4030917&#34;,&#34;https://www.airbnb.com/rooms/4034343&#34;,&#34;https://www.airbnb.com/rooms/4034719&#34;,&#34;https://www.airbnb.com/rooms/4035598&#34;,&#34;https://www.airbnb.com/rooms/4035954&#34;,&#34;https://www.airbnb.com/rooms/4036777&#34;,&#34;https://www.airbnb.com/rooms/4036821&#34;,&#34;https://www.airbnb.com/rooms/4037636&#34;,&#34;https://www.airbnb.com/rooms/4038248&#34;,&#34;https://www.airbnb.com/rooms/4038984&#34;,&#34;https://www.airbnb.com/rooms/4039733&#34;,&#34;https://www.airbnb.com/rooms/4040351&#34;,&#34;https://www.airbnb.com/rooms/4043734&#34;,&#34;https://www.airbnb.com/rooms/4049344&#34;,&#34;https://www.airbnb.com/rooms/4051562&#34;,&#34;https://www.airbnb.com/rooms/4051987&#34;,&#34;https://www.airbnb.com/rooms/4053203&#34;,&#34;https://www.airbnb.com/rooms/4054822&#34;,&#34;https://www.airbnb.com/rooms/4055504&#34;,&#34;https://www.airbnb.com/rooms/4055795&#34;,&#34;https://www.airbnb.com/rooms/4056005&#34;,&#34;https://www.airbnb.com/rooms/4059615&#34;,&#34;https://www.airbnb.com/rooms/4059696&#34;,&#34;https://www.airbnb.com/rooms/4061419&#34;,&#34;https://www.airbnb.com/rooms/4061905&#34;,&#34;https://www.airbnb.com/rooms/4061913&#34;,&#34;https://www.airbnb.com/rooms/4062438&#34;,&#34;https://www.airbnb.com/rooms/4066180&#34;,&#34;https://www.airbnb.com/rooms/4067892&#34;,&#34;https://www.airbnb.com/rooms/4070603&#34;,&#34;https://www.airbnb.com/rooms/4070862&#34;,&#34;https://www.airbnb.com/rooms/4070951&#34;,&#34;https://www.airbnb.com/rooms/4071110&#34;,&#34;https://www.airbnb.com/rooms/4071316&#34;,&#34;https://www.airbnb.com/rooms/4072933&#34;,&#34;https://www.airbnb.com/rooms/4073474&#34;,&#34;https://www.airbnb.com/rooms/4074500&#34;,&#34;https://www.airbnb.com/rooms/4075336&#34;,&#34;https://www.airbnb.com/rooms/4076819&#34;,&#34;https://www.airbnb.com/rooms/4079177&#34;,&#34;https://www.airbnb.com/rooms/4080142&#34;,&#34;https://www.airbnb.com/rooms/4080370&#34;,&#34;https://www.airbnb.com/rooms/4081118&#34;,&#34;https://www.airbnb.com/rooms/4081121&#34;,&#34;https://www.airbnb.com/rooms/4083937&#34;,&#34;https://www.airbnb.com/rooms/4084258&#34;,&#34;https://www.airbnb.com/rooms/4084298&#34;,&#34;https://www.airbnb.com/rooms/4087614&#34;,&#34;https://www.airbnb.com/rooms/4088055&#34;,&#34;https://www.airbnb.com/rooms/4088927&#34;,&#34;https://www.airbnb.com/rooms/4089382&#34;,&#34;https://www.airbnb.com/rooms/4089436&#34;,&#34;https://www.airbnb.com/rooms/4090307&#34;,&#34;https://www.airbnb.com/rooms/4091296&#34;,&#34;https://www.airbnb.com/rooms/4094959&#34;,&#34;https://www.airbnb.com/rooms/4095192&#34;,&#34;https://www.airbnb.com/rooms/4095935&#34;,&#34;https://www.airbnb.com/rooms/4096018&#34;,&#34;https://www.airbnb.com/rooms/4098654&#34;,&#34;https://www.airbnb.com/rooms/4101726&#34;,&#34;https://www.airbnb.com/rooms/4101919&#34;,&#34;https://www.airbnb.com/rooms/4102237&#34;,&#34;https://www.airbnb.com/rooms/4102555&#34;,&#34;https://www.airbnb.com/rooms/4105119&#34;,&#34;https://www.airbnb.com/rooms/4107091&#34;,&#34;https://www.airbnb.com/rooms/4107376&#34;,&#34;https://www.airbnb.com/rooms/4107454&#34;,&#34;https://www.airbnb.com/rooms/4107883&#34;,&#34;https://www.airbnb.com/rooms/4108064&#34;,&#34;https://www.airbnb.com/rooms/4108279&#34;,&#34;https://www.airbnb.com/rooms/4108847&#34;,&#34;https://www.airbnb.com/rooms/4108965&#34;,&#34;https://www.airbnb.com/rooms/4109733&#34;,&#34;https://www.airbnb.com/rooms/4109872&#34;,&#34;https://www.airbnb.com/rooms/4110251&#34;,&#34;https://www.airbnb.com/rooms/4110602&#34;,&#34;https://www.airbnb.com/rooms/4110635&#34;,&#34;https://www.airbnb.com/rooms/4111338&#34;,&#34;https://www.airbnb.com/rooms/4111396&#34;,&#34;https://www.airbnb.com/rooms/4111641&#34;,&#34;https://www.airbnb.com/rooms/4111720&#34;,&#34;https://www.airbnb.com/rooms/4114586&#34;,&#34;https://www.airbnb.com/rooms/4115315&#34;,&#34;https://www.airbnb.com/rooms/4115469&#34;,&#34;https://www.airbnb.com/rooms/4116175&#34;,&#34;https://www.airbnb.com/rooms/4116406&#34;,&#34;https://www.airbnb.com/rooms/4117218&#34;,&#34;https://www.airbnb.com/rooms/4118284&#34;,&#34;https://www.airbnb.com/rooms/4119237&#34;,&#34;https://www.airbnb.com/rooms/4119391&#34;,&#34;https://www.airbnb.com/rooms/4120143&#34;,&#34;https://www.airbnb.com/rooms/4120365&#34;,&#34;https://www.airbnb.com/rooms/4120500&#34;,&#34;https://www.airbnb.com/rooms/4123806&#34;,&#34;https://www.airbnb.com/rooms/4124195&#34;,&#34;https://www.airbnb.com/rooms/4124244&#34;,&#34;https://www.airbnb.com/rooms/4126235&#34;,&#34;https://www.airbnb.com/rooms/4126480&#34;,&#34;https://www.airbnb.com/rooms/4127510&#34;,&#34;https://www.airbnb.com/rooms/4127672&#34;,&#34;https://www.airbnb.com/rooms/4127802&#34;,&#34;https://www.airbnb.com/rooms/4127898&#34;,&#34;https://www.airbnb.com/rooms/4128305&#34;,&#34;https://www.airbnb.com/rooms/4131296&#34;,&#34;https://www.airbnb.com/rooms/4131983&#34;,&#34;https://www.airbnb.com/rooms/4132697&#34;,&#34;https://www.airbnb.com/rooms/4134000&#34;,&#34;https://www.airbnb.com/rooms/4134385&#34;,&#34;https://www.airbnb.com/rooms/4135631&#34;,&#34;https://www.airbnb.com/rooms/4135673&#34;,&#34;https://www.airbnb.com/rooms/4136134&#34;,&#34;https://www.airbnb.com/rooms/4136205&#34;,&#34;https://www.airbnb.com/rooms/4139090&#34;,&#34;https://www.airbnb.com/rooms/4139873&#34;,&#34;https://www.airbnb.com/rooms/4140807&#34;,&#34;https://www.airbnb.com/rooms/4141608&#34;,&#34;https://www.airbnb.com/rooms/4141924&#34;,&#34;https://www.airbnb.com/rooms/4142178&#34;,&#34;https://www.airbnb.com/rooms/4142763&#34;,&#34;https://www.airbnb.com/rooms/4142929&#34;,&#34;https://www.airbnb.com/rooms/4142984&#34;,&#34;https://www.airbnb.com/rooms/4143343&#34;,&#34;https://www.airbnb.com/rooms/4143468&#34;,&#34;https://www.airbnb.com/rooms/4146076&#34;,&#34;https://www.airbnb.com/rooms/4146501&#34;,&#34;https://www.airbnb.com/rooms/4146957&#34;,&#34;https://www.airbnb.com/rooms/4147526&#34;,&#34;https://www.airbnb.com/rooms/4149478&#34;,&#34;https://www.airbnb.com/rooms/4149547&#34;,&#34;https://www.airbnb.com/rooms/4149551&#34;,&#34;https://www.airbnb.com/rooms/4149585&#34;,&#34;https://www.airbnb.com/rooms/4149589&#34;,&#34;https://www.airbnb.com/rooms/4150160&#34;,&#34;https://www.airbnb.com/rooms/4153579&#34;,&#34;https://www.airbnb.com/rooms/4153864&#34;,&#34;https://www.airbnb.com/rooms/4153923&#34;,&#34;https://www.airbnb.com/rooms/4154476&#34;,&#34;https://www.airbnb.com/rooms/4155042&#34;,&#34;https://www.airbnb.com/rooms/4155910&#34;,&#34;https://www.airbnb.com/rooms/4156282&#34;,&#34;https://www.airbnb.com/rooms/4156359&#34;,&#34;https://www.airbnb.com/rooms/4158298&#34;,&#34;https://www.airbnb.com/rooms/4159413&#34;,&#34;https://www.airbnb.com/rooms/4159669&#34;,&#34;https://www.airbnb.com/rooms/4159753&#34;,&#34;https://www.airbnb.com/rooms/4161526&#34;,&#34;https://www.airbnb.com/rooms/4161594&#34;,&#34;https://www.airbnb.com/rooms/4161969&#34;,&#34;https://www.airbnb.com/rooms/4162583&#34;,&#34;https://www.airbnb.com/rooms/4163981&#34;,&#34;https://www.airbnb.com/rooms/4164022&#34;,&#34;https://www.airbnb.com/rooms/4164248&#34;,&#34;https://www.airbnb.com/rooms/4169351&#34;,&#34;https://www.airbnb.com/rooms/4171207&#34;,&#34;https://www.airbnb.com/rooms/4171587&#34;,&#34;https://www.airbnb.com/rooms/4175805&#34;,&#34;https://www.airbnb.com/rooms/4176402&#34;,&#34;https://www.airbnb.com/rooms/4178885&#34;,&#34;https://www.airbnb.com/rooms/4179120&#34;,&#34;https://www.airbnb.com/rooms/4180553&#34;,&#34;https://www.airbnb.com/rooms/4184845&#34;,&#34;https://www.airbnb.com/rooms/4185882&#34;,&#34;https://www.airbnb.com/rooms/4185994&#34;,&#34;https://www.airbnb.com/rooms/4186244&#34;,&#34;https://www.airbnb.com/rooms/4186725&#34;,&#34;https://www.airbnb.com/rooms/4189709&#34;,&#34;https://www.airbnb.com/rooms/4189893&#34;,&#34;https://www.airbnb.com/rooms/4190024&#34;,&#34;https://www.airbnb.com/rooms/4190342&#34;,&#34;https://www.airbnb.com/rooms/4190423&#34;,&#34;https://www.airbnb.com/rooms/4193194&#34;,&#34;https://www.airbnb.com/rooms/4194944&#34;,&#34;https://www.airbnb.com/rooms/4194989&#34;,&#34;https://www.airbnb.com/rooms/4195660&#34;,&#34;https://www.airbnb.com/rooms/4196553&#34;,&#34;https://www.airbnb.com/rooms/4197122&#34;,&#34;https://www.airbnb.com/rooms/4197426&#34;,&#34;https://www.airbnb.com/rooms/4200023&#34;,&#34;https://www.airbnb.com/rooms/4200374&#34;,&#34;https://www.airbnb.com/rooms/4201258&#34;,&#34;https://www.airbnb.com/rooms/4201373&#34;,&#34;https://www.airbnb.com/rooms/4203270&#34;,&#34;https://www.airbnb.com/rooms/4212487&#34;,&#34;https://www.airbnb.com/rooms/4212605&#34;,&#34;https://www.airbnb.com/rooms/4213321&#34;,&#34;https://www.airbnb.com/rooms/4215182&#34;,&#34;https://www.airbnb.com/rooms/4219919&#34;,&#34;https://www.airbnb.com/rooms/4222472&#34;,&#34;https://www.airbnb.com/rooms/4224023&#34;,&#34;https://www.airbnb.com/rooms/4224263&#34;,&#34;https://www.airbnb.com/rooms/4229439&#34;,&#34;https://www.airbnb.com/rooms/4231945&#34;,&#34;https://www.airbnb.com/rooms/4233429&#34;,&#34;https://www.airbnb.com/rooms/4237750&#34;,&#34;https://www.airbnb.com/rooms/4239044&#34;,&#34;https://www.airbnb.com/rooms/4240815&#34;,&#34;https://www.airbnb.com/rooms/4241111&#34;,&#34;https://www.airbnb.com/rooms/4242403&#34;,&#34;https://www.airbnb.com/rooms/4242429&#34;,&#34;https://www.airbnb.com/rooms/4251052&#34;,&#34;https://www.airbnb.com/rooms/4261514&#34;,&#34;https://www.airbnb.com/rooms/4286703&#34;,&#34;https://www.airbnb.com/rooms/4315574&#34;,&#34;https://www.airbnb.com/rooms/4327099&#34;,&#34;https://www.airbnb.com/rooms/4336040&#34;,&#34;https://www.airbnb.com/rooms/4336691&#34;,&#34;https://www.airbnb.com/rooms/4342361&#34;,&#34;https://www.airbnb.com/rooms/4349897&#34;,&#34;https://www.airbnb.com/rooms/4377637&#34;,&#34;https://www.airbnb.com/rooms/4390340&#34;,&#34;https://www.airbnb.com/rooms/4391373&#34;,&#34;https://www.airbnb.com/rooms/4393262&#34;,&#34;https://www.airbnb.com/rooms/4400143&#34;,&#34;https://www.airbnb.com/rooms/4407510&#34;,&#34;https://www.airbnb.com/rooms/4407534&#34;,&#34;https://www.airbnb.com/rooms/4415332&#34;,&#34;https://www.airbnb.com/rooms/4416323&#34;,&#34;https://www.airbnb.com/rooms/4420613&#34;,&#34;https://www.airbnb.com/rooms/4427460&#34;,&#34;https://www.airbnb.com/rooms/4428113&#34;,&#34;https://www.airbnb.com/rooms/4456185&#34;,&#34;https://www.airbnb.com/rooms/4458148&#34;,&#34;https://www.airbnb.com/rooms/4462038&#34;,&#34;https://www.airbnb.com/rooms/4462804&#34;,&#34;https://www.airbnb.com/rooms/4469986&#34;,&#34;https://www.airbnb.com/rooms/4476688&#34;,&#34;https://www.airbnb.com/rooms/4479371&#34;,&#34;https://www.airbnb.com/rooms/4487609&#34;,&#34;https://www.airbnb.com/rooms/4492567&#34;,&#34;https://www.airbnb.com/rooms/4497562&#34;,&#34;https://www.airbnb.com/rooms/4521325&#34;,&#34;https://www.airbnb.com/rooms/4531373&#34;,&#34;https://www.airbnb.com/rooms/4542076&#34;,&#34;https://www.airbnb.com/rooms/4543617&#34;,&#34;https://www.airbnb.com/rooms/4556510&#34;,&#34;https://www.airbnb.com/rooms/4561258&#34;,&#34;https://www.airbnb.com/rooms/4562399&#34;,&#34;https://www.airbnb.com/rooms/4562851&#34;,&#34;https://www.airbnb.com/rooms/4563452&#34;,&#34;https://www.airbnb.com/rooms/4563657&#34;,&#34;https://www.airbnb.com/rooms/4569136&#34;,&#34;https://www.airbnb.com/rooms/4570063&#34;,&#34;https://www.airbnb.com/rooms/4570849&#34;,&#34;https://www.airbnb.com/rooms/4571431&#34;,&#34;https://www.airbnb.com/rooms/4571534&#34;,&#34;https://www.airbnb.com/rooms/4581701&#34;,&#34;https://www.airbnb.com/rooms/4601120&#34;,&#34;https://www.airbnb.com/rooms/4628649&#34;,&#34;https://www.airbnb.com/rooms/4630013&#34;,&#34;https://www.airbnb.com/rooms/4641022&#34;,&#34;https://www.airbnb.com/rooms/4648986&#34;,&#34;https://www.airbnb.com/rooms/4679871&#34;,&#34;https://www.airbnb.com/rooms/4696860&#34;,&#34;https://www.airbnb.com/rooms/4704091&#34;,&#34;https://www.airbnb.com/rooms/4707498&#34;,&#34;https://www.airbnb.com/rooms/4712869&#34;,&#34;https://www.airbnb.com/rooms/4720930&#34;,&#34;https://www.airbnb.com/rooms/4727725&#34;,&#34;https://www.airbnb.com/rooms/4732830&#34;,&#34;https://www.airbnb.com/rooms/4732862&#34;,&#34;https://www.airbnb.com/rooms/4758858&#34;,&#34;https://www.airbnb.com/rooms/4762116&#34;,&#34;https://www.airbnb.com/rooms/4762685&#34;,&#34;https://www.airbnb.com/rooms/4769496&#34;,&#34;https://www.airbnb.com/rooms/4773400&#34;,&#34;https://www.airbnb.com/rooms/4774448&#34;,&#34;https://www.airbnb.com/rooms/4782734&#34;,&#34;https://www.airbnb.com/rooms/4793956&#34;,&#34;https://www.airbnb.com/rooms/4798550&#34;,&#34;https://www.airbnb.com/rooms/4808188&#34;,&#34;https://www.airbnb.com/rooms/4819313&#34;,&#34;https://www.airbnb.com/rooms/4828663&#34;,&#34;https://www.airbnb.com/rooms/4835217&#34;,&#34;https://www.airbnb.com/rooms/4842862&#34;,&#34;https://www.airbnb.com/rooms/4848955&#34;,&#34;https://www.airbnb.com/rooms/4857791&#34;,&#34;https://www.airbnb.com/rooms/4870132&#34;,&#34;https://www.airbnb.com/rooms/4906566&#34;,&#34;https://www.airbnb.com/rooms/4918990&#34;,&#34;https://www.airbnb.com/rooms/4920208&#34;,&#34;https://www.airbnb.com/rooms/4923440&#34;,&#34;https://www.airbnb.com/rooms/4930822&#34;,&#34;https://www.airbnb.com/rooms/4931335&#34;,&#34;https://www.airbnb.com/rooms/4932974&#34;,&#34;https://www.airbnb.com/rooms/4939922&#34;,&#34;https://www.airbnb.com/rooms/4963603&#34;,&#34;https://www.airbnb.com/rooms/4965532&#34;,&#34;https://www.airbnb.com/rooms/4995962&#34;,&#34;https://www.airbnb.com/rooms/5001270&#34;,&#34;https://www.airbnb.com/rooms/5005037&#34;,&#34;https://www.airbnb.com/rooms/5009818&#34;,&#34;https://www.airbnb.com/rooms/5011262&#34;,&#34;https://www.airbnb.com/rooms/5011468&#34;,&#34;https://www.airbnb.com/rooms/5012065&#34;,&#34;https://www.airbnb.com/rooms/5018709&#34;,&#34;https://www.airbnb.com/rooms/5024505&#34;,&#34;https://www.airbnb.com/rooms/5024722&#34;,&#34;https://www.airbnb.com/rooms/5024842&#34;,&#34;https://www.airbnb.com/rooms/5033098&#34;,&#34;https://www.airbnb.com/rooms/5042741&#34;,&#34;https://www.airbnb.com/rooms/5049786&#34;,&#34;https://www.airbnb.com/rooms/5061425&#34;,&#34;https://www.airbnb.com/rooms/5065548&#34;,&#34;https://www.airbnb.com/rooms/5090676&#34;,&#34;https://www.airbnb.com/rooms/5100179&#34;,&#34;https://www.airbnb.com/rooms/5102393&#34;,&#34;https://www.airbnb.com/rooms/5102399&#34;,&#34;https://www.airbnb.com/rooms/5103575&#34;,&#34;https://www.airbnb.com/rooms/5119724&#34;,&#34;https://www.airbnb.com/rooms/5122763&#34;,&#34;https://www.airbnb.com/rooms/5128922&#34;,&#34;https://www.airbnb.com/rooms/5129807&#34;,&#34;https://www.airbnb.com/rooms/5151760&#34;,&#34;https://www.airbnb.com/rooms/5160357&#34;,&#34;https://www.airbnb.com/rooms/5167471&#34;,&#34;https://www.airbnb.com/rooms/5176725&#34;,&#34;https://www.airbnb.com/rooms/5180226&#34;,&#34;https://www.airbnb.com/rooms/5180402&#34;,&#34;https://www.airbnb.com/rooms/5214761&#34;,&#34;https://www.airbnb.com/rooms/5226457&#34;,&#34;https://www.airbnb.com/rooms/5227263&#34;,&#34;https://www.airbnb.com/rooms/5237166&#34;,&#34;https://www.airbnb.com/rooms/5244556&#34;,&#34;https://www.airbnb.com/rooms/5246345&#34;,&#34;https://www.airbnb.com/rooms/5255934&#34;,&#34;https://www.airbnb.com/rooms/5258563&#34;,&#34;https://www.airbnb.com/rooms/5266271&#34;,&#34;https://www.airbnb.com/rooms/5267838&#34;,&#34;https://www.airbnb.com/rooms/5276696&#34;,&#34;https://www.airbnb.com/rooms/5282637&#34;,&#34;https://www.airbnb.com/rooms/5284350&#34;,&#34;https://www.airbnb.com/rooms/5295418&#34;,&#34;https://www.airbnb.com/rooms/5313271&#34;,&#34;https://www.airbnb.com/rooms/5315959&#34;,&#34;https://www.airbnb.com/rooms/5333312&#34;,&#34;https://www.airbnb.com/rooms/5345807&#34;,&#34;https://www.airbnb.com/rooms/5354423&#34;,&#34;https://www.airbnb.com/rooms/5360660&#34;,&#34;https://www.airbnb.com/rooms/5361645&#34;,&#34;https://www.airbnb.com/rooms/5368014&#34;,&#34;https://www.airbnb.com/rooms/5378893&#34;,&#34;https://www.airbnb.com/rooms/5378899&#34;,&#34;https://www.airbnb.com/rooms/5393596&#34;,&#34;https://www.airbnb.com/rooms/5397597&#34;,&#34;https://www.airbnb.com/rooms/5419794&#34;,&#34;https://www.airbnb.com/rooms/5427619&#34;,&#34;https://www.airbnb.com/rooms/5436755&#34;,&#34;https://www.airbnb.com/rooms/5437900&#34;,&#34;https://www.airbnb.com/rooms/5444123&#34;,&#34;https://www.airbnb.com/rooms/5460874&#34;,&#34;https://www.airbnb.com/rooms/5464874&#34;,&#34;https://www.airbnb.com/rooms/5483436&#34;,&#34;https://www.airbnb.com/rooms/5492469&#34;,&#34;https://www.airbnb.com/rooms/5500785&#34;,&#34;https://www.airbnb.com/rooms/5508063&#34;,&#34;https://www.airbnb.com/rooms/5517348&#34;,&#34;https://www.airbnb.com/rooms/5520418&#34;,&#34;https://www.airbnb.com/rooms/5528789&#34;,&#34;https://www.airbnb.com/rooms/5529550&#34;,&#34;https://www.airbnb.com/rooms/5541040&#34;,&#34;https://www.airbnb.com/rooms/5566676&#34;,&#34;https://www.airbnb.com/rooms/5567321&#34;,&#34;https://www.airbnb.com/rooms/5590947&#34;,&#34;https://www.airbnb.com/rooms/5622172&#34;,&#34;https://www.airbnb.com/rooms/5625062&#34;,&#34;https://www.airbnb.com/rooms/5651305&#34;,&#34;https://www.airbnb.com/rooms/5667409&#34;,&#34;https://www.airbnb.com/rooms/5674939&#34;,&#34;https://www.airbnb.com/rooms/5679411&#34;,&#34;https://www.airbnb.com/rooms/5682691&#34;,&#34;https://www.airbnb.com/rooms/5683706&#34;,&#34;https://www.airbnb.com/rooms/5684811&#34;,&#34;https://www.airbnb.com/rooms/5688301&#34;,&#34;https://www.airbnb.com/rooms/5702154&#34;,&#34;https://www.airbnb.com/rooms/5717117&#34;,&#34;https://www.airbnb.com/rooms/5722821&#34;,&#34;https://www.airbnb.com/rooms/5735761&#34;,&#34;https://www.airbnb.com/rooms/5752342&#34;,&#34;https://www.airbnb.com/rooms/5752649&#34;,&#34;https://www.airbnb.com/rooms/5766155&#34;,&#34;https://www.airbnb.com/rooms/5792624&#34;,&#34;https://www.airbnb.com/rooms/5794772&#34;,&#34;https://www.airbnb.com/rooms/5808256&#34;,&#34;https://www.airbnb.com/rooms/5809878&#34;,&#34;https://www.airbnb.com/rooms/5819259&#34;,&#34;https://www.airbnb.com/rooms/5823138&#34;,&#34;https://www.airbnb.com/rooms/5836960&#34;,&#34;https://www.airbnb.com/rooms/5847159&#34;,&#34;https://www.airbnb.com/rooms/5857745&#34;,&#34;https://www.airbnb.com/rooms/5887346&#34;,&#34;https://www.airbnb.com/rooms/5951634&#34;,&#34;https://www.airbnb.com/rooms/5960789&#34;,&#34;https://www.airbnb.com/rooms/5976317&#34;,&#34;https://www.airbnb.com/rooms/5983275&#34;,&#34;https://www.airbnb.com/rooms/5983971&#34;,&#34;https://www.airbnb.com/rooms/5987246&#34;,&#34;https://www.airbnb.com/rooms/5987292&#34;,&#34;https://www.airbnb.com/rooms/6022170&#34;,&#34;https://www.airbnb.com/rooms/6026530&#34;,&#34;https://www.airbnb.com/rooms/6031958&#34;,&#34;https://www.airbnb.com/rooms/6034022&#34;,&#34;https://www.airbnb.com/rooms/6038477&#34;,&#34;https://www.airbnb.com/rooms/6041489&#34;,&#34;https://www.airbnb.com/rooms/6050203&#34;,&#34;https://www.airbnb.com/rooms/6055464&#34;,&#34;https://www.airbnb.com/rooms/6070617&#34;,&#34;https://www.airbnb.com/rooms/6077067&#34;,&#34;https://www.airbnb.com/rooms/6080620&#34;,&#34;https://www.airbnb.com/rooms/6086334&#34;,&#34;https://www.airbnb.com/rooms/6087742&#34;,&#34;https://www.airbnb.com/rooms/6110384&#34;,&#34;https://www.airbnb.com/rooms/6161075&#34;,&#34;https://www.airbnb.com/rooms/6162016&#34;,&#34;https://www.airbnb.com/rooms/6164747&#34;,&#34;https://www.airbnb.com/rooms/6175040&#34;,&#34;https://www.airbnb.com/rooms/6193180&#34;,&#34;https://www.airbnb.com/rooms/6193370&#34;,&#34;https://www.airbnb.com/rooms/6198371&#34;,&#34;https://www.airbnb.com/rooms/6199758&#34;,&#34;https://www.airbnb.com/rooms/6200493&#34;,&#34;https://www.airbnb.com/rooms/6206381&#34;,&#34;https://www.airbnb.com/rooms/6209954&#34;,&#34;https://www.airbnb.com/rooms/6222049&#34;,&#34;https://www.airbnb.com/rooms/6252296&#34;,&#34;https://www.airbnb.com/rooms/6254150&#34;,&#34;https://www.airbnb.com/rooms/6260639&#34;,&#34;https://www.airbnb.com/rooms/6267549&#34;,&#34;https://www.airbnb.com/rooms/6269868&#34;,&#34;https://www.airbnb.com/rooms/6273585&#34;,&#34;https://www.airbnb.com/rooms/6280491&#34;,&#34;https://www.airbnb.com/rooms/6302390&#34;,&#34;https://www.airbnb.com/rooms/6307328&#34;,&#34;https://www.airbnb.com/rooms/6312076&#34;,&#34;https://www.airbnb.com/rooms/6313472&#34;,&#34;https://www.airbnb.com/rooms/6329205&#34;,&#34;https://www.airbnb.com/rooms/6340041&#34;,&#34;https://www.airbnb.com/rooms/6347391&#34;,&#34;https://www.airbnb.com/rooms/6351743&#34;,&#34;https://www.airbnb.com/rooms/6352897&#34;,&#34;https://www.airbnb.com/rooms/6370079&#34;,&#34;https://www.airbnb.com/rooms/6375146&#34;,&#34;https://www.airbnb.com/rooms/6393322&#34;,&#34;https://www.airbnb.com/rooms/6395204&#34;,&#34;https://www.airbnb.com/rooms/6401024&#34;,&#34;https://www.airbnb.com/rooms/6428426&#34;,&#34;https://www.airbnb.com/rooms/6429145&#34;,&#34;https://www.airbnb.com/rooms/6474413&#34;,&#34;https://www.airbnb.com/rooms/6477945&#34;,&#34;https://www.airbnb.com/rooms/6483994&#34;,&#34;https://www.airbnb.com/rooms/6512200&#34;,&#34;https://www.airbnb.com/rooms/6513710&#34;,&#34;https://www.airbnb.com/rooms/6518257&#34;,&#34;https://www.airbnb.com/rooms/6538442&#34;,&#34;https://www.airbnb.com/rooms/6541592&#34;,&#34;https://www.airbnb.com/rooms/6548849&#34;,&#34;https://www.airbnb.com/rooms/6557516&#34;,&#34;https://www.airbnb.com/rooms/6569406&#34;,&#34;https://www.airbnb.com/rooms/6573984&#34;,&#34;https://www.airbnb.com/rooms/6585502&#34;,&#34;https://www.airbnb.com/rooms/6595284&#34;,&#34;https://www.airbnb.com/rooms/6597684&#34;,&#34;https://www.airbnb.com/rooms/6601313&#34;,&#34;https://www.airbnb.com/rooms/6606521&#34;,&#34;https://www.airbnb.com/rooms/6612349&#34;,&#34;https://www.airbnb.com/rooms/6617951&#34;,&#34;https://www.airbnb.com/rooms/6633276&#34;,&#34;https://www.airbnb.com/rooms/6641371&#34;,&#34;https://www.airbnb.com/rooms/6657158&#34;,&#34;https://www.airbnb.com/rooms/6664498&#34;,&#34;https://www.airbnb.com/rooms/6666173&#34;,&#34;https://www.airbnb.com/rooms/6702843&#34;,&#34;https://www.airbnb.com/rooms/6704313&#34;,&#34;https://www.airbnb.com/rooms/6719168&#34;,&#34;https://www.airbnb.com/rooms/6721043&#34;,&#34;https://www.airbnb.com/rooms/6745469&#34;,&#34;https://www.airbnb.com/rooms/6753695&#34;,&#34;https://www.airbnb.com/rooms/6771588&#34;,&#34;https://www.airbnb.com/rooms/6788663&#34;,&#34;https://www.airbnb.com/rooms/6807263&#34;,&#34;https://www.airbnb.com/rooms/6809456&#34;,&#34;https://www.airbnb.com/rooms/6814760&#34;,&#34;https://www.airbnb.com/rooms/6820611&#34;,&#34;https://www.airbnb.com/rooms/6829774&#34;,&#34;https://www.airbnb.com/rooms/6836162&#34;,&#34;https://www.airbnb.com/rooms/6840892&#34;,&#34;https://www.airbnb.com/rooms/6842508&#34;,&#34;https://www.airbnb.com/rooms/6842539&#34;,&#34;https://www.airbnb.com/rooms/6845957&#34;,&#34;https://www.airbnb.com/rooms/6849110&#34;,&#34;https://www.airbnb.com/rooms/6849991&#34;,&#34;https://www.airbnb.com/rooms/6856783&#34;,&#34;https://www.airbnb.com/rooms/6874594&#34;,&#34;https://www.airbnb.com/rooms/6889152&#34;,&#34;https://www.airbnb.com/rooms/6894783&#34;,&#34;https://www.airbnb.com/rooms/6897743&#34;,&#34;https://www.airbnb.com/rooms/6904454&#34;,&#34;https://www.airbnb.com/rooms/6910524&#34;,&#34;https://www.airbnb.com/rooms/6913488&#34;,&#34;https://www.airbnb.com/rooms/6923686&#34;,&#34;https://www.airbnb.com/rooms/6930647&#34;,&#34;https://www.airbnb.com/rooms/6942238&#34;,&#34;https://www.airbnb.com/rooms/6952143&#34;,&#34;https://www.airbnb.com/rooms/6954311&#34;,&#34;https://www.airbnb.com/rooms/6955188&#34;,&#34;https://www.airbnb.com/rooms/6958992&#34;,&#34;https://www.airbnb.com/rooms/6961180&#34;,&#34;https://www.airbnb.com/rooms/6974271&#34;,&#34;https://www.airbnb.com/rooms/6974519&#34;,&#34;https://www.airbnb.com/rooms/6980106&#34;,&#34;https://www.airbnb.com/rooms/6984266&#34;,&#34;https://www.airbnb.com/rooms/6988709&#34;,&#34;https://www.airbnb.com/rooms/6989607&#34;,&#34;https://www.airbnb.com/rooms/6989988&#34;,&#34;https://www.airbnb.com/rooms/6996163&#34;,&#34;https://www.airbnb.com/rooms/7011737&#34;,&#34;https://www.airbnb.com/rooms/7014068&#34;,&#34;https://www.airbnb.com/rooms/7016965&#34;,&#34;https://www.airbnb.com/rooms/7044692&#34;,&#34;https://www.airbnb.com/rooms/7047795&#34;,&#34;https://www.airbnb.com/rooms/7051206&#34;,&#34;https://www.airbnb.com/rooms/7055508&#34;,&#34;https://www.airbnb.com/rooms/7063178&#34;,&#34;https://www.airbnb.com/rooms/7084906&#34;,&#34;https://www.airbnb.com/rooms/7085260&#34;,&#34;https://www.airbnb.com/rooms/7085289&#34;,&#34;https://www.airbnb.com/rooms/7089296&#34;,&#34;https://www.airbnb.com/rooms/7090347&#34;,&#34;https://www.airbnb.com/rooms/7101250&#34;,&#34;https://www.airbnb.com/rooms/7101767&#34;,&#34;https://www.airbnb.com/rooms/7106457&#34;,&#34;https://www.airbnb.com/rooms/7113188&#34;,&#34;https://www.airbnb.com/rooms/7115094&#34;,&#34;https://www.airbnb.com/rooms/7122526&#34;,&#34;https://www.airbnb.com/rooms/7134709&#34;,&#34;https://www.airbnb.com/rooms/7138001&#34;,&#34;https://www.airbnb.com/rooms/7143331&#34;,&#34;https://www.airbnb.com/rooms/7144746&#34;,&#34;https://www.airbnb.com/rooms/7145329&#34;,&#34;https://www.airbnb.com/rooms/7152421&#34;,&#34;https://www.airbnb.com/rooms/7152442&#34;,&#34;https://www.airbnb.com/rooms/7153083&#34;,&#34;https://www.airbnb.com/rooms/7154435&#34;,&#34;https://www.airbnb.com/rooms/7165797&#34;,&#34;https://www.airbnb.com/rooms/7166587&#34;,&#34;https://www.airbnb.com/rooms/7166788&#34;,&#34;https://www.airbnb.com/rooms/7167616&#34;,&#34;https://www.airbnb.com/rooms/7171490&#34;,&#34;https://www.airbnb.com/rooms/7172421&#34;,&#34;https://www.airbnb.com/rooms/7186087&#34;,&#34;https://www.airbnb.com/rooms/7186958&#34;,&#34;https://www.airbnb.com/rooms/7191457&#34;,&#34;https://www.airbnb.com/rooms/7202877&#34;,&#34;https://www.airbnb.com/rooms/7208004&#34;,&#34;https://www.airbnb.com/rooms/7210026&#34;,&#34;https://www.airbnb.com/rooms/7214188&#34;,&#34;https://www.airbnb.com/rooms/7229816&#34;,&#34;https://www.airbnb.com/rooms/7240828&#34;,&#34;https://www.airbnb.com/rooms/7242539&#34;,&#34;https://www.airbnb.com/rooms/7248376&#34;,&#34;https://www.airbnb.com/rooms/7257913&#34;,&#34;https://www.airbnb.com/rooms/7266805&#34;,&#34;https://www.airbnb.com/rooms/7289568&#34;,&#34;https://www.airbnb.com/rooms/7290536&#34;,&#34;https://www.airbnb.com/rooms/7295242&#34;,&#34;https://www.airbnb.com/rooms/7301135&#34;,&#34;https://www.airbnb.com/rooms/7301573&#34;,&#34;https://www.airbnb.com/rooms/7305279&#34;,&#34;https://www.airbnb.com/rooms/7306634&#34;,&#34;https://www.airbnb.com/rooms/7315465&#34;,&#34;https://www.airbnb.com/rooms/7322569&#34;,&#34;https://www.airbnb.com/rooms/7323770&#34;,&#34;https://www.airbnb.com/rooms/7330737&#34;,&#34;https://www.airbnb.com/rooms/7339856&#34;,&#34;https://www.airbnb.com/rooms/7341021&#34;,&#34;https://www.airbnb.com/rooms/7341343&#34;,&#34;https://www.airbnb.com/rooms/7351843&#34;,&#34;https://www.airbnb.com/rooms/7352362&#34;,&#34;https://www.airbnb.com/rooms/7358942&#34;,&#34;https://www.airbnb.com/rooms/7359248&#34;,&#34;https://www.airbnb.com/rooms/7374251&#34;,&#34;https://www.airbnb.com/rooms/7378995&#34;,&#34;https://www.airbnb.com/rooms/7380346&#34;,&#34;https://www.airbnb.com/rooms/7385226&#34;,&#34;https://www.airbnb.com/rooms/7390802&#34;,&#34;https://www.airbnb.com/rooms/7392673&#34;,&#34;https://www.airbnb.com/rooms/7402737&#34;,&#34;https://www.airbnb.com/rooms/7410188&#34;,&#34;https://www.airbnb.com/rooms/7410572&#34;,&#34;https://www.airbnb.com/rooms/7413322&#34;,&#34;https://www.airbnb.com/rooms/7425488&#34;,&#34;https://www.airbnb.com/rooms/7425793&#34;,&#34;https://www.airbnb.com/rooms/7426992&#34;,&#34;https://www.airbnb.com/rooms/7427984&#34;,&#34;https://www.airbnb.com/rooms/7431057&#34;,&#34;https://www.airbnb.com/rooms/7432378&#34;,&#34;https://www.airbnb.com/rooms/7434346&#34;,&#34;https://www.airbnb.com/rooms/7434892&#34;,&#34;https://www.airbnb.com/rooms/7443585&#34;,&#34;https://www.airbnb.com/rooms/7450698&#34;,&#34;https://www.airbnb.com/rooms/7453153&#34;,&#34;https://www.airbnb.com/rooms/7463730&#34;,&#34;https://www.airbnb.com/rooms/7464159&#34;,&#34;https://www.airbnb.com/rooms/7465825&#34;,&#34;https://www.airbnb.com/rooms/7466554&#34;,&#34;https://www.airbnb.com/rooms/7466804&#34;,&#34;https://www.airbnb.com/rooms/7473684&#34;,&#34;https://www.airbnb.com/rooms/7477204&#34;,&#34;https://www.airbnb.com/rooms/7478420&#34;,&#34;https://www.airbnb.com/rooms/7485496&#34;,&#34;https://www.airbnb.com/rooms/7485661&#34;,&#34;https://www.airbnb.com/rooms/7487192&#34;,&#34;https://www.airbnb.com/rooms/7489987&#34;,&#34;https://www.airbnb.com/rooms/7492340&#34;,&#34;https://www.airbnb.com/rooms/7492975&#34;,&#34;https://www.airbnb.com/rooms/7493776&#34;,&#34;https://www.airbnb.com/rooms/7494949&#34;,&#34;https://www.airbnb.com/rooms/7495622&#34;,&#34;https://www.airbnb.com/rooms/7497224&#34;,&#34;https://www.airbnb.com/rooms/7497902&#34;,&#34;https://www.airbnb.com/rooms/7497991&#34;,&#34;https://www.airbnb.com/rooms/7498625&#34;,&#34;https://www.airbnb.com/rooms/7507460&#34;,&#34;https://www.airbnb.com/rooms/7508910&#34;,&#34;https://www.airbnb.com/rooms/7513312&#34;,&#34;https://www.airbnb.com/rooms/7515240&#34;,&#34;https://www.airbnb.com/rooms/7521111&#34;,&#34;https://www.airbnb.com/rooms/7521709&#34;,&#34;https://www.airbnb.com/rooms/7525267&#34;,&#34;https://www.airbnb.com/rooms/7525333&#34;,&#34;https://www.airbnb.com/rooms/7529161&#34;,&#34;https://www.airbnb.com/rooms/7529488&#34;,&#34;https://www.airbnb.com/rooms/7529589&#34;,&#34;https://www.airbnb.com/rooms/7533584&#34;,&#34;https://www.airbnb.com/rooms/7534539&#34;,&#34;https://www.airbnb.com/rooms/7537791&#34;,&#34;https://www.airbnb.com/rooms/7540772&#34;,&#34;https://www.airbnb.com/rooms/7554999&#34;,&#34;https://www.airbnb.com/rooms/7555347&#34;,&#34;https://www.airbnb.com/rooms/7562661&#34;,&#34;https://www.airbnb.com/rooms/7568343&#34;,&#34;https://www.airbnb.com/rooms/7573527&#34;,&#34;https://www.airbnb.com/rooms/7575025&#34;,&#34;https://www.airbnb.com/rooms/7576029&#34;,&#34;https://www.airbnb.com/rooms/7576962&#34;,&#34;https://www.airbnb.com/rooms/7587848&#34;,&#34;https://www.airbnb.com/rooms/7592544&#34;,&#34;https://www.airbnb.com/rooms/7595411&#34;,&#34;https://www.airbnb.com/rooms/7596759&#34;,&#34;https://www.airbnb.com/rooms/7597308&#34;,&#34;https://www.airbnb.com/rooms/7613063&#34;,&#34;https://www.airbnb.com/rooms/7614836&#34;,&#34;https://www.airbnb.com/rooms/7618287&#34;,&#34;https://www.airbnb.com/rooms/7618924&#34;,&#34;https://www.airbnb.com/rooms/7625393&#34;,&#34;https://www.airbnb.com/rooms/7625974&#34;,&#34;https://www.airbnb.com/rooms/7627106&#34;,&#34;https://www.airbnb.com/rooms/7633179&#34;,&#34;https://www.airbnb.com/rooms/7644020&#34;,&#34;https://www.airbnb.com/rooms/7646312&#34;,&#34;https://www.airbnb.com/rooms/7650767&#34;,&#34;https://www.airbnb.com/rooms/7656115&#34;,&#34;https://www.airbnb.com/rooms/7663523&#34;,&#34;https://www.airbnb.com/rooms/7667323&#34;,&#34;https://www.airbnb.com/rooms/7668294&#34;,&#34;https://www.airbnb.com/rooms/7669248&#34;,&#34;https://www.airbnb.com/rooms/7673136&#34;,&#34;https://www.airbnb.com/rooms/7675750&#34;,&#34;https://www.airbnb.com/rooms/7681751&#34;,&#34;https://www.airbnb.com/rooms/7685011&#34;,&#34;https://www.airbnb.com/rooms/7685119&#34;,&#34;https://www.airbnb.com/rooms/7685281&#34;,&#34;https://www.airbnb.com/rooms/7686082&#34;,&#34;https://www.airbnb.com/rooms/7687447&#34;,&#34;https://www.airbnb.com/rooms/7689845&#34;,&#34;https://www.airbnb.com/rooms/7692898&#34;,&#34;https://www.airbnb.com/rooms/7693006&#34;,&#34;https://www.airbnb.com/rooms/7700464&#34;,&#34;https://www.airbnb.com/rooms/7700865&#34;,&#34;https://www.airbnb.com/rooms/7702796&#34;,&#34;https://www.airbnb.com/rooms/7704066&#34;,&#34;https://www.airbnb.com/rooms/7707897&#34;,&#34;https://www.airbnb.com/rooms/7718468&#34;,&#34;https://www.airbnb.com/rooms/7726658&#34;,&#34;https://www.airbnb.com/rooms/7736577&#34;,&#34;https://www.airbnb.com/rooms/7737069&#34;,&#34;https://www.airbnb.com/rooms/7739585&#34;,&#34;https://www.airbnb.com/rooms/7741999&#34;,&#34;https://www.airbnb.com/rooms/7742419&#34;,&#34;https://www.airbnb.com/rooms/7744811&#34;,&#34;https://www.airbnb.com/rooms/7746920&#34;,&#34;https://www.airbnb.com/rooms/7748056&#34;,&#34;https://www.airbnb.com/rooms/7752048&#34;,&#34;https://www.airbnb.com/rooms/7752681&#34;,&#34;https://www.airbnb.com/rooms/7752717&#34;,&#34;https://www.airbnb.com/rooms/7755214&#34;,&#34;https://www.airbnb.com/rooms/7758527&#34;,&#34;https://www.airbnb.com/rooms/7759076&#34;,&#34;https://www.airbnb.com/rooms/7759715&#34;,&#34;https://www.airbnb.com/rooms/7765084&#34;,&#34;https://www.airbnb.com/rooms/7771043&#34;,&#34;https://www.airbnb.com/rooms/7777556&#34;,&#34;https://www.airbnb.com/rooms/7778327&#34;,&#34;https://www.airbnb.com/rooms/7779688&#34;,&#34;https://www.airbnb.com/rooms/7780992&#34;,&#34;https://www.airbnb.com/rooms/7781884&#34;,&#34;https://www.airbnb.com/rooms/7782243&#34;,&#34;https://www.airbnb.com/rooms/7783632&#34;,&#34;https://www.airbnb.com/rooms/7784988&#34;,&#34;https://www.airbnb.com/rooms/7785398&#34;,&#34;https://www.airbnb.com/rooms/7786018&#34;,&#34;https://www.airbnb.com/rooms/7788183&#34;,&#34;https://www.airbnb.com/rooms/7788354&#34;,&#34;https://www.airbnb.com/rooms/7792623&#34;,&#34;https://www.airbnb.com/rooms/7797671&#34;,&#34;https://www.airbnb.com/rooms/7798533&#34;,&#34;https://www.airbnb.com/rooms/7800144&#34;,&#34;https://www.airbnb.com/rooms/7802882&#34;,&#34;https://www.airbnb.com/rooms/7806083&#34;,&#34;https://www.airbnb.com/rooms/7806332&#34;,&#34;https://www.airbnb.com/rooms/7808625&#34;,&#34;https://www.airbnb.com/rooms/7813175&#34;,&#34;https://www.airbnb.com/rooms/7813386&#34;,&#34;https://www.airbnb.com/rooms/7816299&#34;,&#34;https://www.airbnb.com/rooms/7816687&#34;,&#34;https://www.airbnb.com/rooms/7819738&#34;,&#34;https://www.airbnb.com/rooms/7823139&#34;,&#34;https://www.airbnb.com/rooms/7823621&#34;,&#34;https://www.airbnb.com/rooms/7828999&#34;,&#34;https://www.airbnb.com/rooms/7829774&#34;,&#34;https://www.airbnb.com/rooms/7829926&#34;,&#34;https://www.airbnb.com/rooms/7834129&#34;,&#34;https://www.airbnb.com/rooms/7834987&#34;,&#34;https://www.airbnb.com/rooms/7836654&#34;,&#34;https://www.airbnb.com/rooms/7839725&#34;,&#34;https://www.airbnb.com/rooms/7840363&#34;,&#34;https://www.airbnb.com/rooms/7840560&#34;,&#34;https://www.airbnb.com/rooms/7844426&#34;,&#34;https://www.airbnb.com/rooms/7846366&#34;,&#34;https://www.airbnb.com/rooms/7846688&#34;,&#34;https://www.airbnb.com/rooms/7848589&#34;,&#34;https://www.airbnb.com/rooms/7849011&#34;,&#34;https://www.airbnb.com/rooms/7849022&#34;,&#34;https://www.airbnb.com/rooms/7850822&#34;,&#34;https://www.airbnb.com/rooms/7852249&#34;,&#34;https://www.airbnb.com/rooms/7853068&#34;,&#34;https://www.airbnb.com/rooms/7855890&#34;,&#34;https://www.airbnb.com/rooms/7862826&#34;,&#34;https://www.airbnb.com/rooms/7864725&#34;,&#34;https://www.airbnb.com/rooms/7865021&#34;,&#34;https://www.airbnb.com/rooms/7866084&#34;,&#34;https://www.airbnb.com/rooms/7868557&#34;,&#34;https://www.airbnb.com/rooms/7869667&#34;,&#34;https://www.airbnb.com/rooms/7872481&#34;,&#34;https://www.airbnb.com/rooms/7877416&#34;,&#34;https://www.airbnb.com/rooms/7877490&#34;,&#34;https://www.airbnb.com/rooms/7877827&#34;,&#34;https://www.airbnb.com/rooms/7879857&#34;,&#34;https://www.airbnb.com/rooms/7881665&#34;,&#34;https://www.airbnb.com/rooms/7883953&#34;,&#34;https://www.airbnb.com/rooms/7891085&#34;,&#34;https://www.airbnb.com/rooms/7891763&#34;,&#34;https://www.airbnb.com/rooms/7891874&#34;,&#34;https://www.airbnb.com/rooms/7891899&#34;,&#34;https://www.airbnb.com/rooms/7891947&#34;,&#34;https://www.airbnb.com/rooms/7892830&#34;,&#34;https://www.airbnb.com/rooms/7892916&#34;,&#34;https://www.airbnb.com/rooms/7894161&#34;,&#34;https://www.airbnb.com/rooms/7895163&#34;,&#34;https://www.airbnb.com/rooms/7896140&#34;,&#34;https://www.airbnb.com/rooms/7897524&#34;,&#34;https://www.airbnb.com/rooms/7899187&#34;,&#34;https://www.airbnb.com/rooms/7903930&#34;,&#34;https://www.airbnb.com/rooms/7906137&#34;,&#34;https://www.airbnb.com/rooms/7906456&#34;,&#34;https://www.airbnb.com/rooms/7906589&#34;,&#34;https://www.airbnb.com/rooms/7907981&#34;,&#34;https://www.airbnb.com/rooms/7908349&#34;,&#34;https://www.airbnb.com/rooms/7908554&#34;,&#34;https://www.airbnb.com/rooms/7908932&#34;,&#34;https://www.airbnb.com/rooms/7916959&#34;,&#34;https://www.airbnb.com/rooms/7917525&#34;,&#34;https://www.airbnb.com/rooms/7917727&#34;,&#34;https://www.airbnb.com/rooms/7928753&#34;,&#34;https://www.airbnb.com/rooms/7930970&#34;,&#34;https://www.airbnb.com/rooms/7931320&#34;,&#34;https://www.airbnb.com/rooms/7933922&#34;,&#34;https://www.airbnb.com/rooms/7934338&#34;,&#34;https://www.airbnb.com/rooms/7935266&#34;,&#34;https://www.airbnb.com/rooms/7950776&#34;,&#34;https://www.airbnb.com/rooms/7950958&#34;,&#34;https://www.airbnb.com/rooms/7953253&#34;,&#34;https://www.airbnb.com/rooms/7954110&#34;,&#34;https://www.airbnb.com/rooms/7958280&#34;,&#34;https://www.airbnb.com/rooms/7959730&#34;,&#34;https://www.airbnb.com/rooms/7960448&#34;,&#34;https://www.airbnb.com/rooms/7963330&#34;,&#34;https://www.airbnb.com/rooms/7966691&#34;,&#34;https://www.airbnb.com/rooms/7969602&#34;,&#34;https://www.airbnb.com/rooms/7978037&#34;,&#34;https://www.airbnb.com/rooms/7978469&#34;,&#34;https://www.airbnb.com/rooms/7978785&#34;,&#34;https://www.airbnb.com/rooms/7982294&#34;,&#34;https://www.airbnb.com/rooms/7988852&#34;,&#34;https://www.airbnb.com/rooms/7990769&#34;,&#34;https://www.airbnb.com/rooms/7991798&#34;,&#34;https://www.airbnb.com/rooms/7996692&#34;,&#34;https://www.airbnb.com/rooms/7997310&#34;,&#34;https://www.airbnb.com/rooms/7998018&#34;,&#34;https://www.airbnb.com/rooms/8003341&#34;,&#34;https://www.airbnb.com/rooms/8003714&#34;,&#34;https://www.airbnb.com/rooms/8004137&#34;,&#34;https://www.airbnb.com/rooms/8004409&#34;,&#34;https://www.airbnb.com/rooms/8005020&#34;,&#34;https://www.airbnb.com/rooms/8005298&#34;,&#34;https://www.airbnb.com/rooms/8006101&#34;,&#34;https://www.airbnb.com/rooms/8006223&#34;,&#34;https://www.airbnb.com/rooms/8006438&#34;,&#34;https://www.airbnb.com/rooms/8006790&#34;,&#34;https://www.airbnb.com/rooms/8006921&#34;,&#34;https://www.airbnb.com/rooms/8006986&#34;,&#34;https://www.airbnb.com/rooms/8008317&#34;,&#34;https://www.airbnb.com/rooms/8010932&#34;,&#34;https://www.airbnb.com/rooms/8018280&#34;,&#34;https://www.airbnb.com/rooms/8019990&#34;,&#34;https://www.airbnb.com/rooms/8020036&#34;,&#34;https://www.airbnb.com/rooms/8021050&#34;,&#34;https://www.airbnb.com/rooms/8021937&#34;,&#34;https://www.airbnb.com/rooms/8022060&#34;,&#34;https://www.airbnb.com/rooms/8026423&#34;,&#34;https://www.airbnb.com/rooms/8030023&#34;,&#34;https://www.airbnb.com/rooms/8030857&#34;,&#34;https://www.airbnb.com/rooms/8038590&#34;,&#34;https://www.airbnb.com/rooms/8039040&#34;,&#34;https://www.airbnb.com/rooms/8041108&#34;,&#34;https://www.airbnb.com/rooms/8041465&#34;,&#34;https://www.airbnb.com/rooms/8041799&#34;,&#34;https://www.airbnb.com/rooms/8043500&#34;,&#34;https://www.airbnb.com/rooms/8044725&#34;,&#34;https://www.airbnb.com/rooms/8047348&#34;,&#34;https://www.airbnb.com/rooms/8047575&#34;,&#34;https://www.airbnb.com/rooms/8048461&#34;,&#34;https://www.airbnb.com/rooms/8049021&#34;,&#34;https://www.airbnb.com/rooms/8049327&#34;,&#34;https://www.airbnb.com/rooms/8049558&#34;,&#34;https://www.airbnb.com/rooms/8050185&#34;,&#34;https://www.airbnb.com/rooms/8056766&#34;,&#34;https://www.airbnb.com/rooms/8057288&#34;,&#34;https://www.airbnb.com/rooms/8057573&#34;,&#34;https://www.airbnb.com/rooms/8061495&#34;,&#34;https://www.airbnb.com/rooms/8061922&#34;,&#34;https://www.airbnb.com/rooms/8062229&#34;,&#34;https://www.airbnb.com/rooms/8062325&#34;,&#34;https://www.airbnb.com/rooms/8062937&#34;,&#34;https://www.airbnb.com/rooms/8065707&#34;,&#34;https://www.airbnb.com/rooms/8068505&#34;,&#34;https://www.airbnb.com/rooms/8073770&#34;,&#34;https://www.airbnb.com/rooms/8074362&#34;,&#34;https://www.airbnb.com/rooms/8074826&#34;,&#34;https://www.airbnb.com/rooms/8076506&#34;,&#34;https://www.airbnb.com/rooms/8078588&#34;,&#34;https://www.airbnb.com/rooms/8081135&#34;,&#34;https://www.airbnb.com/rooms/8081608&#34;,&#34;https://www.airbnb.com/rooms/8081869&#34;,&#34;https://www.airbnb.com/rooms/8082981&#34;,&#34;https://www.airbnb.com/rooms/8083666&#34;,&#34;https://www.airbnb.com/rooms/8088657&#34;,&#34;https://www.airbnb.com/rooms/8091945&#34;,&#34;https://www.airbnb.com/rooms/8095775&#34;,&#34;https://www.airbnb.com/rooms/8096636&#34;,&#34;https://www.airbnb.com/rooms/8096700&#34;,&#34;https://www.airbnb.com/rooms/8096758&#34;,&#34;https://www.airbnb.com/rooms/8098306&#34;,&#34;https://www.airbnb.com/rooms/8099225&#34;,&#34;https://www.airbnb.com/rooms/8099990&#34;,&#34;https://www.airbnb.com/rooms/8100780&#34;,&#34;https://www.airbnb.com/rooms/8109013&#34;,&#34;https://www.airbnb.com/rooms/8109625&#34;,&#34;https://www.airbnb.com/rooms/8109822&#34;,&#34;https://www.airbnb.com/rooms/8112416&#34;,&#34;https://www.airbnb.com/rooms/8115762&#34;,&#34;https://www.airbnb.com/rooms/8121309&#34;,&#34;https://www.airbnb.com/rooms/8122185&#34;,&#34;https://www.airbnb.com/rooms/8123997&#34;,&#34;https://www.airbnb.com/rooms/8124673&#34;,&#34;https://www.airbnb.com/rooms/8125860&#34;,&#34;https://www.airbnb.com/rooms/8125942&#34;,&#34;https://www.airbnb.com/rooms/8126418&#34;,&#34;https://www.airbnb.com/rooms/8127200&#34;,&#34;https://www.airbnb.com/rooms/8128822&#34;,&#34;https://www.airbnb.com/rooms/8128964&#34;,&#34;https://www.airbnb.com/rooms/8129747&#34;,&#34;https://www.airbnb.com/rooms/8130072&#34;,&#34;https://www.airbnb.com/rooms/8136076&#34;,&#34;https://www.airbnb.com/rooms/8136775&#34;,&#34;https://www.airbnb.com/rooms/8137973&#34;,&#34;https://www.airbnb.com/rooms/8141152&#34;,&#34;https://www.airbnb.com/rooms/8142079&#34;,&#34;https://www.airbnb.com/rooms/8142439&#34;,&#34;https://www.airbnb.com/rooms/8144307&#34;,&#34;https://www.airbnb.com/rooms/8145174&#34;,&#34;https://www.airbnb.com/rooms/8145785&#34;,&#34;https://www.airbnb.com/rooms/8148826&#34;,&#34;https://www.airbnb.com/rooms/8148842&#34;,&#34;https://www.airbnb.com/rooms/8148973&#34;,&#34;https://www.airbnb.com/rooms/8149264&#34;,&#34;https://www.airbnb.com/rooms/8149636&#34;,&#34;https://www.airbnb.com/rooms/8155777&#34;,&#34;https://www.airbnb.com/rooms/8156989&#34;,&#34;https://www.airbnb.com/rooms/8159215&#34;,&#34;https://www.airbnb.com/rooms/8159802&#34;,&#34;https://www.airbnb.com/rooms/8160163&#34;,&#34;https://www.airbnb.com/rooms/8160321&#34;,&#34;https://www.airbnb.com/rooms/8161668&#34;,&#34;https://www.airbnb.com/rooms/8162223&#34;,&#34;https://www.airbnb.com/rooms/8165985&#34;,&#34;https://www.airbnb.com/rooms/8175386&#34;,&#34;https://www.airbnb.com/rooms/8175471&#34;,&#34;https://www.airbnb.com/rooms/8176524&#34;,&#34;https://www.airbnb.com/rooms/8176971&#34;,&#34;https://www.airbnb.com/rooms/8176981&#34;,&#34;https://www.airbnb.com/rooms/8177511&#34;,&#34;https://www.airbnb.com/rooms/8177993&#34;,&#34;https://www.airbnb.com/rooms/8180053&#34;,&#34;https://www.airbnb.com/rooms/8180142&#34;,&#34;https://www.airbnb.com/rooms/8181663&#34;,&#34;https://www.airbnb.com/rooms/8182903&#34;,&#34;https://www.airbnb.com/rooms/8183076&#34;,&#34;https://www.airbnb.com/rooms/8184695&#34;,&#34;https://www.airbnb.com/rooms/8185032&#34;,&#34;https://www.airbnb.com/rooms/8188614&#34;,&#34;https://www.airbnb.com/rooms/8188944&#34;,&#34;https://www.airbnb.com/rooms/8188951&#34;,&#34;https://www.airbnb.com/rooms/8189310&#34;,&#34;https://www.airbnb.com/rooms/8189645&#34;,&#34;https://www.airbnb.com/rooms/8192485&#34;,&#34;https://www.airbnb.com/rooms/8193958&#34;,&#34;https://www.airbnb.com/rooms/8197058&#34;,&#34;https://www.airbnb.com/rooms/8197272&#34;,&#34;https://www.airbnb.com/rooms/8197493&#34;,&#34;https://www.airbnb.com/rooms/8197562&#34;,&#34;https://www.airbnb.com/rooms/8203471&#34;,&#34;https://www.airbnb.com/rooms/8204045&#34;,&#34;https://www.airbnb.com/rooms/8204395&#34;,&#34;https://www.airbnb.com/rooms/8204564&#34;,&#34;https://www.airbnb.com/rooms/8205184&#34;,&#34;https://www.airbnb.com/rooms/8206201&#34;,&#34;https://www.airbnb.com/rooms/8207247&#34;,&#34;https://www.airbnb.com/rooms/8207983&#34;,&#34;https://www.airbnb.com/rooms/8208453&#34;,&#34;https://www.airbnb.com/rooms/8209292&#34;,&#34;https://www.airbnb.com/rooms/8209695&#34;,&#34;https://www.airbnb.com/rooms/8209970&#34;,&#34;https://www.airbnb.com/rooms/8210324&#34;,&#34;https://www.airbnb.com/rooms/8210676&#34;,&#34;https://www.airbnb.com/rooms/8214691&#34;,&#34;https://www.airbnb.com/rooms/8215431&#34;,&#34;https://www.airbnb.com/rooms/8215776&#34;,&#34;https://www.airbnb.com/rooms/8216368&#34;,&#34;https://www.airbnb.com/rooms/8217102&#34;,&#34;https://www.airbnb.com/rooms/8217362&#34;,&#34;https://www.airbnb.com/rooms/8217413&#34;,&#34;https://www.airbnb.com/rooms/8217666&#34;,&#34;https://www.airbnb.com/rooms/8217738&#34;,&#34;https://www.airbnb.com/rooms/8217926&#34;,&#34;https://www.airbnb.com/rooms/8218349&#34;,&#34;https://www.airbnb.com/rooms/8219166&#34;,&#34;https://www.airbnb.com/rooms/8221366&#34;,&#34;https://www.airbnb.com/rooms/8221919&#34;,&#34;https://www.airbnb.com/rooms/8224091&#34;,&#34;https://www.airbnb.com/rooms/8230084&#34;,&#34;https://www.airbnb.com/rooms/8230831&#34;,&#34;https://www.airbnb.com/rooms/8231086&#34;,&#34;https://www.airbnb.com/rooms/8231126&#34;,&#34;https://www.airbnb.com/rooms/8232199&#34;,&#34;https://www.airbnb.com/rooms/8234241&#34;,&#34;https://www.airbnb.com/rooms/8234669&#34;,&#34;https://www.airbnb.com/rooms/8235230&#34;,&#34;https://www.airbnb.com/rooms/8235326&#34;,&#34;https://www.airbnb.com/rooms/8235902&#34;,&#34;https://www.airbnb.com/rooms/8235920&#34;,&#34;https://www.airbnb.com/rooms/8236693&#34;,&#34;https://www.airbnb.com/rooms/8237173&#34;,&#34;https://www.airbnb.com/rooms/8239036&#34;,&#34;https://www.airbnb.com/rooms/8243203&#34;,&#34;https://www.airbnb.com/rooms/8244869&#34;,&#34;https://www.airbnb.com/rooms/8245264&#34;,&#34;https://www.airbnb.com/rooms/8245569&#34;,&#34;https://www.airbnb.com/rooms/8245659&#34;,&#34;https://www.airbnb.com/rooms/8245680&#34;,&#34;https://www.airbnb.com/rooms/8246135&#34;,&#34;https://www.airbnb.com/rooms/8246344&#34;,&#34;https://www.airbnb.com/rooms/8246752&#34;,&#34;https://www.airbnb.com/rooms/8246980&#34;,&#34;https://www.airbnb.com/rooms/8248170&#34;,&#34;https://www.airbnb.com/rooms/8248393&#34;,&#34;https://www.airbnb.com/rooms/8248691&#34;,&#34;https://www.airbnb.com/rooms/8248858&#34;,&#34;https://www.airbnb.com/rooms/8250879&#34;,&#34;https://www.airbnb.com/rooms/8251742&#34;,&#34;https://www.airbnb.com/rooms/8251877&#34;,&#34;https://www.airbnb.com/rooms/8252026&#34;,&#34;https://www.airbnb.com/rooms/8252030&#34;,&#34;https://www.airbnb.com/rooms/8252710&#34;,&#34;https://www.airbnb.com/rooms/8252836&#34;,&#34;https://www.airbnb.com/rooms/8252887&#34;,&#34;https://www.airbnb.com/rooms/8253170&#34;,&#34;https://www.airbnb.com/rooms/8254151&#34;,&#34;https://www.airbnb.com/rooms/8259368&#34;,&#34;https://www.airbnb.com/rooms/8260292&#34;,&#34;https://www.airbnb.com/rooms/8261778&#34;,&#34;https://www.airbnb.com/rooms/8262855&#34;,&#34;https://www.airbnb.com/rooms/8263509&#34;,&#34;https://www.airbnb.com/rooms/8263793&#34;,&#34;https://www.airbnb.com/rooms/8264691&#34;,&#34;https://www.airbnb.com/rooms/8264974&#34;,&#34;https://www.airbnb.com/rooms/8268762&#34;,&#34;https://www.airbnb.com/rooms/8269019&#34;,&#34;https://www.airbnb.com/rooms/8269047&#34;,&#34;https://www.airbnb.com/rooms/8269187&#34;,&#34;https://www.airbnb.com/rooms/8269407&#34;,&#34;https://www.airbnb.com/rooms/8270686&#34;,&#34;https://www.airbnb.com/rooms/8271639&#34;,&#34;https://www.airbnb.com/rooms/8272020&#34;,&#34;https://www.airbnb.com/rooms/8273109&#34;,&#34;https://www.airbnb.com/rooms/8279187&#34;,&#34;https://www.airbnb.com/rooms/8281053&#34;,&#34;https://www.airbnb.com/rooms/8281147&#34;,&#34;https://www.airbnb.com/rooms/8281405&#34;,&#34;https://www.airbnb.com/rooms/8281634&#34;,&#34;https://www.airbnb.com/rooms/8282958&#34;,&#34;https://www.airbnb.com/rooms/8283153&#34;,&#34;https://www.airbnb.com/rooms/8283825&#34;,&#34;https://www.airbnb.com/rooms/8285996&#34;,&#34;https://www.airbnb.com/rooms/8286454&#34;,&#34;https://www.airbnb.com/rooms/8286623&#34;,&#34;https://www.airbnb.com/rooms/8286853&#34;,&#34;https://www.airbnb.com/rooms/8287262&#34;,&#34;https://www.airbnb.com/rooms/8287851&#34;,&#34;https://www.airbnb.com/rooms/8287911&#34;,&#34;https://www.airbnb.com/rooms/8288141&#34;,&#34;https://www.airbnb.com/rooms/8288450&#34;,&#34;https://www.airbnb.com/rooms/8288853&#34;,&#34;https://www.airbnb.com/rooms/8289527&#34;,&#34;https://www.airbnb.com/rooms/8290620&#34;,&#34;https://www.airbnb.com/rooms/8291206&#34;,&#34;https://www.airbnb.com/rooms/8291762&#34;,&#34;https://www.airbnb.com/rooms/8294687&#34;,&#34;https://www.airbnb.com/rooms/8296281&#34;,&#34;https://www.airbnb.com/rooms/8297503&#34;,&#34;https://www.airbnb.com/rooms/8298061&#34;,&#34;https://www.airbnb.com/rooms/8298440&#34;,&#34;https://www.airbnb.com/rooms/8299609&#34;,&#34;https://www.airbnb.com/rooms/8299901&#34;,&#34;https://www.airbnb.com/rooms/8300894&#34;,&#34;https://www.airbnb.com/rooms/8301205&#34;,&#34;https://www.airbnb.com/rooms/8301679&#34;,&#34;https://www.airbnb.com/rooms/8302008&#34;,&#34;https://www.airbnb.com/rooms/8303249&#34;,&#34;https://www.airbnb.com/rooms/8303770&#34;,&#34;https://www.airbnb.com/rooms/8304174&#34;,&#34;https://www.airbnb.com/rooms/8305393&#34;,&#34;https://www.airbnb.com/rooms/8306232&#34;,&#34;https://www.airbnb.com/rooms/8306262&#34;,&#34;https://www.airbnb.com/rooms/8306661&#34;,&#34;https://www.airbnb.com/rooms/8307165&#34;,&#34;https://www.airbnb.com/rooms/8307410&#34;,&#34;https://www.airbnb.com/rooms/8308067&#34;,&#34;https://www.airbnb.com/rooms/8313972&#34;,&#34;https://www.airbnb.com/rooms/8314508&#34;,&#34;https://www.airbnb.com/rooms/8314827&#34;,&#34;https://www.airbnb.com/rooms/8315710&#34;,&#34;https://www.airbnb.com/rooms/8316441&#34;,&#34;https://www.airbnb.com/rooms/8317099&#34;,&#34;https://www.airbnb.com/rooms/8319258&#34;,&#34;https://www.airbnb.com/rooms/8319614&#34;,&#34;https://www.airbnb.com/rooms/8320267&#34;,&#34;https://www.airbnb.com/rooms/8321470&#34;,&#34;https://www.airbnb.com/rooms/8321769&#34;,&#34;https://www.airbnb.com/rooms/8321822&#34;,&#34;https://www.airbnb.com/rooms/8322205&#34;,&#34;https://www.airbnb.com/rooms/8322807&#34;,&#34;https://www.airbnb.com/rooms/8322863&#34;,&#34;https://www.airbnb.com/rooms/8323356&#34;,&#34;https://www.airbnb.com/rooms/8323644&#34;,&#34;https://www.airbnb.com/rooms/8323874&#34;,&#34;https://www.airbnb.com/rooms/8323936&#34;,&#34;https://www.airbnb.com/rooms/8323955&#34;,&#34;https://www.airbnb.com/rooms/8325417&#34;,&#34;https://www.airbnb.com/rooms/8326948&#34;,&#34;https://www.airbnb.com/rooms/8329637&#34;,&#34;https://www.airbnb.com/rooms/8330479&#34;,&#34;https://www.airbnb.com/rooms/8331006&#34;,&#34;https://www.airbnb.com/rooms/8332674&#34;,&#34;https://www.airbnb.com/rooms/8332829&#34;,&#34;https://www.airbnb.com/rooms/8333316&#34;,&#34;https://www.airbnb.com/rooms/8333884&#34;,&#34;https://www.airbnb.com/rooms/8335315&#34;,&#34;https://www.airbnb.com/rooms/8336479&#34;,&#34;https://www.airbnb.com/rooms/8336759&#34;,&#34;https://www.airbnb.com/rooms/8340186&#34;,&#34;https://www.airbnb.com/rooms/8344350&#34;,&#34;https://www.airbnb.com/rooms/8344579&#34;,&#34;https://www.airbnb.com/rooms/8345395&#34;,&#34;https://www.airbnb.com/rooms/8346146&#34;,&#34;https://www.airbnb.com/rooms/8346185&#34;,&#34;https://www.airbnb.com/rooms/8346450&#34;,&#34;https://www.airbnb.com/rooms/8346753&#34;,&#34;https://www.airbnb.com/rooms/8347117&#34;,&#34;https://www.airbnb.com/rooms/8348639&#34;,&#34;https://www.airbnb.com/rooms/8349072&#34;,&#34;https://www.airbnb.com/rooms/8349570&#34;,&#34;https://www.airbnb.com/rooms/8349851&#34;,&#34;https://www.airbnb.com/rooms/8351538&#34;,&#34;https://www.airbnb.com/rooms/8353173&#34;,&#34;https://www.airbnb.com/rooms/8353377&#34;,&#34;https://www.airbnb.com/rooms/8357214&#34;,&#34;https://www.airbnb.com/rooms/8358088&#34;,&#34;https://www.airbnb.com/rooms/8358727&#34;,&#34;https://www.airbnb.com/rooms/8358812&#34;,&#34;https://www.airbnb.com/rooms/8359179&#34;,&#34;https://www.airbnb.com/rooms/8359206&#34;,&#34;https://www.airbnb.com/rooms/8360268&#34;,&#34;https://www.airbnb.com/rooms/8360358&#34;,&#34;https://www.airbnb.com/rooms/8360961&#34;,&#34;https://www.airbnb.com/rooms/8361188&#34;,&#34;https://www.airbnb.com/rooms/8361516&#34;,&#34;https://www.airbnb.com/rooms/8361621&#34;,&#34;https://www.airbnb.com/rooms/8362137&#34;,&#34;https://www.airbnb.com/rooms/8362193&#34;,&#34;https://www.airbnb.com/rooms/8362790&#34;,&#34;https://www.airbnb.com/rooms/8362954&#34;,&#34;https://www.airbnb.com/rooms/8363730&#34;,&#34;https://www.airbnb.com/rooms/8364356&#34;,&#34;https://www.airbnb.com/rooms/8364527&#34;,&#34;https://www.airbnb.com/rooms/8366057&#34;,&#34;https://www.airbnb.com/rooms/8366284&#34;,&#34;https://www.airbnb.com/rooms/8367717&#34;,&#34;https://www.airbnb.com/rooms/8368243&#34;,&#34;https://www.airbnb.com/rooms/8368328&#34;,&#34;https://www.airbnb.com/rooms/8368460&#34;,&#34;https://www.airbnb.com/rooms/8368597&#34;,&#34;https://www.airbnb.com/rooms/8374158&#34;,&#34;https://www.airbnb.com/rooms/8374628&#34;,&#34;https://www.airbnb.com/rooms/8374639&#34;,&#34;https://www.airbnb.com/rooms/8375217&#34;,&#34;https://www.airbnb.com/rooms/8375516&#34;,&#34;https://www.airbnb.com/rooms/8375610&#34;,&#34;https://www.airbnb.com/rooms/8376091&#34;,&#34;https://www.airbnb.com/rooms/8376747&#34;,&#34;https://www.airbnb.com/rooms/8377178&#34;,&#34;https://www.airbnb.com/rooms/8377294&#34;,&#34;https://www.airbnb.com/rooms/8377422&#34;,&#34;https://www.airbnb.com/rooms/8377559&#34;,&#34;https://www.airbnb.com/rooms/8378794&#34;,&#34;https://www.airbnb.com/rooms/8382034&#34;,&#34;https://www.airbnb.com/rooms/8382126&#34;,&#34;https://www.airbnb.com/rooms/8382346&#34;,&#34;https://www.airbnb.com/rooms/8382448&#34;,&#34;https://www.airbnb.com/rooms/8382683&#34;,&#34;https://www.airbnb.com/rooms/8383353&#34;,&#34;https://www.airbnb.com/rooms/8383463&#34;,&#34;https://www.airbnb.com/rooms/8385361&#34;,&#34;https://www.airbnb.com/rooms/8385552&#34;,&#34;https://www.airbnb.com/rooms/8386107&#34;,&#34;https://www.airbnb.com/rooms/8386937&#34;,&#34;https://www.airbnb.com/rooms/8387106&#34;,&#34;https://www.airbnb.com/rooms/8387125&#34;,&#34;https://www.airbnb.com/rooms/8387153&#34;,&#34;https://www.airbnb.com/rooms/8388409&#34;,&#34;https://www.airbnb.com/rooms/8388812&#34;,&#34;https://www.airbnb.com/rooms/8389354&#34;,&#34;https://www.airbnb.com/rooms/8389459&#34;,&#34;https://www.airbnb.com/rooms/8392832&#34;,&#34;https://www.airbnb.com/rooms/8393443&#34;,&#34;https://www.airbnb.com/rooms/8393872&#34;,&#34;https://www.airbnb.com/rooms/8393877&#34;,&#34;https://www.airbnb.com/rooms/8394551&#34;,&#34;https://www.airbnb.com/rooms/8396399&#34;,&#34;https://www.airbnb.com/rooms/8396415&#34;,&#34;https://www.airbnb.com/rooms/8396422&#34;,&#34;https://www.airbnb.com/rooms/8396933&#34;,&#34;https://www.airbnb.com/rooms/8397305&#34;,&#34;https://www.airbnb.com/rooms/8397401&#34;,&#34;https://www.airbnb.com/rooms/8397966&#34;,&#34;https://www.airbnb.com/rooms/8398363&#34;,&#34;https://www.airbnb.com/rooms/8398467&#34;,&#34;https://www.airbnb.com/rooms/8399313&#34;,&#34;https://www.airbnb.com/rooms/8401250&#34;,&#34;https://www.airbnb.com/rooms/8401356&#34;,&#34;https://www.airbnb.com/rooms/8403303&#34;,&#34;https://www.airbnb.com/rooms/8403328&#34;,&#34;https://www.airbnb.com/rooms/8404156&#34;,&#34;https://www.airbnb.com/rooms/8404240&#34;,&#34;https://www.airbnb.com/rooms/8404284&#34;,&#34;https://www.airbnb.com/rooms/8404875&#34;,&#34;https://www.airbnb.com/rooms/8404914&#34;,&#34;https://www.airbnb.com/rooms/8405822&#34;,&#34;https://www.airbnb.com/rooms/8405825&#34;,&#34;https://www.airbnb.com/rooms/8405834&#34;,&#34;https://www.airbnb.com/rooms/8405846&#34;,&#34;https://www.airbnb.com/rooms/8407770&#34;,&#34;https://www.airbnb.com/rooms/8413579&#34;,&#34;https://www.airbnb.com/rooms/8414371&#34;,&#34;https://www.airbnb.com/rooms/8415869&#34;,&#34;https://www.airbnb.com/rooms/8416845&#34;,&#34;https://www.airbnb.com/rooms/8416968&#34;,&#34;https://www.airbnb.com/rooms/8417256&#34;,&#34;https://www.airbnb.com/rooms/8418288&#34;,&#34;https://www.airbnb.com/rooms/8419788&#34;,&#34;https://www.airbnb.com/rooms/8420113&#34;,&#34;https://www.airbnb.com/rooms/8422492&#34;,&#34;https://www.airbnb.com/rooms/8424393&#34;,&#34;https://www.airbnb.com/rooms/8424504&#34;,&#34;https://www.airbnb.com/rooms/8424901&#34;,&#34;https://www.airbnb.com/rooms/8425956&#34;,&#34;https://www.airbnb.com/rooms/8432751&#34;,&#34;https://www.airbnb.com/rooms/8432999&#34;,&#34;https://www.airbnb.com/rooms/8433232&#34;,&#34;https://www.airbnb.com/rooms/8433252&#34;,&#34;https://www.airbnb.com/rooms/8433934&#34;,&#34;https://www.airbnb.com/rooms/8433989&#34;,&#34;https://www.airbnb.com/rooms/8435015&#34;,&#34;https://www.airbnb.com/rooms/8435304&#34;,&#34;https://www.airbnb.com/rooms/8436427&#34;,&#34;https://www.airbnb.com/rooms/8437043&#34;,&#34;https://www.airbnb.com/rooms/8437187&#34;,&#34;https://www.airbnb.com/rooms/8438013&#34;,&#34;https://www.airbnb.com/rooms/8438817&#34;,&#34;https://www.airbnb.com/rooms/8439080&#34;,&#34;https://www.airbnb.com/rooms/8439623&#34;,&#34;https://www.airbnb.com/rooms/8439692&#34;,&#34;https://www.airbnb.com/rooms/8440195&#34;,&#34;https://www.airbnb.com/rooms/8440794&#34;,&#34;https://www.airbnb.com/rooms/8447659&#34;,&#34;https://www.airbnb.com/rooms/8447685&#34;,&#34;https://www.airbnb.com/rooms/8448103&#34;,&#34;https://www.airbnb.com/rooms/8448611&#34;,&#34;https://www.airbnb.com/rooms/8448947&#34;,&#34;https://www.airbnb.com/rooms/8449358&#34;,&#34;https://www.airbnb.com/rooms/8450283&#34;,&#34;https://www.airbnb.com/rooms/8450546&#34;,&#34;https://www.airbnb.com/rooms/8450987&#34;,&#34;https://www.airbnb.com/rooms/8451910&#34;,&#34;https://www.airbnb.com/rooms/8452060&#34;,&#34;https://www.airbnb.com/rooms/8452669&#34;,&#34;https://www.airbnb.com/rooms/8454415&#34;,&#34;https://www.airbnb.com/rooms/8455329&#34;,&#34;https://www.airbnb.com/rooms/8455787&#34;,&#34;https://www.airbnb.com/rooms/8456678&#34;,&#34;https://www.airbnb.com/rooms/8457043&#34;,&#34;https://www.airbnb.com/rooms/8457058&#34;,&#34;https://www.airbnb.com/rooms/8457398&#34;,&#34;https://www.airbnb.com/rooms/8457565&#34;,&#34;https://www.airbnb.com/rooms/8457660&#34;,&#34;https://www.airbnb.com/rooms/8459285&#34;,&#34;https://www.airbnb.com/rooms/8459711&#34;,&#34;https://www.airbnb.com/rooms/8463454&#34;,&#34;https://www.airbnb.com/rooms/8463471&#34;,&#34;https://www.airbnb.com/rooms/8463771&#34;,&#34;https://www.airbnb.com/rooms/8464053&#34;,&#34;https://www.airbnb.com/rooms/8464530&#34;,&#34;https://www.airbnb.com/rooms/8464560&#34;,&#34;https://www.airbnb.com/rooms/8465789&#34;,&#34;https://www.airbnb.com/rooms/8466221&#34;,&#34;https://www.airbnb.com/rooms/8466228&#34;,&#34;https://www.airbnb.com/rooms/8469064&#34;,&#34;https://www.airbnb.com/rooms/8471653&#34;,&#34;https://www.airbnb.com/rooms/8476590&#34;,&#34;https://www.airbnb.com/rooms/8481519&#34;,&#34;https://www.airbnb.com/rooms/8481592&#34;,&#34;https://www.airbnb.com/rooms/8483673&#34;,&#34;https://www.airbnb.com/rooms/8483855&#34;,&#34;https://www.airbnb.com/rooms/8483927&#34;,&#34;https://www.airbnb.com/rooms/8485323&#34;,&#34;https://www.airbnb.com/rooms/8485542&#34;,&#34;https://www.airbnb.com/rooms/8490969&#34;,&#34;https://www.airbnb.com/rooms/8491305&#34;,&#34;https://www.airbnb.com/rooms/8493853&#34;,&#34;https://www.airbnb.com/rooms/8495135&#34;,&#34;https://www.airbnb.com/rooms/8496037&#34;,&#34;https://www.airbnb.com/rooms/8496459&#34;,&#34;https://www.airbnb.com/rooms/8496478&#34;,&#34;https://www.airbnb.com/rooms/8496763&#34;,&#34;https://www.airbnb.com/rooms/8497593&#34;,&#34;https://www.airbnb.com/rooms/8498855&#34;,&#34;https://www.airbnb.com/rooms/8500376&#34;,&#34;https://www.airbnb.com/rooms/8500383&#34;,&#34;https://www.airbnb.com/rooms/8502764&#34;,&#34;https://www.airbnb.com/rooms/8506290&#34;,&#34;https://www.airbnb.com/rooms/8508458&#34;,&#34;https://www.airbnb.com/rooms/8509114&#34;,&#34;https://www.airbnb.com/rooms/8509321&#34;,&#34;https://www.airbnb.com/rooms/8509810&#34;,&#34;https://www.airbnb.com/rooms/8514517&#34;,&#34;https://www.airbnb.com/rooms/8515751&#34;,&#34;https://www.airbnb.com/rooms/8516415&#34;,&#34;https://www.airbnb.com/rooms/8519446&#34;,&#34;https://www.airbnb.com/rooms/8519752&#34;,&#34;https://www.airbnb.com/rooms/8521363&#34;,&#34;https://www.airbnb.com/rooms/8522162&#34;,&#34;https://www.airbnb.com/rooms/8525868&#34;,&#34;https://www.airbnb.com/rooms/8526778&#34;,&#34;https://www.airbnb.com/rooms/8527166&#34;,&#34;https://www.airbnb.com/rooms/8528177&#34;,&#34;https://www.airbnb.com/rooms/8529060&#34;,&#34;https://www.airbnb.com/rooms/8529184&#34;,&#34;https://www.airbnb.com/rooms/8529774&#34;,&#34;https://www.airbnb.com/rooms/8535902&#34;,&#34;https://www.airbnb.com/rooms/8536071&#34;,&#34;https://www.airbnb.com/rooms/8536146&#34;,&#34;https://www.airbnb.com/rooms/8538783&#34;,&#34;https://www.airbnb.com/rooms/8545832&#34;,&#34;https://www.airbnb.com/rooms/8548668&#34;,&#34;https://www.airbnb.com/rooms/8548721&#34;,&#34;https://www.airbnb.com/rooms/8549502&#34;,&#34;https://www.airbnb.com/rooms/8552235&#34;,&#34;https://www.airbnb.com/rooms/8559074&#34;,&#34;https://www.airbnb.com/rooms/8559506&#34;,&#34;https://www.airbnb.com/rooms/8560341&#34;,&#34;https://www.airbnb.com/rooms/8561240&#34;,&#34;https://www.airbnb.com/rooms/8561756&#34;,&#34;https://www.airbnb.com/rooms/8562505&#34;,&#34;https://www.airbnb.com/rooms/8575248&#34;,&#34;https://www.airbnb.com/rooms/8576332&#34;,&#34;https://www.airbnb.com/rooms/8585722&#34;,&#34;https://www.airbnb.com/rooms/8589779&#34;,&#34;https://www.airbnb.com/rooms/8591185&#34;,&#34;https://www.airbnb.com/rooms/8600027&#34;,&#34;https://www.airbnb.com/rooms/8602043&#34;,&#34;https://www.airbnb.com/rooms/8602997&#34;,&#34;https://www.airbnb.com/rooms/8604077&#34;,&#34;https://www.airbnb.com/rooms/8607146&#34;,&#34;https://www.airbnb.com/rooms/8607491&#34;,&#34;https://www.airbnb.com/rooms/8608812&#34;,&#34;https://www.airbnb.com/rooms/8610533&#34;,&#34;https://www.airbnb.com/rooms/8612901&#34;,&#34;https://www.airbnb.com/rooms/8618812&#34;,&#34;https://www.airbnb.com/rooms/8622214&#34;,&#34;https://www.airbnb.com/rooms/8622752&#34;,&#34;https://www.airbnb.com/rooms/8624093&#34;,&#34;https://www.airbnb.com/rooms/8625985&#34;,&#34;https://www.airbnb.com/rooms/8626599&#34;,&#34;https://www.airbnb.com/rooms/8628515&#34;,&#34;https://www.airbnb.com/rooms/8628928&#34;,&#34;https://www.airbnb.com/rooms/8629374&#34;,&#34;https://www.airbnb.com/rooms/8630240&#34;,&#34;https://www.airbnb.com/rooms/8630452&#34;,&#34;https://www.airbnb.com/rooms/8639394&#34;,&#34;https://www.airbnb.com/rooms/8640865&#34;,&#34;https://www.airbnb.com/rooms/8641224&#34;,&#34;https://www.airbnb.com/rooms/8641711&#34;,&#34;https://www.airbnb.com/rooms/8650581&#34;,&#34;https://www.airbnb.com/rooms/8661712&#34;,&#34;https://www.airbnb.com/rooms/8663066&#34;,&#34;https://www.airbnb.com/rooms/8669886&#34;,&#34;https://www.airbnb.com/rooms/8697837&#34;,&#34;https://www.airbnb.com/rooms/8708368&#34;,&#34;https://www.airbnb.com/rooms/8724002&#34;,&#34;https://www.airbnb.com/rooms/8725641&#34;,&#34;https://www.airbnb.com/rooms/8751755&#34;,&#34;https://www.airbnb.com/rooms/8757625&#34;,&#34;https://www.airbnb.com/rooms/8765135&#34;,&#34;https://www.airbnb.com/rooms/8772820&#34;,&#34;https://www.airbnb.com/rooms/8790289&#34;,&#34;https://www.airbnb.com/rooms/8819667&#34;,&#34;https://www.airbnb.com/rooms/8825355&#34;,&#34;https://www.airbnb.com/rooms/8836863&#34;,&#34;https://www.airbnb.com/rooms/8838158&#34;,&#34;https://www.airbnb.com/rooms/8851951&#34;,&#34;https://www.airbnb.com/rooms/8861284&#34;,&#34;https://www.airbnb.com/rooms/8863983&#34;,&#34;https://www.airbnb.com/rooms/8869775&#34;,&#34;https://www.airbnb.com/rooms/8878949&#34;,&#34;https://www.airbnb.com/rooms/8894536&#34;,&#34;https://www.airbnb.com/rooms/8899230&#34;,&#34;https://www.airbnb.com/rooms/8901519&#34;,&#34;https://www.airbnb.com/rooms/8903795&#34;,&#34;https://www.airbnb.com/rooms/8916911&#34;,&#34;https://www.airbnb.com/rooms/8954436&#34;,&#34;https://www.airbnb.com/rooms/8962228&#34;,&#34;https://www.airbnb.com/rooms/8965736&#34;,&#34;https://www.airbnb.com/rooms/8966493&#34;,&#34;https://www.airbnb.com/rooms/8967632&#34;,&#34;https://www.airbnb.com/rooms/8969790&#34;,&#34;https://www.airbnb.com/rooms/8981522&#34;,&#34;https://www.airbnb.com/rooms/8988879&#34;,&#34;https://www.airbnb.com/rooms/9005218&#34;,&#34;https://www.airbnb.com/rooms/9049202&#34;,&#34;https://www.airbnb.com/rooms/9059761&#34;,&#34;https://www.airbnb.com/rooms/9062877&#34;,&#34;https://www.airbnb.com/rooms/9064867&#34;,&#34;https://www.airbnb.com/rooms/9067854&#34;,&#34;https://www.airbnb.com/rooms/9070036&#34;,&#34;https://www.airbnb.com/rooms/9084664&#34;,&#34;https://www.airbnb.com/rooms/9088765&#34;,&#34;https://www.airbnb.com/rooms/9101654&#34;,&#34;https://www.airbnb.com/rooms/9141693&#34;,&#34;https://www.airbnb.com/rooms/9149339&#34;,&#34;https://www.airbnb.com/rooms/9154292&#34;,&#34;https://www.airbnb.com/rooms/9155455&#34;,&#34;https://www.airbnb.com/rooms/9160332&#34;,&#34;https://www.airbnb.com/rooms/9168960&#34;,&#34;https://www.airbnb.com/rooms/9169335&#34;,&#34;https://www.airbnb.com/rooms/9193963&#34;,&#34;https://www.airbnb.com/rooms/9195910&#34;,&#34;https://www.airbnb.com/rooms/9203420&#34;,&#34;https://www.airbnb.com/rooms/9211510&#34;,&#34;https://www.airbnb.com/rooms/9220785&#34;,&#34;https://www.airbnb.com/rooms/9223118&#34;,&#34;https://www.airbnb.com/rooms/9226252&#34;,&#34;https://www.airbnb.com/rooms/9226423&#34;,&#34;https://www.airbnb.com/rooms/9256666&#34;,&#34;https://www.airbnb.com/rooms/9284204&#34;,&#34;https://www.airbnb.com/rooms/9304015&#34;,&#34;https://www.airbnb.com/rooms/9305453&#34;,&#34;https://www.airbnb.com/rooms/9337816&#34;,&#34;https://www.airbnb.com/rooms/9344832&#34;,&#34;https://www.airbnb.com/rooms/9348553&#34;,&#34;https://www.airbnb.com/rooms/9358026&#34;,&#34;https://www.airbnb.com/rooms/9376845&#34;,&#34;https://www.airbnb.com/rooms/9379474&#34;,&#34;https://www.airbnb.com/rooms/9388015&#34;,&#34;https://www.airbnb.com/rooms/9389664&#34;,&#34;https://www.airbnb.com/rooms/9398646&#34;,&#34;https://www.airbnb.com/rooms/9407573&#34;,&#34;https://www.airbnb.com/rooms/9417929&#34;,&#34;https://www.airbnb.com/rooms/9422244&#34;,&#34;https://www.airbnb.com/rooms/9429742&#34;,&#34;https://www.airbnb.com/rooms/9466921&#34;,&#34;https://www.airbnb.com/rooms/9469211&#34;,&#34;https://www.airbnb.com/rooms/9473635&#34;,&#34;https://www.airbnb.com/rooms/9484412&#34;,&#34;https://www.airbnb.com/rooms/9486113&#34;,&#34;https://www.airbnb.com/rooms/9522099&#34;,&#34;https://www.airbnb.com/rooms/9528552&#34;,&#34;https://www.airbnb.com/rooms/9534719&#34;,&#34;https://www.airbnb.com/rooms/9535841&#34;,&#34;https://www.airbnb.com/rooms/9538648&#34;,&#34;https://www.airbnb.com/rooms/9543546&#34;,&#34;https://www.airbnb.com/rooms/9550796&#34;,&#34;https://www.airbnb.com/rooms/9556573&#34;,&#34;https://www.airbnb.com/rooms/9559128&#34;,&#34;https://www.airbnb.com/rooms/9573972&#34;,&#34;https://www.airbnb.com/rooms/9591103&#34;,&#34;https://www.airbnb.com/rooms/9609802&#34;,&#34;https://www.airbnb.com/rooms/9610808&#34;,&#34;https://www.airbnb.com/rooms/9610959&#34;,&#34;https://www.airbnb.com/rooms/9611248&#34;,&#34;https://www.airbnb.com/rooms/9625122&#34;,&#34;https://www.airbnb.com/rooms/9641346&#34;,&#34;https://www.airbnb.com/rooms/9644761&#34;,&#34;https://www.airbnb.com/rooms/9646477&#34;,&#34;https://www.airbnb.com/rooms/9662134&#34;,&#34;https://www.airbnb.com/rooms/9663172&#34;,&#34;https://www.airbnb.com/rooms/9675698&#34;,&#34;https://www.airbnb.com/rooms/9705968&#34;,&#34;https://www.airbnb.com/rooms/9707095&#34;,&#34;https://www.airbnb.com/rooms/9707411&#34;,&#34;https://www.airbnb.com/rooms/9709557&#34;,&#34;https://www.airbnb.com/rooms/9719057&#34;,&#34;https://www.airbnb.com/rooms/9721201&#34;,&#34;https://www.airbnb.com/rooms/9721631&#34;,&#34;https://www.airbnb.com/rooms/9724629&#34;,&#34;https://www.airbnb.com/rooms/9724693&#34;,&#34;https://www.airbnb.com/rooms/9725959&#34;,&#34;https://www.airbnb.com/rooms/9726293&#34;,&#34;https://www.airbnb.com/rooms/9735672&#34;,&#34;https://www.airbnb.com/rooms/9736096&#34;,&#34;https://www.airbnb.com/rooms/9767892&#34;,&#34;https://www.airbnb.com/rooms/9774806&#34;,&#34;https://www.airbnb.com/rooms/9809131&#34;,&#34;https://www.airbnb.com/rooms/9816059&#34;,&#34;https://www.airbnb.com/rooms/9832530&#34;,&#34;https://www.airbnb.com/rooms/9832841&#34;,&#34;https://www.airbnb.com/rooms/9861601&#34;,&#34;https://www.airbnb.com/rooms/9870672&#34;,&#34;https://www.airbnb.com/rooms/9875669&#34;,&#34;https://www.airbnb.com/rooms/9894659&#34;,&#34;https://www.airbnb.com/rooms/9915329&#34;,&#34;https://www.airbnb.com/rooms/9942480&#34;,&#34;https://www.airbnb.com/rooms/9953096&#34;,&#34;https://www.airbnb.com/rooms/9982311&#34;,&#34;https://www.airbnb.com/rooms/9993102&#34;,&#34;https://www.airbnb.com/rooms/9993938&#34;,&#34;https://www.airbnb.com/rooms/9994649&#34;,&#34;https://www.airbnb.com/rooms/10007072&#34;,&#34;https://www.airbnb.com/rooms/10017447&#34;,&#34;https://www.airbnb.com/rooms/10036411&#34;,&#34;https://www.airbnb.com/rooms/10044204&#34;,&#34;https://www.airbnb.com/rooms/10044722&#34;,&#34;https://www.airbnb.com/rooms/10048305&#34;,&#34;https://www.airbnb.com/rooms/10048356&#34;,&#34;https://www.airbnb.com/rooms/10066188&#34;,&#34;https://www.airbnb.com/rooms/10067579&#34;,&#34;https://www.airbnb.com/rooms/10069120&#34;,&#34;https://www.airbnb.com/rooms/10083876&#34;,&#34;https://www.airbnb.com/rooms/10099210&#34;,&#34;https://www.airbnb.com/rooms/10099331&#34;,&#34;https://www.airbnb.com/rooms/10104959&#34;,&#34;https://www.airbnb.com/rooms/10111101&#34;,&#34;https://www.airbnb.com/rooms/10111349&#34;,&#34;https://www.airbnb.com/rooms/10130383&#34;,&#34;https://www.airbnb.com/rooms/10146264&#34;,&#34;https://www.airbnb.com/rooms/10148946&#34;,&#34;https://www.airbnb.com/rooms/10152365&#34;,&#34;https://www.airbnb.com/rooms/10159540&#34;,&#34;https://www.airbnb.com/rooms/10162444&#34;,&#34;https://www.airbnb.com/rooms/10173496&#34;,&#34;https://www.airbnb.com/rooms/10182024&#34;,&#34;https://www.airbnb.com/rooms/10182468&#34;,&#34;https://www.airbnb.com/rooms/10197002&#34;,&#34;https://www.airbnb.com/rooms/10198069&#34;,&#34;https://www.airbnb.com/rooms/10200850&#34;,&#34;https://www.airbnb.com/rooms/10213696&#34;,&#34;https://www.airbnb.com/rooms/10221675&#34;,&#34;https://www.airbnb.com/rooms/10237277&#34;,&#34;https://www.airbnb.com/rooms/10249663&#34;,&#34;https://www.airbnb.com/rooms/10261674&#34;,&#34;https://www.airbnb.com/rooms/10304448&#34;,&#34;https://www.airbnb.com/rooms/10350031&#34;,&#34;https://www.airbnb.com/rooms/10374683&#34;,&#34;https://www.airbnb.com/rooms/10383452&#34;,&#34;https://www.airbnb.com/rooms/10427269&#34;,&#34;https://www.airbnb.com/rooms/10428117&#34;,&#34;https://www.airbnb.com/rooms/10433987&#34;,&#34;https://www.airbnb.com/rooms/10451707&#34;,&#34;https://www.airbnb.com/rooms/10465302&#34;,&#34;https://www.airbnb.com/rooms/10488210&#34;,&#34;https://www.airbnb.com/rooms/10554035&#34;,&#34;https://www.airbnb.com/rooms/10556930&#34;,&#34;https://www.airbnb.com/rooms/10557394&#34;,&#34;https://www.airbnb.com/rooms/10559123&#34;,&#34;https://www.airbnb.com/rooms/10559578&#34;,&#34;https://www.airbnb.com/rooms/10581927&#34;,&#34;https://www.airbnb.com/rooms/10585959&#34;,&#34;https://www.airbnb.com/rooms/10607607&#34;,&#34;https://www.airbnb.com/rooms/10610853&#34;,&#34;https://www.airbnb.com/rooms/10624575&#34;,&#34;https://www.airbnb.com/rooms/10642970&#34;,&#34;https://www.airbnb.com/rooms/10644887&#34;,&#34;https://www.airbnb.com/rooms/10654539&#34;,&#34;https://www.airbnb.com/rooms/10655916&#34;,&#34;https://www.airbnb.com/rooms/10670098&#34;,&#34;https://www.airbnb.com/rooms/10688793&#34;,&#34;https://www.airbnb.com/rooms/10697460&#34;,&#34;https://www.airbnb.com/rooms/10721298&#34;,&#34;https://www.airbnb.com/rooms/10740362&#34;,&#34;https://www.airbnb.com/rooms/10740857&#34;,&#34;https://www.airbnb.com/rooms/10765606&#34;,&#34;https://www.airbnb.com/rooms/10765999&#34;,&#34;https://www.airbnb.com/rooms/10817342&#34;,&#34;https://www.airbnb.com/rooms/10822414&#34;,&#34;https://www.airbnb.com/rooms/10842485&#34;,&#34;https://www.airbnb.com/rooms/10843056&#34;,&#34;https://www.airbnb.com/rooms/10858442&#34;,&#34;https://www.airbnb.com/rooms/10877643&#34;,&#34;https://www.airbnb.com/rooms/10880773&#34;,&#34;https://www.airbnb.com/rooms/10894580&#34;,&#34;https://www.airbnb.com/rooms/10898009&#34;,&#34;https://www.airbnb.com/rooms/10899832&#34;,&#34;https://www.airbnb.com/rooms/10913736&#34;,&#34;https://www.airbnb.com/rooms/10920574&#34;,&#34;https://www.airbnb.com/rooms/10942231&#34;,&#34;https://www.airbnb.com/rooms/10953664&#34;,&#34;https://www.airbnb.com/rooms/10976095&#34;,&#34;https://www.airbnb.com/rooms/10976696&#34;,&#34;https://www.airbnb.com/rooms/10983393&#34;,&#34;https://www.airbnb.com/rooms/11015256&#34;,&#34;https://www.airbnb.com/rooms/11015816&#34;,&#34;https://www.airbnb.com/rooms/11025561&#34;,&#34;https://www.airbnb.com/rooms/11029290&#34;,&#34;https://www.airbnb.com/rooms/11062650&#34;,&#34;https://www.airbnb.com/rooms/11082382&#34;,&#34;https://www.airbnb.com/rooms/11101904&#34;,&#34;https://www.airbnb.com/rooms/11119550&#34;,&#34;https://www.airbnb.com/rooms/11133968&#34;,&#34;https://www.airbnb.com/rooms/11138913&#34;,&#34;https://www.airbnb.com/rooms/11172733&#34;,&#34;https://www.airbnb.com/rooms/11184931&#34;,&#34;https://www.airbnb.com/rooms/11199095&#34;,&#34;https://www.airbnb.com/rooms/11205588&#34;,&#34;https://www.airbnb.com/rooms/11215212&#34;,&#34;https://www.airbnb.com/rooms/11223134&#34;,&#34;https://www.airbnb.com/rooms/11238688&#34;,&#34;https://www.airbnb.com/rooms/11248951&#34;,&#34;https://www.airbnb.com/rooms/11251200&#34;,&#34;https://www.airbnb.com/rooms/11275686&#34;,&#34;https://www.airbnb.com/rooms/11290323&#34;,&#34;https://www.airbnb.com/rooms/11299203&#34;,&#34;https://www.airbnb.com/rooms/11321017&#34;,&#34;https://www.airbnb.com/rooms/11330833&#34;,&#34;https://www.airbnb.com/rooms/11337198&#34;,&#34;https://www.airbnb.com/rooms/11339596&#34;,&#34;https://www.airbnb.com/rooms/11350086&#34;,&#34;https://www.airbnb.com/rooms/11354471&#34;,&#34;https://www.airbnb.com/rooms/11364373&#34;,&#34;https://www.airbnb.com/rooms/11366297&#34;,&#34;https://www.airbnb.com/rooms/11370406&#34;,&#34;https://www.airbnb.com/rooms/11376207&#34;,&#34;https://www.airbnb.com/rooms/11385871&#34;,&#34;https://www.airbnb.com/rooms/11391795&#34;,&#34;https://www.airbnb.com/rooms/11401776&#34;,&#34;https://www.airbnb.com/rooms/11415667&#34;,&#34;https://www.airbnb.com/rooms/11418460&#34;,&#34;https://www.airbnb.com/rooms/11423342&#34;,&#34;https://www.airbnb.com/rooms/11450534&#34;,&#34;https://www.airbnb.com/rooms/11465667&#34;,&#34;https://www.airbnb.com/rooms/11479262&#34;,&#34;https://www.airbnb.com/rooms/11489920&#34;,&#34;https://www.airbnb.com/rooms/11503513&#34;,&#34;https://www.airbnb.com/rooms/11504553&#34;,&#34;https://www.airbnb.com/rooms/11549435&#34;,&#34;https://www.airbnb.com/rooms/11560657&#34;,&#34;https://www.airbnb.com/rooms/11569587&#34;,&#34;https://www.airbnb.com/rooms/11580460&#34;,&#34;https://www.airbnb.com/rooms/11586614&#34;,&#34;https://www.airbnb.com/rooms/11600537&#34;,&#34;https://www.airbnb.com/rooms/11603331&#34;,&#34;https://www.airbnb.com/rooms/11616601&#34;,&#34;https://www.airbnb.com/rooms/11644274&#34;,&#34;https://www.airbnb.com/rooms/11646305&#34;,&#34;https://www.airbnb.com/rooms/11655429&#34;,&#34;https://www.airbnb.com/rooms/11656738&#34;,&#34;https://www.airbnb.com/rooms/11663169&#34;,&#34;https://www.airbnb.com/rooms/11669266&#34;,&#34;https://www.airbnb.com/rooms/11669941&#34;,&#34;https://www.airbnb.com/rooms/11690851&#34;,&#34;https://www.airbnb.com/rooms/11694509&#34;,&#34;https://www.airbnb.com/rooms/11696086&#34;,&#34;https://www.airbnb.com/rooms/11696299&#34;,&#34;https://www.airbnb.com/rooms/11710685&#34;,&#34;https://www.airbnb.com/rooms/11710798&#34;,&#34;https://www.airbnb.com/rooms/11728967&#34;,&#34;https://www.airbnb.com/rooms/11738919&#34;,&#34;https://www.airbnb.com/rooms/11763667&#34;,&#34;https://www.airbnb.com/rooms/11782043&#34;,&#34;https://www.airbnb.com/rooms/11806858&#34;,&#34;https://www.airbnb.com/rooms/11807007&#34;,&#34;https://www.airbnb.com/rooms/11810642&#34;,&#34;https://www.airbnb.com/rooms/11831309&#34;,&#34;https://www.airbnb.com/rooms/11838007&#34;,&#34;https://www.airbnb.com/rooms/11847213&#34;,&#34;https://www.airbnb.com/rooms/11855724&#34;,&#34;https://www.airbnb.com/rooms/11860012&#34;,&#34;https://www.airbnb.com/rooms/11863627&#34;,&#34;https://www.airbnb.com/rooms/11888182&#34;,&#34;https://www.airbnb.com/rooms/11889973&#34;,&#34;https://www.airbnb.com/rooms/11896841&#34;,&#34;https://www.airbnb.com/rooms/11902476&#34;,&#34;https://www.airbnb.com/rooms/11903275&#34;,&#34;https://www.airbnb.com/rooms/11905650&#34;,&#34;https://www.airbnb.com/rooms/11916969&#34;,&#34;https://www.airbnb.com/rooms/11923520&#34;,&#34;https://www.airbnb.com/rooms/11925566&#34;,&#34;https://www.airbnb.com/rooms/11933385&#34;,&#34;https://www.airbnb.com/rooms/11934139&#34;,&#34;https://www.airbnb.com/rooms/11935837&#34;,&#34;https://www.airbnb.com/rooms/11937094&#34;,&#34;https://www.airbnb.com/rooms/11956248&#34;,&#34;https://www.airbnb.com/rooms/11961748&#34;,&#34;https://www.airbnb.com/rooms/11971278&#34;,&#34;https://www.airbnb.com/rooms/11978781&#34;,&#34;https://www.airbnb.com/rooms/11984927&#34;,&#34;https://www.airbnb.com/rooms/11986449&#34;,&#34;https://www.airbnb.com/rooms/12013967&#34;,&#34;https://www.airbnb.com/rooms/12014934&#34;,&#34;https://www.airbnb.com/rooms/12015137&#34;,&#34;https://www.airbnb.com/rooms/12015983&#34;,&#34;https://www.airbnb.com/rooms/12017345&#34;,&#34;https://www.airbnb.com/rooms/12026650&#34;,&#34;https://www.airbnb.com/rooms/12027081&#34;,&#34;https://www.airbnb.com/rooms/12030979&#34;,&#34;https://www.airbnb.com/rooms/12033725&#34;,&#34;https://www.airbnb.com/rooms/12035891&#34;,&#34;https://www.airbnb.com/rooms/12043670&#34;,&#34;https://www.airbnb.com/rooms/12076807&#34;,&#34;https://www.airbnb.com/rooms/12098890&#34;,&#34;https://www.airbnb.com/rooms/12117441&#34;,&#34;https://www.airbnb.com/rooms/12119176&#34;,&#34;https://www.airbnb.com/rooms/12124352&#34;,&#34;https://www.airbnb.com/rooms/12127496&#34;,&#34;https://www.airbnb.com/rooms/12132255&#34;,&#34;https://www.airbnb.com/rooms/12132375&#34;,&#34;https://www.airbnb.com/rooms/12147338&#34;,&#34;https://www.airbnb.com/rooms/12149725&#34;,&#34;https://www.airbnb.com/rooms/12154205&#34;,&#34;https://www.airbnb.com/rooms/12157137&#34;,&#34;https://www.airbnb.com/rooms/12162991&#34;,&#34;https://www.airbnb.com/rooms/12164240&#34;,&#34;https://www.airbnb.com/rooms/12165438&#34;,&#34;https://www.airbnb.com/rooms/12168850&#34;,&#34;https://www.airbnb.com/rooms/12180851&#34;,&#34;https://www.airbnb.com/rooms/12193717&#34;,&#34;https://www.airbnb.com/rooms/12196458&#34;,&#34;https://www.airbnb.com/rooms/12216818&#34;,&#34;https://www.airbnb.com/rooms/12217172&#34;,&#34;https://www.airbnb.com/rooms/12217874&#34;,&#34;https://www.airbnb.com/rooms/12219485&#34;,&#34;https://www.airbnb.com/rooms/12231685&#34;,&#34;https://www.airbnb.com/rooms/12245179&#34;,&#34;https://www.airbnb.com/rooms/12257240&#34;,&#34;https://www.airbnb.com/rooms/12257456&#34;,&#34;https://www.airbnb.com/rooms/12262782&#34;,&#34;https://www.airbnb.com/rooms/12262980&#34;,&#34;https://www.airbnb.com/rooms/12269430&#34;,&#34;https://www.airbnb.com/rooms/12280507&#34;,&#34;https://www.airbnb.com/rooms/12290154&#34;,&#34;https://www.airbnb.com/rooms/12297629&#34;,&#34;https://www.airbnb.com/rooms/12299362&#34;,&#34;https://www.airbnb.com/rooms/12300403&#34;,&#34;https://www.airbnb.com/rooms/12301104&#34;,&#34;https://www.airbnb.com/rooms/12307759&#34;,&#34;https://www.airbnb.com/rooms/12314184&#34;,&#34;https://www.airbnb.com/rooms/12314614&#34;,&#34;https://www.airbnb.com/rooms/12314747&#34;,&#34;https://www.airbnb.com/rooms/12331279&#34;,&#34;https://www.airbnb.com/rooms/12332583&#34;,&#34;https://www.airbnb.com/rooms/12332731&#34;,&#34;https://www.airbnb.com/rooms/12333030&#34;,&#34;https://www.airbnb.com/rooms/12333597&#34;,&#34;https://www.airbnb.com/rooms/12333662&#34;,&#34;https://www.airbnb.com/rooms/12339966&#34;,&#34;https://www.airbnb.com/rooms/12349426&#34;,&#34;https://www.airbnb.com/rooms/12352897&#34;,&#34;https://www.airbnb.com/rooms/12358647&#34;,&#34;https://www.airbnb.com/rooms/12364337&#34;,&#34;https://www.airbnb.com/rooms/12377536&#34;,&#34;https://www.airbnb.com/rooms/12400054&#34;,&#34;https://www.airbnb.com/rooms/12417154&#34;,&#34;https://www.airbnb.com/rooms/12424837&#34;,&#34;https://www.airbnb.com/rooms/12446888&#34;,&#34;https://www.airbnb.com/rooms/12449144&#34;,&#34;https://www.airbnb.com/rooms/12456762&#34;,&#34;https://www.airbnb.com/rooms/12458436&#34;,&#34;https://www.airbnb.com/rooms/12459910&#34;,&#34;https://www.airbnb.com/rooms/12470346&#34;,&#34;https://www.airbnb.com/rooms/12476202&#34;,&#34;https://www.airbnb.com/rooms/12487180&#34;,&#34;https://www.airbnb.com/rooms/12490172&#34;,&#34;https://www.airbnb.com/rooms/12491093&#34;,&#34;https://www.airbnb.com/rooms/12502413&#34;,&#34;https://www.airbnb.com/rooms/12505058&#34;,&#34;https://www.airbnb.com/rooms/12525571&#34;,&#34;https://www.airbnb.com/rooms/12541861&#34;,&#34;https://www.airbnb.com/rooms/12589350&#34;,&#34;https://www.airbnb.com/rooms/12599887&#34;,&#34;https://www.airbnb.com/rooms/12607113&#34;,&#34;https://www.airbnb.com/rooms/12616903&#34;,&#34;https://www.airbnb.com/rooms/12640249&#34;,&#34;https://www.airbnb.com/rooms/12664515&#34;,&#34;https://www.airbnb.com/rooms/12677441&#34;,&#34;https://www.airbnb.com/rooms/12727059&#34;,&#34;https://www.airbnb.com/rooms/12733198&#34;,&#34;https://www.airbnb.com/rooms/12743808&#34;,&#34;https://www.airbnb.com/rooms/12771303&#34;,&#34;https://www.airbnb.com/rooms/12783271&#34;,&#34;https://www.airbnb.com/rooms/12799555&#34;,&#34;https://www.airbnb.com/rooms/12801486&#34;,&#34;https://www.airbnb.com/rooms/12801908&#34;,&#34;https://www.airbnb.com/rooms/12810931&#34;,&#34;https://www.airbnb.com/rooms/12815894&#34;,&#34;https://www.airbnb.com/rooms/12817795&#34;,&#34;https://www.airbnb.com/rooms/12820102&#34;,&#34;https://www.airbnb.com/rooms/12820334&#34;,&#34;https://www.airbnb.com/rooms/12820841&#34;,&#34;https://www.airbnb.com/rooms/12823944&#34;,&#34;https://www.airbnb.com/rooms/12825810&#34;,&#34;https://www.airbnb.com/rooms/12877257&#34;,&#34;https://www.airbnb.com/rooms/12880916&#34;,&#34;https://www.airbnb.com/rooms/12895907&#34;,&#34;https://www.airbnb.com/rooms/12926553&#34;,&#34;https://www.airbnb.com/rooms/12926625&#34;,&#34;https://www.airbnb.com/rooms/12929302&#34;,&#34;https://www.airbnb.com/rooms/12930745&#34;,&#34;https://www.airbnb.com/rooms/12942043&#34;,&#34;https://www.airbnb.com/rooms/12951693&#34;,&#34;https://www.airbnb.com/rooms/12960338&#34;,&#34;https://www.airbnb.com/rooms/12960734&#34;,&#34;https://www.airbnb.com/rooms/12966117&#34;,&#34;https://www.airbnb.com/rooms/12966670&#34;,&#34;https://www.airbnb.com/rooms/12974698&#34;,&#34;https://www.airbnb.com/rooms/12983450&#34;,&#34;https://www.airbnb.com/rooms/12985533&#34;,&#34;https://www.airbnb.com/rooms/12988180&#34;,&#34;https://www.airbnb.com/rooms/12991901&#34;,&#34;https://www.airbnb.com/rooms/12992556&#34;,&#34;https://www.airbnb.com/rooms/12994741&#34;,&#34;https://www.airbnb.com/rooms/13003630&#34;,&#34;https://www.airbnb.com/rooms/13022559&#34;,&#34;https://www.airbnb.com/rooms/13038723&#34;,&#34;https://www.airbnb.com/rooms/13038824&#34;,&#34;https://www.airbnb.com/rooms/13040141&#34;,&#34;https://www.airbnb.com/rooms/13040963&#34;,&#34;https://www.airbnb.com/rooms/13042830&#34;,&#34;https://www.airbnb.com/rooms/13051849&#34;,&#34;https://www.airbnb.com/rooms/13052469&#34;,&#34;https://www.airbnb.com/rooms/13053084&#34;,&#34;https://www.airbnb.com/rooms/13055985&#34;,&#34;https://www.airbnb.com/rooms/13065027&#34;,&#34;https://www.airbnb.com/rooms/13079606&#34;,&#34;https://www.airbnb.com/rooms/13089228&#34;,&#34;https://www.airbnb.com/rooms/13109954&#34;,&#34;https://www.airbnb.com/rooms/13124369&#34;,&#34;https://www.airbnb.com/rooms/13159665&#34;,&#34;https://www.airbnb.com/rooms/13172270&#34;,&#34;https://www.airbnb.com/rooms/13176504&#34;,&#34;https://www.airbnb.com/rooms/13183121&#34;,&#34;https://www.airbnb.com/rooms/13186282&#34;,&#34;https://www.airbnb.com/rooms/13191082&#34;,&#34;https://www.airbnb.com/rooms/13194681&#34;,&#34;https://www.airbnb.com/rooms/13205732&#34;,&#34;https://www.airbnb.com/rooms/13217920&#34;,&#34;https://www.airbnb.com/rooms/13221420&#34;,&#34;https://www.airbnb.com/rooms/13229567&#34;,&#34;https://www.airbnb.com/rooms/13231808&#34;,&#34;https://www.airbnb.com/rooms/13233464&#34;,&#34;https://www.airbnb.com/rooms/13236624&#34;,&#34;https://www.airbnb.com/rooms/13243040&#34;,&#34;https://www.airbnb.com/rooms/13251484&#34;,&#34;https://www.airbnb.com/rooms/13255212&#34;,&#34;https://www.airbnb.com/rooms/13255861&#34;,&#34;https://www.airbnb.com/rooms/13256214&#34;,&#34;https://www.airbnb.com/rooms/13258807&#34;,&#34;https://www.airbnb.com/rooms/13258909&#34;,&#34;https://www.airbnb.com/rooms/13260522&#34;,&#34;https://www.airbnb.com/rooms/13262332&#34;,&#34;https://www.airbnb.com/rooms/13262500&#34;,&#34;https://www.airbnb.com/rooms/13267701&#34;,&#34;https://www.airbnb.com/rooms/13269247&#34;,&#34;https://www.airbnb.com/rooms/13271025&#34;,&#34;https://www.airbnb.com/rooms/13292138&#34;,&#34;https://www.airbnb.com/rooms/13296282&#34;,&#34;https://www.airbnb.com/rooms/13323895&#34;,&#34;https://www.airbnb.com/rooms/13327561&#34;,&#34;https://www.airbnb.com/rooms/13327833&#34;,&#34;https://www.airbnb.com/rooms/13331511&#34;,&#34;https://www.airbnb.com/rooms/13341112&#34;,&#34;https://www.airbnb.com/rooms/13352841&#34;,&#34;https://www.airbnb.com/rooms/13355874&#34;,&#34;https://www.airbnb.com/rooms/13368125&#34;,&#34;https://www.airbnb.com/rooms/13371173&#34;,&#34;https://www.airbnb.com/rooms/13376716&#34;,&#34;https://www.airbnb.com/rooms/13383995&#34;,&#34;https://www.airbnb.com/rooms/13405495&#34;,&#34;https://www.airbnb.com/rooms/13424184&#34;,&#34;https://www.airbnb.com/rooms/13429546&#34;,&#34;https://www.airbnb.com/rooms/13432270&#34;,&#34;https://www.airbnb.com/rooms/13443048&#34;,&#34;https://www.airbnb.com/rooms/13443404&#34;,&#34;https://www.airbnb.com/rooms/13444002&#34;,&#34;https://www.airbnb.com/rooms/13446808&#34;,&#34;https://www.airbnb.com/rooms/13447731&#34;,&#34;https://www.airbnb.com/rooms/13454365&#34;,&#34;https://www.airbnb.com/rooms/13461428&#34;,&#34;https://www.airbnb.com/rooms/13464108&#34;,&#34;https://www.airbnb.com/rooms/13470694&#34;,&#34;https://www.airbnb.com/rooms/13478158&#34;,&#34;https://www.airbnb.com/rooms/13483429&#34;,&#34;https://www.airbnb.com/rooms/13488700&#34;,&#34;https://www.airbnb.com/rooms/13489297&#34;,&#34;https://www.airbnb.com/rooms/13490466&#34;,&#34;https://www.airbnb.com/rooms/13498581&#34;,&#34;https://www.airbnb.com/rooms/13499752&#34;,&#34;https://www.airbnb.com/rooms/13500921&#34;,&#34;https://www.airbnb.com/rooms/13506649&#34;,&#34;https://www.airbnb.com/rooms/13516460&#34;,&#34;https://www.airbnb.com/rooms/13518442&#34;,&#34;https://www.airbnb.com/rooms/13520247&#34;,&#34;https://www.airbnb.com/rooms/13530754&#34;,&#34;https://www.airbnb.com/rooms/13535676&#34;,&#34;https://www.airbnb.com/rooms/13536044&#34;,&#34;https://www.airbnb.com/rooms/13545608&#34;,&#34;https://www.airbnb.com/rooms/13551784&#34;,&#34;https://www.airbnb.com/rooms/13556389&#34;,&#34;https://www.airbnb.com/rooms/13559262&#34;,&#34;https://www.airbnb.com/rooms/13561622&#34;,&#34;https://www.airbnb.com/rooms/13567113&#34;,&#34;https://www.airbnb.com/rooms/13571939&#34;,&#34;https://www.airbnb.com/rooms/13576498&#34;,&#34;https://www.airbnb.com/rooms/13580951&#34;,&#34;https://www.airbnb.com/rooms/13583535&#34;,&#34;https://www.airbnb.com/rooms/13600342&#34;,&#34;https://www.airbnb.com/rooms/13601382&#34;,&#34;https://www.airbnb.com/rooms/13609671&#34;,&#34;https://www.airbnb.com/rooms/13617130&#34;,&#34;https://www.airbnb.com/rooms/13619176&#34;,&#34;https://www.airbnb.com/rooms/13630100&#34;,&#34;https://www.airbnb.com/rooms/13633040&#34;,&#34;https://www.airbnb.com/rooms/13651568&#34;,&#34;https://www.airbnb.com/rooms/13652045&#34;,&#34;https://www.airbnb.com/rooms/13654634&#34;,&#34;https://www.airbnb.com/rooms/13663000&#34;,&#34;https://www.airbnb.com/rooms/13670588&#34;,&#34;https://www.airbnb.com/rooms/13677555&#34;,&#34;https://www.airbnb.com/rooms/13690526&#34;,&#34;https://www.airbnb.com/rooms/13691831&#34;,&#34;https://www.airbnb.com/rooms/13696004&#34;,&#34;https://www.airbnb.com/rooms/13705558&#34;,&#34;https://www.airbnb.com/rooms/13705924&#34;,&#34;https://www.airbnb.com/rooms/13708405&#34;,&#34;https://www.airbnb.com/rooms/13711151&#34;,&#34;https://www.airbnb.com/rooms/13712260&#34;,&#34;https://www.airbnb.com/rooms/13721170&#34;,&#34;https://www.airbnb.com/rooms/13729565&#34;,&#34;https://www.airbnb.com/rooms/13736926&#34;,&#34;https://www.airbnb.com/rooms/13743596&#34;,&#34;https://www.airbnb.com/rooms/13743916&#34;,&#34;https://www.airbnb.com/rooms/13747240&#34;,&#34;https://www.airbnb.com/rooms/13756166&#34;,&#34;https://www.airbnb.com/rooms/13766282&#34;,&#34;https://www.airbnb.com/rooms/13767960&#34;,&#34;https://www.airbnb.com/rooms/13773841&#34;,&#34;https://www.airbnb.com/rooms/13780830&#34;,&#34;https://www.airbnb.com/rooms/13790195&#34;,&#34;https://www.airbnb.com/rooms/13795457&#34;,&#34;https://www.airbnb.com/rooms/13799940&#34;,&#34;https://www.airbnb.com/rooms/13801259&#34;,&#34;https://www.airbnb.com/rooms/13808415&#34;,&#34;https://www.airbnb.com/rooms/13808697&#34;,&#34;https://www.airbnb.com/rooms/13809932&#34;,&#34;https://www.airbnb.com/rooms/13818385&#34;,&#34;https://www.airbnb.com/rooms/13821078&#34;,&#34;https://www.airbnb.com/rooms/13824711&#34;,&#34;https://www.airbnb.com/rooms/13826372&#34;,&#34;https://www.airbnb.com/rooms/13831817&#34;,&#34;https://www.airbnb.com/rooms/13835114&#34;,&#34;https://www.airbnb.com/rooms/13837362&#34;,&#34;https://www.airbnb.com/rooms/13841996&#34;,&#34;https://www.airbnb.com/rooms/13844437&#34;,&#34;https://www.airbnb.com/rooms/13853430&#34;,&#34;https://www.airbnb.com/rooms/13868575&#34;,&#34;https://www.airbnb.com/rooms/13879849&#34;,&#34;https://www.airbnb.com/rooms/13883345&#34;,&#34;https://www.airbnb.com/rooms/13887290&#34;,&#34;https://www.airbnb.com/rooms/13887915&#34;,&#34;https://www.airbnb.com/rooms/13890585&#34;,&#34;https://www.airbnb.com/rooms/13892770&#34;,&#34;https://www.airbnb.com/rooms/13902960&#34;,&#34;https://www.airbnb.com/rooms/13905687&#34;,&#34;https://www.airbnb.com/rooms/13905948&#34;,&#34;https://www.airbnb.com/rooms/13908498&#34;,&#34;https://www.airbnb.com/rooms/13920209&#34;,&#34;https://www.airbnb.com/rooms/13933095&#34;,&#34;https://www.airbnb.com/rooms/13934144&#34;,&#34;https://www.airbnb.com/rooms/13936906&#34;,&#34;https://www.airbnb.com/rooms/13948397&#34;,&#34;https://www.airbnb.com/rooms/13958322&#34;,&#34;https://www.airbnb.com/rooms/13962512&#34;,&#34;https://www.airbnb.com/rooms/13964708&#34;,&#34;https://www.airbnb.com/rooms/13966222&#34;,&#34;https://www.airbnb.com/rooms/13969125&#34;,&#34;https://www.airbnb.com/rooms/13971275&#34;,&#34;https://www.airbnb.com/rooms/13974371&#34;,&#34;https://www.airbnb.com/rooms/13974569&#34;,&#34;https://www.airbnb.com/rooms/13987746&#34;,&#34;https://www.airbnb.com/rooms/13988347&#34;,&#34;https://www.airbnb.com/rooms/13994617&#34;,&#34;https://www.airbnb.com/rooms/14000295&#34;,&#34;https://www.airbnb.com/rooms/14008867&#34;,&#34;https://www.airbnb.com/rooms/14018332&#34;,&#34;https://www.airbnb.com/rooms/14033962&#34;,&#34;https://www.airbnb.com/rooms/14050278&#34;,&#34;https://www.airbnb.com/rooms/14052310&#34;,&#34;https://www.airbnb.com/rooms/14063619&#34;,&#34;https://www.airbnb.com/rooms/14069205&#34;,&#34;https://www.airbnb.com/rooms/14069805&#34;,&#34;https://www.airbnb.com/rooms/14082135&#34;,&#34;https://www.airbnb.com/rooms/14090088&#34;,&#34;https://www.airbnb.com/rooms/14095748&#34;,&#34;https://www.airbnb.com/rooms/14100283&#34;,&#34;https://www.airbnb.com/rooms/14101762&#34;,&#34;https://www.airbnb.com/rooms/14102156&#34;,&#34;https://www.airbnb.com/rooms/14103067&#34;,&#34;https://www.airbnb.com/rooms/14113515&#34;,&#34;https://www.airbnb.com/rooms/14115083&#34;,&#34;https://www.airbnb.com/rooms/14117145&#34;,&#34;https://www.airbnb.com/rooms/14139140&#34;,&#34;https://www.airbnb.com/rooms/14146020&#34;,&#34;https://www.airbnb.com/rooms/14147742&#34;,&#34;https://www.airbnb.com/rooms/14148220&#34;,&#34;https://www.airbnb.com/rooms/14149753&#34;,&#34;https://www.airbnb.com/rooms/14151960&#34;,&#34;https://www.airbnb.com/rooms/14153757&#34;,&#34;https://www.airbnb.com/rooms/14158440&#34;,&#34;https://www.airbnb.com/rooms/14160809&#34;,&#34;https://www.airbnb.com/rooms/14166708&#34;,&#34;https://www.airbnb.com/rooms/14180019&#34;,&#34;https://www.airbnb.com/rooms/14180859&#34;,&#34;https://www.airbnb.com/rooms/14190128&#34;,&#34;https://www.airbnb.com/rooms/14198403&#34;,&#34;https://www.airbnb.com/rooms/14215589&#34;,&#34;https://www.airbnb.com/rooms/14231666&#34;,&#34;https://www.airbnb.com/rooms/14236149&#34;,&#34;https://www.airbnb.com/rooms/14241738&#34;,&#34;https://www.airbnb.com/rooms/14246541&#34;,&#34;https://www.airbnb.com/rooms/14250923&#34;,&#34;https://www.airbnb.com/rooms/14265767&#34;,&#34;https://www.airbnb.com/rooms/14279030&#34;,&#34;https://www.airbnb.com/rooms/14288192&#34;,&#34;https://www.airbnb.com/rooms/14290118&#34;,&#34;https://www.airbnb.com/rooms/14296910&#34;,&#34;https://www.airbnb.com/rooms/14297727&#34;,&#34;https://www.airbnb.com/rooms/14298002&#34;,&#34;https://www.airbnb.com/rooms/14308645&#34;,&#34;https://www.airbnb.com/rooms/14318668&#34;,&#34;https://www.airbnb.com/rooms/14325325&#34;,&#34;https://www.airbnb.com/rooms/14327799&#34;,&#34;https://www.airbnb.com/rooms/14329024&#34;,&#34;https://www.airbnb.com/rooms/14335979&#34;,&#34;https://www.airbnb.com/rooms/14343891&#34;,&#34;https://www.airbnb.com/rooms/14345584&#34;,&#34;https://www.airbnb.com/rooms/14345797&#34;,&#34;https://www.airbnb.com/rooms/14383707&#34;,&#34;https://www.airbnb.com/rooms/14387146&#34;,&#34;https://www.airbnb.com/rooms/14393465&#34;,&#34;https://www.airbnb.com/rooms/14398737&#34;,&#34;https://www.airbnb.com/rooms/14399493&#34;,&#34;https://www.airbnb.com/rooms/14416317&#34;,&#34;https://www.airbnb.com/rooms/14421797&#34;,&#34;https://www.airbnb.com/rooms/14434005&#34;,&#34;https://www.airbnb.com/rooms/14438574&#34;,&#34;https://www.airbnb.com/rooms/14445513&#34;,&#34;https://www.airbnb.com/rooms/14445687&#34;,&#34;https://www.airbnb.com/rooms/14448090&#34;,&#34;https://www.airbnb.com/rooms/14456700&#34;,&#34;https://www.airbnb.com/rooms/14458511&#34;,&#34;https://www.airbnb.com/rooms/14468302&#34;,&#34;https://www.airbnb.com/rooms/14478238&#34;,&#34;https://www.airbnb.com/rooms/14478570&#34;,&#34;https://www.airbnb.com/rooms/14485089&#34;,&#34;https://www.airbnb.com/rooms/14485427&#34;,&#34;https://www.airbnb.com/rooms/14494702&#34;,&#34;https://www.airbnb.com/rooms/14501222&#34;,&#34;https://www.airbnb.com/rooms/14501300&#34;,&#34;https://www.airbnb.com/rooms/14521679&#34;,&#34;https://www.airbnb.com/rooms/14527818&#34;,&#34;https://www.airbnb.com/rooms/14530632&#34;,&#34;https://www.airbnb.com/rooms/14540215&#34;,&#34;https://www.airbnb.com/rooms/14542648&#34;,&#34;https://www.airbnb.com/rooms/14544435&#34;,&#34;https://www.airbnb.com/rooms/14545015&#34;,&#34;https://www.airbnb.com/rooms/14548527&#34;,&#34;https://www.airbnb.com/rooms/14548835&#34;,&#34;https://www.airbnb.com/rooms/14559458&#34;,&#34;https://www.airbnb.com/rooms/14562031&#34;,&#34;https://www.airbnb.com/rooms/14563426&#34;,&#34;https://www.airbnb.com/rooms/14566640&#34;,&#34;https://www.airbnb.com/rooms/14569075&#34;,&#34;https://www.airbnb.com/rooms/14573295&#34;,&#34;https://www.airbnb.com/rooms/14581631&#34;,&#34;https://www.airbnb.com/rooms/14591138&#34;,&#34;https://www.airbnb.com/rooms/14596853&#34;,&#34;https://www.airbnb.com/rooms/14602965&#34;,&#34;https://www.airbnb.com/rooms/14603726&#34;,&#34;https://www.airbnb.com/rooms/14604647&#34;,&#34;https://www.airbnb.com/rooms/14607382&#34;,&#34;https://www.airbnb.com/rooms/14607428&#34;,&#34;https://www.airbnb.com/rooms/14608873&#34;,&#34;https://www.airbnb.com/rooms/14609076&#34;,&#34;https://www.airbnb.com/rooms/14609363&#34;,&#34;https://www.airbnb.com/rooms/14609810&#34;,&#34;https://www.airbnb.com/rooms/14622603&#34;,&#34;https://www.airbnb.com/rooms/14651398&#34;,&#34;https://www.airbnb.com/rooms/14652010&#34;,&#34;https://www.airbnb.com/rooms/14657357&#34;,&#34;https://www.airbnb.com/rooms/14661077&#34;,&#34;https://www.airbnb.com/rooms/14662024&#34;,&#34;https://www.airbnb.com/rooms/14662950&#34;,&#34;https://www.airbnb.com/rooms/14674911&#34;,&#34;https://www.airbnb.com/rooms/14676205&#34;,&#34;https://www.airbnb.com/rooms/14676661&#34;,&#34;https://www.airbnb.com/rooms/14677222&#34;,&#34;https://www.airbnb.com/rooms/14679670&#34;,&#34;https://www.airbnb.com/rooms/14687737&#34;,&#34;https://www.airbnb.com/rooms/14687839&#34;,&#34;https://www.airbnb.com/rooms/14690865&#34;,&#34;https://www.airbnb.com/rooms/14691675&#34;,&#34;https://www.airbnb.com/rooms/14705567&#34;,&#34;https://www.airbnb.com/rooms/14706067&#34;,&#34;https://www.airbnb.com/rooms/14706619&#34;,&#34;https://www.airbnb.com/rooms/14707944&#34;,&#34;https://www.airbnb.com/rooms/14710733&#34;,&#34;https://www.airbnb.com/rooms/14710947&#34;,&#34;https://www.airbnb.com/rooms/14717954&#34;,&#34;https://www.airbnb.com/rooms/14718030&#34;,&#34;https://www.airbnb.com/rooms/14723323&#34;,&#34;https://www.airbnb.com/rooms/14726865&#34;,&#34;https://www.airbnb.com/rooms/14728822&#34;,&#34;https://www.airbnb.com/rooms/14729017&#34;,&#34;https://www.airbnb.com/rooms/14730289&#34;,&#34;https://www.airbnb.com/rooms/14734860&#34;,&#34;https://www.airbnb.com/rooms/14738687&#34;,&#34;https://www.airbnb.com/rooms/14744702&#34;,&#34;https://www.airbnb.com/rooms/14745315&#34;,&#34;https://www.airbnb.com/rooms/14757658&#34;,&#34;https://www.airbnb.com/rooms/14765013&#34;,&#34;https://www.airbnb.com/rooms/14765812&#34;,&#34;https://www.airbnb.com/rooms/14777767&#34;,&#34;https://www.airbnb.com/rooms/14780216&#34;,&#34;https://www.airbnb.com/rooms/14781132&#34;,&#34;https://www.airbnb.com/rooms/14783594&#34;,&#34;https://www.airbnb.com/rooms/14784082&#34;,&#34;https://www.airbnb.com/rooms/14784270&#34;,&#34;https://www.airbnb.com/rooms/14786011&#34;,&#34;https://www.airbnb.com/rooms/14786791&#34;,&#34;https://www.airbnb.com/rooms/14793725&#34;,&#34;https://www.airbnb.com/rooms/14793742&#34;,&#34;https://www.airbnb.com/rooms/14794708&#34;,&#34;https://www.airbnb.com/rooms/14795252&#34;,&#34;https://www.airbnb.com/rooms/14795264&#34;,&#34;https://www.airbnb.com/rooms/14795514&#34;,&#34;https://www.airbnb.com/rooms/14799094&#34;,&#34;https://www.airbnb.com/rooms/14799223&#34;,&#34;https://www.airbnb.com/rooms/14799578&#34;,&#34;https://www.airbnb.com/rooms/14799646&#34;,&#34;https://www.airbnb.com/rooms/14805598&#34;,&#34;https://www.airbnb.com/rooms/14810992&#34;,&#34;https://www.airbnb.com/rooms/14812142&#34;,&#34;https://www.airbnb.com/rooms/14815604&#34;,&#34;https://www.airbnb.com/rooms/14815978&#34;,&#34;https://www.airbnb.com/rooms/14816895&#34;,&#34;https://www.airbnb.com/rooms/14818741&#34;,&#34;https://www.airbnb.com/rooms/14823179&#34;,&#34;https://www.airbnb.com/rooms/14824022&#34;,&#34;https://www.airbnb.com/rooms/14831622&#34;,&#34;https://www.airbnb.com/rooms/14832459&#34;,&#34;https://www.airbnb.com/rooms/14833212&#34;,&#34;https://www.airbnb.com/rooms/14835692&#34;,&#34;https://www.airbnb.com/rooms/14839576&#34;,&#34;https://www.airbnb.com/rooms/14841408&#34;,&#34;https://www.airbnb.com/rooms/14847337&#34;,&#34;https://www.airbnb.com/rooms/14847793&#34;,&#34;https://www.airbnb.com/rooms/14849415&#34;,&#34;https://www.airbnb.com/rooms/14850076&#34;,&#34;https://www.airbnb.com/rooms/14854434&#34;,&#34;https://www.airbnb.com/rooms/14855217&#34;,&#34;https://www.airbnb.com/rooms/14855315&#34;,&#34;https://www.airbnb.com/rooms/14856836&#34;,&#34;https://www.airbnb.com/rooms/14863631&#34;,&#34;https://www.airbnb.com/rooms/14864335&#34;,&#34;https://www.airbnb.com/rooms/14866235&#34;,&#34;https://www.airbnb.com/rooms/14869813&#34;,&#34;https://www.airbnb.com/rooms/14875915&#34;,&#34;https://www.airbnb.com/rooms/14876816&#34;,&#34;https://www.airbnb.com/rooms/14878337&#34;,&#34;https://www.airbnb.com/rooms/14879312&#34;,&#34;https://www.airbnb.com/rooms/14882278&#34;,&#34;https://www.airbnb.com/rooms/14888690&#34;,&#34;https://www.airbnb.com/rooms/14890536&#34;,&#34;https://www.airbnb.com/rooms/14891132&#34;,&#34;https://www.airbnb.com/rooms/14893550&#34;,&#34;https://www.airbnb.com/rooms/14894264&#34;,&#34;https://www.airbnb.com/rooms/14897474&#34;,&#34;https://www.airbnb.com/rooms/14899873&#34;,&#34;https://www.airbnb.com/rooms/14903351&#34;,&#34;https://www.airbnb.com/rooms/14903572&#34;,&#34;https://www.airbnb.com/rooms/14905969&#34;,&#34;https://www.airbnb.com/rooms/14908119&#34;,&#34;https://www.airbnb.com/rooms/14908122&#34;,&#34;https://www.airbnb.com/rooms/14910566&#34;,&#34;https://www.airbnb.com/rooms/14913826&#34;,&#34;https://www.airbnb.com/rooms/14924160&#34;,&#34;https://www.airbnb.com/rooms/14924307&#34;,&#34;https://www.airbnb.com/rooms/14925457&#34;,&#34;https://www.airbnb.com/rooms/14926319&#34;,&#34;https://www.airbnb.com/rooms/14927435&#34;,&#34;https://www.airbnb.com/rooms/14944257&#34;,&#34;https://www.airbnb.com/rooms/14947342&#34;,&#34;https://www.airbnb.com/rooms/14947959&#34;,&#34;https://www.airbnb.com/rooms/14948459&#34;,&#34;https://www.airbnb.com/rooms/14948541&#34;,&#34;https://www.airbnb.com/rooms/14953151&#34;,&#34;https://www.airbnb.com/rooms/14955973&#34;,&#34;https://www.airbnb.com/rooms/14956954&#34;,&#34;https://www.airbnb.com/rooms/14957071&#34;,&#34;https://www.airbnb.com/rooms/14958067&#34;,&#34;https://www.airbnb.com/rooms/14960466&#34;,&#34;https://www.airbnb.com/rooms/14962984&#34;,&#34;https://www.airbnb.com/rooms/14963814&#34;,&#34;https://www.airbnb.com/rooms/14964044&#34;,&#34;https://www.airbnb.com/rooms/14964089&#34;,&#34;https://www.airbnb.com/rooms/14971260&#34;,&#34;https://www.airbnb.com/rooms/14976237&#34;,&#34;https://www.airbnb.com/rooms/14976443&#34;,&#34;https://www.airbnb.com/rooms/14976528&#34;,&#34;https://www.airbnb.com/rooms/14976958&#34;,&#34;https://www.airbnb.com/rooms/14979286&#34;,&#34;https://www.airbnb.com/rooms/14987544&#34;,&#34;https://www.airbnb.com/rooms/14992014&#34;,&#34;https://www.airbnb.com/rooms/14992367&#34;,&#34;https://www.airbnb.com/rooms/14997813&#34;,&#34;https://www.airbnb.com/rooms/15000439&#34;,&#34;https://www.airbnb.com/rooms/15003485&#34;,&#34;https://www.airbnb.com/rooms/15004128&#34;,&#34;https://www.airbnb.com/rooms/15005315&#34;,&#34;https://www.airbnb.com/rooms/15006834&#34;,&#34;https://www.airbnb.com/rooms/15012202&#34;,&#34;https://www.airbnb.com/rooms/15013007&#34;,&#34;https://www.airbnb.com/rooms/15014233&#34;,&#34;https://www.airbnb.com/rooms/15016075&#34;,&#34;https://www.airbnb.com/rooms/15016998&#34;,&#34;https://www.airbnb.com/rooms/15017663&#34;,&#34;https://www.airbnb.com/rooms/15019568&#34;,&#34;https://www.airbnb.com/rooms/15021863&#34;,&#34;https://www.airbnb.com/rooms/15022659&#34;,&#34;https://www.airbnb.com/rooms/15023202&#34;,&#34;https://www.airbnb.com/rooms/15025839&#34;,&#34;https://www.airbnb.com/rooms/15031861&#34;,&#34;https://www.airbnb.com/rooms/15032435&#34;,&#34;https://www.airbnb.com/rooms/15033248&#34;,&#34;https://www.airbnb.com/rooms/15036808&#34;,&#34;https://www.airbnb.com/rooms/15037381&#34;,&#34;https://www.airbnb.com/rooms/15037571&#34;,&#34;https://www.airbnb.com/rooms/15038978&#34;,&#34;https://www.airbnb.com/rooms/15040971&#34;,&#34;https://www.airbnb.com/rooms/15044847&#34;,&#34;https://www.airbnb.com/rooms/15045110&#34;,&#34;https://www.airbnb.com/rooms/15045264&#34;,&#34;https://www.airbnb.com/rooms/15045989&#34;,&#34;https://www.airbnb.com/rooms/15046242&#34;,&#34;https://www.airbnb.com/rooms/15048367&#34;,&#34;https://www.airbnb.com/rooms/15048916&#34;,&#34;https://www.airbnb.com/rooms/15048943&#34;,&#34;https://www.airbnb.com/rooms/15053427&#34;,&#34;https://www.airbnb.com/rooms/15054391&#34;,&#34;https://www.airbnb.com/rooms/15054716&#34;,&#34;https://www.airbnb.com/rooms/15055500&#34;,&#34;https://www.airbnb.com/rooms/15055953&#34;,&#34;https://www.airbnb.com/rooms/15055959&#34;,&#34;https://www.airbnb.com/rooms/15056153&#34;,&#34;https://www.airbnb.com/rooms/15056705&#34;,&#34;https://www.airbnb.com/rooms/15057344&#34;,&#34;https://www.airbnb.com/rooms/15063470&#34;,&#34;https://www.airbnb.com/rooms/15063593&#34;,&#34;https://www.airbnb.com/rooms/15063664&#34;,&#34;https://www.airbnb.com/rooms/15067809&#34;,&#34;https://www.airbnb.com/rooms/15068905&#34;,&#34;https://www.airbnb.com/rooms/15071305&#34;,&#34;https://www.airbnb.com/rooms/15075840&#34;,&#34;https://www.airbnb.com/rooms/15076530&#34;,&#34;https://www.airbnb.com/rooms/15083613&#34;,&#34;https://www.airbnb.com/rooms/15083785&#34;,&#34;https://www.airbnb.com/rooms/15083985&#34;,&#34;https://www.airbnb.com/rooms/15091451&#34;,&#34;https://www.airbnb.com/rooms/15094558&#34;,&#34;https://www.airbnb.com/rooms/15096946&#34;,&#34;https://www.airbnb.com/rooms/15098155&#34;,&#34;https://www.airbnb.com/rooms/15099347&#34;,&#34;https://www.airbnb.com/rooms/15103745&#34;,&#34;https://www.airbnb.com/rooms/15107121&#34;,&#34;https://www.airbnb.com/rooms/15107879&#34;,&#34;https://www.airbnb.com/rooms/15108841&#34;,&#34;https://www.airbnb.com/rooms/15110520&#34;,&#34;https://www.airbnb.com/rooms/15117658&#34;,&#34;https://www.airbnb.com/rooms/15119715&#34;,&#34;https://www.airbnb.com/rooms/15119858&#34;,&#34;https://www.airbnb.com/rooms/15121953&#34;,&#34;https://www.airbnb.com/rooms/15122997&#34;,&#34;https://www.airbnb.com/rooms/15124002&#34;,&#34;https://www.airbnb.com/rooms/15124360&#34;,&#34;https://www.airbnb.com/rooms/15126194&#34;,&#34;https://www.airbnb.com/rooms/15131617&#34;,&#34;https://www.airbnb.com/rooms/15142226&#34;,&#34;https://www.airbnb.com/rooms/15152410&#34;,&#34;https://www.airbnb.com/rooms/15152742&#34;,&#34;https://www.airbnb.com/rooms/15155087&#34;,&#34;https://www.airbnb.com/rooms/15155134&#34;,&#34;https://www.airbnb.com/rooms/15164048&#34;,&#34;https://www.airbnb.com/rooms/15169226&#34;,&#34;https://www.airbnb.com/rooms/15169756&#34;,&#34;https://www.airbnb.com/rooms/15170565&#34;,&#34;https://www.airbnb.com/rooms/15173207&#34;,&#34;https://www.airbnb.com/rooms/15175043&#34;,&#34;https://www.airbnb.com/rooms/15176591&#34;,&#34;https://www.airbnb.com/rooms/15185318&#34;,&#34;https://www.airbnb.com/rooms/15187947&#34;,&#34;https://www.airbnb.com/rooms/15188517&#34;,&#34;https://www.airbnb.com/rooms/15192381&#34;,&#34;https://www.airbnb.com/rooms/15213040&#34;,&#34;https://www.airbnb.com/rooms/15213696&#34;,&#34;https://www.airbnb.com/rooms/15218507&#34;,&#34;https://www.airbnb.com/rooms/15245010&#34;,&#34;https://www.airbnb.com/rooms/15245605&#34;,&#34;https://www.airbnb.com/rooms/15246322&#34;,&#34;https://www.airbnb.com/rooms/15248750&#34;,&#34;https://www.airbnb.com/rooms/15251325&#34;,&#34;https://www.airbnb.com/rooms/15251491&#34;,&#34;https://www.airbnb.com/rooms/15259055&#34;,&#34;https://www.airbnb.com/rooms/15259738&#34;,&#34;https://www.airbnb.com/rooms/15268601&#34;,&#34;https://www.airbnb.com/rooms/15269672&#34;,&#34;https://www.airbnb.com/rooms/15276864&#34;,&#34;https://www.airbnb.com/rooms/15277061&#34;,&#34;https://www.airbnb.com/rooms/15307973&#34;,&#34;https://www.airbnb.com/rooms/15317233&#34;,&#34;https://www.airbnb.com/rooms/15320495&#34;,&#34;https://www.airbnb.com/rooms/15320859&#34;,&#34;https://www.airbnb.com/rooms/15323467&#34;,&#34;https://www.airbnb.com/rooms/15330697&#34;,&#34;https://www.airbnb.com/rooms/15352062&#34;,&#34;https://www.airbnb.com/rooms/15365309&#34;,&#34;https://www.airbnb.com/rooms/15367621&#34;,&#34;https://www.airbnb.com/rooms/15389854&#34;,&#34;https://www.airbnb.com/rooms/15408838&#34;,&#34;https://www.airbnb.com/rooms/15428236&#34;,&#34;https://www.airbnb.com/rooms/15441761&#34;,&#34;https://www.airbnb.com/rooms/15442875&#34;,&#34;https://www.airbnb.com/rooms/15446694&#34;,&#34;https://www.airbnb.com/rooms/15448362&#34;,&#34;https://www.airbnb.com/rooms/15455835&#34;,&#34;https://www.airbnb.com/rooms/15457877&#34;,&#34;https://www.airbnb.com/rooms/15458476&#34;,&#34;https://www.airbnb.com/rooms/15492137&#34;,&#34;https://www.airbnb.com/rooms/15520511&#34;,&#34;https://www.airbnb.com/rooms/15527796&#34;,&#34;https://www.airbnb.com/rooms/15530282&#34;,&#34;https://www.airbnb.com/rooms/15532381&#34;,&#34;https://www.airbnb.com/rooms/15539704&#34;,&#34;https://www.airbnb.com/rooms/15540087&#34;,&#34;https://www.airbnb.com/rooms/15560295&#34;,&#34;https://www.airbnb.com/rooms/15565019&#34;,&#34;https://www.airbnb.com/rooms/15574208&#34;,&#34;https://www.airbnb.com/rooms/15627412&#34;,&#34;https://www.airbnb.com/rooms/15631803&#34;,&#34;https://www.airbnb.com/rooms/15638365&#34;,&#34;https://www.airbnb.com/rooms/15638610&#34;,&#34;https://www.airbnb.com/rooms/15642819&#34;,&#34;https://www.airbnb.com/rooms/15644526&#34;,&#34;https://www.airbnb.com/rooms/15653602&#34;,&#34;https://www.airbnb.com/rooms/15653885&#34;,&#34;https://www.airbnb.com/rooms/15671960&#34;,&#34;https://www.airbnb.com/rooms/15672464&#34;,&#34;https://www.airbnb.com/rooms/15677927&#34;,&#34;https://www.airbnb.com/rooms/15698965&#34;,&#34;https://www.airbnb.com/rooms/15712501&#34;,&#34;https://www.airbnb.com/rooms/15715667&#34;,&#34;https://www.airbnb.com/rooms/15726541&#34;,&#34;https://www.airbnb.com/rooms/15738116&#34;,&#34;https://www.airbnb.com/rooms/15763781&#34;,&#34;https://www.airbnb.com/rooms/15766776&#34;,&#34;https://www.airbnb.com/rooms/15770358&#34;,&#34;https://www.airbnb.com/rooms/15781061&#34;,&#34;https://www.airbnb.com/rooms/15795726&#34;,&#34;https://www.airbnb.com/rooms/15796003&#34;,&#34;https://www.airbnb.com/rooms/15804778&#34;,&#34;https://www.airbnb.com/rooms/15844363&#34;,&#34;https://www.airbnb.com/rooms/15857527&#34;,&#34;https://www.airbnb.com/rooms/15866262&#34;,&#34;https://www.airbnb.com/rooms/15867260&#34;,&#34;https://www.airbnb.com/rooms/15870799&#34;,&#34;https://www.airbnb.com/rooms/15872274&#34;,&#34;https://www.airbnb.com/rooms/15873534&#34;,&#34;https://www.airbnb.com/rooms/15890683&#34;,&#34;https://www.airbnb.com/rooms/15899279&#34;,&#34;https://www.airbnb.com/rooms/15899567&#34;,&#34;https://www.airbnb.com/rooms/15901857&#34;,&#34;https://www.airbnb.com/rooms/15902770&#34;,&#34;https://www.airbnb.com/rooms/15916166&#34;,&#34;https://www.airbnb.com/rooms/15934575&#34;,&#34;https://www.airbnb.com/rooms/15946730&#34;,&#34;https://www.airbnb.com/rooms/15953580&#34;,&#34;https://www.airbnb.com/rooms/15960689&#34;,&#34;https://www.airbnb.com/rooms/15963733&#34;,&#34;https://www.airbnb.com/rooms/15968053&#34;,&#34;https://www.airbnb.com/rooms/15970399&#34;,&#34;https://www.airbnb.com/rooms/15975146&#34;,&#34;https://www.airbnb.com/rooms/15982778&#34;,&#34;https://www.airbnb.com/rooms/15995379&#34;,&#34;https://www.airbnb.com/rooms/15996201&#34;,&#34;https://www.airbnb.com/rooms/16001061&#34;,&#34;https://www.airbnb.com/rooms/16034880&#34;,&#34;https://www.airbnb.com/rooms/16039108&#34;,&#34;https://www.airbnb.com/rooms/16044895&#34;,&#34;https://www.airbnb.com/rooms/16046644&#34;,&#34;https://www.airbnb.com/rooms/16049042&#34;,&#34;https://www.airbnb.com/rooms/16067022&#34;,&#34;https://www.airbnb.com/rooms/16091273&#34;,&#34;https://www.airbnb.com/rooms/16091361&#34;,&#34;https://www.airbnb.com/rooms/16099193&#34;,&#34;https://www.airbnb.com/rooms/16105413&#34;,&#34;https://www.airbnb.com/rooms/16110027&#34;,&#34;https://www.airbnb.com/rooms/16110878&#34;,&#34;https://www.airbnb.com/rooms/16118332&#34;,&#34;https://www.airbnb.com/rooms/16121919&#34;,&#34;https://www.airbnb.com/rooms/16133879&#34;,&#34;https://www.airbnb.com/rooms/16142513&#34;,&#34;https://www.airbnb.com/rooms/16145092&#34;,&#34;https://www.airbnb.com/rooms/16152054&#34;,&#34;https://www.airbnb.com/rooms/16160389&#34;,&#34;https://www.airbnb.com/rooms/16167324&#34;,&#34;https://www.airbnb.com/rooms/16172417&#34;,&#34;https://www.airbnb.com/rooms/16172486&#34;,&#34;https://www.airbnb.com/rooms/16177402&#34;,&#34;https://www.airbnb.com/rooms/16185624&#34;,&#34;https://www.airbnb.com/rooms/16191104&#34;,&#34;https://www.airbnb.com/rooms/16211031&#34;,&#34;https://www.airbnb.com/rooms/16214653&#34;,&#34;https://www.airbnb.com/rooms/16250459&#34;,&#34;https://www.airbnb.com/rooms/16279667&#34;,&#34;https://www.airbnb.com/rooms/16280806&#34;,&#34;https://www.airbnb.com/rooms/16297993&#34;,&#34;https://www.airbnb.com/rooms/16307648&#34;,&#34;https://www.airbnb.com/rooms/16334901&#34;,&#34;https://www.airbnb.com/rooms/16342112&#34;,&#34;https://www.airbnb.com/rooms/16344129&#34;,&#34;https://www.airbnb.com/rooms/16357499&#34;,&#34;https://www.airbnb.com/rooms/16370749&#34;,&#34;https://www.airbnb.com/rooms/16399808&#34;,&#34;https://www.airbnb.com/rooms/16402039&#34;,&#34;https://www.airbnb.com/rooms/16408918&#34;,&#34;https://www.airbnb.com/rooms/16411806&#34;,&#34;https://www.airbnb.com/rooms/16419024&#34;,&#34;https://www.airbnb.com/rooms/16420009&#34;,&#34;https://www.airbnb.com/rooms/16422629&#34;,&#34;https://www.airbnb.com/rooms/16452648&#34;,&#34;https://www.airbnb.com/rooms/16472442&#34;,&#34;https://www.airbnb.com/rooms/16488203&#34;,&#34;https://www.airbnb.com/rooms/16570713&#34;,&#34;https://www.airbnb.com/rooms/16573760&#34;,&#34;https://www.airbnb.com/rooms/16577597&#34;,&#34;https://www.airbnb.com/rooms/16592379&#34;,&#34;https://www.airbnb.com/rooms/16596318&#34;,&#34;https://www.airbnb.com/rooms/16607873&#34;,&#34;https://www.airbnb.com/rooms/16615057&#34;,&#34;https://www.airbnb.com/rooms/16622348&#34;,&#34;https://www.airbnb.com/rooms/16625634&#34;,&#34;https://www.airbnb.com/rooms/16654939&#34;,&#34;https://www.airbnb.com/rooms/16661464&#34;,&#34;https://www.airbnb.com/rooms/16674707&#34;,&#34;https://www.airbnb.com/rooms/16681157&#34;,&#34;https://www.airbnb.com/rooms/16687993&#34;,&#34;https://www.airbnb.com/rooms/16712424&#34;,&#34;https://www.airbnb.com/rooms/16712724&#34;,&#34;https://www.airbnb.com/rooms/16720585&#34;,&#34;https://www.airbnb.com/rooms/16728567&#34;,&#34;https://www.airbnb.com/rooms/16731010&#34;,&#34;https://www.airbnb.com/rooms/16732047&#34;,&#34;https://www.airbnb.com/rooms/16739031&#34;,&#34;https://www.airbnb.com/rooms/16745335&#34;,&#34;https://www.airbnb.com/rooms/16746894&#34;,&#34;https://www.airbnb.com/rooms/16749406&#34;,&#34;https://www.airbnb.com/rooms/16765382&#34;,&#34;https://www.airbnb.com/rooms/16775877&#34;,&#34;https://www.airbnb.com/rooms/16775928&#34;,&#34;https://www.airbnb.com/rooms/16778263&#34;,&#34;https://www.airbnb.com/rooms/16789174&#34;,&#34;https://www.airbnb.com/rooms/16818104&#34;,&#34;https://www.airbnb.com/rooms/16824957&#34;,&#34;https://www.airbnb.com/rooms/16841714&#34;,&#34;https://www.airbnb.com/rooms/16856178&#34;,&#34;https://www.airbnb.com/rooms/16863336&#34;,&#34;https://www.airbnb.com/rooms/16888178&#34;,&#34;https://www.airbnb.com/rooms/16925313&#34;,&#34;https://www.airbnb.com/rooms/16929041&#34;,&#34;https://www.airbnb.com/rooms/16950779&#34;,&#34;https://www.airbnb.com/rooms/16961624&#34;,&#34;https://www.airbnb.com/rooms/16965225&#34;,&#34;https://www.airbnb.com/rooms/16975725&#34;,&#34;https://www.airbnb.com/rooms/16980575&#34;,&#34;https://www.airbnb.com/rooms/16992938&#34;,&#34;https://www.airbnb.com/rooms/17013045&#34;,&#34;https://www.airbnb.com/rooms/17030750&#34;,&#34;https://www.airbnb.com/rooms/17046916&#34;,&#34;https://www.airbnb.com/rooms/17053725&#34;,&#34;https://www.airbnb.com/rooms/17073612&#34;,&#34;https://www.airbnb.com/rooms/17085252&#34;,&#34;https://www.airbnb.com/rooms/17103652&#34;,&#34;https://www.airbnb.com/rooms/17113621&#34;,&#34;https://www.airbnb.com/rooms/17115511&#34;,&#34;https://www.airbnb.com/rooms/17117536&#34;,&#34;https://www.airbnb.com/rooms/17124417&#34;,&#34;https://www.airbnb.com/rooms/17130441&#34;,&#34;https://www.airbnb.com/rooms/17132400&#34;,&#34;https://www.airbnb.com/rooms/17137695&#34;,&#34;https://www.airbnb.com/rooms/17145651&#34;,&#34;https://www.airbnb.com/rooms/17155701&#34;,&#34;https://www.airbnb.com/rooms/17165290&#34;,&#34;https://www.airbnb.com/rooms/17165852&#34;,&#34;https://www.airbnb.com/rooms/17167350&#34;,&#34;https://www.airbnb.com/rooms/17215817&#34;,&#34;https://www.airbnb.com/rooms/17226166&#34;,&#34;https://www.airbnb.com/rooms/17227986&#34;,&#34;https://www.airbnb.com/rooms/17231394&#34;,&#34;https://www.airbnb.com/rooms/17232065&#34;,&#34;https://www.airbnb.com/rooms/17233541&#34;,&#34;https://www.airbnb.com/rooms/17240406&#34;,&#34;https://www.airbnb.com/rooms/17255345&#34;,&#34;https://www.airbnb.com/rooms/17259594&#34;,&#34;https://www.airbnb.com/rooms/17261480&#34;,&#34;https://www.airbnb.com/rooms/17262306&#34;,&#34;https://www.airbnb.com/rooms/17265428&#34;,&#34;https://www.airbnb.com/rooms/17275816&#34;,&#34;https://www.airbnb.com/rooms/17282949&#34;,&#34;https://www.airbnb.com/rooms/17299627&#34;,&#34;https://www.airbnb.com/rooms/17307213&#34;,&#34;https://www.airbnb.com/rooms/17328380&#34;,&#34;https://www.airbnb.com/rooms/17340729&#34;,&#34;https://www.airbnb.com/rooms/17344878&#34;,&#34;https://www.airbnb.com/rooms/17365335&#34;,&#34;https://www.airbnb.com/rooms/17366665&#34;,&#34;https://www.airbnb.com/rooms/17374952&#34;,&#34;https://www.airbnb.com/rooms/17378445&#34;,&#34;https://www.airbnb.com/rooms/17378478&#34;,&#34;https://www.airbnb.com/rooms/17399824&#34;,&#34;https://www.airbnb.com/rooms/17417071&#34;,&#34;https://www.airbnb.com/rooms/17417315&#34;,&#34;https://www.airbnb.com/rooms/17425341&#34;,&#34;https://www.airbnb.com/rooms/17431169&#34;,&#34;https://www.airbnb.com/rooms/17442250&#34;,&#34;https://www.airbnb.com/rooms/17465479&#34;,&#34;https://www.airbnb.com/rooms/17478252&#34;,&#34;https://www.airbnb.com/rooms/17514216&#34;,&#34;https://www.airbnb.com/rooms/17519424&#34;,&#34;https://www.airbnb.com/rooms/17543164&#34;,&#34;https://www.airbnb.com/rooms/17554019&#34;,&#34;https://www.airbnb.com/rooms/17556550&#34;,&#34;https://www.airbnb.com/rooms/17564992&#34;,&#34;https://www.airbnb.com/rooms/17565517&#34;,&#34;https://www.airbnb.com/rooms/17576882&#34;,&#34;https://www.airbnb.com/rooms/17586951&#34;,&#34;https://www.airbnb.com/rooms/17587111&#34;,&#34;https://www.airbnb.com/rooms/17594210&#34;,&#34;https://www.airbnb.com/rooms/17623045&#34;,&#34;https://www.airbnb.com/rooms/17632261&#34;,&#34;https://www.airbnb.com/rooms/17637587&#34;,&#34;https://www.airbnb.com/rooms/17639409&#34;,&#34;https://www.airbnb.com/rooms/17644642&#34;,&#34;https://www.airbnb.com/rooms/17651276&#34;,&#34;https://www.airbnb.com/rooms/17666354&#34;,&#34;https://www.airbnb.com/rooms/17672189&#34;,&#34;https://www.airbnb.com/rooms/17672531&#34;,&#34;https://www.airbnb.com/rooms/17673247&#34;,&#34;https://www.airbnb.com/rooms/17673455&#34;,&#34;https://www.airbnb.com/rooms/17675625&#34;,&#34;https://www.airbnb.com/rooms/17695064&#34;,&#34;https://www.airbnb.com/rooms/17699446&#34;,&#34;https://www.airbnb.com/rooms/17709785&#34;,&#34;https://www.airbnb.com/rooms/17716583&#34;,&#34;https://www.airbnb.com/rooms/17733740&#34;,&#34;https://www.airbnb.com/rooms/17743300&#34;,&#34;https://www.airbnb.com/rooms/17744125&#34;,&#34;https://www.airbnb.com/rooms/17763311&#34;,&#34;https://www.airbnb.com/rooms/17773889&#34;,&#34;https://www.airbnb.com/rooms/17777833&#34;,&#34;https://www.airbnb.com/rooms/17783369&#34;,&#34;https://www.airbnb.com/rooms/17785765&#34;,&#34;https://www.airbnb.com/rooms/17785837&#34;,&#34;https://www.airbnb.com/rooms/17786503&#34;,&#34;https://www.airbnb.com/rooms/17806076&#34;,&#34;https://www.airbnb.com/rooms/17817429&#34;,&#34;https://www.airbnb.com/rooms/17819764&#34;,&#34;https://www.airbnb.com/rooms/17835339&#34;,&#34;https://www.airbnb.com/rooms/17835379&#34;,&#34;https://www.airbnb.com/rooms/17840646&#34;,&#34;https://www.airbnb.com/rooms/17851496&#34;,&#34;https://www.airbnb.com/rooms/17852331&#34;,&#34;https://www.airbnb.com/rooms/17868135&#34;,&#34;https://www.airbnb.com/rooms/17869321&#34;,&#34;https://www.airbnb.com/rooms/17879843&#34;,&#34;https://www.airbnb.com/rooms/17887257&#34;,&#34;https://www.airbnb.com/rooms/17899229&#34;,&#34;https://www.airbnb.com/rooms/17906374&#34;,&#34;https://www.airbnb.com/rooms/17921652&#34;,&#34;https://www.airbnb.com/rooms/17922292&#34;,&#34;https://www.airbnb.com/rooms/17930670&#34;,&#34;https://www.airbnb.com/rooms/17933543&#34;,&#34;https://www.airbnb.com/rooms/17942198&#34;,&#34;https://www.airbnb.com/rooms/17966515&#34;,&#34;https://www.airbnb.com/rooms/17982858&#34;,&#34;https://www.airbnb.com/rooms/17986960&#34;,&#34;https://www.airbnb.com/rooms/17988450&#34;,&#34;https://www.airbnb.com/rooms/17991330&#34;,&#34;https://www.airbnb.com/rooms/18000311&#34;,&#34;https://www.airbnb.com/rooms/18006045&#34;,&#34;https://www.airbnb.com/rooms/18007507&#34;,&#34;https://www.airbnb.com/rooms/18012366&#34;,&#34;https://www.airbnb.com/rooms/18018443&#34;,&#34;https://www.airbnb.com/rooms/18023599&#34;,&#34;https://www.airbnb.com/rooms/18036193&#34;,&#34;https://www.airbnb.com/rooms/18046402&#34;,&#34;https://www.airbnb.com/rooms/18046589&#34;,&#34;https://www.airbnb.com/rooms/18063450&#34;,&#34;https://www.airbnb.com/rooms/18068293&#34;,&#34;https://www.airbnb.com/rooms/18071854&#34;,&#34;https://www.airbnb.com/rooms/18073510&#34;,&#34;https://www.airbnb.com/rooms/18075372&#34;,&#34;https://www.airbnb.com/rooms/18103645&#34;,&#34;https://www.airbnb.com/rooms/18104492&#34;,&#34;https://www.airbnb.com/rooms/18117363&#34;,&#34;https://www.airbnb.com/rooms/18124362&#34;,&#34;https://www.airbnb.com/rooms/18128040&#34;,&#34;https://www.airbnb.com/rooms/18135632&#34;,&#34;https://www.airbnb.com/rooms/18145394&#34;,&#34;https://www.airbnb.com/rooms/18145430&#34;,&#34;https://www.airbnb.com/rooms/18146505&#34;,&#34;https://www.airbnb.com/rooms/18147550&#34;,&#34;https://www.airbnb.com/rooms/18147783&#34;,&#34;https://www.airbnb.com/rooms/18153902&#34;,&#34;https://www.airbnb.com/rooms/18158385&#34;,&#34;https://www.airbnb.com/rooms/18165905&#34;,&#34;https://www.airbnb.com/rooms/18166201&#34;,&#34;https://www.airbnb.com/rooms/18169702&#34;,&#34;https://www.airbnb.com/rooms/18176850&#34;,&#34;https://www.airbnb.com/rooms/18190737&#34;,&#34;https://www.airbnb.com/rooms/18190918&#34;,&#34;https://www.airbnb.com/rooms/18210029&#34;,&#34;https://www.airbnb.com/rooms/18213376&#34;,&#34;https://www.airbnb.com/rooms/18221615&#34;,&#34;https://www.airbnb.com/rooms/18239519&#34;,&#34;https://www.airbnb.com/rooms/18260371&#34;,&#34;https://www.airbnb.com/rooms/18262539&#34;,&#34;https://www.airbnb.com/rooms/18267205&#34;,&#34;https://www.airbnb.com/rooms/18279887&#34;,&#34;https://www.airbnb.com/rooms/18287310&#34;,&#34;https://www.airbnb.com/rooms/18310710&#34;,&#34;https://www.airbnb.com/rooms/18320176&#34;,&#34;https://www.airbnb.com/rooms/18325344&#34;,&#34;https://www.airbnb.com/rooms/18356843&#34;,&#34;https://www.airbnb.com/rooms/18364226&#34;,&#34;https://www.airbnb.com/rooms/18388364&#34;,&#34;https://www.airbnb.com/rooms/18390055&#34;,&#34;https://www.airbnb.com/rooms/18393579&#34;,&#34;https://www.airbnb.com/rooms/18402662&#34;,&#34;https://www.airbnb.com/rooms/18409630&#34;,&#34;https://www.airbnb.com/rooms/18410099&#34;,&#34;https://www.airbnb.com/rooms/18427417&#34;,&#34;https://www.airbnb.com/rooms/18428094&#34;,&#34;https://www.airbnb.com/rooms/18436383&#34;,&#34;https://www.airbnb.com/rooms/18442981&#34;,&#34;https://www.airbnb.com/rooms/18445809&#34;,&#34;https://www.airbnb.com/rooms/18452205&#34;,&#34;https://www.airbnb.com/rooms/18458075&#34;,&#34;https://www.airbnb.com/rooms/18460863&#34;,&#34;https://www.airbnb.com/rooms/18461847&#34;,&#34;https://www.airbnb.com/rooms/18484901&#34;,&#34;https://www.airbnb.com/rooms/18505534&#34;,&#34;https://www.airbnb.com/rooms/18519786&#34;,&#34;https://www.airbnb.com/rooms/18530045&#34;,&#34;https://www.airbnb.com/rooms/18541273&#34;,&#34;https://www.airbnb.com/rooms/18557082&#34;,&#34;https://www.airbnb.com/rooms/18557740&#34;,&#34;https://www.airbnb.com/rooms/18561903&#34;,&#34;https://www.airbnb.com/rooms/18572620&#34;,&#34;https://www.airbnb.com/rooms/18574466&#34;,&#34;https://www.airbnb.com/rooms/18582789&#34;,&#34;https://www.airbnb.com/rooms/18597617&#34;,&#34;https://www.airbnb.com/rooms/18598845&#34;,&#34;https://www.airbnb.com/rooms/18605241&#34;,&#34;https://www.airbnb.com/rooms/18605732&#34;,&#34;https://www.airbnb.com/rooms/18606302&#34;,&#34;https://www.airbnb.com/rooms/18606866&#34;,&#34;https://www.airbnb.com/rooms/18608207&#34;,&#34;https://www.airbnb.com/rooms/18609255&#34;,&#34;https://www.airbnb.com/rooms/18609926&#34;,&#34;https://www.airbnb.com/rooms/18614572&#34;,&#34;https://www.airbnb.com/rooms/18640638&#34;,&#34;https://www.airbnb.com/rooms/18641934&#34;,&#34;https://www.airbnb.com/rooms/18648732&#34;,&#34;https://www.airbnb.com/rooms/18660250&#34;,&#34;https://www.airbnb.com/rooms/18666657&#34;,&#34;https://www.airbnb.com/rooms/18671213&#34;,&#34;https://www.airbnb.com/rooms/18680302&#34;,&#34;https://www.airbnb.com/rooms/18688771&#34;,&#34;https://www.airbnb.com/rooms/18698581&#34;,&#34;https://www.airbnb.com/rooms/18711951&#34;,&#34;https://www.airbnb.com/rooms/18715007&#34;,&#34;https://www.airbnb.com/rooms/18726834&#34;,&#34;https://www.airbnb.com/rooms/18729450&#34;,&#34;https://www.airbnb.com/rooms/18730348&#34;,&#34;https://www.airbnb.com/rooms/18731884&#34;,&#34;https://www.airbnb.com/rooms/18734505&#34;,&#34;https://www.airbnb.com/rooms/18744416&#34;,&#34;https://www.airbnb.com/rooms/18744501&#34;,&#34;https://www.airbnb.com/rooms/18749082&#34;,&#34;https://www.airbnb.com/rooms/18757001&#34;,&#34;https://www.airbnb.com/rooms/18761757&#34;,&#34;https://www.airbnb.com/rooms/18765499&#34;,&#34;https://www.airbnb.com/rooms/18766482&#34;,&#34;https://www.airbnb.com/rooms/18767436&#34;,&#34;https://www.airbnb.com/rooms/18769868&#34;,&#34;https://www.airbnb.com/rooms/18791453&#34;,&#34;https://www.airbnb.com/rooms/18796568&#34;,&#34;https://www.airbnb.com/rooms/18817487&#34;,&#34;https://www.airbnb.com/rooms/18818289&#34;,&#34;https://www.airbnb.com/rooms/18824897&#34;,&#34;https://www.airbnb.com/rooms/18826033&#34;,&#34;https://www.airbnb.com/rooms/18844039&#34;,&#34;https://www.airbnb.com/rooms/18847276&#34;,&#34;https://www.airbnb.com/rooms/18852301&#34;,&#34;https://www.airbnb.com/rooms/18864407&#34;,&#34;https://www.airbnb.com/rooms/18864996&#34;,&#34;https://www.airbnb.com/rooms/18871924&#34;,&#34;https://www.airbnb.com/rooms/18873802&#34;,&#34;https://www.airbnb.com/rooms/18882442&#34;,&#34;https://www.airbnb.com/rooms/18882994&#34;,&#34;https://www.airbnb.com/rooms/18884584&#34;,&#34;https://www.airbnb.com/rooms/18889713&#34;,&#34;https://www.airbnb.com/rooms/18921685&#34;,&#34;https://www.airbnb.com/rooms/18923232&#34;,&#34;https://www.airbnb.com/rooms/18924404&#34;,&#34;https://www.airbnb.com/rooms/18929504&#34;,&#34;https://www.airbnb.com/rooms/18944901&#34;,&#34;https://www.airbnb.com/rooms/18946946&#34;,&#34;https://www.airbnb.com/rooms/18952739&#34;,&#34;https://www.airbnb.com/rooms/18957086&#34;,&#34;https://www.airbnb.com/rooms/18965839&#34;,&#34;https://www.airbnb.com/rooms/18971435&#34;,&#34;https://www.airbnb.com/rooms/18975905&#34;,&#34;https://www.airbnb.com/rooms/18988075&#34;,&#34;https://www.airbnb.com/rooms/18993405&#34;,&#34;https://www.airbnb.com/rooms/18995338&#34;,&#34;https://www.airbnb.com/rooms/19005602&#34;,&#34;https://www.airbnb.com/rooms/19007808&#34;,&#34;https://www.airbnb.com/rooms/19009762&#34;,&#34;https://www.airbnb.com/rooms/19013153&#34;,&#34;https://www.airbnb.com/rooms/19013630&#34;,&#34;https://www.airbnb.com/rooms/19017168&#34;,&#34;https://www.airbnb.com/rooms/19023468&#34;,&#34;https://www.airbnb.com/rooms/19027411&#34;,&#34;https://www.airbnb.com/rooms/19030559&#34;,&#34;https://www.airbnb.com/rooms/19030947&#34;,&#34;https://www.airbnb.com/rooms/19032735&#34;,&#34;https://www.airbnb.com/rooms/19033258&#34;,&#34;https://www.airbnb.com/rooms/19042532&#34;,&#34;https://www.airbnb.com/rooms/19049187&#34;,&#34;https://www.airbnb.com/rooms/19054916&#34;,&#34;https://www.airbnb.com/rooms/19062184&#34;,&#34;https://www.airbnb.com/rooms/19063688&#34;,&#34;https://www.airbnb.com/rooms/19069116&#34;,&#34;https://www.airbnb.com/rooms/19069129&#34;,&#34;https://www.airbnb.com/rooms/19071301&#34;,&#34;https://www.airbnb.com/rooms/19071478&#34;,&#34;https://www.airbnb.com/rooms/19078883&#34;,&#34;https://www.airbnb.com/rooms/19089813&#34;,&#34;https://www.airbnb.com/rooms/19092710&#34;,&#34;https://www.airbnb.com/rooms/19092715&#34;,&#34;https://www.airbnb.com/rooms/19095191&#34;,&#34;https://www.airbnb.com/rooms/19095760&#34;,&#34;https://www.airbnb.com/rooms/19097492&#34;,&#34;https://www.airbnb.com/rooms/19107463&#34;,&#34;https://www.airbnb.com/rooms/19109043&#34;,&#34;https://www.airbnb.com/rooms/19110022&#34;,&#34;https://www.airbnb.com/rooms/19112799&#34;,&#34;https://www.airbnb.com/rooms/19113282&#34;,&#34;https://www.airbnb.com/rooms/19128049&#34;,&#34;https://www.airbnb.com/rooms/19130106&#34;,&#34;https://www.airbnb.com/rooms/19137070&#34;,&#34;https://www.airbnb.com/rooms/19155569&#34;,&#34;https://www.airbnb.com/rooms/19157050&#34;,&#34;https://www.airbnb.com/rooms/19175356&#34;,&#34;https://www.airbnb.com/rooms/19176030&#34;,&#34;https://www.airbnb.com/rooms/19187788&#34;,&#34;https://www.airbnb.com/rooms/19203133&#34;,&#34;https://www.airbnb.com/rooms/19203536&#34;,&#34;https://www.airbnb.com/rooms/19204839&#34;,&#34;https://www.airbnb.com/rooms/19217956&#34;,&#34;https://www.airbnb.com/rooms/19218402&#34;,&#34;https://www.airbnb.com/rooms/19222642&#34;,&#34;https://www.airbnb.com/rooms/19234104&#34;,&#34;https://www.airbnb.com/rooms/19238908&#34;,&#34;https://www.airbnb.com/rooms/19244936&#34;,&#34;https://www.airbnb.com/rooms/19259035&#34;,&#34;https://www.airbnb.com/rooms/19268037&#34;,&#34;https://www.airbnb.com/rooms/19269536&#34;,&#34;https://www.airbnb.com/rooms/19277667&#34;,&#34;https://www.airbnb.com/rooms/19283829&#34;,&#34;https://www.airbnb.com/rooms/19287702&#34;,&#34;https://www.airbnb.com/rooms/19298693&#34;,&#34;https://www.airbnb.com/rooms/19300859&#34;,&#34;https://www.airbnb.com/rooms/19308448&#34;,&#34;https://www.airbnb.com/rooms/19313378&#34;,&#34;https://www.airbnb.com/rooms/19322487&#34;,&#34;https://www.airbnb.com/rooms/19323065&#34;,&#34;https://www.airbnb.com/rooms/19337767&#34;,&#34;https://www.airbnb.com/rooms/19338784&#34;,&#34;https://www.airbnb.com/rooms/19339930&#34;,&#34;https://www.airbnb.com/rooms/19354866&#34;,&#34;https://www.airbnb.com/rooms/19356728&#34;,&#34;https://www.airbnb.com/rooms/19356944&#34;,&#34;https://www.airbnb.com/rooms/19362979&#34;,&#34;https://www.airbnb.com/rooms/19395357&#34;,&#34;https://www.airbnb.com/rooms/19397011&#34;,&#34;https://www.airbnb.com/rooms/19404671&#34;,&#34;https://www.airbnb.com/rooms/19411450&#34;,&#34;https://www.airbnb.com/rooms/19426944&#34;,&#34;https://www.airbnb.com/rooms/19428231&#34;,&#34;https://www.airbnb.com/rooms/19443372&#34;,&#34;https://www.airbnb.com/rooms/19452380&#34;,&#34;https://www.airbnb.com/rooms/19455804&#34;,&#34;https://www.airbnb.com/rooms/19463150&#34;,&#34;https://www.airbnb.com/rooms/19466278&#34;,&#34;https://www.airbnb.com/rooms/19466942&#34;,&#34;https://www.airbnb.com/rooms/19468520&#34;,&#34;https://www.airbnb.com/rooms/19471303&#34;,&#34;https://www.airbnb.com/rooms/19491266&#34;,&#34;https://www.airbnb.com/rooms/19493738&#34;,&#34;https://www.airbnb.com/rooms/19494188&#34;,&#34;https://www.airbnb.com/rooms/19496246&#34;,&#34;https://www.airbnb.com/rooms/19497611&#34;,&#34;https://www.airbnb.com/rooms/19501786&#34;,&#34;https://www.airbnb.com/rooms/19516084&#34;,&#34;https://www.airbnb.com/rooms/19517870&#34;,&#34;https://www.airbnb.com/rooms/19521157&#34;,&#34;https://www.airbnb.com/rooms/19527571&#34;,&#34;https://www.airbnb.com/rooms/19528044&#34;,&#34;https://www.airbnb.com/rooms/19549458&#34;,&#34;https://www.airbnb.com/rooms/19559685&#34;,&#34;https://www.airbnb.com/rooms/19561674&#34;,&#34;https://www.airbnb.com/rooms/19566643&#34;,&#34;https://www.airbnb.com/rooms/19570180&#34;,&#34;https://www.airbnb.com/rooms/19570940&#34;,&#34;https://www.airbnb.com/rooms/19571425&#34;,&#34;https://www.airbnb.com/rooms/19571799&#34;,&#34;https://www.airbnb.com/rooms/19583484&#34;,&#34;https://www.airbnb.com/rooms/19587572&#34;,&#34;https://www.airbnb.com/rooms/19590521&#34;,&#34;https://www.airbnb.com/rooms/19591048&#34;,&#34;https://www.airbnb.com/rooms/19596482&#34;,&#34;https://www.airbnb.com/rooms/19618534&#34;,&#34;https://www.airbnb.com/rooms/19623504&#34;,&#34;https://www.airbnb.com/rooms/19627530&#34;,&#34;https://www.airbnb.com/rooms/19630493&#34;,&#34;https://www.airbnb.com/rooms/19632064&#34;,&#34;https://www.airbnb.com/rooms/19632427&#34;,&#34;https://www.airbnb.com/rooms/19632444&#34;,&#34;https://www.airbnb.com/rooms/19637400&#34;,&#34;https://www.airbnb.com/rooms/19639182&#34;,&#34;https://www.airbnb.com/rooms/19639448&#34;,&#34;https://www.airbnb.com/rooms/19646120&#34;,&#34;https://www.airbnb.com/rooms/19649540&#34;,&#34;https://www.airbnb.com/rooms/19649556&#34;,&#34;https://www.airbnb.com/rooms/19651396&#34;,&#34;https://www.airbnb.com/rooms/19655077&#34;,&#34;https://www.airbnb.com/rooms/19656164&#34;,&#34;https://www.airbnb.com/rooms/19656466&#34;,&#34;https://www.airbnb.com/rooms/19657225&#34;,&#34;https://www.airbnb.com/rooms/19657887&#34;,&#34;https://www.airbnb.com/rooms/19666344&#34;,&#34;https://www.airbnb.com/rooms/19666615&#34;,&#34;https://www.airbnb.com/rooms/19668587&#34;,&#34;https://www.airbnb.com/rooms/19674677&#34;,&#34;https://www.airbnb.com/rooms/19678360&#34;,&#34;https://www.airbnb.com/rooms/19683095&#34;,&#34;https://www.airbnb.com/rooms/19687162&#34;,&#34;https://www.airbnb.com/rooms/19704086&#34;,&#34;https://www.airbnb.com/rooms/19705501&#34;,&#34;https://www.airbnb.com/rooms/19706497&#34;,&#34;https://www.airbnb.com/rooms/19707407&#34;,&#34;https://www.airbnb.com/rooms/19711365&#34;,&#34;https://www.airbnb.com/rooms/19713499&#34;,&#34;https://www.airbnb.com/rooms/19715030&#34;,&#34;https://www.airbnb.com/rooms/19718325&#34;,&#34;https://www.airbnb.com/rooms/19723175&#34;,&#34;https://www.airbnb.com/rooms/19731666&#34;,&#34;https://www.airbnb.com/rooms/19733573&#34;,&#34;https://www.airbnb.com/rooms/19742237&#34;,&#34;https://www.airbnb.com/rooms/19744591&#34;,&#34;https://www.airbnb.com/rooms/19748009&#34;,&#34;https://www.airbnb.com/rooms/19754843&#34;,&#34;https://www.airbnb.com/rooms/19756697&#34;,&#34;https://www.airbnb.com/rooms/19757386&#34;,&#34;https://www.airbnb.com/rooms/19757911&#34;,&#34;https://www.airbnb.com/rooms/19761140&#34;,&#34;https://www.airbnb.com/rooms/19761914&#34;,&#34;https://www.airbnb.com/rooms/19766434&#34;,&#34;https://www.airbnb.com/rooms/19767546&#34;,&#34;https://www.airbnb.com/rooms/19772510&#34;,&#34;https://www.airbnb.com/rooms/19772622&#34;,&#34;https://www.airbnb.com/rooms/19773422&#34;,&#34;https://www.airbnb.com/rooms/19774841&#34;,&#34;https://www.airbnb.com/rooms/19776868&#34;,&#34;https://www.airbnb.com/rooms/19780156&#34;,&#34;https://www.airbnb.com/rooms/19781212&#34;,&#34;https://www.airbnb.com/rooms/19781262&#34;,&#34;https://www.airbnb.com/rooms/19782449&#34;,&#34;https://www.airbnb.com/rooms/19785205&#34;,&#34;https://www.airbnb.com/rooms/19792281&#34;,&#34;https://www.airbnb.com/rooms/19793534&#34;,&#34;https://www.airbnb.com/rooms/19803853&#34;,&#34;https://www.airbnb.com/rooms/19807338&#34;,&#34;https://www.airbnb.com/rooms/19818412&#34;,&#34;https://www.airbnb.com/rooms/19825185&#34;,&#34;https://www.airbnb.com/rooms/19825724&#34;,&#34;https://www.airbnb.com/rooms/19841706&#34;,&#34;https://www.airbnb.com/rooms/19853047&#34;,&#34;https://www.airbnb.com/rooms/19854673&#34;,&#34;https://www.airbnb.com/rooms/19859226&#34;,&#34;https://www.airbnb.com/rooms/19869839&#34;,&#34;https://www.airbnb.com/rooms/19869923&#34;,&#34;https://www.airbnb.com/rooms/19872349&#34;,&#34;https://www.airbnb.com/rooms/19872433&#34;,&#34;https://www.airbnb.com/rooms/19879707&#34;,&#34;https://www.airbnb.com/rooms/19881682&#34;,&#34;https://www.airbnb.com/rooms/19885654&#34;,&#34;https://www.airbnb.com/rooms/19887803&#34;,&#34;https://www.airbnb.com/rooms/19888329&#34;,&#34;https://www.airbnb.com/rooms/19889205&#34;,&#34;https://www.airbnb.com/rooms/19890943&#34;,&#34;https://www.airbnb.com/rooms/19918035&#34;,&#34;https://www.airbnb.com/rooms/19922128&#34;,&#34;https://www.airbnb.com/rooms/19927267&#34;,&#34;https://www.airbnb.com/rooms/19928947&#34;,&#34;https://www.airbnb.com/rooms/19930117&#34;,&#34;https://www.airbnb.com/rooms/19935231&#34;,&#34;https://www.airbnb.com/rooms/19937783&#34;,&#34;https://www.airbnb.com/rooms/19940441&#34;,&#34;https://www.airbnb.com/rooms/19941007&#34;,&#34;https://www.airbnb.com/rooms/19954984&#34;,&#34;https://www.airbnb.com/rooms/19957711&#34;,&#34;https://www.airbnb.com/rooms/19958576&#34;,&#34;https://www.airbnb.com/rooms/19981675&#34;,&#34;https://www.airbnb.com/rooms/19984187&#34;,&#34;https://www.airbnb.com/rooms/19985157&#34;,&#34;https://www.airbnb.com/rooms/19989025&#34;,&#34;https://www.airbnb.com/rooms/19993673&#34;,&#34;https://www.airbnb.com/rooms/20003673&#34;,&#34;https://www.airbnb.com/rooms/20004993&#34;,&#34;https://www.airbnb.com/rooms/20005064&#34;,&#34;https://www.airbnb.com/rooms/20005531&#34;,&#34;https://www.airbnb.com/rooms/20006927&#34;,&#34;https://www.airbnb.com/rooms/20008619&#34;,&#34;https://www.airbnb.com/rooms/20010848&#34;,&#34;https://www.airbnb.com/rooms/20011036&#34;,&#34;https://www.airbnb.com/rooms/20012056&#34;,&#34;https://www.airbnb.com/rooms/20013451&#34;,&#34;https://www.airbnb.com/rooms/20019775&#34;,&#34;https://www.airbnb.com/rooms/20022806&#34;,&#34;https://www.airbnb.com/rooms/20026043&#34;,&#34;https://www.airbnb.com/rooms/20030542&#34;,&#34;https://www.airbnb.com/rooms/20031535&#34;,&#34;https://www.airbnb.com/rooms/20033257&#34;,&#34;https://www.airbnb.com/rooms/20041885&#34;,&#34;https://www.airbnb.com/rooms/20042736&#34;,&#34;https://www.airbnb.com/rooms/20044934&#34;,&#34;https://www.airbnb.com/rooms/20045489&#34;,&#34;https://www.airbnb.com/rooms/20049843&#34;,&#34;https://www.airbnb.com/rooms/20061041&#34;,&#34;https://www.airbnb.com/rooms/20063247&#34;,&#34;https://www.airbnb.com/rooms/20068822&#34;,&#34;https://www.airbnb.com/rooms/20071464&#34;,&#34;https://www.airbnb.com/rooms/20087134&#34;,&#34;https://www.airbnb.com/rooms/20118598&#34;,&#34;https://www.airbnb.com/rooms/20121368&#34;,&#34;https://www.airbnb.com/rooms/20127276&#34;,&#34;https://www.airbnb.com/rooms/20128500&#34;,&#34;https://www.airbnb.com/rooms/20130100&#34;,&#34;https://www.airbnb.com/rooms/20130583&#34;,&#34;https://www.airbnb.com/rooms/20132692&#34;,&#34;https://www.airbnb.com/rooms/20134979&#34;,&#34;https://www.airbnb.com/rooms/20135528&#34;,&#34;https://www.airbnb.com/rooms/20141180&#34;,&#34;https://www.airbnb.com/rooms/20142902&#34;,&#34;https://www.airbnb.com/rooms/20144678&#34;,&#34;https://www.airbnb.com/rooms/20148564&#34;,&#34;https://www.airbnb.com/rooms/20149223&#34;,&#34;https://www.airbnb.com/rooms/20149245&#34;,&#34;https://www.airbnb.com/rooms/20149959&#34;,&#34;https://www.airbnb.com/rooms/20150850&#34;,&#34;https://www.airbnb.com/rooms/20178054&#34;,&#34;https://www.airbnb.com/rooms/20178150&#34;,&#34;https://www.airbnb.com/rooms/20182142&#34;,&#34;https://www.airbnb.com/rooms/20182889&#34;,&#34;https://www.airbnb.com/rooms/20183295&#34;,&#34;https://www.airbnb.com/rooms/20187637&#34;,&#34;https://www.airbnb.com/rooms/20188383&#34;,&#34;https://www.airbnb.com/rooms/20189131&#34;,&#34;https://www.airbnb.com/rooms/20189638&#34;,&#34;https://www.airbnb.com/rooms/20196711&#34;,&#34;https://www.airbnb.com/rooms/20201554&#34;,&#34;https://www.airbnb.com/rooms/20205490&#34;,&#34;https://www.airbnb.com/rooms/20213112&#34;,&#34;https://www.airbnb.com/rooms/20217407&#34;,&#34;https://www.airbnb.com/rooms/20218995&#34;,&#34;https://www.airbnb.com/rooms/20219419&#34;,&#34;https://www.airbnb.com/rooms/20219711&#34;,&#34;https://www.airbnb.com/rooms/20220831&#34;,&#34;https://www.airbnb.com/rooms/20221438&#34;,&#34;https://www.airbnb.com/rooms/20226437&#34;,&#34;https://www.airbnb.com/rooms/20228285&#34;,&#34;https://www.airbnb.com/rooms/20232915&#34;,&#34;https://www.airbnb.com/rooms/20238095&#34;,&#34;https://www.airbnb.com/rooms/20238382&#34;,&#34;https://www.airbnb.com/rooms/20242525&#34;,&#34;https://www.airbnb.com/rooms/20247684&#34;,&#34;https://www.airbnb.com/rooms/20253504&#34;,&#34;https://www.airbnb.com/rooms/20259187&#34;,&#34;https://www.airbnb.com/rooms/20259367&#34;,&#34;https://www.airbnb.com/rooms/20260284&#34;,&#34;https://www.airbnb.com/rooms/20261020&#34;,&#34;https://www.airbnb.com/rooms/20264643&#34;,&#34;https://www.airbnb.com/rooms/20273197&#34;,&#34;https://www.airbnb.com/rooms/20273936&#34;,&#34;https://www.airbnb.com/rooms/20275541&#34;,&#34;https://www.airbnb.com/rooms/20276356&#34;,&#34;https://www.airbnb.com/rooms/20277254&#34;,&#34;https://www.airbnb.com/rooms/20278919&#34;,&#34;https://www.airbnb.com/rooms/20279618&#34;,&#34;https://www.airbnb.com/rooms/20280181&#34;,&#34;https://www.airbnb.com/rooms/20280185&#34;,&#34;https://www.airbnb.com/rooms/20280280&#34;,&#34;https://www.airbnb.com/rooms/20280748&#34;,&#34;https://www.airbnb.com/rooms/20287856&#34;,&#34;https://www.airbnb.com/rooms/20290055&#34;,&#34;https://www.airbnb.com/rooms/20290965&#34;,&#34;https://www.airbnb.com/rooms/20292136&#34;,&#34;https://www.airbnb.com/rooms/20292279&#34;,&#34;https://www.airbnb.com/rooms/20294150&#34;,&#34;https://www.airbnb.com/rooms/20295216&#34;,&#34;https://www.airbnb.com/rooms/20296702&#34;,&#34;https://www.airbnb.com/rooms/20301151&#34;,&#34;https://www.airbnb.com/rooms/20301320&#34;,&#34;https://www.airbnb.com/rooms/20302172&#34;,&#34;https://www.airbnb.com/rooms/20302705&#34;,&#34;https://www.airbnb.com/rooms/20303105&#34;,&#34;https://www.airbnb.com/rooms/20304994&#34;,&#34;https://www.airbnb.com/rooms/20305214&#34;,&#34;https://www.airbnb.com/rooms/20305987&#34;,&#34;https://www.airbnb.com/rooms/20308900&#34;,&#34;https://www.airbnb.com/rooms/20311871&#34;,&#34;https://www.airbnb.com/rooms/20311925&#34;,&#34;https://www.airbnb.com/rooms/20312494&#34;,&#34;https://www.airbnb.com/rooms/20312877&#34;,&#34;https://www.airbnb.com/rooms/20314103&#34;,&#34;https://www.airbnb.com/rooms/20314755&#34;,&#34;https://www.airbnb.com/rooms/20316620&#34;,&#34;https://www.airbnb.com/rooms/20317504&#34;,&#34;https://www.airbnb.com/rooms/20321111&#34;,&#34;https://www.airbnb.com/rooms/20324946&#34;,&#34;https://www.airbnb.com/rooms/20325098&#34;,&#34;https://www.airbnb.com/rooms/20325099&#34;,&#34;https://www.airbnb.com/rooms/20325827&#34;,&#34;https://www.airbnb.com/rooms/20332568&#34;,&#34;https://www.airbnb.com/rooms/20336917&#34;,&#34;https://www.airbnb.com/rooms/20346207&#34;,&#34;https://www.airbnb.com/rooms/20346610&#34;,&#34;https://www.airbnb.com/rooms/20348439&#34;,&#34;https://www.airbnb.com/rooms/20352815&#34;,&#34;https://www.airbnb.com/rooms/20353471&#34;,&#34;https://www.airbnb.com/rooms/20354864&#34;,&#34;https://www.airbnb.com/rooms/20355283&#34;,&#34;https://www.airbnb.com/rooms/20361584&#34;,&#34;https://www.airbnb.com/rooms/20368872&#34;,&#34;https://www.airbnb.com/rooms/20369502&#34;,&#34;https://www.airbnb.com/rooms/20372770&#34;,&#34;https://www.airbnb.com/rooms/20374112&#34;,&#34;https://www.airbnb.com/rooms/20378141&#34;,&#34;https://www.airbnb.com/rooms/20380038&#34;,&#34;https://www.airbnb.com/rooms/20385754&#34;,&#34;https://www.airbnb.com/rooms/20387938&#34;,&#34;https://www.airbnb.com/rooms/20388063&#34;,&#34;https://www.airbnb.com/rooms/20397508&#34;,&#34;https://www.airbnb.com/rooms/20398930&#34;,&#34;https://www.airbnb.com/rooms/20400639&#34;,&#34;https://www.airbnb.com/rooms/20404028&#34;,&#34;https://www.airbnb.com/rooms/20405096&#34;,&#34;https://www.airbnb.com/rooms/20406703&#34;,&#34;https://www.airbnb.com/rooms/20409458&#34;,&#34;https://www.airbnb.com/rooms/20411722&#34;,&#34;https://www.airbnb.com/rooms/20416251&#34;,&#34;https://www.airbnb.com/rooms/20419374&#34;,&#34;https://www.airbnb.com/rooms/20419427&#34;,&#34;https://www.airbnb.com/rooms/20422887&#34;,&#34;https://www.airbnb.com/rooms/20428626&#34;,&#34;https://www.airbnb.com/rooms/20428844&#34;,&#34;https://www.airbnb.com/rooms/20432042&#34;,&#34;https://www.airbnb.com/rooms/20433959&#34;,&#34;https://www.airbnb.com/rooms/20434502&#34;,&#34;https://www.airbnb.com/rooms/20436995&#34;,&#34;https://www.airbnb.com/rooms/20441445&#34;,&#34;https://www.airbnb.com/rooms/20443908&#34;,&#34;https://www.airbnb.com/rooms/20443956&#34;,&#34;https://www.airbnb.com/rooms/20444408&#34;,&#34;https://www.airbnb.com/rooms/20449381&#34;,&#34;https://www.airbnb.com/rooms/20451106&#34;,&#34;https://www.airbnb.com/rooms/20452150&#34;,&#34;https://www.airbnb.com/rooms/20452394&#34;,&#34;https://www.airbnb.com/rooms/20452697&#34;,&#34;https://www.airbnb.com/rooms/20452767&#34;,&#34;https://www.airbnb.com/rooms/20453365&#34;,&#34;https://www.airbnb.com/rooms/20456960&#34;,&#34;https://www.airbnb.com/rooms/20461825&#34;,&#34;https://www.airbnb.com/rooms/20462277&#34;,&#34;https://www.airbnb.com/rooms/20463353&#34;,&#34;https://www.airbnb.com/rooms/20463551&#34;,&#34;https://www.airbnb.com/rooms/20465545&#34;,&#34;https://www.airbnb.com/rooms/20468726&#34;,&#34;https://www.airbnb.com/rooms/20477527&#34;,&#34;https://www.airbnb.com/rooms/20487197&#34;,&#34;https://www.airbnb.com/rooms/20489738&#34;,&#34;https://www.airbnb.com/rooms/20491739&#34;,&#34;https://www.airbnb.com/rooms/20496341&#34;,&#34;https://www.airbnb.com/rooms/20497159&#34;,&#34;https://www.airbnb.com/rooms/20499310&#34;,&#34;https://www.airbnb.com/rooms/20499613&#34;,&#34;https://www.airbnb.com/rooms/20500252&#34;,&#34;https://www.airbnb.com/rooms/20500545&#34;,&#34;https://www.airbnb.com/rooms/20506505&#34;,&#34;https://www.airbnb.com/rooms/20508286&#34;,&#34;https://www.airbnb.com/rooms/20509271&#34;,&#34;https://www.airbnb.com/rooms/20509833&#34;,&#34;https://www.airbnb.com/rooms/20512756&#34;,&#34;https://www.airbnb.com/rooms/20515992&#34;,&#34;https://www.airbnb.com/rooms/20517841&#34;,&#34;https://www.airbnb.com/rooms/20518201&#34;,&#34;https://www.airbnb.com/rooms/20522276&#34;,&#34;https://www.airbnb.com/rooms/20524345&#34;,&#34;https://www.airbnb.com/rooms/20528990&#34;,&#34;https://www.airbnb.com/rooms/20530588&#34;,&#34;https://www.airbnb.com/rooms/20530909&#34;,&#34;https://www.airbnb.com/rooms/20533484&#34;,&#34;https://www.airbnb.com/rooms/20537876&#34;,&#34;https://www.airbnb.com/rooms/20540459&#34;,&#34;https://www.airbnb.com/rooms/20545421&#34;,&#34;https://www.airbnb.com/rooms/20546832&#34;,&#34;https://www.airbnb.com/rooms/20546949&#34;,&#34;https://www.airbnb.com/rooms/20548037&#34;,&#34;https://www.airbnb.com/rooms/20548394&#34;,&#34;https://www.airbnb.com/rooms/20550404&#34;,&#34;https://www.airbnb.com/rooms/20550911&#34;,&#34;https://www.airbnb.com/rooms/20553110&#34;,&#34;https://www.airbnb.com/rooms/20553906&#34;,&#34;https://www.airbnb.com/rooms/20560067&#34;,&#34;https://www.airbnb.com/rooms/20560898&#34;,&#34;https://www.airbnb.com/rooms/20561620&#34;,&#34;https://www.airbnb.com/rooms/20563784&#34;,&#34;https://www.airbnb.com/rooms/20567564&#34;,&#34;https://www.airbnb.com/rooms/20567913&#34;,&#34;https://www.airbnb.com/rooms/20568837&#34;,&#34;https://www.airbnb.com/rooms/20568924&#34;,&#34;https://www.airbnb.com/rooms/20569307&#34;,&#34;https://www.airbnb.com/rooms/20569592&#34;,&#34;https://www.airbnb.com/rooms/20570418&#34;,&#34;https://www.airbnb.com/rooms/20576350&#34;,&#34;https://www.airbnb.com/rooms/20579223&#34;,&#34;https://www.airbnb.com/rooms/20581037&#34;,&#34;https://www.airbnb.com/rooms/20582114&#34;,&#34;https://www.airbnb.com/rooms/20582197&#34;,&#34;https://www.airbnb.com/rooms/20582603&#34;,&#34;https://www.airbnb.com/rooms/20584599&#34;,&#34;https://www.airbnb.com/rooms/20584899&#34;,&#34;https://www.airbnb.com/rooms/20587585&#34;,&#34;https://www.airbnb.com/rooms/20587595&#34;,&#34;https://www.airbnb.com/rooms/20590906&#34;,&#34;https://www.airbnb.com/rooms/20592881&#34;,&#34;https://www.airbnb.com/rooms/20594571&#34;,&#34;https://www.airbnb.com/rooms/20596037&#34;,&#34;https://www.airbnb.com/rooms/20598803&#34;,&#34;https://www.airbnb.com/rooms/20602499&#34;,&#34;https://www.airbnb.com/rooms/20602643&#34;,&#34;https://www.airbnb.com/rooms/20602858&#34;,&#34;https://www.airbnb.com/rooms/20602885&#34;,&#34;https://www.airbnb.com/rooms/20603186&#34;,&#34;https://www.airbnb.com/rooms/20603309&#34;,&#34;https://www.airbnb.com/rooms/20604742&#34;,&#34;https://www.airbnb.com/rooms/20610100&#34;,&#34;https://www.airbnb.com/rooms/20610403&#34;,&#34;https://www.airbnb.com/rooms/20611392&#34;,&#34;https://www.airbnb.com/rooms/20611534&#34;,&#34;https://www.airbnb.com/rooms/20612168&#34;,&#34;https://www.airbnb.com/rooms/20612543&#34;,&#34;https://www.airbnb.com/rooms/20614574&#34;,&#34;https://www.airbnb.com/rooms/20617224&#34;,&#34;https://www.airbnb.com/rooms/20620204&#34;,&#34;https://www.airbnb.com/rooms/20620326&#34;,&#34;https://www.airbnb.com/rooms/20620578&#34;,&#34;https://www.airbnb.com/rooms/20620642&#34;,&#34;https://www.airbnb.com/rooms/20620690&#34;,&#34;https://www.airbnb.com/rooms/20622101&#34;,&#34;https://www.airbnb.com/rooms/20622258&#34;,&#34;https://www.airbnb.com/rooms/20628331&#34;,&#34;https://www.airbnb.com/rooms/20630730&#34;,&#34;https://www.airbnb.com/rooms/20635141&#34;,&#34;https://www.airbnb.com/rooms/20636763&#34;,&#34;https://www.airbnb.com/rooms/20643206&#34;,&#34;https://www.airbnb.com/rooms/20643977&#34;,&#34;https://www.airbnb.com/rooms/20646122&#34;,&#34;https://www.airbnb.com/rooms/20646699&#34;,&#34;https://www.airbnb.com/rooms/20649176&#34;,&#34;https://www.airbnb.com/rooms/20649242&#34;,&#34;https://www.airbnb.com/rooms/20650380&#34;,&#34;https://www.airbnb.com/rooms/20650719&#34;,&#34;https://www.airbnb.com/rooms/20650747&#34;,&#34;https://www.airbnb.com/rooms/20652115&#34;,&#34;https://www.airbnb.com/rooms/20653751&#34;,&#34;https://www.airbnb.com/rooms/20656655&#34;,&#34;https://www.airbnb.com/rooms/20659848&#34;,&#34;https://www.airbnb.com/rooms/20659852&#34;,&#34;https://www.airbnb.com/rooms/20661043&#34;,&#34;https://www.airbnb.com/rooms/20661965&#34;,&#34;https://www.airbnb.com/rooms/20662907&#34;,&#34;https://www.airbnb.com/rooms/20665405&#34;,&#34;https://www.airbnb.com/rooms/20668470&#34;,&#34;https://www.airbnb.com/rooms/20668715&#34;,&#34;https://www.airbnb.com/rooms/20669193&#34;,&#34;https://www.airbnb.com/rooms/20669609&#34;,&#34;https://www.airbnb.com/rooms/20670775&#34;,&#34;https://www.airbnb.com/rooms/20670830&#34;,&#34;https://www.airbnb.com/rooms/20672031&#34;,&#34;https://www.airbnb.com/rooms/20673120&#34;,&#34;https://www.airbnb.com/rooms/20674342&#34;,&#34;https://www.airbnb.com/rooms/20674653&#34;,&#34;https://www.airbnb.com/rooms/20675247&#34;,&#34;https://www.airbnb.com/rooms/20675391&#34;,&#34;https://www.airbnb.com/rooms/20676005&#34;,&#34;https://www.airbnb.com/rooms/20676750&#34;,&#34;https://www.airbnb.com/rooms/20676809&#34;,&#34;https://www.airbnb.com/rooms/20676820&#34;,&#34;https://www.airbnb.com/rooms/20677175&#34;,&#34;https://www.airbnb.com/rooms/20685202&#34;,&#34;https://www.airbnb.com/rooms/20685802&#34;,&#34;https://www.airbnb.com/rooms/20686873&#34;,&#34;https://www.airbnb.com/rooms/20687889&#34;,&#34;https://www.airbnb.com/rooms/20689185&#34;,&#34;https://www.airbnb.com/rooms/20690088&#34;,&#34;https://www.airbnb.com/rooms/20690212&#34;,&#34;https://www.airbnb.com/rooms/20690328&#34;,&#34;https://www.airbnb.com/rooms/20691125&#34;,&#34;https://www.airbnb.com/rooms/20695726&#34;,&#34;https://www.airbnb.com/rooms/20698576&#34;,&#34;https://www.airbnb.com/rooms/20699464&#34;,&#34;https://www.airbnb.com/rooms/20701152&#34;,&#34;https://www.airbnb.com/rooms/20701540&#34;,&#34;https://www.airbnb.com/rooms/20701976&#34;,&#34;https://www.airbnb.com/rooms/20702603&#34;,&#34;https://www.airbnb.com/rooms/20703073&#34;,&#34;https://www.airbnb.com/rooms/20703234&#34;,&#34;https://www.airbnb.com/rooms/20703465&#34;,&#34;https://www.airbnb.com/rooms/20704691&#34;,&#34;https://www.airbnb.com/rooms/20706063&#34;,&#34;https://www.airbnb.com/rooms/20707497&#34;,&#34;https://www.airbnb.com/rooms/20707512&#34;,&#34;https://www.airbnb.com/rooms/20707666&#34;,&#34;https://www.airbnb.com/rooms/20708899&#34;,&#34;https://www.airbnb.com/rooms/20709383&#34;,&#34;https://www.airbnb.com/rooms/20709621&#34;,&#34;https://www.airbnb.com/rooms/20710430&#34;,&#34;https://www.airbnb.com/rooms/20711357&#34;,&#34;https://www.airbnb.com/rooms/20715924&#34;,&#34;https://www.airbnb.com/rooms/20716721&#34;,&#34;https://www.airbnb.com/rooms/20718350&#34;,&#34;https://www.airbnb.com/rooms/20720187&#34;,&#34;https://www.airbnb.com/rooms/20720369&#34;,&#34;https://www.airbnb.com/rooms/20721229&#34;,&#34;https://www.airbnb.com/rooms/20721376&#34;,&#34;https://www.airbnb.com/rooms/20721648&#34;,&#34;https://www.airbnb.com/rooms/20724095&#34;,&#34;https://www.airbnb.com/rooms/20725797&#34;,&#34;https://www.airbnb.com/rooms/20725966&#34;,&#34;https://www.airbnb.com/rooms/20726154&#34;,&#34;https://www.airbnb.com/rooms/20726907&#34;,&#34;https://www.airbnb.com/rooms/20728161&#34;,&#34;https://www.airbnb.com/rooms/20730625&#34;,&#34;https://www.airbnb.com/rooms/20734268&#34;,&#34;https://www.airbnb.com/rooms/20736455&#34;,&#34;https://www.airbnb.com/rooms/20736853&#34;,&#34;https://www.airbnb.com/rooms/20737297&#34;,&#34;https://www.airbnb.com/rooms/20738019&#34;,&#34;https://www.airbnb.com/rooms/20743090&#34;,&#34;https://www.airbnb.com/rooms/20743572&#34;,&#34;https://www.airbnb.com/rooms/20743779&#34;,&#34;https://www.airbnb.com/rooms/20743780&#34;,&#34;https://www.airbnb.com/rooms/20743804&#34;,&#34;https://www.airbnb.com/rooms/20744052&#34;,&#34;https://www.airbnb.com/rooms/20751106&#34;,&#34;https://www.airbnb.com/rooms/20751410&#34;,&#34;https://www.airbnb.com/rooms/20753266&#34;,&#34;https://www.airbnb.com/rooms/20753844&#34;,&#34;https://www.airbnb.com/rooms/20754537&#34;,&#34;https://www.airbnb.com/rooms/20756108&#34;,&#34;https://www.airbnb.com/rooms/20757528&#34;,&#34;https://www.airbnb.com/rooms/20759501&#34;,&#34;https://www.airbnb.com/rooms/20760399&#34;,&#34;https://www.airbnb.com/rooms/20760905&#34;,&#34;https://www.airbnb.com/rooms/20766088&#34;,&#34;https://www.airbnb.com/rooms/20766666&#34;,&#34;https://www.airbnb.com/rooms/20766700&#34;,&#34;https://www.airbnb.com/rooms/20767310&#34;,&#34;https://www.airbnb.com/rooms/20767337&#34;,&#34;https://www.airbnb.com/rooms/20767507&#34;,&#34;https://www.airbnb.com/rooms/20767681&#34;,&#34;https://www.airbnb.com/rooms/20770403&#34;,&#34;https://www.airbnb.com/rooms/20770942&#34;,&#34;https://www.airbnb.com/rooms/20770961&#34;,&#34;https://www.airbnb.com/rooms/20777918&#34;,&#34;https://www.airbnb.com/rooms/20778256&#34;,&#34;https://www.airbnb.com/rooms/20778893&#34;,&#34;https://www.airbnb.com/rooms/20778944&#34;,&#34;https://www.airbnb.com/rooms/20779180&#34;,&#34;https://www.airbnb.com/rooms/20779304&#34;,&#34;https://www.airbnb.com/rooms/20779527&#34;,&#34;https://www.airbnb.com/rooms/20779562&#34;,&#34;https://www.airbnb.com/rooms/20779670&#34;,&#34;https://www.airbnb.com/rooms/20779732&#34;,&#34;https://www.airbnb.com/rooms/20779824&#34;,&#34;https://www.airbnb.com/rooms/20781239&#34;,&#34;https://www.airbnb.com/rooms/20782148&#34;,&#34;https://www.airbnb.com/rooms/20782503&#34;,&#34;https://www.airbnb.com/rooms/20783516&#34;,&#34;https://www.airbnb.com/rooms/20783667&#34;,&#34;https://www.airbnb.com/rooms/20783732&#34;,&#34;https://www.airbnb.com/rooms/20783974&#34;,&#34;https://www.airbnb.com/rooms/20784056&#34;,&#34;https://www.airbnb.com/rooms/20785351&#34;,&#34;https://www.airbnb.com/rooms/20785389&#34;,&#34;https://www.airbnb.com/rooms/20789295&#34;,&#34;https://www.airbnb.com/rooms/20789392&#34;,&#34;https://www.airbnb.com/rooms/20790638&#34;,&#34;https://www.airbnb.com/rooms/20792252&#34;,&#34;https://www.airbnb.com/rooms/20793676&#34;,&#34;https://www.airbnb.com/rooms/20797536&#34;,&#34;https://www.airbnb.com/rooms/20797731&#34;,&#34;https://www.airbnb.com/rooms/20798391&#34;,&#34;https://www.airbnb.com/rooms/20798765&#34;,&#34;https://www.airbnb.com/rooms/20799358&#34;,&#34;https://www.airbnb.com/rooms/20799896&#34;,&#34;https://www.airbnb.com/rooms/20800228&#34;,&#34;https://www.airbnb.com/rooms/20800400&#34;,&#34;https://www.airbnb.com/rooms/20806230&#34;,&#34;https://www.airbnb.com/rooms/20806994&#34;,&#34;https://www.airbnb.com/rooms/20807050&#34;,&#34;https://www.airbnb.com/rooms/20807582&#34;,&#34;https://www.airbnb.com/rooms/20808252&#34;,&#34;https://www.airbnb.com/rooms/20809859&#34;,&#34;https://www.airbnb.com/rooms/20810937&#34;,&#34;https://www.airbnb.com/rooms/20812940&#34;,&#34;https://www.airbnb.com/rooms/20813390&#34;,&#34;https://www.airbnb.com/rooms/20813971&#34;,&#34;https://www.airbnb.com/rooms/20814220&#34;,&#34;https://www.airbnb.com/rooms/20814242&#34;,&#34;https://www.airbnb.com/rooms/20814264&#34;,&#34;https://www.airbnb.com/rooms/20814634&#34;,&#34;https://www.airbnb.com/rooms/20815016&#34;,&#34;https://www.airbnb.com/rooms/20815650&#34;,&#34;https://www.airbnb.com/rooms/20822892&#34;,&#34;https://www.airbnb.com/rooms/20823532&#34;,&#34;https://www.airbnb.com/rooms/20823617&#34;,&#34;https://www.airbnb.com/rooms/20823954&#34;,&#34;https://www.airbnb.com/rooms/20824362&#34;,&#34;https://www.airbnb.com/rooms/20825102&#34;,&#34;https://www.airbnb.com/rooms/20827078&#34;,&#34;https://www.airbnb.com/rooms/20828022&#34;,&#34;https://www.airbnb.com/rooms/20828389&#34;,&#34;https://www.airbnb.com/rooms/20828936&#34;,&#34;https://www.airbnb.com/rooms/20828967&#34;,&#34;https://www.airbnb.com/rooms/20830125&#34;,&#34;https://www.airbnb.com/rooms/20831031&#34;,&#34;https://www.airbnb.com/rooms/20831107&#34;,&#34;https://www.airbnb.com/rooms/20831176&#34;,&#34;https://www.airbnb.com/rooms/20831693&#34;,&#34;https://www.airbnb.com/rooms/20832982&#34;,&#34;https://www.airbnb.com/rooms/20833381&#34;,&#34;https://www.airbnb.com/rooms/20833597&#34;,&#34;https://www.airbnb.com/rooms/20835155&#34;,&#34;https://www.airbnb.com/rooms/20837264&#34;,&#34;https://www.airbnb.com/rooms/20838273&#34;,&#34;https://www.airbnb.com/rooms/20838299&#34;,&#34;https://www.airbnb.com/rooms/20838809&#34;,&#34;https://www.airbnb.com/rooms/20839492&#34;,&#34;https://www.airbnb.com/rooms/20839678&#34;,&#34;https://www.airbnb.com/rooms/20840595&#34;,&#34;https://www.airbnb.com/rooms/20841679&#34;,&#34;https://www.airbnb.com/rooms/20843425&#34;,&#34;https://www.airbnb.com/rooms/20843561&#34;,&#34;https://www.airbnb.com/rooms/20844542&#34;,&#34;https://www.airbnb.com/rooms/20845484&#34;,&#34;https://www.airbnb.com/rooms/20845788&#34;,&#34;https://www.airbnb.com/rooms/20846363&#34;,&#34;https://www.airbnb.com/rooms/20847478&#34;,&#34;https://www.airbnb.com/rooms/20853369&#34;,&#34;https://www.airbnb.com/rooms/20854133&#34;,&#34;https://www.airbnb.com/rooms/20854246&#34;,&#34;https://www.airbnb.com/rooms/20854383&#34;,&#34;https://www.airbnb.com/rooms/20854960&#34;,&#34;https://www.airbnb.com/rooms/20856256&#34;,&#34;https://www.airbnb.com/rooms/20856571&#34;,&#34;https://www.airbnb.com/rooms/20856726&#34;,&#34;https://www.airbnb.com/rooms/20857417&#34;,&#34;https://www.airbnb.com/rooms/20858791&#34;,&#34;https://www.airbnb.com/rooms/20865623&#34;,&#34;https://www.airbnb.com/rooms/20865654&#34;,&#34;https://www.airbnb.com/rooms/20867411&#34;,&#34;https://www.airbnb.com/rooms/20867543&#34;,&#34;https://www.airbnb.com/rooms/20867816&#34;,&#34;https://www.airbnb.com/rooms/20868115&#34;,&#34;https://www.airbnb.com/rooms/20868423&#34;,&#34;https://www.airbnb.com/rooms/20868770&#34;,&#34;https://www.airbnb.com/rooms/20868783&#34;,&#34;https://www.airbnb.com/rooms/20869065&#34;,&#34;https://www.airbnb.com/rooms/20869719&#34;,&#34;https://www.airbnb.com/rooms/20869827&#34;,&#34;https://www.airbnb.com/rooms/20870207&#34;,&#34;https://www.airbnb.com/rooms/20870658&#34;,&#34;https://www.airbnb.com/rooms/20871754&#34;,&#34;https://www.airbnb.com/rooms/20872638&#34;,&#34;https://www.airbnb.com/rooms/20873573&#34;,&#34;https://www.airbnb.com/rooms/20874153&#34;,&#34;https://www.airbnb.com/rooms/20875269&#34;,&#34;https://www.airbnb.com/rooms/20877798&#34;,&#34;https://www.airbnb.com/rooms/20878519&#34;,&#34;https://www.airbnb.com/rooms/20878560&#34;,&#34;https://www.airbnb.com/rooms/20878572&#34;,&#34;https://www.airbnb.com/rooms/20879106&#34;,&#34;https://www.airbnb.com/rooms/20879308&#34;,&#34;https://www.airbnb.com/rooms/20879804&#34;,&#34;https://www.airbnb.com/rooms/20879924&#34;,&#34;https://www.airbnb.com/rooms/20880165&#34;,&#34;https://www.airbnb.com/rooms/20880584&#34;,&#34;https://www.airbnb.com/rooms/20881511&#34;,&#34;https://www.airbnb.com/rooms/20881681&#34;,&#34;https://www.airbnb.com/rooms/20881853&#34;,&#34;https://www.airbnb.com/rooms/20882304&#34;,&#34;https://www.airbnb.com/rooms/20882335&#34;,&#34;https://www.airbnb.com/rooms/20882352&#34;,&#34;https://www.airbnb.com/rooms/20882675&#34;,&#34;https://www.airbnb.com/rooms/20882765&#34;,&#34;https://www.airbnb.com/rooms/20882992&#34;,&#34;https://www.airbnb.com/rooms/20883145&#34;,&#34;https://www.airbnb.com/rooms/20883538&#34;,&#34;https://www.airbnb.com/rooms/20883687&#34;,&#34;https://www.airbnb.com/rooms/20883949&#34;,&#34;https://www.airbnb.com/rooms/20884220&#34;,&#34;https://www.airbnb.com/rooms/20884374&#34;,&#34;https://www.airbnb.com/rooms/20884828&#34;,&#34;https://www.airbnb.com/rooms/20885163&#34;,&#34;https://www.airbnb.com/rooms/20885658&#34;,&#34;https://www.airbnb.com/rooms/20885864&#34;,&#34;https://www.airbnb.com/rooms/20886437&#34;,&#34;https://www.airbnb.com/rooms/20886529&#34;,&#34;https://www.airbnb.com/rooms/20891653&#34;,&#34;https://www.airbnb.com/rooms/20891836&#34;,&#34;https://www.airbnb.com/rooms/20892148&#34;,&#34;https://www.airbnb.com/rooms/20892294&#34;,&#34;https://www.airbnb.com/rooms/20892762&#34;,&#34;https://www.airbnb.com/rooms/20892932&#34;,&#34;https://www.airbnb.com/rooms/20893358&#34;,&#34;https://www.airbnb.com/rooms/20893989&#34;,&#34;https://www.airbnb.com/rooms/20895211&#34;,&#34;https://www.airbnb.com/rooms/20895318&#34;,&#34;https://www.airbnb.com/rooms/20896145&#34;,&#34;https://www.airbnb.com/rooms/20896339&#34;,&#34;https://www.airbnb.com/rooms/20896459&#34;,&#34;https://www.airbnb.com/rooms/20896687&#34;,&#34;https://www.airbnb.com/rooms/20896910&#34;,&#34;https://www.airbnb.com/rooms/20897360&#34;,&#34;https://www.airbnb.com/rooms/20898092&#34;,&#34;https://www.airbnb.com/rooms/20898407&#34;,&#34;https://www.airbnb.com/rooms/20898735&#34;,&#34;https://www.airbnb.com/rooms/20898796&#34;,&#34;https://www.airbnb.com/rooms/20898865&#34;,&#34;https://www.airbnb.com/rooms/20899265&#34;,&#34;https://www.airbnb.com/rooms/20899404&#34;,&#34;https://www.airbnb.com/rooms/20899542&#34;,&#34;https://www.airbnb.com/rooms/20899743&#34;,&#34;https://www.airbnb.com/rooms/20899776&#34;,&#34;https://www.airbnb.com/rooms/20899925&#34;,&#34;https://www.airbnb.com/rooms/20900111&#34;,&#34;https://www.airbnb.com/rooms/20900222&#34;,&#34;https://www.airbnb.com/rooms/20900331&#34;,&#34;https://www.airbnb.com/rooms/20901215&#34;,&#34;https://www.airbnb.com/rooms/20901216&#34;,&#34;https://www.airbnb.com/rooms/20901712&#34;,&#34;https://www.airbnb.com/rooms/20902117&#34;,&#34;https://www.airbnb.com/rooms/20905771&#34;,&#34;https://www.airbnb.com/rooms/20907146&#34;,&#34;https://www.airbnb.com/rooms/20907926&#34;,&#34;https://www.airbnb.com/rooms/20907969&#34;,&#34;https://www.airbnb.com/rooms/20907987&#34;,&#34;https://www.airbnb.com/rooms/20908317&#34;,&#34;https://www.airbnb.com/rooms/20908387&#34;,&#34;https://www.airbnb.com/rooms/20909052&#34;,&#34;https://www.airbnb.com/rooms/20909883&#34;,&#34;https://www.airbnb.com/rooms/20910080&#34;,&#34;https://www.airbnb.com/rooms/20910160&#34;,&#34;https://www.airbnb.com/rooms/20910217&#34;,&#34;https://www.airbnb.com/rooms/20910652&#34;,&#34;https://www.airbnb.com/rooms/20910766&#34;,&#34;https://www.airbnb.com/rooms/20911118&#34;,&#34;https://www.airbnb.com/rooms/20911318&#34;,&#34;https://www.airbnb.com/rooms/20913599&#34;,&#34;https://www.airbnb.com/rooms/20913793&#34;,&#34;https://www.airbnb.com/rooms/20914478&#34;,&#34;https://www.airbnb.com/rooms/20915315&#34;,&#34;https://www.airbnb.com/rooms/20915371&#34;,&#34;https://www.airbnb.com/rooms/20916042&#34;,&#34;https://www.airbnb.com/rooms/20918253&#34;,&#34;https://www.airbnb.com/rooms/20921614&#34;,&#34;https://www.airbnb.com/rooms/20922497&#34;,&#34;https://www.airbnb.com/rooms/20923018&#34;,&#34;https://www.airbnb.com/rooms/20923155&#34;,&#34;https://www.airbnb.com/rooms/20923310&#34;,&#34;https://www.airbnb.com/rooms/20923736&#34;,&#34;https://www.airbnb.com/rooms/20924114&#34;,&#34;https://www.airbnb.com/rooms/20924633&#34;,&#34;https://www.airbnb.com/rooms/20925729&#34;,&#34;https://www.airbnb.com/rooms/20926567&#34;,&#34;https://www.airbnb.com/rooms/20927235&#34;,&#34;https://www.airbnb.com/rooms/20927485&#34;,&#34;https://www.airbnb.com/rooms/20927564&#34;,&#34;https://www.airbnb.com/rooms/20927595&#34;,&#34;https://www.airbnb.com/rooms/20927742&#34;,&#34;https://www.airbnb.com/rooms/20927927&#34;,&#34;https://www.airbnb.com/rooms/20929833&#34;,&#34;https://www.airbnb.com/rooms/20929950&#34;,&#34;https://www.airbnb.com/rooms/20929954&#34;,&#34;https://www.airbnb.com/rooms/20930165&#34;,&#34;https://www.airbnb.com/rooms/20930482&#34;,&#34;https://www.airbnb.com/rooms/20931363&#34;,&#34;https://www.airbnb.com/rooms/20931476&#34;,&#34;https://www.airbnb.com/rooms/20932025&#34;,&#34;https://www.airbnb.com/rooms/20932182&#34;,&#34;https://www.airbnb.com/rooms/20932687&#34;,&#34;https://www.airbnb.com/rooms/20932693&#34;,&#34;https://www.airbnb.com/rooms/20936963&#34;,&#34;https://www.airbnb.com/rooms/20937803&#34;,&#34;https://www.airbnb.com/rooms/20937822&#34;,&#34;https://www.airbnb.com/rooms/20939616&#34;,&#34;https://www.airbnb.com/rooms/20939712&#34;,&#34;https://www.airbnb.com/rooms/20940070&#34;,&#34;https://www.airbnb.com/rooms/20940102&#34;,&#34;https://www.airbnb.com/rooms/20940627&#34;,&#34;https://www.airbnb.com/rooms/20941197&#34;,&#34;https://www.airbnb.com/rooms/20941634&#34;,&#34;https://www.airbnb.com/rooms/20941831&#34;,&#34;https://www.airbnb.com/rooms/20941933&#34;,&#34;https://www.airbnb.com/rooms/20942281&#34;,&#34;https://www.airbnb.com/rooms/20942846&#34;,&#34;https://www.airbnb.com/rooms/20942952&#34;,&#34;https://www.airbnb.com/rooms/20943885&#34;,&#34;https://www.airbnb.com/rooms/20944123&#34;,&#34;https://www.airbnb.com/rooms/20944254&#34;,&#34;https://www.airbnb.com/rooms/20944735&#34;,&#34;https://www.airbnb.com/rooms/20945016&#34;,&#34;https://www.airbnb.com/rooms/20946289&#34;,&#34;https://www.airbnb.com/rooms/20946829&#34;,&#34;https://www.airbnb.com/rooms/20951260&#34;,&#34;https://www.airbnb.com/rooms/20952147&#34;,&#34;https://www.airbnb.com/rooms/20952602&#34;,&#34;https://www.airbnb.com/rooms/20952813&#34;,&#34;https://www.airbnb.com/rooms/20953060&#34;,&#34;https://www.airbnb.com/rooms/20953752&#34;,&#34;https://www.airbnb.com/rooms/20954144&#34;,&#34;https://www.airbnb.com/rooms/20954292&#34;,&#34;https://www.airbnb.com/rooms/20954299&#34;,&#34;https://www.airbnb.com/rooms/20955690&#34;,&#34;https://www.airbnb.com/rooms/20955725&#34;,&#34;https://www.airbnb.com/rooms/20955927&#34;,&#34;https://www.airbnb.com/rooms/20956556&#34;,&#34;https://www.airbnb.com/rooms/20956981&#34;,&#34;https://www.airbnb.com/rooms/20957191&#34;,&#34;https://www.airbnb.com/rooms/20957852&#34;,&#34;https://www.airbnb.com/rooms/20957951&#34;,&#34;https://www.airbnb.com/rooms/20958111&#34;,&#34;https://www.airbnb.com/rooms/20958437&#34;,&#34;https://www.airbnb.com/rooms/20958515&#34;,&#34;https://www.airbnb.com/rooms/20958643&#34;,&#34;https://www.airbnb.com/rooms/20962197&#34;,&#34;https://www.airbnb.com/rooms/20962622&#34;,&#34;https://www.airbnb.com/rooms/20962852&#34;,&#34;https://www.airbnb.com/rooms/20963291&#34;,&#34;https://www.airbnb.com/rooms/20963387&#34;,&#34;https://www.airbnb.com/rooms/20963951&#34;,&#34;https://www.airbnb.com/rooms/20964221&#34;,&#34;https://www.airbnb.com/rooms/20964264&#34;,&#34;https://www.airbnb.com/rooms/20964637&#34;,&#34;https://www.airbnb.com/rooms/20965681&#34;,&#34;https://www.airbnb.com/rooms/20965777&#34;,&#34;https://www.airbnb.com/rooms/20966422&#34;,&#34;https://www.airbnb.com/rooms/20970027&#34;,&#34;https://www.airbnb.com/rooms/20970178&#34;,&#34;https://www.airbnb.com/rooms/20973217&#34;,&#34;https://www.airbnb.com/rooms/20973815&#34;,&#34;https://www.airbnb.com/rooms/20974205&#34;,&#34;https://www.airbnb.com/rooms/20974237&#34;,&#34;https://www.airbnb.com/rooms/20974688&#34;,&#34;https://www.airbnb.com/rooms/20974695&#34;,&#34;https://www.airbnb.com/rooms/20974818&#34;,&#34;https://www.airbnb.com/rooms/20975133&#34;,&#34;https://www.airbnb.com/rooms/20975797&#34;,&#34;https://www.airbnb.com/rooms/20977729&#34;,&#34;https://www.airbnb.com/rooms/20978178&#34;,&#34;https://www.airbnb.com/rooms/20980067&#34;,&#34;https://www.airbnb.com/rooms/20980271&#34;,&#34;https://www.airbnb.com/rooms/20985427&#34;,&#34;https://www.airbnb.com/rooms/20987050&#34;,&#34;https://www.airbnb.com/rooms/20987256&#34;,&#34;https://www.airbnb.com/rooms/20987550&#34;,&#34;https://www.airbnb.com/rooms/20989915&#34;,&#34;https://www.airbnb.com/rooms/20990904&#34;,&#34;https://www.airbnb.com/rooms/20990998&#34;,&#34;https://www.airbnb.com/rooms/20991709&#34;,&#34;https://www.airbnb.com/rooms/20993049&#34;,&#34;https://www.airbnb.com/rooms/20993800&#34;,&#34;https://www.airbnb.com/rooms/20993916&#34;,&#34;https://www.airbnb.com/rooms/20994834&#34;,&#34;https://www.airbnb.com/rooms/20995278&#34;,&#34;https://www.airbnb.com/rooms/20996237&#34;,&#34;https://www.airbnb.com/rooms/20996444&#34;,&#34;https://www.airbnb.com/rooms/20996649&#34;,&#34;https://www.airbnb.com/rooms/21002436&#34;,&#34;https://www.airbnb.com/rooms/21003741&#34;,&#34;https://www.airbnb.com/rooms/21004048&#34;,&#34;https://www.airbnb.com/rooms/21006966&#34;,&#34;https://www.airbnb.com/rooms/21007007&#34;,&#34;https://www.airbnb.com/rooms/21007474&#34;,&#34;https://www.airbnb.com/rooms/21009845&#34;,&#34;https://www.airbnb.com/rooms/21009928&#34;,&#34;https://www.airbnb.com/rooms/21010129&#34;,&#34;https://www.airbnb.com/rooms/21010874&#34;,&#34;https://www.airbnb.com/rooms/21011987&#34;,&#34;https://www.airbnb.com/rooms/21012117&#34;,&#34;https://www.airbnb.com/rooms/21013711&#34;,&#34;https://www.airbnb.com/rooms/21015803&#34;,&#34;https://www.airbnb.com/rooms/21016224&#34;,&#34;https://www.airbnb.com/rooms/21017217&#34;,&#34;https://www.airbnb.com/rooms/21017810&#34;,&#34;https://www.airbnb.com/rooms/21017837&#34;,&#34;https://www.airbnb.com/rooms/21018929&#34;,&#34;https://www.airbnb.com/rooms/21020713&#34;,&#34;https://www.airbnb.com/rooms/21023714&#34;,&#34;https://www.airbnb.com/rooms/21024454&#34;,&#34;https://www.airbnb.com/rooms/21026059&#34;,&#34;https://www.airbnb.com/rooms/21026948&#34;,&#34;https://www.airbnb.com/rooms/21027669&#34;,&#34;https://www.airbnb.com/rooms/21031519&#34;,&#34;https://www.airbnb.com/rooms/21036005&#34;,&#34;https://www.airbnb.com/rooms/21036059&#34;,&#34;https://www.airbnb.com/rooms/21036419&#34;,&#34;https://www.airbnb.com/rooms/21039154&#34;,&#34;https://www.airbnb.com/rooms/21039190&#34;,&#34;https://www.airbnb.com/rooms/21040107&#34;,&#34;https://www.airbnb.com/rooms/21041766&#34;,&#34;https://www.airbnb.com/rooms/21048099&#34;,&#34;https://www.airbnb.com/rooms/21051718&#34;,&#34;https://www.airbnb.com/rooms/21051997&#34;,&#34;https://www.airbnb.com/rooms/21054970&#34;,&#34;https://www.airbnb.com/rooms/21060886&#34;,&#34;https://www.airbnb.com/rooms/21061750&#34;,&#34;https://www.airbnb.com/rooms/21062071&#34;,&#34;https://www.airbnb.com/rooms/21072925&#34;,&#34;https://www.airbnb.com/rooms/21073032&#34;,&#34;https://www.airbnb.com/rooms/21073116&#34;,&#34;https://www.airbnb.com/rooms/21074669&#34;,&#34;https://www.airbnb.com/rooms/21078753&#34;,&#34;https://www.airbnb.com/rooms/21078832&#34;,&#34;https://www.airbnb.com/rooms/21086985&#34;,&#34;https://www.airbnb.com/rooms/21087463&#34;,&#34;https://www.airbnb.com/rooms/21088833&#34;,&#34;https://www.airbnb.com/rooms/21091763&#34;,&#34;https://www.airbnb.com/rooms/21093390&#34;,&#34;https://www.airbnb.com/rooms/21099206&#34;,&#34;https://www.airbnb.com/rooms/21102446&#34;,&#34;https://www.airbnb.com/rooms/21103043&#34;,&#34;https://www.airbnb.com/rooms/21103090&#34;,&#34;https://www.airbnb.com/rooms/21103761&#34;,&#34;https://www.airbnb.com/rooms/21103942&#34;,&#34;https://www.airbnb.com/rooms/21110554&#34;,&#34;https://www.airbnb.com/rooms/21116530&#34;,&#34;https://www.airbnb.com/rooms/21121435&#34;,&#34;https://www.airbnb.com/rooms/21121635&#34;,&#34;https://www.airbnb.com/rooms/21122226&#34;,&#34;https://www.airbnb.com/rooms/21132275&#34;,&#34;https://www.airbnb.com/rooms/21135771&#34;,&#34;https://www.airbnb.com/rooms/21138557&#34;,&#34;https://www.airbnb.com/rooms/21144214&#34;,&#34;https://www.airbnb.com/rooms/21144946&#34;,&#34;https://www.airbnb.com/rooms/21145358&#34;,&#34;https://www.airbnb.com/rooms/21145990&#34;,&#34;https://www.airbnb.com/rooms/21147371&#34;,&#34;https://www.airbnb.com/rooms/21147850&#34;,&#34;https://www.airbnb.com/rooms/21148649&#34;,&#34;https://www.airbnb.com/rooms/21155748&#34;,&#34;https://www.airbnb.com/rooms/21159482&#34;,&#34;https://www.airbnb.com/rooms/21169306&#34;,&#34;https://www.airbnb.com/rooms/21173880&#34;,&#34;https://www.airbnb.com/rooms/21186114&#34;,&#34;https://www.airbnb.com/rooms/21188563&#34;,&#34;https://www.airbnb.com/rooms/21193357&#34;,&#34;https://www.airbnb.com/rooms/21195129&#34;,&#34;https://www.airbnb.com/rooms/21195281&#34;,&#34;https://www.airbnb.com/rooms/21196873&#34;,&#34;https://www.airbnb.com/rooms/21202117&#34;,&#34;https://www.airbnb.com/rooms/21202461&#34;,&#34;https://www.airbnb.com/rooms/21206605&#34;,&#34;https://www.airbnb.com/rooms/21215745&#34;,&#34;https://www.airbnb.com/rooms/21216970&#34;,&#34;https://www.airbnb.com/rooms/21224554&#34;,&#34;https://www.airbnb.com/rooms/21226764&#34;,&#34;https://www.airbnb.com/rooms/21226942&#34;,&#34;https://www.airbnb.com/rooms/21234100&#34;,&#34;https://www.airbnb.com/rooms/21234340&#34;,&#34;https://www.airbnb.com/rooms/21237304&#34;,&#34;https://www.airbnb.com/rooms/21239748&#34;,&#34;https://www.airbnb.com/rooms/21243721&#34;,&#34;https://www.airbnb.com/rooms/21247271&#34;,&#34;https://www.airbnb.com/rooms/21248579&#34;,&#34;https://www.airbnb.com/rooms/21249628&#34;,&#34;https://www.airbnb.com/rooms/21263337&#34;,&#34;https://www.airbnb.com/rooms/21277804&#34;,&#34;https://www.airbnb.com/rooms/21286725&#34;,&#34;https://www.airbnb.com/rooms/21292417&#34;,&#34;https://www.airbnb.com/rooms/21302431&#34;,&#34;https://www.airbnb.com/rooms/21307642&#34;,&#34;https://www.airbnb.com/rooms/21308262&#34;,&#34;https://www.airbnb.com/rooms/21308315&#34;,&#34;https://www.airbnb.com/rooms/21310432&#34;,&#34;https://www.airbnb.com/rooms/21320536&#34;,&#34;https://www.airbnb.com/rooms/21339850&#34;,&#34;https://www.airbnb.com/rooms/21339986&#34;,&#34;https://www.airbnb.com/rooms/21343393&#34;,&#34;https://www.airbnb.com/rooms/21348875&#34;,&#34;https://www.airbnb.com/rooms/21350475&#34;,&#34;https://www.airbnb.com/rooms/21350728&#34;,&#34;https://www.airbnb.com/rooms/21359817&#34;,&#34;https://www.airbnb.com/rooms/21374653&#34;,&#34;https://www.airbnb.com/rooms/21379202&#34;,&#34;https://www.airbnb.com/rooms/21381225&#34;,&#34;https://www.airbnb.com/rooms/21388092&#34;,&#34;https://www.airbnb.com/rooms/21403335&#34;,&#34;https://www.airbnb.com/rooms/21409758&#34;,&#34;https://www.airbnb.com/rooms/21418364&#34;,&#34;https://www.airbnb.com/rooms/21419988&#34;,&#34;https://www.airbnb.com/rooms/21425541&#34;,&#34;https://www.airbnb.com/rooms/21454362&#34;,&#34;https://www.airbnb.com/rooms/21458040&#34;,&#34;https://www.airbnb.com/rooms/21458453&#34;,&#34;https://www.airbnb.com/rooms/21464035&#34;,&#34;https://www.airbnb.com/rooms/21469424&#34;,&#34;https://www.airbnb.com/rooms/21473099&#34;,&#34;https://www.airbnb.com/rooms/21500699&#34;,&#34;https://www.airbnb.com/rooms/21506841&#34;,&#34;https://www.airbnb.com/rooms/21520361&#34;,&#34;https://www.airbnb.com/rooms/21542545&#34;,&#34;https://www.airbnb.com/rooms/21564061&#34;,&#34;https://www.airbnb.com/rooms/21586672&#34;,&#34;https://www.airbnb.com/rooms/21595132&#34;,&#34;https://www.airbnb.com/rooms/21605658&#34;,&#34;https://www.airbnb.com/rooms/21609913&#34;,&#34;https://www.airbnb.com/rooms/21620217&#34;,&#34;https://www.airbnb.com/rooms/21629000&#34;,&#34;https://www.airbnb.com/rooms/21631973&#34;,&#34;https://www.airbnb.com/rooms/21632290&#34;,&#34;https://www.airbnb.com/rooms/21639926&#34;,&#34;https://www.airbnb.com/rooms/21647351&#34;,&#34;https://www.airbnb.com/rooms/21652269&#34;,&#34;https://www.airbnb.com/rooms/21657694&#34;,&#34;https://www.airbnb.com/rooms/21662968&#34;,&#34;https://www.airbnb.com/rooms/21678796&#34;,&#34;https://www.airbnb.com/rooms/21679963&#34;,&#34;https://www.airbnb.com/rooms/21686776&#34;,&#34;https://www.airbnb.com/rooms/21687707&#34;,&#34;https://www.airbnb.com/rooms/21692059&#34;,&#34;https://www.airbnb.com/rooms/21696222&#34;,&#34;https://www.airbnb.com/rooms/21696310&#34;,&#34;https://www.airbnb.com/rooms/21698206&#34;,&#34;https://www.airbnb.com/rooms/21703196&#34;,&#34;https://www.airbnb.com/rooms/21711786&#34;,&#34;https://www.airbnb.com/rooms/21713952&#34;,&#34;https://www.airbnb.com/rooms/21722595&#34;,&#34;https://www.airbnb.com/rooms/21742989&#34;,&#34;https://www.airbnb.com/rooms/21746747&#34;,&#34;https://www.airbnb.com/rooms/21747341&#34;,&#34;https://www.airbnb.com/rooms/21758406&#34;,&#34;https://www.airbnb.com/rooms/21762250&#34;,&#34;https://www.airbnb.com/rooms/21768388&#34;,&#34;https://www.airbnb.com/rooms/21773157&#34;,&#34;https://www.airbnb.com/rooms/21774738&#34;,&#34;https://www.airbnb.com/rooms/21792210&#34;,&#34;https://www.airbnb.com/rooms/21792866&#34;,&#34;https://www.airbnb.com/rooms/21793044&#34;,&#34;https://www.airbnb.com/rooms/21794648&#34;,&#34;https://www.airbnb.com/rooms/21808111&#34;,&#34;https://www.airbnb.com/rooms/21820577&#34;,&#34;https://www.airbnb.com/rooms/21820619&#34;,&#34;https://www.airbnb.com/rooms/21821772&#34;,&#34;https://www.airbnb.com/rooms/21827272&#34;,&#34;https://www.airbnb.com/rooms/21827840&#34;,&#34;https://www.airbnb.com/rooms/21831971&#34;,&#34;https://www.airbnb.com/rooms/21835474&#34;,&#34;https://www.airbnb.com/rooms/21842309&#34;,&#34;https://www.airbnb.com/rooms/21843611&#34;,&#34;https://www.airbnb.com/rooms/21844776&#34;,&#34;https://www.airbnb.com/rooms/21858038&#34;,&#34;https://www.airbnb.com/rooms/21860051&#34;,&#34;https://www.airbnb.com/rooms/21860186&#34;,&#34;https://www.airbnb.com/rooms/21861371&#34;,&#34;https://www.airbnb.com/rooms/21862445&#34;,&#34;https://www.airbnb.com/rooms/21874905&#34;,&#34;https://www.airbnb.com/rooms/21876380&#34;,&#34;https://www.airbnb.com/rooms/21880524&#34;,&#34;https://www.airbnb.com/rooms/21881417&#34;,&#34;https://www.airbnb.com/rooms/21892763&#34;,&#34;https://www.airbnb.com/rooms/21895967&#34;,&#34;https://www.airbnb.com/rooms/21896633&#34;,&#34;https://www.airbnb.com/rooms/21909331&#34;,&#34;https://www.airbnb.com/rooms/21911599&#34;,&#34;https://www.airbnb.com/rooms/21919342&#34;,&#34;https://www.airbnb.com/rooms/21923429&#34;,&#34;https://www.airbnb.com/rooms/21925244&#34;,&#34;https://www.airbnb.com/rooms/21932102&#34;,&#34;https://www.airbnb.com/rooms/21932201&#34;,&#34;https://www.airbnb.com/rooms/21932572&#34;,&#34;https://www.airbnb.com/rooms/21955537&#34;,&#34;https://www.airbnb.com/rooms/21955754&#34;,&#34;https://www.airbnb.com/rooms/21971202&#34;,&#34;https://www.airbnb.com/rooms/21987703&#34;,&#34;https://www.airbnb.com/rooms/21987710&#34;,&#34;https://www.airbnb.com/rooms/21987725&#34;,&#34;https://www.airbnb.com/rooms/21998893&#34;,&#34;https://www.airbnb.com/rooms/22042458&#34;,&#34;https://www.airbnb.com/rooms/22045085&#34;,&#34;https://www.airbnb.com/rooms/22045840&#34;,&#34;https://www.airbnb.com/rooms/22071901&#34;,&#34;https://www.airbnb.com/rooms/22079498&#34;,&#34;https://www.airbnb.com/rooms/22081015&#34;,&#34;https://www.airbnb.com/rooms/22082610&#34;,&#34;https://www.airbnb.com/rooms/22084340&#34;,&#34;https://www.airbnb.com/rooms/22095390&#34;,&#34;https://www.airbnb.com/rooms/22097045&#34;,&#34;https://www.airbnb.com/rooms/22100287&#34;,&#34;https://www.airbnb.com/rooms/22110845&#34;,&#34;https://www.airbnb.com/rooms/22115028&#34;,&#34;https://www.airbnb.com/rooms/22133662&#34;,&#34;https://www.airbnb.com/rooms/22141150&#34;,&#34;https://www.airbnb.com/rooms/22146328&#34;,&#34;https://www.airbnb.com/rooms/22173553&#34;,&#34;https://www.airbnb.com/rooms/22184567&#34;,&#34;https://www.airbnb.com/rooms/22185109&#34;,&#34;https://www.airbnb.com/rooms/22195792&#34;,&#34;https://www.airbnb.com/rooms/22203723&#34;,&#34;https://www.airbnb.com/rooms/22208040&#34;,&#34;https://www.airbnb.com/rooms/22225725&#34;,&#34;https://www.airbnb.com/rooms/22227879&#34;,&#34;https://www.airbnb.com/rooms/22239583&#34;,&#34;https://www.airbnb.com/rooms/22246896&#34;,&#34;https://www.airbnb.com/rooms/22252967&#34;,&#34;https://www.airbnb.com/rooms/22256057&#34;,&#34;https://www.airbnb.com/rooms/22270602&#34;,&#34;https://www.airbnb.com/rooms/22276501&#34;,&#34;https://www.airbnb.com/rooms/22278722&#34;,&#34;https://www.airbnb.com/rooms/22279904&#34;,&#34;https://www.airbnb.com/rooms/22281069&#34;,&#34;https://www.airbnb.com/rooms/22286078&#34;,&#34;https://www.airbnb.com/rooms/22289468&#34;,&#34;https://www.airbnb.com/rooms/22292626&#34;,&#34;https://www.airbnb.com/rooms/22298052&#34;,&#34;https://www.airbnb.com/rooms/22298496&#34;,&#34;https://www.airbnb.com/rooms/22299960&#34;,&#34;https://www.airbnb.com/rooms/22301596&#34;,&#34;https://www.airbnb.com/rooms/22304260&#34;,&#34;https://www.airbnb.com/rooms/22307435&#34;,&#34;https://www.airbnb.com/rooms/22313889&#34;,&#34;https://www.airbnb.com/rooms/22318335&#34;,&#34;https://www.airbnb.com/rooms/22319003&#34;,&#34;https://www.airbnb.com/rooms/22322571&#34;,&#34;https://www.airbnb.com/rooms/22331327&#34;,&#34;https://www.airbnb.com/rooms/22337824&#34;,&#34;https://www.airbnb.com/rooms/22344376&#34;,&#34;https://www.airbnb.com/rooms/22352915&#34;,&#34;https://www.airbnb.com/rooms/22365462&#34;,&#34;https://www.airbnb.com/rooms/22366311&#34;,&#34;https://www.airbnb.com/rooms/22367846&#34;,&#34;https://www.airbnb.com/rooms/22374961&#34;,&#34;https://www.airbnb.com/rooms/22380774&#34;,&#34;https://www.airbnb.com/rooms/22380822&#34;,&#34;https://www.airbnb.com/rooms/22385983&#34;,&#34;https://www.airbnb.com/rooms/22404257&#34;,&#34;https://www.airbnb.com/rooms/22405163&#34;,&#34;https://www.airbnb.com/rooms/22414794&#34;,&#34;https://www.airbnb.com/rooms/22421718&#34;,&#34;https://www.airbnb.com/rooms/22425208&#34;,&#34;https://www.airbnb.com/rooms/22428000&#34;,&#34;https://www.airbnb.com/rooms/22440370&#34;,&#34;https://www.airbnb.com/rooms/22440764&#34;,&#34;https://www.airbnb.com/rooms/22461678&#34;,&#34;https://www.airbnb.com/rooms/22476043&#34;,&#34;https://www.airbnb.com/rooms/22478598&#34;,&#34;https://www.airbnb.com/rooms/22512107&#34;,&#34;https://www.airbnb.com/rooms/22512528&#34;,&#34;https://www.airbnb.com/rooms/22540446&#34;,&#34;https://www.airbnb.com/rooms/22541065&#34;,&#34;https://www.airbnb.com/rooms/22545488&#34;,&#34;https://www.airbnb.com/rooms/22556396&#34;,&#34;https://www.airbnb.com/rooms/22558068&#34;,&#34;https://www.airbnb.com/rooms/22560015&#34;,&#34;https://www.airbnb.com/rooms/22583936&#34;,&#34;https://www.airbnb.com/rooms/22584986&#34;,&#34;https://www.airbnb.com/rooms/22587017&#34;,&#34;https://www.airbnb.com/rooms/22591493&#34;,&#34;https://www.airbnb.com/rooms/22591691&#34;,&#34;https://www.airbnb.com/rooms/22592103&#34;,&#34;https://www.airbnb.com/rooms/22592549&#34;,&#34;https://www.airbnb.com/rooms/22595055&#34;,&#34;https://www.airbnb.com/rooms/22595325&#34;,&#34;https://www.airbnb.com/rooms/22596037&#34;,&#34;https://www.airbnb.com/rooms/22604209&#34;,&#34;https://www.airbnb.com/rooms/22608150&#34;,&#34;https://www.airbnb.com/rooms/22610799&#34;,&#34;https://www.airbnb.com/rooms/22612227&#34;,&#34;https://www.airbnb.com/rooms/22624978&#34;,&#34;https://www.airbnb.com/rooms/22631384&#34;,&#34;https://www.airbnb.com/rooms/22645832&#34;,&#34;https://www.airbnb.com/rooms/22651378&#34;,&#34;https://www.airbnb.com/rooms/22652327&#34;,&#34;https://www.airbnb.com/rooms/22653690&#34;,&#34;https://www.airbnb.com/rooms/22670177&#34;,&#34;https://www.airbnb.com/rooms/22672841&#34;,&#34;https://www.airbnb.com/rooms/22673098&#34;,&#34;https://www.airbnb.com/rooms/22678029&#34;,&#34;https://www.airbnb.com/rooms/22682128&#34;,&#34;https://www.airbnb.com/rooms/22688254&#34;,&#34;https://www.airbnb.com/rooms/22711849&#34;,&#34;https://www.airbnb.com/rooms/22714494&#34;,&#34;https://www.airbnb.com/rooms/22715818&#34;,&#34;https://www.airbnb.com/rooms/22724057&#34;,&#34;https://www.airbnb.com/rooms/22725785&#34;,&#34;https://www.airbnb.com/rooms/22731596&#34;,&#34;https://www.airbnb.com/rooms/22737588&#34;,&#34;https://www.airbnb.com/rooms/22757271&#34;,&#34;https://www.airbnb.com/rooms/22766978&#34;,&#34;https://www.airbnb.com/rooms/22768576&#34;,&#34;https://www.airbnb.com/rooms/22770904&#34;,&#34;https://www.airbnb.com/rooms/22790688&#34;,&#34;https://www.airbnb.com/rooms/22802565&#34;,&#34;https://www.airbnb.com/rooms/22820774&#34;,&#34;https://www.airbnb.com/rooms/22822863&#34;,&#34;https://www.airbnb.com/rooms/22832142&#34;,&#34;https://www.airbnb.com/rooms/22838590&#34;,&#34;https://www.airbnb.com/rooms/22844715&#34;,&#34;https://www.airbnb.com/rooms/22852818&#34;,&#34;https://www.airbnb.com/rooms/22855133&#34;,&#34;https://www.airbnb.com/rooms/22855595&#34;,&#34;https://www.airbnb.com/rooms/22858219&#34;,&#34;https://www.airbnb.com/rooms/22882088&#34;,&#34;https://www.airbnb.com/rooms/22902849&#34;,&#34;https://www.airbnb.com/rooms/22906860&#34;,&#34;https://www.airbnb.com/rooms/22925476&#34;,&#34;https://www.airbnb.com/rooms/22929983&#34;,&#34;https://www.airbnb.com/rooms/22955428&#34;,&#34;https://www.airbnb.com/rooms/22956255&#34;,&#34;https://www.airbnb.com/rooms/22962591&#34;,&#34;https://www.airbnb.com/rooms/22963280&#34;,&#34;https://www.airbnb.com/rooms/22970694&#34;,&#34;https://www.airbnb.com/rooms/22976181&#34;,&#34;https://www.airbnb.com/rooms/22982674&#34;,&#34;https://www.airbnb.com/rooms/22983094&#34;,&#34;https://www.airbnb.com/rooms/22991567&#34;,&#34;https://www.airbnb.com/rooms/22991679&#34;,&#34;https://www.airbnb.com/rooms/23000545&#34;,&#34;https://www.airbnb.com/rooms/23030683&#34;,&#34;https://www.airbnb.com/rooms/23030875&#34;,&#34;https://www.airbnb.com/rooms/23037586&#34;,&#34;https://www.airbnb.com/rooms/23057137&#34;,&#34;https://www.airbnb.com/rooms/23059468&#34;,&#34;https://www.airbnb.com/rooms/23068721&#34;,&#34;https://www.airbnb.com/rooms/23082896&#34;,&#34;https://www.airbnb.com/rooms/23087023&#34;,&#34;https://www.airbnb.com/rooms/23097871&#34;,&#34;https://www.airbnb.com/rooms/23101175&#34;,&#34;https://www.airbnb.com/rooms/23101509&#34;,&#34;https://www.airbnb.com/rooms/23103753&#34;,&#34;https://www.airbnb.com/rooms/23123096&#34;,&#34;https://www.airbnb.com/rooms/23126401&#34;,&#34;https://www.airbnb.com/rooms/23138160&#34;,&#34;https://www.airbnb.com/rooms/23155027&#34;,&#34;https://www.airbnb.com/rooms/23160903&#34;,&#34;https://www.airbnb.com/rooms/23173910&#34;,&#34;https://www.airbnb.com/rooms/23187968&#34;,&#34;https://www.airbnb.com/rooms/23194713&#34;,&#34;https://www.airbnb.com/rooms/23202801&#34;,&#34;https://www.airbnb.com/rooms/23209230&#34;,&#34;https://www.airbnb.com/rooms/23215281&#34;,&#34;https://www.airbnb.com/rooms/23233760&#34;,&#34;https://www.airbnb.com/rooms/23243955&#34;,&#34;https://www.airbnb.com/rooms/23245027&#34;,&#34;https://www.airbnb.com/rooms/23246036&#34;,&#34;https://www.airbnb.com/rooms/23250435&#34;,&#34;https://www.airbnb.com/rooms/23264520&#34;,&#34;https://www.airbnb.com/rooms/23286031&#34;,&#34;https://www.airbnb.com/rooms/23287256&#34;,&#34;https://www.airbnb.com/rooms/23297764&#34;,&#34;https://www.airbnb.com/rooms/23311112&#34;,&#34;https://www.airbnb.com/rooms/23313920&#34;,&#34;https://www.airbnb.com/rooms/23315469&#34;,&#34;https://www.airbnb.com/rooms/23315666&#34;,&#34;https://www.airbnb.com/rooms/23317311&#34;,&#34;https://www.airbnb.com/rooms/23326924&#34;,&#34;https://www.airbnb.com/rooms/23331560&#34;,&#34;https://www.airbnb.com/rooms/23333710&#34;,&#34;https://www.airbnb.com/rooms/23337266&#34;,&#34;https://www.airbnb.com/rooms/23340978&#34;,&#34;https://www.airbnb.com/rooms/23346342&#34;,&#34;https://www.airbnb.com/rooms/23350682&#34;,&#34;https://www.airbnb.com/rooms/23353350&#34;,&#34;https://www.airbnb.com/rooms/23354217&#34;,&#34;https://www.airbnb.com/rooms/23356347&#34;,&#34;https://www.airbnb.com/rooms/23356842&#34;,&#34;https://www.airbnb.com/rooms/23356998&#34;,&#34;https://www.airbnb.com/rooms/23371420&#34;,&#34;https://www.airbnb.com/rooms/23374269&#34;,&#34;https://www.airbnb.com/rooms/23374861&#34;,&#34;https://www.airbnb.com/rooms/23408214&#34;,&#34;https://www.airbnb.com/rooms/23408925&#34;,&#34;https://www.airbnb.com/rooms/23411281&#34;,&#34;https://www.airbnb.com/rooms/23432939&#34;,&#34;https://www.airbnb.com/rooms/23458776&#34;,&#34;https://www.airbnb.com/rooms/23466048&#34;,&#34;https://www.airbnb.com/rooms/23490402&#34;,&#34;https://www.airbnb.com/rooms/23491452&#34;,&#34;https://www.airbnb.com/rooms/23495765&#34;,&#34;https://www.airbnb.com/rooms/23495803&#34;,&#34;https://www.airbnb.com/rooms/23501906&#34;,&#34;https://www.airbnb.com/rooms/23510284&#34;,&#34;https://www.airbnb.com/rooms/23514701&#34;,&#34;https://www.airbnb.com/rooms/23533017&#34;,&#34;https://www.airbnb.com/rooms/23536121&#34;,&#34;https://www.airbnb.com/rooms/23536586&#34;,&#34;https://www.airbnb.com/rooms/23542990&#34;,&#34;https://www.airbnb.com/rooms/23543782&#34;,&#34;https://www.airbnb.com/rooms/23544173&#34;,&#34;https://www.airbnb.com/rooms/23549267&#34;,&#34;https://www.airbnb.com/rooms/23552407&#34;,&#34;https://www.airbnb.com/rooms/23564240&#34;,&#34;https://www.airbnb.com/rooms/23594089&#34;,&#34;https://www.airbnb.com/rooms/23603963&#34;,&#34;https://www.airbnb.com/rooms/23605931&#34;,&#34;https://www.airbnb.com/rooms/23605996&#34;,&#34;https://www.airbnb.com/rooms/23609111&#34;,&#34;https://www.airbnb.com/rooms/23609705&#34;,&#34;https://www.airbnb.com/rooms/23617813&#34;,&#34;https://www.airbnb.com/rooms/23619821&#34;,&#34;https://www.airbnb.com/rooms/23624800&#34;,&#34;https://www.airbnb.com/rooms/23643503&#34;,&#34;https://www.airbnb.com/rooms/23673128&#34;,&#34;https://www.airbnb.com/rooms/23674940&#34;,&#34;https://www.airbnb.com/rooms/23681113&#34;,&#34;https://www.airbnb.com/rooms/23688666&#34;,&#34;https://www.airbnb.com/rooms/23691885&#34;,&#34;https://www.airbnb.com/rooms/23716220&#34;,&#34;https://www.airbnb.com/rooms/23719872&#34;,&#34;https://www.airbnb.com/rooms/23720181&#34;,&#34;https://www.airbnb.com/rooms/23720430&#34;,&#34;https://www.airbnb.com/rooms/23721843&#34;,&#34;https://www.airbnb.com/rooms/23723193&#34;,&#34;https://www.airbnb.com/rooms/23736194&#34;,&#34;https://www.airbnb.com/rooms/23738554&#34;,&#34;https://www.airbnb.com/rooms/23754717&#34;,&#34;https://www.airbnb.com/rooms/23757088&#34;,&#34;https://www.airbnb.com/rooms/23759032&#34;,&#34;https://www.airbnb.com/rooms/23760183&#34;,&#34;https://www.airbnb.com/rooms/23767929&#34;,&#34;https://www.airbnb.com/rooms/23776642&#34;,&#34;https://www.airbnb.com/rooms/23783631&#34;,&#34;https://www.airbnb.com/rooms/23795617&#34;,&#34;https://www.airbnb.com/rooms/23798925&#34;,&#34;https://www.airbnb.com/rooms/23802995&#34;,&#34;https://www.airbnb.com/rooms/23807978&#34;,&#34;https://www.airbnb.com/rooms/23820046&#34;,&#34;https://www.airbnb.com/rooms/23829991&#34;,&#34;https://www.airbnb.com/rooms/23835285&#34;,&#34;https://www.airbnb.com/rooms/23837571&#34;,&#34;https://www.airbnb.com/rooms/23841728&#34;,&#34;https://www.airbnb.com/rooms/23852296&#34;,&#34;https://www.airbnb.com/rooms/23862643&#34;,&#34;https://www.airbnb.com/rooms/23870792&#34;,&#34;https://www.airbnb.com/rooms/23888049&#34;,&#34;https://www.airbnb.com/rooms/23889207&#34;,&#34;https://www.airbnb.com/rooms/23894865&#34;,&#34;https://www.airbnb.com/rooms/23897614&#34;,&#34;https://www.airbnb.com/rooms/23900647&#34;,&#34;https://www.airbnb.com/rooms/23918913&#34;,&#34;https://www.airbnb.com/rooms/23931731&#34;,&#34;https://www.airbnb.com/rooms/23945422&#34;,&#34;https://www.airbnb.com/rooms/23951034&#34;,&#34;https://www.airbnb.com/rooms/23956464&#34;,&#34;https://www.airbnb.com/rooms/23968747&#34;,&#34;https://www.airbnb.com/rooms/23989621&#34;,&#34;https://www.airbnb.com/rooms/23993671&#34;,&#34;https://www.airbnb.com/rooms/23995156&#34;,&#34;https://www.airbnb.com/rooms/24003866&#34;,&#34;https://www.airbnb.com/rooms/24006158&#34;,&#34;https://www.airbnb.com/rooms/24008678&#34;,&#34;https://www.airbnb.com/rooms/24014582&#34;,&#34;https://www.airbnb.com/rooms/24017830&#34;,&#34;https://www.airbnb.com/rooms/24018848&#34;,&#34;https://www.airbnb.com/rooms/24022573&#34;,&#34;https://www.airbnb.com/rooms/24026651&#34;,&#34;https://www.airbnb.com/rooms/24037957&#34;,&#34;https://www.airbnb.com/rooms/24068015&#34;,&#34;https://www.airbnb.com/rooms/24069330&#34;,&#34;https://www.airbnb.com/rooms/24070100&#34;,&#34;https://www.airbnb.com/rooms/24075883&#34;,&#34;https://www.airbnb.com/rooms/24078499&#34;,&#34;https://www.airbnb.com/rooms/24080898&#34;,&#34;https://www.airbnb.com/rooms/24083971&#34;,&#34;https://www.airbnb.com/rooms/24091023&#34;,&#34;https://www.airbnb.com/rooms/24115715&#34;,&#34;https://www.airbnb.com/rooms/24128306&#34;,&#34;https://www.airbnb.com/rooms/24131127&#34;,&#34;https://www.airbnb.com/rooms/24133159&#34;,&#34;https://www.airbnb.com/rooms/24142114&#34;,&#34;https://www.airbnb.com/rooms/24153347&#34;,&#34;https://www.airbnb.com/rooms/24160076&#34;,&#34;https://www.airbnb.com/rooms/24168230&#34;,&#34;https://www.airbnb.com/rooms/24172538&#34;,&#34;https://www.airbnb.com/rooms/24180598&#34;,&#34;https://www.airbnb.com/rooms/24194281&#34;,&#34;https://www.airbnb.com/rooms/24213282&#34;,&#34;https://www.airbnb.com/rooms/24221516&#34;,&#34;https://www.airbnb.com/rooms/24222090&#34;,&#34;https://www.airbnb.com/rooms/24223392&#34;,&#34;https://www.airbnb.com/rooms/24225378&#34;,&#34;https://www.airbnb.com/rooms/24226268&#34;,&#34;https://www.airbnb.com/rooms/24230375&#34;,&#34;https://www.airbnb.com/rooms/24241367&#34;,&#34;https://www.airbnb.com/rooms/24241939&#34;,&#34;https://www.airbnb.com/rooms/24245866&#34;,&#34;https://www.airbnb.com/rooms/24253810&#34;,&#34;https://www.airbnb.com/rooms/24255653&#34;,&#34;https://www.airbnb.com/rooms/24281379&#34;,&#34;https://www.airbnb.com/rooms/24291245&#34;,&#34;https://www.airbnb.com/rooms/24297484&#34;,&#34;https://www.airbnb.com/rooms/24304122&#34;,&#34;https://www.airbnb.com/rooms/24308510&#34;,&#34;https://www.airbnb.com/rooms/24322125&#34;,&#34;https://www.airbnb.com/rooms/24327714&#34;,&#34;https://www.airbnb.com/rooms/24332601&#34;,&#34;https://www.airbnb.com/rooms/24345147&#34;,&#34;https://www.airbnb.com/rooms/24351617&#34;,&#34;https://www.airbnb.com/rooms/24353778&#34;,&#34;https://www.airbnb.com/rooms/24353957&#34;,&#34;https://www.airbnb.com/rooms/24365439&#34;,&#34;https://www.airbnb.com/rooms/24383317&#34;,&#34;https://www.airbnb.com/rooms/24394119&#34;,&#34;https://www.airbnb.com/rooms/24401041&#34;,&#34;https://www.airbnb.com/rooms/24402177&#34;,&#34;https://www.airbnb.com/rooms/24402271&#34;,&#34;https://www.airbnb.com/rooms/24421541&#34;,&#34;https://www.airbnb.com/rooms/24458473&#34;,&#34;https://www.airbnb.com/rooms/24461765&#34;,&#34;https://www.airbnb.com/rooms/24470110&#34;,&#34;https://www.airbnb.com/rooms/24483996&#34;,&#34;https://www.airbnb.com/rooms/24484238&#34;,&#34;https://www.airbnb.com/rooms/24493486&#34;,&#34;https://www.airbnb.com/rooms/24549032&#34;,&#34;https://www.airbnb.com/rooms/24572212&#34;,&#34;https://www.airbnb.com/rooms/24573128&#34;,&#34;https://www.airbnb.com/rooms/24574699&#34;,&#34;https://www.airbnb.com/rooms/24602609&#34;,&#34;https://www.airbnb.com/rooms/24614569&#34;,&#34;https://www.airbnb.com/rooms/24635929&#34;,&#34;https://www.airbnb.com/rooms/24641549&#34;,&#34;https://www.airbnb.com/rooms/24642644&#34;,&#34;https://www.airbnb.com/rooms/24667892&#34;,&#34;https://www.airbnb.com/rooms/24684928&#34;,&#34;https://www.airbnb.com/rooms/24713035&#34;,&#34;https://www.airbnb.com/rooms/24721361&#34;,&#34;https://www.airbnb.com/rooms/24726110&#34;,&#34;https://www.airbnb.com/rooms/24732710&#34;,&#34;https://www.airbnb.com/rooms/24739857&#34;,&#34;https://www.airbnb.com/rooms/24762169&#34;,&#34;https://www.airbnb.com/rooms/24768551&#34;,&#34;https://www.airbnb.com/rooms/24770569&#34;,&#34;https://www.airbnb.com/rooms/24771640&#34;,&#34;https://www.airbnb.com/rooms/24784716&#34;,&#34;https://www.airbnb.com/rooms/24785103&#34;,&#34;https://www.airbnb.com/rooms/24790443&#34;,&#34;https://www.airbnb.com/rooms/24797185&#34;,&#34;https://www.airbnb.com/rooms/24804604&#34;,&#34;https://www.airbnb.com/rooms/24829242&#34;,&#34;https://www.airbnb.com/rooms/24858185&#34;,&#34;https://www.airbnb.com/rooms/24867105&#34;,&#34;https://www.airbnb.com/rooms/24869711&#34;,&#34;https://www.airbnb.com/rooms/24870536&#34;,&#34;https://www.airbnb.com/rooms/24886846&#34;,&#34;https://www.airbnb.com/rooms/24901580&#34;,&#34;https://www.airbnb.com/rooms/24910237&#34;,&#34;https://www.airbnb.com/rooms/24913679&#34;,&#34;https://www.airbnb.com/rooms/24925433&#34;,&#34;https://www.airbnb.com/rooms/24935548&#34;,&#34;https://www.airbnb.com/rooms/24950597&#34;,&#34;https://www.airbnb.com/rooms/24951533&#34;,&#34;https://www.airbnb.com/rooms/24962118&#34;,&#34;https://www.airbnb.com/rooms/24965892&#34;,&#34;https://www.airbnb.com/rooms/24968057&#34;,&#34;https://www.airbnb.com/rooms/24978600&#34;,&#34;https://www.airbnb.com/rooms/24982104&#34;,&#34;https://www.airbnb.com/rooms/24985885&#34;,&#34;https://www.airbnb.com/rooms/24989583&#34;,&#34;https://www.airbnb.com/rooms/24993139&#34;,&#34;https://www.airbnb.com/rooms/24998050&#34;,&#34;https://www.airbnb.com/rooms/25003563&#34;,&#34;https://www.airbnb.com/rooms/25051346&#34;,&#34;https://www.airbnb.com/rooms/25053542&#34;,&#34;https://www.airbnb.com/rooms/25064035&#34;,&#34;https://www.airbnb.com/rooms/25070371&#34;,&#34;https://www.airbnb.com/rooms/25077723&#34;,&#34;https://www.airbnb.com/rooms/25087988&#34;,&#34;https://www.airbnb.com/rooms/25089619&#34;,&#34;https://www.airbnb.com/rooms/25102575&#34;,&#34;https://www.airbnb.com/rooms/25108558&#34;,&#34;https://www.airbnb.com/rooms/25119303&#34;,&#34;https://www.airbnb.com/rooms/25121393&#34;,&#34;https://www.airbnb.com/rooms/25125571&#34;,&#34;https://www.airbnb.com/rooms/25132781&#34;,&#34;https://www.airbnb.com/rooms/25137768&#34;,&#34;https://www.airbnb.com/rooms/25149763&#34;,&#34;https://www.airbnb.com/rooms/25152684&#34;,&#34;https://www.airbnb.com/rooms/25154079&#34;,&#34;https://www.airbnb.com/rooms/25179979&#34;,&#34;https://www.airbnb.com/rooms/25185111&#34;,&#34;https://www.airbnb.com/rooms/25185920&#34;,&#34;https://www.airbnb.com/rooms/25204739&#34;,&#34;https://www.airbnb.com/rooms/25206129&#34;,&#34;https://www.airbnb.com/rooms/25227688&#34;,&#34;https://www.airbnb.com/rooms/25241858&#34;,&#34;https://www.airbnb.com/rooms/25244214&#34;,&#34;https://www.airbnb.com/rooms/25252601&#34;,&#34;https://www.airbnb.com/rooms/25280756&#34;,&#34;https://www.airbnb.com/rooms/25288213&#34;,&#34;https://www.airbnb.com/rooms/25307437&#34;,&#34;https://www.airbnb.com/rooms/25312236&#34;,&#34;https://www.airbnb.com/rooms/25337898&#34;,&#34;https://www.airbnb.com/rooms/25343649&#34;,&#34;https://www.airbnb.com/rooms/25345516&#34;,&#34;https://www.airbnb.com/rooms/25346180&#34;,&#34;https://www.airbnb.com/rooms/25351489&#34;,&#34;https://www.airbnb.com/rooms/25368105&#34;,&#34;https://www.airbnb.com/rooms/25370446&#34;,&#34;https://www.airbnb.com/rooms/25392656&#34;,&#34;https://www.airbnb.com/rooms/25423882&#34;,&#34;https://www.airbnb.com/rooms/25424049&#34;,&#34;https://www.airbnb.com/rooms/25425395&#34;,&#34;https://www.airbnb.com/rooms/25439501&#34;,&#34;https://www.airbnb.com/rooms/25440672&#34;,&#34;https://www.airbnb.com/rooms/25448004&#34;,&#34;https://www.airbnb.com/rooms/25448292&#34;,&#34;https://www.airbnb.com/rooms/25449883&#34;,&#34;https://www.airbnb.com/rooms/25450861&#34;,&#34;https://www.airbnb.com/rooms/25452434&#34;,&#34;https://www.airbnb.com/rooms/25470316&#34;,&#34;https://www.airbnb.com/rooms/25480914&#34;,&#34;https://www.airbnb.com/rooms/25498620&#34;,&#34;https://www.airbnb.com/rooms/25508172&#34;,&#34;https://www.airbnb.com/rooms/25537973&#34;,&#34;https://www.airbnb.com/rooms/25540235&#34;,&#34;https://www.airbnb.com/rooms/25561537&#34;,&#34;https://www.airbnb.com/rooms/25572820&#34;,&#34;https://www.airbnb.com/rooms/25584448&#34;,&#34;https://www.airbnb.com/rooms/25607634&#34;,&#34;https://www.airbnb.com/rooms/25609975&#34;,&#34;https://www.airbnb.com/rooms/25655712&#34;,&#34;https://www.airbnb.com/rooms/25657258&#34;,&#34;https://www.airbnb.com/rooms/25701063&#34;,&#34;https://www.airbnb.com/rooms/25705167&#34;,&#34;https://www.airbnb.com/rooms/25760998&#34;,&#34;https://www.airbnb.com/rooms/25769867&#34;,&#34;https://www.airbnb.com/rooms/25776048&#34;,&#34;https://www.airbnb.com/rooms/25780906&#34;,&#34;https://www.airbnb.com/rooms/25784939&#34;,&#34;https://www.airbnb.com/rooms/25790086&#34;,&#34;https://www.airbnb.com/rooms/25795529&#34;,&#34;https://www.airbnb.com/rooms/25795608&#34;,&#34;https://www.airbnb.com/rooms/25817366&#34;,&#34;https://www.airbnb.com/rooms/25839743&#34;,&#34;https://www.airbnb.com/rooms/25856758&#34;,&#34;https://www.airbnb.com/rooms/25861956&#34;,&#34;https://www.airbnb.com/rooms/25863221&#34;,&#34;https://www.airbnb.com/rooms/25863520&#34;,&#34;https://www.airbnb.com/rooms/25881721&#34;,&#34;https://www.airbnb.com/rooms/25883816&#34;,&#34;https://www.airbnb.com/rooms/25901077&#34;,&#34;https://www.airbnb.com/rooms/25901131&#34;,&#34;https://www.airbnb.com/rooms/25904487&#34;,&#34;https://www.airbnb.com/rooms/25904565&#34;,&#34;https://www.airbnb.com/rooms/25906464&#34;,&#34;https://www.airbnb.com/rooms/25922131&#34;,&#34;https://www.airbnb.com/rooms/25928011&#34;,&#34;https://www.airbnb.com/rooms/25929035&#34;,&#34;https://www.airbnb.com/rooms/25935854&#34;,&#34;https://www.airbnb.com/rooms/25941937&#34;,&#34;https://www.airbnb.com/rooms/25956219&#34;,&#34;https://www.airbnb.com/rooms/25958722&#34;,&#34;https://www.airbnb.com/rooms/25961730&#34;,&#34;https://www.airbnb.com/rooms/25973098&#34;,&#34;https://www.airbnb.com/rooms/25987484&#34;,&#34;https://www.airbnb.com/rooms/25990240&#34;,&#34;https://www.airbnb.com/rooms/25991358&#34;,&#34;https://www.airbnb.com/rooms/25997791&#34;,&#34;https://www.airbnb.com/rooms/26005220&#34;,&#34;https://www.airbnb.com/rooms/26015190&#34;,&#34;https://www.airbnb.com/rooms/26016591&#34;,&#34;https://www.airbnb.com/rooms/26017187&#34;,&#34;https://www.airbnb.com/rooms/26025023&#34;,&#34;https://www.airbnb.com/rooms/26025119&#34;,&#34;https://www.airbnb.com/rooms/26053828&#34;,&#34;https://www.airbnb.com/rooms/26053879&#34;,&#34;https://www.airbnb.com/rooms/26056677&#34;,&#34;https://www.airbnb.com/rooms/26057461&#34;,&#34;https://www.airbnb.com/rooms/26059340&#34;,&#34;https://www.airbnb.com/rooms/26062019&#34;,&#34;https://www.airbnb.com/rooms/26074749&#34;,&#34;https://www.airbnb.com/rooms/26079406&#34;,&#34;https://www.airbnb.com/rooms/26081945&#34;,&#34;https://www.airbnb.com/rooms/26089290&#34;,&#34;https://www.airbnb.com/rooms/26092353&#34;,&#34;https://www.airbnb.com/rooms/26093132&#34;,&#34;https://www.airbnb.com/rooms/26094038&#34;,&#34;https://www.airbnb.com/rooms/26096179&#34;,&#34;https://www.airbnb.com/rooms/26096517&#34;,&#34;https://www.airbnb.com/rooms/26096956&#34;,&#34;https://www.airbnb.com/rooms/26104437&#34;,&#34;https://www.airbnb.com/rooms/26111683&#34;,&#34;https://www.airbnb.com/rooms/26118863&#34;,&#34;https://www.airbnb.com/rooms/26129576&#34;,&#34;https://www.airbnb.com/rooms/26139385&#34;,&#34;https://www.airbnb.com/rooms/26151466&#34;,&#34;https://www.airbnb.com/rooms/26168669&#34;,&#34;https://www.airbnb.com/rooms/26184455&#34;,&#34;https://www.airbnb.com/rooms/26185349&#34;,&#34;https://www.airbnb.com/rooms/26186776&#34;,&#34;https://www.airbnb.com/rooms/26197518&#34;,&#34;https://www.airbnb.com/rooms/26205090&#34;,&#34;https://www.airbnb.com/rooms/26217844&#34;,&#34;https://www.airbnb.com/rooms/26221585&#34;,&#34;https://www.airbnb.com/rooms/26226153&#34;,&#34;https://www.airbnb.com/rooms/26245808&#34;,&#34;https://www.airbnb.com/rooms/26254230&#34;,&#34;https://www.airbnb.com/rooms/26288574&#34;,&#34;https://www.airbnb.com/rooms/26291335&#34;,&#34;https://www.airbnb.com/rooms/26293536&#34;,&#34;https://www.airbnb.com/rooms/26293856&#34;,&#34;https://www.airbnb.com/rooms/26318563&#34;,&#34;https://www.airbnb.com/rooms/26320689&#34;,&#34;https://www.airbnb.com/rooms/26330291&#34;,&#34;https://www.airbnb.com/rooms/26335718&#34;,&#34;https://www.airbnb.com/rooms/26344880&#34;,&#34;https://www.airbnb.com/rooms/26347048&#34;,&#34;https://www.airbnb.com/rooms/26358079&#34;,&#34;https://www.airbnb.com/rooms/26360913&#34;,&#34;https://www.airbnb.com/rooms/26361463&#34;,&#34;https://www.airbnb.com/rooms/26374067&#34;,&#34;https://www.airbnb.com/rooms/26378931&#34;,&#34;https://www.airbnb.com/rooms/26381011&#34;,&#34;https://www.airbnb.com/rooms/26383104&#34;,&#34;https://www.airbnb.com/rooms/26392320&#34;,&#34;https://www.airbnb.com/rooms/26393207&#34;,&#34;https://www.airbnb.com/rooms/26395509&#34;,&#34;https://www.airbnb.com/rooms/26404786&#34;,&#34;https://www.airbnb.com/rooms/26407008&#34;,&#34;https://www.airbnb.com/rooms/26407011&#34;,&#34;https://www.airbnb.com/rooms/26407014&#34;,&#34;https://www.airbnb.com/rooms/26407164&#34;,&#34;https://www.airbnb.com/rooms/26409991&#34;,&#34;https://www.airbnb.com/rooms/26413812&#34;,&#34;https://www.airbnb.com/rooms/26416621&#34;,&#34;https://www.airbnb.com/rooms/26419656&#34;,&#34;https://www.airbnb.com/rooms/26420133&#34;,&#34;https://www.airbnb.com/rooms/26420295&#34;,&#34;https://www.airbnb.com/rooms/26423133&#34;,&#34;https://www.airbnb.com/rooms/26438184&#34;,&#34;https://www.airbnb.com/rooms/26440719&#34;,&#34;https://www.airbnb.com/rooms/26443988&#34;,&#34;https://www.airbnb.com/rooms/26446529&#34;,&#34;https://www.airbnb.com/rooms/26448116&#34;,&#34;https://www.airbnb.com/rooms/26477954&#34;,&#34;https://www.airbnb.com/rooms/26493329&#34;,&#34;https://www.airbnb.com/rooms/26493670&#34;,&#34;https://www.airbnb.com/rooms/26504923&#34;,&#34;https://www.airbnb.com/rooms/26517531&#34;,&#34;https://www.airbnb.com/rooms/26519409&#34;,&#34;https://www.airbnb.com/rooms/26528825&#34;,&#34;https://www.airbnb.com/rooms/26544894&#34;,&#34;https://www.airbnb.com/rooms/26546129&#34;,&#34;https://www.airbnb.com/rooms/26551300&#34;,&#34;https://www.airbnb.com/rooms/26569786&#34;,&#34;https://www.airbnb.com/rooms/26579269&#34;,&#34;https://www.airbnb.com/rooms/26581948&#34;,&#34;https://www.airbnb.com/rooms/26582413&#34;,&#34;https://www.airbnb.com/rooms/26589823&#34;,&#34;https://www.airbnb.com/rooms/26590119&#34;,&#34;https://www.airbnb.com/rooms/26591068&#34;,&#34;https://www.airbnb.com/rooms/26600215&#34;,&#34;https://www.airbnb.com/rooms/26600962&#34;,&#34;https://www.airbnb.com/rooms/26615287&#34;,&#34;https://www.airbnb.com/rooms/26624152&#34;,&#34;https://www.airbnb.com/rooms/26627996&#34;,&#34;https://www.airbnb.com/rooms/26630410&#34;,&#34;https://www.airbnb.com/rooms/26647991&#34;,&#34;https://www.airbnb.com/rooms/26648180&#34;,&#34;https://www.airbnb.com/rooms/26674789&#34;,&#34;https://www.airbnb.com/rooms/26697689&#34;,&#34;https://www.airbnb.com/rooms/26698903&#34;,&#34;https://www.airbnb.com/rooms/26712736&#34;,&#34;https://www.airbnb.com/rooms/26714663&#34;,&#34;https://www.airbnb.com/rooms/26723252&#34;,&#34;https://www.airbnb.com/rooms/26726096&#34;,&#34;https://www.airbnb.com/rooms/26728572&#34;,&#34;https://www.airbnb.com/rooms/26728951&#34;,&#34;https://www.airbnb.com/rooms/26742166&#34;,&#34;https://www.airbnb.com/rooms/26760842&#34;,&#34;https://www.airbnb.com/rooms/26763549&#34;,&#34;https://www.airbnb.com/rooms/26768792&#34;,&#34;https://www.airbnb.com/rooms/26770806&#34;,&#34;https://www.airbnb.com/rooms/26793328&#34;,&#34;https://www.airbnb.com/rooms/26798941&#34;,&#34;https://www.airbnb.com/rooms/26800711&#34;,&#34;https://www.airbnb.com/rooms/26802303&#34;,&#34;https://www.airbnb.com/rooms/26802965&#34;,&#34;https://www.airbnb.com/rooms/26806014&#34;,&#34;https://www.airbnb.com/rooms/26814488&#34;,&#34;https://www.airbnb.com/rooms/26814832&#34;,&#34;https://www.airbnb.com/rooms/26825502&#34;,&#34;https://www.airbnb.com/rooms/26827968&#34;,&#34;https://www.airbnb.com/rooms/26834368&#34;,&#34;https://www.airbnb.com/rooms/26837826&#34;,&#34;https://www.airbnb.com/rooms/26852113&#34;,&#34;https://www.airbnb.com/rooms/26854836&#34;,&#34;https://www.airbnb.com/rooms/26855507&#34;,&#34;https://www.airbnb.com/rooms/26857623&#34;,&#34;https://www.airbnb.com/rooms/26860763&#34;,&#34;https://www.airbnb.com/rooms/26860863&#34;,&#34;https://www.airbnb.com/rooms/26861960&#34;,&#34;https://www.airbnb.com/rooms/26867009&#34;,&#34;https://www.airbnb.com/rooms/26867716&#34;,&#34;https://www.airbnb.com/rooms/26877482&#34;,&#34;https://www.airbnb.com/rooms/26879745&#34;,&#34;https://www.airbnb.com/rooms/26882317&#34;,&#34;https://www.airbnb.com/rooms/26883026&#34;,&#34;https://www.airbnb.com/rooms/26896625&#34;,&#34;https://www.airbnb.com/rooms/26905875&#34;,&#34;https://www.airbnb.com/rooms/26907759&#34;,&#34;https://www.airbnb.com/rooms/26913507&#34;,&#34;https://www.airbnb.com/rooms/26938512&#34;,&#34;https://www.airbnb.com/rooms/26939100&#34;,&#34;https://www.airbnb.com/rooms/26949606&#34;,&#34;https://www.airbnb.com/rooms/26950414&#34;,&#34;https://www.airbnb.com/rooms/26951366&#34;,&#34;https://www.airbnb.com/rooms/26953261&#34;,&#34;https://www.airbnb.com/rooms/26954324&#34;,&#34;https://www.airbnb.com/rooms/26957141&#34;,&#34;https://www.airbnb.com/rooms/26963664&#34;,&#34;https://www.airbnb.com/rooms/26976823&#34;,&#34;https://www.airbnb.com/rooms/26977963&#34;,&#34;https://www.airbnb.com/rooms/27004269&#34;,&#34;https://www.airbnb.com/rooms/27010515&#34;,&#34;https://www.airbnb.com/rooms/27010933&#34;,&#34;https://www.airbnb.com/rooms/27016984&#34;,&#34;https://www.airbnb.com/rooms/27020656&#34;,&#34;https://www.airbnb.com/rooms/27026588&#34;,&#34;https://www.airbnb.com/rooms/27034730&#34;,&#34;https://www.airbnb.com/rooms/27042850&#34;,&#34;https://www.airbnb.com/rooms/27047584&#34;,&#34;https://www.airbnb.com/rooms/27049338&#34;,&#34;https://www.airbnb.com/rooms/27056872&#34;,&#34;https://www.airbnb.com/rooms/27058328&#34;,&#34;https://www.airbnb.com/rooms/27068916&#34;,&#34;https://www.airbnb.com/rooms/27079674&#34;,&#34;https://www.airbnb.com/rooms/27080506&#34;,&#34;https://www.airbnb.com/rooms/27088693&#34;,&#34;https://www.airbnb.com/rooms/27098703&#34;,&#34;https://www.airbnb.com/rooms/27099588&#34;,&#34;https://www.airbnb.com/rooms/27101026&#34;,&#34;https://www.airbnb.com/rooms/27109401&#34;,&#34;https://www.airbnb.com/rooms/27121309&#34;,&#34;https://www.airbnb.com/rooms/27131530&#34;,&#34;https://www.airbnb.com/rooms/27132081&#34;,&#34;https://www.airbnb.com/rooms/27146035&#34;,&#34;https://www.airbnb.com/rooms/27149640&#34;,&#34;https://www.airbnb.com/rooms/27155598&#34;,&#34;https://www.airbnb.com/rooms/27155811&#34;,&#34;https://www.airbnb.com/rooms/27157949&#34;,&#34;https://www.airbnb.com/rooms/27167115&#34;,&#34;https://www.airbnb.com/rooms/27168718&#34;,&#34;https://www.airbnb.com/rooms/27169733&#34;,&#34;https://www.airbnb.com/rooms/27180807&#34;,&#34;https://www.airbnb.com/rooms/27180812&#34;,&#34;https://www.airbnb.com/rooms/27183626&#34;,&#34;https://www.airbnb.com/rooms/27183999&#34;,&#34;https://www.airbnb.com/rooms/27192045&#34;,&#34;https://www.airbnb.com/rooms/27198390&#34;,&#34;https://www.airbnb.com/rooms/27198922&#34;,&#34;https://www.airbnb.com/rooms/27214581&#34;,&#34;https://www.airbnb.com/rooms/27223099&#34;,&#34;https://www.airbnb.com/rooms/27223855&#34;,&#34;https://www.airbnb.com/rooms/27226741&#34;,&#34;https://www.airbnb.com/rooms/27228413&#34;,&#34;https://www.airbnb.com/rooms/27228870&#34;,&#34;https://www.airbnb.com/rooms/27233690&#34;,&#34;https://www.airbnb.com/rooms/27240444&#34;,&#34;https://www.airbnb.com/rooms/27243749&#34;,&#34;https://www.airbnb.com/rooms/27243880&#34;,&#34;https://www.airbnb.com/rooms/27244139&#34;,&#34;https://www.airbnb.com/rooms/27245610&#34;,&#34;https://www.airbnb.com/rooms/27249264&#34;,&#34;https://www.airbnb.com/rooms/27249616&#34;,&#34;https://www.airbnb.com/rooms/27256054&#34;,&#34;https://www.airbnb.com/rooms/27259297&#34;,&#34;https://www.airbnb.com/rooms/27267282&#34;,&#34;https://www.airbnb.com/rooms/27271290&#34;,&#34;https://www.airbnb.com/rooms/27272718&#34;,&#34;https://www.airbnb.com/rooms/27273452&#34;,&#34;https://www.airbnb.com/rooms/27275740&#34;,&#34;https://www.airbnb.com/rooms/27288302&#34;,&#34;https://www.airbnb.com/rooms/27298045&#34;,&#34;https://www.airbnb.com/rooms/27298118&#34;,&#34;https://www.airbnb.com/rooms/27298900&#34;,&#34;https://www.airbnb.com/rooms/27300602&#34;,&#34;https://www.airbnb.com/rooms/27304440&#34;,&#34;https://www.airbnb.com/rooms/27305511&#34;,&#34;https://www.airbnb.com/rooms/27305534&#34;,&#34;https://www.airbnb.com/rooms/27306248&#34;,&#34;https://www.airbnb.com/rooms/27309436&#34;,&#34;https://www.airbnb.com/rooms/27311630&#34;,&#34;https://www.airbnb.com/rooms/27314704&#34;,&#34;https://www.airbnb.com/rooms/27321969&#34;,&#34;https://www.airbnb.com/rooms/27324888&#34;,&#34;https://www.airbnb.com/rooms/27328015&#34;,&#34;https://www.airbnb.com/rooms/27331643&#34;,&#34;https://www.airbnb.com/rooms/27332458&#34;,&#34;https://www.airbnb.com/rooms/27333684&#34;,&#34;https://www.airbnb.com/rooms/27335626&#34;,&#34;https://www.airbnb.com/rooms/27347107&#34;,&#34;https://www.airbnb.com/rooms/27348883&#34;,&#34;https://www.airbnb.com/rooms/27361657&#34;,&#34;https://www.airbnb.com/rooms/27362006&#34;,&#34;https://www.airbnb.com/rooms/27363065&#34;,&#34;https://www.airbnb.com/rooms/27382264&#34;,&#34;https://www.airbnb.com/rooms/27382738&#34;,&#34;https://www.airbnb.com/rooms/27384628&#34;,&#34;https://www.airbnb.com/rooms/27391259&#34;,&#34;https://www.airbnb.com/rooms/27393850&#34;,&#34;https://www.airbnb.com/rooms/27393879&#34;,&#34;https://www.airbnb.com/rooms/27409456&#34;,&#34;https://www.airbnb.com/rooms/27414448&#34;,&#34;https://www.airbnb.com/rooms/27414517&#34;,&#34;https://www.airbnb.com/rooms/27416816&#34;,&#34;https://www.airbnb.com/rooms/27418178&#34;,&#34;https://www.airbnb.com/rooms/27426556&#34;,&#34;https://www.airbnb.com/rooms/27429027&#34;,&#34;https://www.airbnb.com/rooms/27431382&#34;,&#34;https://www.airbnb.com/rooms/27446438&#34;,&#34;https://www.airbnb.com/rooms/27457390&#34;,&#34;https://www.airbnb.com/rooms/27461185&#34;,&#34;https://www.airbnb.com/rooms/27462428&#34;,&#34;https://www.airbnb.com/rooms/27465538&#34;,&#34;https://www.airbnb.com/rooms/27478399&#34;,&#34;https://www.airbnb.com/rooms/27479873&#34;,&#34;https://www.airbnb.com/rooms/27480879&#34;,&#34;https://www.airbnb.com/rooms/27481291&#34;,&#34;https://www.airbnb.com/rooms/27481486&#34;,&#34;https://www.airbnb.com/rooms/27483004&#34;,&#34;https://www.airbnb.com/rooms/27496756&#34;,&#34;https://www.airbnb.com/rooms/27497831&#34;,&#34;https://www.airbnb.com/rooms/27501458&#34;,&#34;https://www.airbnb.com/rooms/27502554&#34;,&#34;https://www.airbnb.com/rooms/27507941&#34;,&#34;https://www.airbnb.com/rooms/27508490&#34;,&#34;https://www.airbnb.com/rooms/27513304&#34;,&#34;https://www.airbnb.com/rooms/27513802&#34;,&#34;https://www.airbnb.com/rooms/27515097&#34;,&#34;https://www.airbnb.com/rooms/27515374&#34;,&#34;https://www.airbnb.com/rooms/27516263&#34;,&#34;https://www.airbnb.com/rooms/27518400&#34;,&#34;https://www.airbnb.com/rooms/27523736&#34;,&#34;https://www.airbnb.com/rooms/27536885&#34;,&#34;https://www.airbnb.com/rooms/27537105&#34;,&#34;https://www.airbnb.com/rooms/27537169&#34;,&#34;https://www.airbnb.com/rooms/27545277&#34;,&#34;https://www.airbnb.com/rooms/27552462&#34;,&#34;https://www.airbnb.com/rooms/27558608&#34;,&#34;https://www.airbnb.com/rooms/27562832&#34;,&#34;https://www.airbnb.com/rooms/27563738&#34;,&#34;https://www.airbnb.com/rooms/27565645&#34;,&#34;https://www.airbnb.com/rooms/27565728&#34;,&#34;https://www.airbnb.com/rooms/27565732&#34;,&#34;https://www.airbnb.com/rooms/27574741&#34;,&#34;https://www.airbnb.com/rooms/27576177&#34;,&#34;https://www.airbnb.com/rooms/27577406&#34;,&#34;https://www.airbnb.com/rooms/27589026&#34;,&#34;https://www.airbnb.com/rooms/27592738&#34;,&#34;https://www.airbnb.com/rooms/27592911&#34;,&#34;https://www.airbnb.com/rooms/27595400&#34;,&#34;https://www.airbnb.com/rooms/27596133&#34;,&#34;https://www.airbnb.com/rooms/27596640&#34;,&#34;https://www.airbnb.com/rooms/27598625&#34;,&#34;https://www.airbnb.com/rooms/27599784&#34;,&#34;https://www.airbnb.com/rooms/27602620&#34;,&#34;https://www.airbnb.com/rooms/27602663&#34;,&#34;https://www.airbnb.com/rooms/27603151&#34;,&#34;https://www.airbnb.com/rooms/27604274&#34;,&#34;https://www.airbnb.com/rooms/27607164&#34;,&#34;https://www.airbnb.com/rooms/27607563&#34;,&#34;https://www.airbnb.com/rooms/27616042&#34;,&#34;https://www.airbnb.com/rooms/27616278&#34;,&#34;https://www.airbnb.com/rooms/27617878&#34;,&#34;https://www.airbnb.com/rooms/27619292&#34;,&#34;https://www.airbnb.com/rooms/27619748&#34;,&#34;https://www.airbnb.com/rooms/27620727&#34;,&#34;https://www.airbnb.com/rooms/27626391&#34;,&#34;https://www.airbnb.com/rooms/27626925&#34;,&#34;https://www.airbnb.com/rooms/27627551&#34;,&#34;https://www.airbnb.com/rooms/27640759&#34;,&#34;https://www.airbnb.com/rooms/27645064&#34;,&#34;https://www.airbnb.com/rooms/27646396&#34;,&#34;https://www.airbnb.com/rooms/27647704&#34;,&#34;https://www.airbnb.com/rooms/27650374&#34;,&#34;https://www.airbnb.com/rooms/27654541&#34;,&#34;https://www.airbnb.com/rooms/27656597&#34;,&#34;https://www.airbnb.com/rooms/27657265&#34;,&#34;https://www.airbnb.com/rooms/27657338&#34;,&#34;https://www.airbnb.com/rooms/27658492&#34;,&#34;https://www.airbnb.com/rooms/27668047&#34;,&#34;https://www.airbnb.com/rooms/27669012&#34;,&#34;https://www.airbnb.com/rooms/27669461&#34;,&#34;https://www.airbnb.com/rooms/27669536&#34;,&#34;https://www.airbnb.com/rooms/27670807&#34;,&#34;https://www.airbnb.com/rooms/27671300&#34;,&#34;https://www.airbnb.com/rooms/27673490&#34;,&#34;https://www.airbnb.com/rooms/27673832&#34;,&#34;https://www.airbnb.com/rooms/27679107&#34;,&#34;https://www.airbnb.com/rooms/27686105&#34;,&#34;https://www.airbnb.com/rooms/27688337&#34;,&#34;https://www.airbnb.com/rooms/27689166&#34;,&#34;https://www.airbnb.com/rooms/27692266&#34;,&#34;https://www.airbnb.com/rooms/27693455&#34;,&#34;https://www.airbnb.com/rooms/27695238&#34;,&#34;https://www.airbnb.com/rooms/27698345&#34;,&#34;https://www.airbnb.com/rooms/27710570&#34;,&#34;https://www.airbnb.com/rooms/27715203&#34;,&#34;https://www.airbnb.com/rooms/27715498&#34;,&#34;https://www.airbnb.com/rooms/27723528&#34;,&#34;https://www.airbnb.com/rooms/27724505&#34;,&#34;https://www.airbnb.com/rooms/27724995&#34;,&#34;https://www.airbnb.com/rooms/27727215&#34;,&#34;https://www.airbnb.com/rooms/27728506&#34;,&#34;https://www.airbnb.com/rooms/27731048&#34;,&#34;https://www.airbnb.com/rooms/27733146&#34;,&#34;https://www.airbnb.com/rooms/27733508&#34;,&#34;https://www.airbnb.com/rooms/27736004&#34;,&#34;https://www.airbnb.com/rooms/27740912&#34;,&#34;https://www.airbnb.com/rooms/27748109&#34;,&#34;https://www.airbnb.com/rooms/27766995&#34;,&#34;https://www.airbnb.com/rooms/27768923&#34;,&#34;https://www.airbnb.com/rooms/27769661&#34;,&#34;https://www.airbnb.com/rooms/27770457&#34;,&#34;https://www.airbnb.com/rooms/27771496&#34;,&#34;https://www.airbnb.com/rooms/27771740&#34;,&#34;https://www.airbnb.com/rooms/27771851&#34;,&#34;https://www.airbnb.com/rooms/27772325&#34;,&#34;https://www.airbnb.com/rooms/27772593&#34;,&#34;https://www.airbnb.com/rooms/27772847&#34;,&#34;https://www.airbnb.com/rooms/27773408&#34;,&#34;https://www.airbnb.com/rooms/27774906&#34;,&#34;https://www.airbnb.com/rooms/27776077&#34;,&#34;https://www.airbnb.com/rooms/27776753&#34;,&#34;https://www.airbnb.com/rooms/27780349&#34;,&#34;https://www.airbnb.com/rooms/27782453&#34;,&#34;https://www.airbnb.com/rooms/27782609&#34;,&#34;https://www.airbnb.com/rooms/27790667&#34;,&#34;https://www.airbnb.com/rooms/27792460&#34;,&#34;https://www.airbnb.com/rooms/27793349&#34;,&#34;https://www.airbnb.com/rooms/27794915&#34;,&#34;https://www.airbnb.com/rooms/27804423&#34;,&#34;https://www.airbnb.com/rooms/27808821&#34;,&#34;https://www.airbnb.com/rooms/27808937&#34;,&#34;https://www.airbnb.com/rooms/27817601&#34;,&#34;https://www.airbnb.com/rooms/27817902&#34;,&#34;https://www.airbnb.com/rooms/27820103&#34;,&#34;https://www.airbnb.com/rooms/27820681&#34;,&#34;https://www.airbnb.com/rooms/27822215&#34;,&#34;https://www.airbnb.com/rooms/27822758&#34;,&#34;https://www.airbnb.com/rooms/27822958&#34;,&#34;https://www.airbnb.com/rooms/27825777&#34;,&#34;https://www.airbnb.com/rooms/27833393&#34;,&#34;https://www.airbnb.com/rooms/27841916&#34;,&#34;https://www.airbnb.com/rooms/27843602&#34;,&#34;https://www.airbnb.com/rooms/27844962&#34;,&#34;https://www.airbnb.com/rooms/27850233&#34;,&#34;https://www.airbnb.com/rooms/27851156&#34;,&#34;https://www.airbnb.com/rooms/27860160&#34;,&#34;https://www.airbnb.com/rooms/27861525&#34;,&#34;https://www.airbnb.com/rooms/27861589&#34;,&#34;https://www.airbnb.com/rooms/27862282&#34;,&#34;https://www.airbnb.com/rooms/27864004&#34;,&#34;https://www.airbnb.com/rooms/27868095&#34;,&#34;https://www.airbnb.com/rooms/27871185&#34;,&#34;https://www.airbnb.com/rooms/27872345&#34;,&#34;https://www.airbnb.com/rooms/27873051&#34;,&#34;https://www.airbnb.com/rooms/27874904&#34;,&#34;https://www.airbnb.com/rooms/27889298&#34;,&#34;https://www.airbnb.com/rooms/27889517&#34;,&#34;https://www.airbnb.com/rooms/27890606&#34;,&#34;https://www.airbnb.com/rooms/27891073&#34;,&#34;https://www.airbnb.com/rooms/27891712&#34;,&#34;https://www.airbnb.com/rooms/27892716&#34;,&#34;https://www.airbnb.com/rooms/27893939&#34;,&#34;https://www.airbnb.com/rooms/27898284&#34;,&#34;https://www.airbnb.com/rooms/27898322&#34;,&#34;https://www.airbnb.com/rooms/27898344&#34;,&#34;https://www.airbnb.com/rooms/27899837&#34;,&#34;https://www.airbnb.com/rooms/27900358&#34;,&#34;https://www.airbnb.com/rooms/27900608&#34;,&#34;https://www.airbnb.com/rooms/27900756&#34;,&#34;https://www.airbnb.com/rooms/27903466&#34;,&#34;https://www.airbnb.com/rooms/27915202&#34;,&#34;https://www.airbnb.com/rooms/27916151&#34;,&#34;https://www.airbnb.com/rooms/27917127&#34;,&#34;https://www.airbnb.com/rooms/27917816&#34;,&#34;https://www.airbnb.com/rooms/27918606&#34;,&#34;https://www.airbnb.com/rooms/27923995&#34;,&#34;https://www.airbnb.com/rooms/27925918&#34;,&#34;https://www.airbnb.com/rooms/27925964&#34;,&#34;https://www.airbnb.com/rooms/27928263&#34;,&#34;https://www.airbnb.com/rooms/27942030&#34;,&#34;https://www.airbnb.com/rooms/27944875&#34;,&#34;https://www.airbnb.com/rooms/27948280&#34;,&#34;https://www.airbnb.com/rooms/27955775&#34;,&#34;https://www.airbnb.com/rooms/27960263&#34;,&#34;https://www.airbnb.com/rooms/27960330&#34;,&#34;https://www.airbnb.com/rooms/27972057&#34;,&#34;https://www.airbnb.com/rooms/27973134&#34;,&#34;https://www.airbnb.com/rooms/27973311&#34;,&#34;https://www.airbnb.com/rooms/27973943&#34;,&#34;https://www.airbnb.com/rooms/27976446&#34;,&#34;https://www.airbnb.com/rooms/27978270&#34;,&#34;https://www.airbnb.com/rooms/27980618&#34;,&#34;https://www.airbnb.com/rooms/27982651&#34;,&#34;https://www.airbnb.com/rooms/27983221&#34;,&#34;https://www.airbnb.com/rooms/27983235&#34;,&#34;https://www.airbnb.com/rooms/27983527&#34;,&#34;https://www.airbnb.com/rooms/27984823&#34;,&#34;https://www.airbnb.com/rooms/27984858&#34;,&#34;https://www.airbnb.com/rooms/27987055&#34;,&#34;https://www.airbnb.com/rooms/27994767&#34;,&#34;https://www.airbnb.com/rooms/27996114&#34;,&#34;https://www.airbnb.com/rooms/27996254&#34;,&#34;https://www.airbnb.com/rooms/27999784&#34;,&#34;https://www.airbnb.com/rooms/28001396&#34;,&#34;https://www.airbnb.com/rooms/28005603&#34;,&#34;https://www.airbnb.com/rooms/28006791&#34;,&#34;https://www.airbnb.com/rooms/28007556&#34;,&#34;https://www.airbnb.com/rooms/28021840&#34;,&#34;https://www.airbnb.com/rooms/28022456&#34;,&#34;https://www.airbnb.com/rooms/28023189&#34;,&#34;https://www.airbnb.com/rooms/28024363&#34;,&#34;https://www.airbnb.com/rooms/28025441&#34;,&#34;https://www.airbnb.com/rooms/28030416&#34;,&#34;https://www.airbnb.com/rooms/28037923&#34;,&#34;https://www.airbnb.com/rooms/28038231&#34;,&#34;https://www.airbnb.com/rooms/28038270&#34;,&#34;https://www.airbnb.com/rooms/28038374&#34;,&#34;https://www.airbnb.com/rooms/28039911&#34;,&#34;https://www.airbnb.com/rooms/28040945&#34;,&#34;https://www.airbnb.com/rooms/28042881&#34;,&#34;https://www.airbnb.com/rooms/28043573&#34;,&#34;https://www.airbnb.com/rooms/28044087&#34;,&#34;https://www.airbnb.com/rooms/28044118&#34;,&#34;https://www.airbnb.com/rooms/28047512&#34;,&#34;https://www.airbnb.com/rooms/28047801&#34;,&#34;https://www.airbnb.com/rooms/28048340&#34;,&#34;https://www.airbnb.com/rooms/28050434&#34;,&#34;https://www.airbnb.com/rooms/28052029&#34;,&#34;https://www.airbnb.com/rooms/28061262&#34;,&#34;https://www.airbnb.com/rooms/28069175&#34;,&#34;https://www.airbnb.com/rooms/28069346&#34;,&#34;https://www.airbnb.com/rooms/28071493&#34;,&#34;https://www.airbnb.com/rooms/28072066&#34;,&#34;https://www.airbnb.com/rooms/28072167&#34;,&#34;https://www.airbnb.com/rooms/28073951&#34;,&#34;https://www.airbnb.com/rooms/28074470&#34;,&#34;https://www.airbnb.com/rooms/28074759&#34;,&#34;https://www.airbnb.com/rooms/28075605&#34;,&#34;https://www.airbnb.com/rooms/28076537&#34;,&#34;https://www.airbnb.com/rooms/28077429&#34;,&#34;https://www.airbnb.com/rooms/28078310&#34;,&#34;https://www.airbnb.com/rooms/28079081&#34;,&#34;https://www.airbnb.com/rooms/28088489&#34;,&#34;https://www.airbnb.com/rooms/28090385&#34;,&#34;https://www.airbnb.com/rooms/28090636&#34;,&#34;https://www.airbnb.com/rooms/28090687&#34;,&#34;https://www.airbnb.com/rooms/28092032&#34;,&#34;https://www.airbnb.com/rooms/28092278&#34;,&#34;https://www.airbnb.com/rooms/28093449&#34;,&#34;https://www.airbnb.com/rooms/28095634&#34;,&#34;https://www.airbnb.com/rooms/28095645&#34;,&#34;https://www.airbnb.com/rooms/28096555&#34;,&#34;https://www.airbnb.com/rooms/28100464&#34;,&#34;https://www.airbnb.com/rooms/28100745&#34;,&#34;https://www.airbnb.com/rooms/28102704&#34;,&#34;https://www.airbnb.com/rooms/28104336&#34;,&#34;https://www.airbnb.com/rooms/28106004&#34;,&#34;https://www.airbnb.com/rooms/28113043&#34;,&#34;https://www.airbnb.com/rooms/28114590&#34;,&#34;https://www.airbnb.com/rooms/28115790&#34;,&#34;https://www.airbnb.com/rooms/28116169&#34;,&#34;https://www.airbnb.com/rooms/28117070&#34;,&#34;https://www.airbnb.com/rooms/28119967&#34;,&#34;https://www.airbnb.com/rooms/28120074&#34;,&#34;https://www.airbnb.com/rooms/28121270&#34;,&#34;https://www.airbnb.com/rooms/28123177&#34;,&#34;https://www.airbnb.com/rooms/28124604&#34;,&#34;https://www.airbnb.com/rooms/28125630&#34;,&#34;https://www.airbnb.com/rooms/28128459&#34;,&#34;https://www.airbnb.com/rooms/28128646&#34;,&#34;https://www.airbnb.com/rooms/28132553&#34;,&#34;https://www.airbnb.com/rooms/28133781&#34;,&#34;https://www.airbnb.com/rooms/28135619&#34;,&#34;https://www.airbnb.com/rooms/28139959&#34;,&#34;https://www.airbnb.com/rooms/28141000&#34;,&#34;https://www.airbnb.com/rooms/28141909&#34;,&#34;https://www.airbnb.com/rooms/28144914&#34;,&#34;https://www.airbnb.com/rooms/28146839&#34;,&#34;https://www.airbnb.com/rooms/28147196&#34;,&#34;https://www.airbnb.com/rooms/28148823&#34;,&#34;https://www.airbnb.com/rooms/28151068&#34;,&#34;https://www.airbnb.com/rooms/28151181&#34;,&#34;https://www.airbnb.com/rooms/28151878&#34;,&#34;https://www.airbnb.com/rooms/28153535&#34;,&#34;https://www.airbnb.com/rooms/28154205&#34;,&#34;https://www.airbnb.com/rooms/28156030&#34;,&#34;https://www.airbnb.com/rooms/28156737&#34;,&#34;https://www.airbnb.com/rooms/28157897&#34;,&#34;https://www.airbnb.com/rooms/28166703&#34;,&#34;https://www.airbnb.com/rooms/28167548&#34;,&#34;https://www.airbnb.com/rooms/28170581&#34;,&#34;https://www.airbnb.com/rooms/28175937&#34;,&#34;https://www.airbnb.com/rooms/28181682&#34;,&#34;https://www.airbnb.com/rooms/28182653&#34;,&#34;https://www.airbnb.com/rooms/28188276&#34;,&#34;https://www.airbnb.com/rooms/28188392&#34;,&#34;https://www.airbnb.com/rooms/28191579&#34;,&#34;https://www.airbnb.com/rooms/28192258&#34;,&#34;https://www.airbnb.com/rooms/28192489&#34;,&#34;https://www.airbnb.com/rooms/28192635&#34;,&#34;https://www.airbnb.com/rooms/28192651&#34;,&#34;https://www.airbnb.com/rooms/28194086&#34;,&#34;https://www.airbnb.com/rooms/28194473&#34;,&#34;https://www.airbnb.com/rooms/28196263&#34;,&#34;https://www.airbnb.com/rooms/28196756&#34;,&#34;https://www.airbnb.com/rooms/28197355&#34;,&#34;https://www.airbnb.com/rooms/28197434&#34;,&#34;https://www.airbnb.com/rooms/28199936&#34;,&#34;https://www.airbnb.com/rooms/28201813&#34;,&#34;https://www.airbnb.com/rooms/28204792&#34;,&#34;https://www.airbnb.com/rooms/28211658&#34;,&#34;https://www.airbnb.com/rooms/28213456&#34;,&#34;https://www.airbnb.com/rooms/28214098&#34;,&#34;https://www.airbnb.com/rooms/28214390&#34;,&#34;https://www.airbnb.com/rooms/28214954&#34;,&#34;https://www.airbnb.com/rooms/28215433&#34;,&#34;https://www.airbnb.com/rooms/28215703&#34;,&#34;https://www.airbnb.com/rooms/28215776&#34;,&#34;https://www.airbnb.com/rooms/28215917&#34;,&#34;https://www.airbnb.com/rooms/28216606&#34;,&#34;https://www.airbnb.com/rooms/28217028&#34;,&#34;https://www.airbnb.com/rooms/28218705&#34;,&#34;https://www.airbnb.com/rooms/28219905&#34;,&#34;https://www.airbnb.com/rooms/28220816&#34;,&#34;https://www.airbnb.com/rooms/28221952&#34;,&#34;https://www.airbnb.com/rooms/28222454&#34;,&#34;https://www.airbnb.com/rooms/28222953&#34;,&#34;https://www.airbnb.com/rooms/28224265&#34;,&#34;https://www.airbnb.com/rooms/28231955&#34;,&#34;https://www.airbnb.com/rooms/28232528&#34;,&#34;https://www.airbnb.com/rooms/28233549&#34;,&#34;https://www.airbnb.com/rooms/28234137&#34;,&#34;https://www.airbnb.com/rooms/28234386&#34;,&#34;https://www.airbnb.com/rooms/28235083&#34;,&#34;https://www.airbnb.com/rooms/28236639&#34;,&#34;https://www.airbnb.com/rooms/28237411&#34;,&#34;https://www.airbnb.com/rooms/28237595&#34;,&#34;https://www.airbnb.com/rooms/28238375&#34;,&#34;https://www.airbnb.com/rooms/28239242&#34;,&#34;https://www.airbnb.com/rooms/28242074&#34;,&#34;https://www.airbnb.com/rooms/28245716&#34;,&#34;https://www.airbnb.com/rooms/28247378&#34;,&#34;https://www.airbnb.com/rooms/28250365&#34;,&#34;https://www.airbnb.com/rooms/28250809&#34;,&#34;https://www.airbnb.com/rooms/28251930&#34;,&#34;https://www.airbnb.com/rooms/28251994&#34;,&#34;https://www.airbnb.com/rooms/28253473&#34;,&#34;https://www.airbnb.com/rooms/28253696&#34;,&#34;https://www.airbnb.com/rooms/28265362&#34;,&#34;https://www.airbnb.com/rooms/28265625&#34;,&#34;https://www.airbnb.com/rooms/28267502&#34;,&#34;https://www.airbnb.com/rooms/28268653&#34;,&#34;https://www.airbnb.com/rooms/28269244&#34;,&#34;https://www.airbnb.com/rooms/28270262&#34;,&#34;https://www.airbnb.com/rooms/28272397&#34;,&#34;https://www.airbnb.com/rooms/28272706&#34;,&#34;https://www.airbnb.com/rooms/28275115&#34;,&#34;https://www.airbnb.com/rooms/28276062&#34;,&#34;https://www.airbnb.com/rooms/28277058&#34;,&#34;https://www.airbnb.com/rooms/28277301&#34;,&#34;https://www.airbnb.com/rooms/28279464&#34;,&#34;https://www.airbnb.com/rooms/28279910&#34;,&#34;https://www.airbnb.com/rooms/28281243&#34;,&#34;https://www.airbnb.com/rooms/28282949&#34;,&#34;https://www.airbnb.com/rooms/28292801&#34;,&#34;https://www.airbnb.com/rooms/28296674&#34;,&#34;https://www.airbnb.com/rooms/28296980&#34;,&#34;https://www.airbnb.com/rooms/28298556&#34;,&#34;https://www.airbnb.com/rooms/28300575&#34;,&#34;https://www.airbnb.com/rooms/28302112&#34;,&#34;https://www.airbnb.com/rooms/28302660&#34;,&#34;https://www.airbnb.com/rooms/28305742&#34;,&#34;https://www.airbnb.com/rooms/28306129&#34;,&#34;https://www.airbnb.com/rooms/28306750&#34;,&#34;https://www.airbnb.com/rooms/28307794&#34;,&#34;https://www.airbnb.com/rooms/28308731&#34;,&#34;https://www.airbnb.com/rooms/28308855&#34;,&#34;https://www.airbnb.com/rooms/28310737&#34;,&#34;https://www.airbnb.com/rooms/28311690&#34;,&#34;https://www.airbnb.com/rooms/28312735&#34;,&#34;https://www.airbnb.com/rooms/28325220&#34;,&#34;https://www.airbnb.com/rooms/28325979&#34;,&#34;https://www.airbnb.com/rooms/28326259&#34;,&#34;https://www.airbnb.com/rooms/28327134&#34;,&#34;https://www.airbnb.com/rooms/28328375&#34;,&#34;https://www.airbnb.com/rooms/28331852&#34;,&#34;https://www.airbnb.com/rooms/28332579&#34;,&#34;https://www.airbnb.com/rooms/28334033&#34;,&#34;https://www.airbnb.com/rooms/28334887&#34;,&#34;https://www.airbnb.com/rooms/28335743&#34;,&#34;https://www.airbnb.com/rooms/28335757&#34;,&#34;https://www.airbnb.com/rooms/28337065&#34;,&#34;https://www.airbnb.com/rooms/28339025&#34;,&#34;https://www.airbnb.com/rooms/28339138&#34;,&#34;https://www.airbnb.com/rooms/28339974&#34;,&#34;https://www.airbnb.com/rooms/28340240&#34;,&#34;https://www.airbnb.com/rooms/28348434&#34;,&#34;https://www.airbnb.com/rooms/28349940&#34;,&#34;https://www.airbnb.com/rooms/28352067&#34;,&#34;https://www.airbnb.com/rooms/28352231&#34;,&#34;https://www.airbnb.com/rooms/28352689&#34;,&#34;https://www.airbnb.com/rooms/28355196&#34;,&#34;https://www.airbnb.com/rooms/28356821&#34;,&#34;https://www.airbnb.com/rooms/28357953&#34;,&#34;https://www.airbnb.com/rooms/28360394&#34;,&#34;https://www.airbnb.com/rooms/28362876&#34;,&#34;https://www.airbnb.com/rooms/28363039&#34;,&#34;https://www.airbnb.com/rooms/28364355&#34;,&#34;https://www.airbnb.com/rooms/28364414&#34;,&#34;https://www.airbnb.com/rooms/28373014&#34;,&#34;https://www.airbnb.com/rooms/28374523&#34;,&#34;https://www.airbnb.com/rooms/28375945&#34;,&#34;https://www.airbnb.com/rooms/28375958&#34;,&#34;https://www.airbnb.com/rooms/28376585&#34;,&#34;https://www.airbnb.com/rooms/28380405&#34;,&#34;https://www.airbnb.com/rooms/28381015&#34;,&#34;https://www.airbnb.com/rooms/28381149&#34;,&#34;https://www.airbnb.com/rooms/28381343&#34;,&#34;https://www.airbnb.com/rooms/28382834&#34;,&#34;https://www.airbnb.com/rooms/28384118&#34;,&#34;https://www.airbnb.com/rooms/28386981&#34;,&#34;https://www.airbnb.com/rooms/28387141&#34;,&#34;https://www.airbnb.com/rooms/28394351&#34;,&#34;https://www.airbnb.com/rooms/28394926&#34;,&#34;https://www.airbnb.com/rooms/28396291&#34;,&#34;https://www.airbnb.com/rooms/28396709&#34;,&#34;https://www.airbnb.com/rooms/28397113&#34;,&#34;https://www.airbnb.com/rooms/28398882&#34;,&#34;https://www.airbnb.com/rooms/28399470&#34;,&#34;https://www.airbnb.com/rooms/28400783&#34;,&#34;https://www.airbnb.com/rooms/28402489&#34;,&#34;https://www.airbnb.com/rooms/28403231&#34;,&#34;https://www.airbnb.com/rooms/28403635&#34;,&#34;https://www.airbnb.com/rooms/28405006&#34;,&#34;https://www.airbnb.com/rooms/28405508&#34;,&#34;https://www.airbnb.com/rooms/28406020&#34;,&#34;https://www.airbnb.com/rooms/28406325&#34;,&#34;https://www.airbnb.com/rooms/28406520&#34;,&#34;https://www.airbnb.com/rooms/28406928&#34;,&#34;https://www.airbnb.com/rooms/28407667&#34;,&#34;https://www.airbnb.com/rooms/28408455&#34;,&#34;https://www.airbnb.com/rooms/28408708&#34;,&#34;https://www.airbnb.com/rooms/28409538&#34;,&#34;https://www.airbnb.com/rooms/28418376&#34;,&#34;https://www.airbnb.com/rooms/28418531&#34;,&#34;https://www.airbnb.com/rooms/28418856&#34;,&#34;https://www.airbnb.com/rooms/28419254&#34;,&#34;https://www.airbnb.com/rooms/28419398&#34;,&#34;https://www.airbnb.com/rooms/28420893&#34;,&#34;https://www.airbnb.com/rooms/28421187&#34;,&#34;https://www.airbnb.com/rooms/28422936&#34;,&#34;https://www.airbnb.com/rooms/28423494&#34;,&#34;https://www.airbnb.com/rooms/28423606&#34;,&#34;https://www.airbnb.com/rooms/28423956&#34;,&#34;https://www.airbnb.com/rooms/28424559&#34;,&#34;https://www.airbnb.com/rooms/28424968&#34;,&#34;https://www.airbnb.com/rooms/28426439&#34;,&#34;https://www.airbnb.com/rooms/28427030&#34;,&#34;https://www.airbnb.com/rooms/28428203&#34;,&#34;https://www.airbnb.com/rooms/28428556&#34;,&#34;https://www.airbnb.com/rooms/28428610&#34;,&#34;https://www.airbnb.com/rooms/28430184&#34;,&#34;https://www.airbnb.com/rooms/28433204&#34;,&#34;https://www.airbnb.com/rooms/28434161&#34;,&#34;https://www.airbnb.com/rooms/28434338&#34;,&#34;https://www.airbnb.com/rooms/28434733&#34;,&#34;https://www.airbnb.com/rooms/28435730&#34;,&#34;https://www.airbnb.com/rooms/28436095&#34;,&#34;https://www.airbnb.com/rooms/28436516&#34;,&#34;https://www.airbnb.com/rooms/28437459&#34;,&#34;https://www.airbnb.com/rooms/28437564&#34;,&#34;https://www.airbnb.com/rooms/28438802&#34;,&#34;https://www.airbnb.com/rooms/28448562&#34;,&#34;https://www.airbnb.com/rooms/28448860&#34;,&#34;https://www.airbnb.com/rooms/28449403&#34;,&#34;https://www.airbnb.com/rooms/28449697&#34;,&#34;https://www.airbnb.com/rooms/28449942&#34;,&#34;https://www.airbnb.com/rooms/28450934&#34;,&#34;https://www.airbnb.com/rooms/28451057&#34;,&#34;https://www.airbnb.com/rooms/28452460&#34;,&#34;https://www.airbnb.com/rooms/28454811&#34;,&#34;https://www.airbnb.com/rooms/28455075&#34;,&#34;https://www.airbnb.com/rooms/28456279&#34;,&#34;https://www.airbnb.com/rooms/28456942&#34;,&#34;https://www.airbnb.com/rooms/28457056&#34;,&#34;https://www.airbnb.com/rooms/28459133&#34;,&#34;https://www.airbnb.com/rooms/28459241&#34;,&#34;https://www.airbnb.com/rooms/28459298&#34;,&#34;https://www.airbnb.com/rooms/28459416&#34;,&#34;https://www.airbnb.com/rooms/28459652&#34;,&#34;https://www.airbnb.com/rooms/28462554&#34;,&#34;https://www.airbnb.com/rooms/28462873&#34;,&#34;https://www.airbnb.com/rooms/28463941&#34;,&#34;https://www.airbnb.com/rooms/28464354&#34;,&#34;https://www.airbnb.com/rooms/28472047&#34;,&#34;https://www.airbnb.com/rooms/28476057&#34;,&#34;https://www.airbnb.com/rooms/28477066&#34;,&#34;https://www.airbnb.com/rooms/28480101&#34;,&#34;https://www.airbnb.com/rooms/28480140&#34;,&#34;https://www.airbnb.com/rooms/28482426&#34;,&#34;https://www.airbnb.com/rooms/28484692&#34;,&#34;https://www.airbnb.com/rooms/28485238&#34;,&#34;https://www.airbnb.com/rooms/28486524&#34;,&#34;https://www.airbnb.com/rooms/28486626&#34;,&#34;https://www.airbnb.com/rooms/28488099&#34;,&#34;https://www.airbnb.com/rooms/28488117&#34;,&#34;https://www.airbnb.com/rooms/28489408&#34;,&#34;https://www.airbnb.com/rooms/28489889&#34;,&#34;https://www.airbnb.com/rooms/28490550&#34;,&#34;https://www.airbnb.com/rooms/28491700&#34;,&#34;https://www.airbnb.com/rooms/28491846&#34;,&#34;https://www.airbnb.com/rooms/28491894&#34;,&#34;https://www.airbnb.com/rooms/28501955&#34;,&#34;https://www.airbnb.com/rooms/28502338&#34;,&#34;https://www.airbnb.com/rooms/28503908&#34;,&#34;https://www.airbnb.com/rooms/28504054&#34;,&#34;https://www.airbnb.com/rooms/28504868&#34;,&#34;https://www.airbnb.com/rooms/28505143&#34;,&#34;https://www.airbnb.com/rooms/28505469&#34;,&#34;https://www.airbnb.com/rooms/28506002&#34;,&#34;https://www.airbnb.com/rooms/28509527&#34;,&#34;https://www.airbnb.com/rooms/28509723&#34;,&#34;https://www.airbnb.com/rooms/28510022&#34;,&#34;https://www.airbnb.com/rooms/28510302&#34;,&#34;https://www.airbnb.com/rooms/28511312&#34;,&#34;https://www.airbnb.com/rooms/28511510&#34;,&#34;https://www.airbnb.com/rooms/28512003&#34;,&#34;https://www.airbnb.com/rooms/28512366&#34;,&#34;https://www.airbnb.com/rooms/28513321&#34;,&#34;https://www.airbnb.com/rooms/28513511&#34;,&#34;https://www.airbnb.com/rooms/28513959&#34;,&#34;https://www.airbnb.com/rooms/28514802&#34;,&#34;https://www.airbnb.com/rooms/28515071&#34;,&#34;https://www.airbnb.com/rooms/28515604&#34;,&#34;https://www.airbnb.com/rooms/28517368&#34;,&#34;https://www.airbnb.com/rooms/28517889&#34;,&#34;https://www.airbnb.com/rooms/28521304&#34;,&#34;https://www.airbnb.com/rooms/28527082&#34;,&#34;https://www.airbnb.com/rooms/28528214&#34;,&#34;https://www.airbnb.com/rooms/28532066&#34;,&#34;https://www.airbnb.com/rooms/28532145&#34;,&#34;https://www.airbnb.com/rooms/28532298&#34;,&#34;https://www.airbnb.com/rooms/28532610&#34;,&#34;https://www.airbnb.com/rooms/28534362&#34;,&#34;https://www.airbnb.com/rooms/28535504&#34;,&#34;https://www.airbnb.com/rooms/28535598&#34;,&#34;https://www.airbnb.com/rooms/28535783&#34;,&#34;https://www.airbnb.com/rooms/28536291&#34;,&#34;https://www.airbnb.com/rooms/28536674&#34;,&#34;https://www.airbnb.com/rooms/28538490&#34;,&#34;https://www.airbnb.com/rooms/28538947&#34;,&#34;https://www.airbnb.com/rooms/28539134&#34;,&#34;https://www.airbnb.com/rooms/28540267&#34;,&#34;https://www.airbnb.com/rooms/28540645&#34;,&#34;https://www.airbnb.com/rooms/28540724&#34;,&#34;https://www.airbnb.com/rooms/28541348&#34;,&#34;https://www.airbnb.com/rooms/28541638&#34;,&#34;https://www.airbnb.com/rooms/28543306&#34;,&#34;https://www.airbnb.com/rooms/28543993&#34;,&#34;https://www.airbnb.com/rooms/28549824&#34;,&#34;https://www.airbnb.com/rooms/28551539&#34;,&#34;https://www.airbnb.com/rooms/28552245&#34;,&#34;https://www.airbnb.com/rooms/28554528&#34;,&#34;https://www.airbnb.com/rooms/28554698&#34;,&#34;https://www.airbnb.com/rooms/28556329&#34;,&#34;https://www.airbnb.com/rooms/28557208&#34;,&#34;https://www.airbnb.com/rooms/28559102&#34;,&#34;https://www.airbnb.com/rooms/28559393&#34;,&#34;https://www.airbnb.com/rooms/28559893&#34;,&#34;https://www.airbnb.com/rooms/28561177&#34;,&#34;https://www.airbnb.com/rooms/28561385&#34;,&#34;https://www.airbnb.com/rooms/28564351&#34;,&#34;https://www.airbnb.com/rooms/28564407&#34;,&#34;https://www.airbnb.com/rooms/28572397&#34;,&#34;https://www.airbnb.com/rooms/28572563&#34;,&#34;https://www.airbnb.com/rooms/28575333&#34;,&#34;https://www.airbnb.com/rooms/28575660&#34;,&#34;https://www.airbnb.com/rooms/28575688&#34;,&#34;https://www.airbnb.com/rooms/28576863&#34;,&#34;https://www.airbnb.com/rooms/28577219&#34;,&#34;https://www.airbnb.com/rooms/28577715&#34;,&#34;https://www.airbnb.com/rooms/28578970&#34;,&#34;https://www.airbnb.com/rooms/28579006&#34;,&#34;https://www.airbnb.com/rooms/28579199&#34;,&#34;https://www.airbnb.com/rooms/28579987&#34;,&#34;https://www.airbnb.com/rooms/28580754&#34;,&#34;https://www.airbnb.com/rooms/28581124&#34;,&#34;https://www.airbnb.com/rooms/28581386&#34;,&#34;https://www.airbnb.com/rooms/28581397&#34;,&#34;https://www.airbnb.com/rooms/28582530&#34;,&#34;https://www.airbnb.com/rooms/28583302&#34;,&#34;https://www.airbnb.com/rooms/28583974&#34;,&#34;https://www.airbnb.com/rooms/28585025&#34;,&#34;https://www.airbnb.com/rooms/28591015&#34;,&#34;https://www.airbnb.com/rooms/28592424&#34;,&#34;https://www.airbnb.com/rooms/28595439&#34;,&#34;https://www.airbnb.com/rooms/28595680&#34;,&#34;https://www.airbnb.com/rooms/28597024&#34;,&#34;https://www.airbnb.com/rooms/28597610&#34;,&#34;https://www.airbnb.com/rooms/28597859&#34;,&#34;https://www.airbnb.com/rooms/28598153&#34;,&#34;https://www.airbnb.com/rooms/28599651&#34;,&#34;https://www.airbnb.com/rooms/28601076&#34;,&#34;https://www.airbnb.com/rooms/28602202&#34;,&#34;https://www.airbnb.com/rooms/28603037&#34;,&#34;https://www.airbnb.com/rooms/28604186&#34;,&#34;https://www.airbnb.com/rooms/28605073&#34;,&#34;https://www.airbnb.com/rooms/28606194&#34;,&#34;https://www.airbnb.com/rooms/28606595&#34;,&#34;https://www.airbnb.com/rooms/28606786&#34;,&#34;https://www.airbnb.com/rooms/28607395&#34;,&#34;https://www.airbnb.com/rooms/28607626&#34;,&#34;https://www.airbnb.com/rooms/28607822&#34;,&#34;https://www.airbnb.com/rooms/28607948&#34;,&#34;https://www.airbnb.com/rooms/28608299&#34;,&#34;https://www.airbnb.com/rooms/28609834&#34;,&#34;https://www.airbnb.com/rooms/28610875&#34;,&#34;https://www.airbnb.com/rooms/28620687&#34;,&#34;https://www.airbnb.com/rooms/28622204&#34;,&#34;https://www.airbnb.com/rooms/28623580&#34;,&#34;https://www.airbnb.com/rooms/28625008&#34;,&#34;https://www.airbnb.com/rooms/28625809&#34;,&#34;https://www.airbnb.com/rooms/28626244&#34;,&#34;https://www.airbnb.com/rooms/28627957&#34;,&#34;https://www.airbnb.com/rooms/28628133&#34;,&#34;https://www.airbnb.com/rooms/28630642&#34;,&#34;https://www.airbnb.com/rooms/28630830&#34;,&#34;https://www.airbnb.com/rooms/28631112&#34;,&#34;https://www.airbnb.com/rooms/28631754&#34;,&#34;https://www.airbnb.com/rooms/28633468&#34;,&#34;https://www.airbnb.com/rooms/28635211&#34;,&#34;https://www.airbnb.com/rooms/28635543&#34;,&#34;https://www.airbnb.com/rooms/28635606&#34;,&#34;https://www.airbnb.com/rooms/28635742&#34;,&#34;https://www.airbnb.com/rooms/28635809&#34;,&#34;https://www.airbnb.com/rooms/28637052&#34;,&#34;https://www.airbnb.com/rooms/28637350&#34;,&#34;https://www.airbnb.com/rooms/28646980&#34;,&#34;https://www.airbnb.com/rooms/28650618&#34;,&#34;https://www.airbnb.com/rooms/28651584&#34;,&#34;https://www.airbnb.com/rooms/28653538&#34;,&#34;https://www.airbnb.com/rooms/28655081&#34;,&#34;https://www.airbnb.com/rooms/28656176&#34;,&#34;https://www.airbnb.com/rooms/28656582&#34;,&#34;https://www.airbnb.com/rooms/28657009&#34;,&#34;https://www.airbnb.com/rooms/28658094&#34;,&#34;https://www.airbnb.com/rooms/28660403&#34;,&#34;https://www.airbnb.com/rooms/28661182&#34;,&#34;https://www.airbnb.com/rooms/28661210&#34;,&#34;https://www.airbnb.com/rooms/28662548&#34;,&#34;https://www.airbnb.com/rooms/28663686&#34;,&#34;https://www.airbnb.com/rooms/28664710&#34;,&#34;https://www.airbnb.com/rooms/28664976&#34;,&#34;https://www.airbnb.com/rooms/28665370&#34;,&#34;https://www.airbnb.com/rooms/28665597&#34;,&#34;https://www.airbnb.com/rooms/28669966&#34;,&#34;https://www.airbnb.com/rooms/28674849&#34;,&#34;https://www.airbnb.com/rooms/28677828&#34;,&#34;https://www.airbnb.com/rooms/28679382&#34;,&#34;https://www.airbnb.com/rooms/28679563&#34;,&#34;https://www.airbnb.com/rooms/28682627&#34;,&#34;https://www.airbnb.com/rooms/28683455&#34;,&#34;https://www.airbnb.com/rooms/28684580&#34;,&#34;https://www.airbnb.com/rooms/28687710&#34;,&#34;https://www.airbnb.com/rooms/28689432&#34;,&#34;https://www.airbnb.com/rooms/28692335&#34;,&#34;https://www.airbnb.com/rooms/28693667&#34;,&#34;https://www.airbnb.com/rooms/28694251&#34;,&#34;https://www.airbnb.com/rooms/28705029&#34;,&#34;https://www.airbnb.com/rooms/28706079&#34;,&#34;https://www.airbnb.com/rooms/28707031&#34;,&#34;https://www.airbnb.com/rooms/28707209&#34;,&#34;https://www.airbnb.com/rooms/28707428&#34;,&#34;https://www.airbnb.com/rooms/28708084&#34;,&#34;https://www.airbnb.com/rooms/28708855&#34;,&#34;https://www.airbnb.com/rooms/28710169&#34;,&#34;https://www.airbnb.com/rooms/28710240&#34;,&#34;https://www.airbnb.com/rooms/28713506&#34;,&#34;https://www.airbnb.com/rooms/28714145&#34;,&#34;https://www.airbnb.com/rooms/28715386&#34;,&#34;https://www.airbnb.com/rooms/28716379&#34;,&#34;https://www.airbnb.com/rooms/28716663&#34;,&#34;https://www.airbnb.com/rooms/28718801&#34;,&#34;https://www.airbnb.com/rooms/28723068&#34;,&#34;https://www.airbnb.com/rooms/28724012&#34;,&#34;https://www.airbnb.com/rooms/28724905&#34;,&#34;https://www.airbnb.com/rooms/28725305&#34;,&#34;https://www.airbnb.com/rooms/28725774&#34;,&#34;https://www.airbnb.com/rooms/28727164&#34;,&#34;https://www.airbnb.com/rooms/28727406&#34;,&#34;https://www.airbnb.com/rooms/28727579&#34;,&#34;https://www.airbnb.com/rooms/28729498&#34;,&#34;https://www.airbnb.com/rooms/28729569&#34;,&#34;https://www.airbnb.com/rooms/28730516&#34;,&#34;https://www.airbnb.com/rooms/28730742&#34;,&#34;https://www.airbnb.com/rooms/28731374&#34;,&#34;https://www.airbnb.com/rooms/28732960&#34;,&#34;https://www.airbnb.com/rooms/28735151&#34;,&#34;https://www.airbnb.com/rooms/28735994&#34;,&#34;https://www.airbnb.com/rooms/28736303&#34;,&#34;https://www.airbnb.com/rooms/28736405&#34;,&#34;https://www.airbnb.com/rooms/28736769&#34;,&#34;https://www.airbnb.com/rooms/28737141&#34;,&#34;https://www.airbnb.com/rooms/28738041&#34;,&#34;https://www.airbnb.com/rooms/28744630&#34;,&#34;https://www.airbnb.com/rooms/28746606&#34;,&#34;https://www.airbnb.com/rooms/28747972&#34;,&#34;https://www.airbnb.com/rooms/28748213&#34;,&#34;https://www.airbnb.com/rooms/28748215&#34;,&#34;https://www.airbnb.com/rooms/28752653&#34;,&#34;https://www.airbnb.com/rooms/28753726&#34;,&#34;https://www.airbnb.com/rooms/28755271&#34;,&#34;https://www.airbnb.com/rooms/28755975&#34;,&#34;https://www.airbnb.com/rooms/28757287&#34;,&#34;https://www.airbnb.com/rooms/28767433&#34;,&#34;https://www.airbnb.com/rooms/28767993&#34;,&#34;https://www.airbnb.com/rooms/28768977&#34;,&#34;https://www.airbnb.com/rooms/28769955&#34;,&#34;https://www.airbnb.com/rooms/28770399&#34;,&#34;https://www.airbnb.com/rooms/28773820&#34;,&#34;https://www.airbnb.com/rooms/28774611&#34;,&#34;https://www.airbnb.com/rooms/28778688&#34;,&#34;https://www.airbnb.com/rooms/28783923&#34;,&#34;https://www.airbnb.com/rooms/28793720&#34;,&#34;https://www.airbnb.com/rooms/28796200&#34;,&#34;https://www.airbnb.com/rooms/28796818&#34;,&#34;https://www.airbnb.com/rooms/28797164&#34;,&#34;https://www.airbnb.com/rooms/28800201&#34;,&#34;https://www.airbnb.com/rooms/28801527&#34;,&#34;https://www.airbnb.com/rooms/28805628&#34;,&#34;https://www.airbnb.com/rooms/28805866&#34;,&#34;https://www.airbnb.com/rooms/28809327&#34;,&#34;https://www.airbnb.com/rooms/28809659&#34;,&#34;https://www.airbnb.com/rooms/28817759&#34;,&#34;https://www.airbnb.com/rooms/28819927&#34;,&#34;https://www.airbnb.com/rooms/28821157&#34;,&#34;https://www.airbnb.com/rooms/28822510&#34;,&#34;https://www.airbnb.com/rooms/28822516&#34;,&#34;https://www.airbnb.com/rooms/28824347&#34;,&#34;https://www.airbnb.com/rooms/28824810&#34;,&#34;https://www.airbnb.com/rooms/28824821&#34;,&#34;https://www.airbnb.com/rooms/28827402&#34;,&#34;https://www.airbnb.com/rooms/28828214&#34;,&#34;https://www.airbnb.com/rooms/28831716&#34;,&#34;https://www.airbnb.com/rooms/28832055&#34;,&#34;https://www.airbnb.com/rooms/28833765&#34;,&#34;https://www.airbnb.com/rooms/28834441&#34;,&#34;https://www.airbnb.com/rooms/28835065&#34;,&#34;https://www.airbnb.com/rooms/28835750&#34;,&#34;https://www.airbnb.com/rooms/28836279&#34;,&#34;https://www.airbnb.com/rooms/28836437&#34;,&#34;https://www.airbnb.com/rooms/28837954&#34;,&#34;https://www.airbnb.com/rooms/28849266&#34;,&#34;https://www.airbnb.com/rooms/28849732&#34;,&#34;https://www.airbnb.com/rooms/28849897&#34;,&#34;https://www.airbnb.com/rooms/28851986&#34;,&#34;https://www.airbnb.com/rooms/28854324&#34;,&#34;https://www.airbnb.com/rooms/28857424&#34;,&#34;https://www.airbnb.com/rooms/28858927&#34;,&#34;https://www.airbnb.com/rooms/28859579&#34;,&#34;https://www.airbnb.com/rooms/28865788&#34;,&#34;https://www.airbnb.com/rooms/28900329&#34;,&#34;https://www.airbnb.com/rooms/28907439&#34;,&#34;https://www.airbnb.com/rooms/28907798&#34;,&#34;https://www.airbnb.com/rooms/28912848&#34;,&#34;https://www.airbnb.com/rooms/28915707&#34;,&#34;https://www.airbnb.com/rooms/28920488&#34;,&#34;https://www.airbnb.com/rooms/28922525&#34;,&#34;https://www.airbnb.com/rooms/28924131&#34;,&#34;https://www.airbnb.com/rooms/28924308&#34;,&#34;https://www.airbnb.com/rooms/28926387&#34;,&#34;https://www.airbnb.com/rooms/28926721&#34;,&#34;https://www.airbnb.com/rooms/28933950&#34;,&#34;https://www.airbnb.com/rooms/28934486&#34;,&#34;https://www.airbnb.com/rooms/28935334&#34;,&#34;https://www.airbnb.com/rooms/28936103&#34;,&#34;https://www.airbnb.com/rooms/28937844&#34;,&#34;https://www.airbnb.com/rooms/28953693&#34;,&#34;https://www.airbnb.com/rooms/28973092&#34;,&#34;https://www.airbnb.com/rooms/28974153&#34;,&#34;https://www.airbnb.com/rooms/28974604&#34;,&#34;https://www.airbnb.com/rooms/28993810&#34;,&#34;https://www.airbnb.com/rooms/28996077&#34;,&#34;https://www.airbnb.com/rooms/28999770&#34;,&#34;https://www.airbnb.com/rooms/29002922&#34;,&#34;https://www.airbnb.com/rooms/29004370&#34;,&#34;https://www.airbnb.com/rooms/29005280&#34;,&#34;https://www.airbnb.com/rooms/29006062&#34;,&#34;https://www.airbnb.com/rooms/29017718&#34;,&#34;https://www.airbnb.com/rooms/29023445&#34;,&#34;https://www.airbnb.com/rooms/29025967&#34;,&#34;https://www.airbnb.com/rooms/29028634&#34;,&#34;https://www.airbnb.com/rooms/29042485&#34;,&#34;https://www.airbnb.com/rooms/29053619&#34;,&#34;https://www.airbnb.com/rooms/29053677&#34;,&#34;https://www.airbnb.com/rooms/29057483&#34;,&#34;https://www.airbnb.com/rooms/29067213&#34;,&#34;https://www.airbnb.com/rooms/29084534&#34;,&#34;https://www.airbnb.com/rooms/29094452&#34;,&#34;https://www.airbnb.com/rooms/29096214&#34;,&#34;https://www.airbnb.com/rooms/29099571&#34;,&#34;https://www.airbnb.com/rooms/29108536&#34;,&#34;https://www.airbnb.com/rooms/29108942&#34;,&#34;https://www.airbnb.com/rooms/29113843&#34;,&#34;https://www.airbnb.com/rooms/29116953&#34;,&#34;https://www.airbnb.com/rooms/29125542&#34;,&#34;https://www.airbnb.com/rooms/29128378&#34;,&#34;https://www.airbnb.com/rooms/29133930&#34;,&#34;https://www.airbnb.com/rooms/29148072&#34;,&#34;https://www.airbnb.com/rooms/29152914&#34;,&#34;https://www.airbnb.com/rooms/29162405&#34;,&#34;https://www.airbnb.com/rooms/29175413&#34;,&#34;https://www.airbnb.com/rooms/29178836&#34;,&#34;https://www.airbnb.com/rooms/29180598&#34;,&#34;https://www.airbnb.com/rooms/29195506&#34;,&#34;https://www.airbnb.com/rooms/29207315&#34;,&#34;https://www.airbnb.com/rooms/29208236&#34;,&#34;https://www.airbnb.com/rooms/29212222&#34;,&#34;https://www.airbnb.com/rooms/29246091&#34;,&#34;https://www.airbnb.com/rooms/29256307&#34;,&#34;https://www.airbnb.com/rooms/29279190&#34;,&#34;https://www.airbnb.com/rooms/29296344&#34;,&#34;https://www.airbnb.com/rooms/29301238&#34;,&#34;https://www.airbnb.com/rooms/29301642&#34;,&#34;https://www.airbnb.com/rooms/29302391&#34;,&#34;https://www.airbnb.com/rooms/29306187&#34;,&#34;https://www.airbnb.com/rooms/29306977&#34;,&#34;https://www.airbnb.com/rooms/29307170&#34;,&#34;https://www.airbnb.com/rooms/29317247&#34;,&#34;https://www.airbnb.com/rooms/29323630&#34;,&#34;https://www.airbnb.com/rooms/29327011&#34;,&#34;https://www.airbnb.com/rooms/29332887&#34;,&#34;https://www.airbnb.com/rooms/29335473&#34;,&#34;https://www.airbnb.com/rooms/29345869&#34;,&#34;https://www.airbnb.com/rooms/29351812&#34;,&#34;https://www.airbnb.com/rooms/29358581&#34;,&#34;https://www.airbnb.com/rooms/29383225&#34;,&#34;https://www.airbnb.com/rooms/29384996&#34;,&#34;https://www.airbnb.com/rooms/29387855&#34;,&#34;https://www.airbnb.com/rooms/29388791&#34;,&#34;https://www.airbnb.com/rooms/29390934&#34;,&#34;https://www.airbnb.com/rooms/29391984&#34;,&#34;https://www.airbnb.com/rooms/29401767&#34;,&#34;https://www.airbnb.com/rooms/29413776&#34;,&#34;https://www.airbnb.com/rooms/29425310&#34;,&#34;https://www.airbnb.com/rooms/29432353&#34;,&#34;https://www.airbnb.com/rooms/29452847&#34;,&#34;https://www.airbnb.com/rooms/29455648&#34;,&#34;https://www.airbnb.com/rooms/29457929&#34;,&#34;https://www.airbnb.com/rooms/29471434&#34;,&#34;https://www.airbnb.com/rooms/29473248&#34;,&#34;https://www.airbnb.com/rooms/29479024&#34;,&#34;https://www.airbnb.com/rooms/29487229&#34;,&#34;https://www.airbnb.com/rooms/29487987&#34;,&#34;https://www.airbnb.com/rooms/29497371&#34;,&#34;https://www.airbnb.com/rooms/29499003&#34;,&#34;https://www.airbnb.com/rooms/29501346&#34;,&#34;https://www.airbnb.com/rooms/29504545&#34;,&#34;https://www.airbnb.com/rooms/29511205&#34;,&#34;https://www.airbnb.com/rooms/29526063&#34;,&#34;https://www.airbnb.com/rooms/29527859&#34;,&#34;https://www.airbnb.com/rooms/29533619&#34;,&#34;https://www.airbnb.com/rooms/29538130&#34;,&#34;https://www.airbnb.com/rooms/29556709&#34;,&#34;https://www.airbnb.com/rooms/29567460&#34;,&#34;https://www.airbnb.com/rooms/29567823&#34;,&#34;https://www.airbnb.com/rooms/29567983&#34;,&#34;https://www.airbnb.com/rooms/29584888&#34;,&#34;https://www.airbnb.com/rooms/29607397&#34;,&#34;https://www.airbnb.com/rooms/29620865&#34;,&#34;https://www.airbnb.com/rooms/29625509&#34;,&#34;https://www.airbnb.com/rooms/29626481&#34;,&#34;https://www.airbnb.com/rooms/29628067&#34;,&#34;https://www.airbnb.com/rooms/29629976&#34;,&#34;https://www.airbnb.com/rooms/29641419&#34;,&#34;https://www.airbnb.com/rooms/29649223&#34;,&#34;https://www.airbnb.com/rooms/29653584&#34;,&#34;https://www.airbnb.com/rooms/29654064&#34;,&#34;https://www.airbnb.com/rooms/29656237&#34;,&#34;https://www.airbnb.com/rooms/29668589&#34;,&#34;https://www.airbnb.com/rooms/29680358&#34;,&#34;https://www.airbnb.com/rooms/29682384&#34;,&#34;https://www.airbnb.com/rooms/29698840&#34;,&#34;https://www.airbnb.com/rooms/29704418&#34;,&#34;https://www.airbnb.com/rooms/29724699&#34;,&#34;https://www.airbnb.com/rooms/29733118&#34;,&#34;https://www.airbnb.com/rooms/29774196&#34;,&#34;https://www.airbnb.com/rooms/29777767&#34;,&#34;https://www.airbnb.com/rooms/29777854&#34;,&#34;https://www.airbnb.com/rooms/29780131&#34;,&#34;https://www.airbnb.com/rooms/29792614&#34;,&#34;https://www.airbnb.com/rooms/29797977&#34;,&#34;https://www.airbnb.com/rooms/29815704&#34;,&#34;https://www.airbnb.com/rooms/29820303&#34;,&#34;https://www.airbnb.com/rooms/29839452&#34;,&#34;https://www.airbnb.com/rooms/29843557&#34;,&#34;https://www.airbnb.com/rooms/29849948&#34;,&#34;https://www.airbnb.com/rooms/29862776&#34;,&#34;https://www.airbnb.com/rooms/29865920&#34;,&#34;https://www.airbnb.com/rooms/29897493&#34;,&#34;https://www.airbnb.com/rooms/29917671&#34;,&#34;https://www.airbnb.com/rooms/29920251&#34;,&#34;https://www.airbnb.com/rooms/29920745&#34;,&#34;https://www.airbnb.com/rooms/29921550&#34;,&#34;https://www.airbnb.com/rooms/29940088&#34;,&#34;https://www.airbnb.com/rooms/29942410&#34;,&#34;https://www.airbnb.com/rooms/29951921&#34;,&#34;https://www.airbnb.com/rooms/29955600&#34;,&#34;https://www.airbnb.com/rooms/29961190&#34;,&#34;https://www.airbnb.com/rooms/29973821&#34;,&#34;https://www.airbnb.com/rooms/29973867&#34;,&#34;https://www.airbnb.com/rooms/29977743&#34;,&#34;https://www.airbnb.com/rooms/29983174&#34;,&#34;https://www.airbnb.com/rooms/29984746&#34;,&#34;https://www.airbnb.com/rooms/29985603&#34;,&#34;https://www.airbnb.com/rooms/29988332&#34;,&#34;https://www.airbnb.com/rooms/29999894&#34;,&#34;https://www.airbnb.com/rooms/30000272&#34;,&#34;https://www.airbnb.com/rooms/30000851&#34;,&#34;https://www.airbnb.com/rooms/30008225&#34;,&#34;https://www.airbnb.com/rooms/30014421&#34;,&#34;https://www.airbnb.com/rooms/30018783&#34;,&#34;https://www.airbnb.com/rooms/30027504&#34;,&#34;https://www.airbnb.com/rooms/30029884&#34;,&#34;https://www.airbnb.com/rooms/30057488&#34;,&#34;https://www.airbnb.com/rooms/30061343&#34;,&#34;https://www.airbnb.com/rooms/30065235&#34;,&#34;https://www.airbnb.com/rooms/30075642&#34;,&#34;https://www.airbnb.com/rooms/30096107&#34;,&#34;https://www.airbnb.com/rooms/30105488&#34;,&#34;https://www.airbnb.com/rooms/30107227&#34;,&#34;https://www.airbnb.com/rooms/30129653&#34;,&#34;https://www.airbnb.com/rooms/30149351&#34;,&#34;https://www.airbnb.com/rooms/30149648&#34;,&#34;https://www.airbnb.com/rooms/30154284&#34;,&#34;https://www.airbnb.com/rooms/30169841&#34;,&#34;https://www.airbnb.com/rooms/30170474&#34;,&#34;https://www.airbnb.com/rooms/30170519&#34;,&#34;https://www.airbnb.com/rooms/30194813&#34;,&#34;https://www.airbnb.com/rooms/30204934&#34;,&#34;https://www.airbnb.com/rooms/30208252&#34;,&#34;https://www.airbnb.com/rooms/30222954&#34;,&#34;https://www.airbnb.com/rooms/30223694&#34;,&#34;https://www.airbnb.com/rooms/30224759&#34;,&#34;https://www.airbnb.com/rooms/30228202&#34;,&#34;https://www.airbnb.com/rooms/30250066&#34;,&#34;https://www.airbnb.com/rooms/30251267&#34;,&#34;https://www.airbnb.com/rooms/30252337&#34;,&#34;https://www.airbnb.com/rooms/30253489&#34;,&#34;https://www.airbnb.com/rooms/30260775&#34;,&#34;https://www.airbnb.com/rooms/30266215&#34;,&#34;https://www.airbnb.com/rooms/30284212&#34;,&#34;https://www.airbnb.com/rooms/30284472&#34;,&#34;https://www.airbnb.com/rooms/30310954&#34;,&#34;https://www.airbnb.com/rooms/30314060&#34;,&#34;https://www.airbnb.com/rooms/30337738&#34;,&#34;https://www.airbnb.com/rooms/30363681&#34;,&#34;https://www.airbnb.com/rooms/30368991&#34;,&#34;https://www.airbnb.com/rooms/30369146&#34;,&#34;https://www.airbnb.com/rooms/30370223&#34;,&#34;https://www.airbnb.com/rooms/30431854&#34;,&#34;https://www.airbnb.com/rooms/30442088&#34;,&#34;https://www.airbnb.com/rooms/30443980&#34;,&#34;https://www.airbnb.com/rooms/30457153&#34;,&#34;https://www.airbnb.com/rooms/30457217&#34;,&#34;https://www.airbnb.com/rooms/30458859&#34;,&#34;https://www.airbnb.com/rooms/30459340&#34;,&#34;https://www.airbnb.com/rooms/30464649&#34;,&#34;https://www.airbnb.com/rooms/30468691&#34;,&#34;https://www.airbnb.com/rooms/30496045&#34;,&#34;https://www.airbnb.com/rooms/30502093&#34;,&#34;https://www.airbnb.com/rooms/30502440&#34;,&#34;https://www.airbnb.com/rooms/30523275&#34;,&#34;https://www.airbnb.com/rooms/30536863&#34;,&#34;https://www.airbnb.com/rooms/30551967&#34;,&#34;https://www.airbnb.com/rooms/30558265&#34;,&#34;https://www.airbnb.com/rooms/30574160&#34;,&#34;https://www.airbnb.com/rooms/30579081&#34;,&#34;https://www.airbnb.com/rooms/30585219&#34;,&#34;https://www.airbnb.com/rooms/30587971&#34;,&#34;https://www.airbnb.com/rooms/30590297&#34;,&#34;https://www.airbnb.com/rooms/30627438&#34;,&#34;https://www.airbnb.com/rooms/30633865&#34;,&#34;https://www.airbnb.com/rooms/30641762&#34;,&#34;https://www.airbnb.com/rooms/30681118&#34;,&#34;https://www.airbnb.com/rooms/30683530&#34;,&#34;https://www.airbnb.com/rooms/30691155&#34;,&#34;https://www.airbnb.com/rooms/30691915&#34;,&#34;https://www.airbnb.com/rooms/30701394&#34;,&#34;https://www.airbnb.com/rooms/30701951&#34;,&#34;https://www.airbnb.com/rooms/30702052&#34;,&#34;https://www.airbnb.com/rooms/30702441&#34;,&#34;https://www.airbnb.com/rooms/30703364&#34;,&#34;https://www.airbnb.com/rooms/30705700&#34;,&#34;https://www.airbnb.com/rooms/30708101&#34;,&#34;https://www.airbnb.com/rooms/30709714&#34;,&#34;https://www.airbnb.com/rooms/30711038&#34;,&#34;https://www.airbnb.com/rooms/30724999&#34;,&#34;https://www.airbnb.com/rooms/30726306&#34;,&#34;https://www.airbnb.com/rooms/30728082&#34;,&#34;https://www.airbnb.com/rooms/30761239&#34;,&#34;https://www.airbnb.com/rooms/30761360&#34;,&#34;https://www.airbnb.com/rooms/30769155&#34;,&#34;https://www.airbnb.com/rooms/30770772&#34;,&#34;https://www.airbnb.com/rooms/30786406&#34;,&#34;https://www.airbnb.com/rooms/30791057&#34;,&#34;https://www.airbnb.com/rooms/30803954&#34;,&#34;https://www.airbnb.com/rooms/30804440&#34;,&#34;https://www.airbnb.com/rooms/30806073&#34;,&#34;https://www.airbnb.com/rooms/30850571&#34;,&#34;https://www.airbnb.com/rooms/30856725&#34;,&#34;https://www.airbnb.com/rooms/30878858&#34;,&#34;https://www.airbnb.com/rooms/30895539&#34;,&#34;https://www.airbnb.com/rooms/30896198&#34;,&#34;https://www.airbnb.com/rooms/30897935&#34;,&#34;https://www.airbnb.com/rooms/30905871&#34;,&#34;https://www.airbnb.com/rooms/30905888&#34;,&#34;https://www.airbnb.com/rooms/30907337&#34;,&#34;https://www.airbnb.com/rooms/30907740&#34;,&#34;https://www.airbnb.com/rooms/30926843&#34;,&#34;https://www.airbnb.com/rooms/30946239&#34;,&#34;https://www.airbnb.com/rooms/30946970&#34;,&#34;https://www.airbnb.com/rooms/30950045&#34;,&#34;https://www.airbnb.com/rooms/30954203&#34;,&#34;https://www.airbnb.com/rooms/30958968&#34;,&#34;https://www.airbnb.com/rooms/30968576&#34;,&#34;https://www.airbnb.com/rooms/30969936&#34;,&#34;https://www.airbnb.com/rooms/30970706&#34;,&#34;https://www.airbnb.com/rooms/30973334&#34;,&#34;https://www.airbnb.com/rooms/30974616&#34;,&#34;https://www.airbnb.com/rooms/30982452&#34;,&#34;https://www.airbnb.com/rooms/31014001&#34;,&#34;https://www.airbnb.com/rooms/31029464&#34;,&#34;https://www.airbnb.com/rooms/31032001&#34;,&#34;https://www.airbnb.com/rooms/31038527&#34;,&#34;https://www.airbnb.com/rooms/31039189&#34;,&#34;https://www.airbnb.com/rooms/31041132&#34;,&#34;https://www.airbnb.com/rooms/31048389&#34;,&#34;https://www.airbnb.com/rooms/31048613&#34;,&#34;https://www.airbnb.com/rooms/31048937&#34;,&#34;https://www.airbnb.com/rooms/31052391&#34;,&#34;https://www.airbnb.com/rooms/31072325&#34;,&#34;https://www.airbnb.com/rooms/31080346&#34;,&#34;https://www.airbnb.com/rooms/31084121&#34;,&#34;https://www.airbnb.com/rooms/31090196&#34;,&#34;https://www.airbnb.com/rooms/31091426&#34;,&#34;https://www.airbnb.com/rooms/31092440&#34;,&#34;https://www.airbnb.com/rooms/31095000&#34;,&#34;https://www.airbnb.com/rooms/31120942&#34;,&#34;https://www.airbnb.com/rooms/31121888&#34;,&#34;https://www.airbnb.com/rooms/31122835&#34;,&#34;https://www.airbnb.com/rooms/31132624&#34;,&#34;https://www.airbnb.com/rooms/31136536&#34;,&#34;https://www.airbnb.com/rooms/31138713&#34;,&#34;https://www.airbnb.com/rooms/31147966&#34;,&#34;https://www.airbnb.com/rooms/31162907&#34;,&#34;https://www.airbnb.com/rooms/31164607&#34;,&#34;https://www.airbnb.com/rooms/31166827&#34;,&#34;https://www.airbnb.com/rooms/31179203&#34;,&#34;https://www.airbnb.com/rooms/31198308&#34;,&#34;https://www.airbnb.com/rooms/31200734&#34;,&#34;https://www.airbnb.com/rooms/31200843&#34;,&#34;https://www.airbnb.com/rooms/31208259&#34;,&#34;https://www.airbnb.com/rooms/31216573&#34;,&#34;https://www.airbnb.com/rooms/31228611&#34;,&#34;https://www.airbnb.com/rooms/31230195&#34;,&#34;https://www.airbnb.com/rooms/31231557&#34;,&#34;https://www.airbnb.com/rooms/31234604&#34;,&#34;https://www.airbnb.com/rooms/31254502&#34;,&#34;https://www.airbnb.com/rooms/31255728&#34;,&#34;https://www.airbnb.com/rooms/31260100&#34;,&#34;https://www.airbnb.com/rooms/31262910&#34;,&#34;https://www.airbnb.com/rooms/31272708&#34;,&#34;https://www.airbnb.com/rooms/31274493&#34;,&#34;https://www.airbnb.com/rooms/31275074&#34;,&#34;https://www.airbnb.com/rooms/31279266&#34;,&#34;https://www.airbnb.com/rooms/31282718&#34;,&#34;https://www.airbnb.com/rooms/31299305&#34;,&#34;https://www.airbnb.com/rooms/31299784&#34;,&#34;https://www.airbnb.com/rooms/31306883&#34;,&#34;https://www.airbnb.com/rooms/31312108&#34;,&#34;https://www.airbnb.com/rooms/31327916&#34;,&#34;https://www.airbnb.com/rooms/31328377&#34;,&#34;https://www.airbnb.com/rooms/31334850&#34;,&#34;https://www.airbnb.com/rooms/31341912&#34;,&#34;https://www.airbnb.com/rooms/31350843&#34;,&#34;https://www.airbnb.com/rooms/31352153&#34;,&#34;https://www.airbnb.com/rooms/31376955&#34;,&#34;https://www.airbnb.com/rooms/31381549&#34;,&#34;https://www.airbnb.com/rooms/31399825&#34;,&#34;https://www.airbnb.com/rooms/31413735&#34;,&#34;https://www.airbnb.com/rooms/31423710&#34;,&#34;https://www.airbnb.com/rooms/31425970&#34;,&#34;https://www.airbnb.com/rooms/31433100&#34;,&#34;https://www.airbnb.com/rooms/31435000&#34;,&#34;https://www.airbnb.com/rooms/31451997&#34;,&#34;https://www.airbnb.com/rooms/31454967&#34;,&#34;https://www.airbnb.com/rooms/31457311&#34;,&#34;https://www.airbnb.com/rooms/31458973&#34;,&#34;https://www.airbnb.com/rooms/31461983&#34;,&#34;https://www.airbnb.com/rooms/31476741&#34;,&#34;https://www.airbnb.com/rooms/31482992&#34;,&#34;https://www.airbnb.com/rooms/31486811&#34;,&#34;https://www.airbnb.com/rooms/31491701&#34;,&#34;https://www.airbnb.com/rooms/31492162&#34;,&#34;https://www.airbnb.com/rooms/31496785&#34;,&#34;https://www.airbnb.com/rooms/31508868&#34;,&#34;https://www.airbnb.com/rooms/31510083&#34;,&#34;https://www.airbnb.com/rooms/31512764&#34;,&#34;https://www.airbnb.com/rooms/31531253&#34;,&#34;https://www.airbnb.com/rooms/31536562&#34;,&#34;https://www.airbnb.com/rooms/31537575&#34;,&#34;https://www.airbnb.com/rooms/31538776&#34;,&#34;https://www.airbnb.com/rooms/31550236&#34;,&#34;https://www.airbnb.com/rooms/31552072&#34;,&#34;https://www.airbnb.com/rooms/31576661&#34;,&#34;https://www.airbnb.com/rooms/31578101&#34;,&#34;https://www.airbnb.com/rooms/31579530&#34;,&#34;https://www.airbnb.com/rooms/31579936&#34;,&#34;https://www.airbnb.com/rooms/31581028&#34;,&#34;https://www.airbnb.com/rooms/31581623&#34;,&#34;https://www.airbnb.com/rooms/31590027&#34;,&#34;https://www.airbnb.com/rooms/31590112&#34;,&#34;https://www.airbnb.com/rooms/31606467&#34;,&#34;https://www.airbnb.com/rooms/31612069&#34;,&#34;https://www.airbnb.com/rooms/31615086&#34;,&#34;https://www.airbnb.com/rooms/31656583&#34;,&#34;https://www.airbnb.com/rooms/31658503&#34;,&#34;https://www.airbnb.com/rooms/31681409&#34;,&#34;https://www.airbnb.com/rooms/31681749&#34;,&#34;https://www.airbnb.com/rooms/31681838&#34;,&#34;https://www.airbnb.com/rooms/31691066&#34;,&#34;https://www.airbnb.com/rooms/31705064&#34;,&#34;https://www.airbnb.com/rooms/31705373&#34;,&#34;https://www.airbnb.com/rooms/31705733&#34;,&#34;https://www.airbnb.com/rooms/31706108&#34;,&#34;https://www.airbnb.com/rooms/31708473&#34;,&#34;https://www.airbnb.com/rooms/31713230&#34;,&#34;https://www.airbnb.com/rooms/31715830&#34;,&#34;https://www.airbnb.com/rooms/31725159&#34;,&#34;https://www.airbnb.com/rooms/31725527&#34;,&#34;https://www.airbnb.com/rooms/31727466&#34;,&#34;https://www.airbnb.com/rooms/31729517&#34;,&#34;https://www.airbnb.com/rooms/31730551&#34;,&#34;https://www.airbnb.com/rooms/31740079&#34;,&#34;https://www.airbnb.com/rooms/31760784&#34;,&#34;https://www.airbnb.com/rooms/31775563&#34;,&#34;https://www.airbnb.com/rooms/31793682&#34;,&#34;https://www.airbnb.com/rooms/31801484&#34;,&#34;https://www.airbnb.com/rooms/31803164&#34;,&#34;https://www.airbnb.com/rooms/31804685&#34;,&#34;https://www.airbnb.com/rooms/31806069&#34;,&#34;https://www.airbnb.com/rooms/31813094&#34;,&#34;https://www.airbnb.com/rooms/31815464&#34;,&#34;https://www.airbnb.com/rooms/31816011&#34;,&#34;https://www.airbnb.com/rooms/31830452&#34;,&#34;https://www.airbnb.com/rooms/31831886&#34;,&#34;https://www.airbnb.com/rooms/31841018&#34;,&#34;https://www.airbnb.com/rooms/31847785&#34;,&#34;https://www.airbnb.com/rooms/31858690&#34;,&#34;https://www.airbnb.com/rooms/31894916&#34;,&#34;https://www.airbnb.com/rooms/31912666&#34;,&#34;https://www.airbnb.com/rooms/31913247&#34;,&#34;https://www.airbnb.com/rooms/31914608&#34;,&#34;https://www.airbnb.com/rooms/31915313&#34;,&#34;https://www.airbnb.com/rooms/31915615&#34;,&#34;https://www.airbnb.com/rooms/31923433&#34;,&#34;https://www.airbnb.com/rooms/31966680&#34;,&#34;https://www.airbnb.com/rooms/31966986&#34;,&#34;https://www.airbnb.com/rooms/31970947&#34;,&#34;https://www.airbnb.com/rooms/31970949&#34;,&#34;https://www.airbnb.com/rooms/31970989&#34;,&#34;https://www.airbnb.com/rooms/31970992&#34;,&#34;https://www.airbnb.com/rooms/31971283&#34;,&#34;https://www.airbnb.com/rooms/31972023&#34;,&#34;https://www.airbnb.com/rooms/31989830&#34;,&#34;https://www.airbnb.com/rooms/31990329&#34;,&#34;https://www.airbnb.com/rooms/31999520&#34;,&#34;https://www.airbnb.com/rooms/32014425&#34;,&#34;https://www.airbnb.com/rooms/32026498&#34;,&#34;https://www.airbnb.com/rooms/32029765&#34;,&#34;https://www.airbnb.com/rooms/32031628&#34;,&#34;https://www.airbnb.com/rooms/32031909&#34;,&#34;https://www.airbnb.com/rooms/32038305&#34;,&#34;https://www.airbnb.com/rooms/32038734&#34;,&#34;https://www.airbnb.com/rooms/32039431&#34;,&#34;https://www.airbnb.com/rooms/32054728&#34;,&#34;https://www.airbnb.com/rooms/32065219&#34;,&#34;https://www.airbnb.com/rooms/32074245&#34;,&#34;https://www.airbnb.com/rooms/32075922&#34;,&#34;https://www.airbnb.com/rooms/32085347&#34;,&#34;https://www.airbnb.com/rooms/32090331&#34;,&#34;https://www.airbnb.com/rooms/32099931&#34;,&#34;https://www.airbnb.com/rooms/32102688&#34;,&#34;https://www.airbnb.com/rooms/32105531&#34;,&#34;https://www.airbnb.com/rooms/32105888&#34;,&#34;https://www.airbnb.com/rooms/32119514&#34;,&#34;https://www.airbnb.com/rooms/32120530&#34;,&#34;https://www.airbnb.com/rooms/32122623&#34;,&#34;https://www.airbnb.com/rooms/32151340&#34;,&#34;https://www.airbnb.com/rooms/32152566&#34;,&#34;https://www.airbnb.com/rooms/32152934&#34;,&#34;https://www.airbnb.com/rooms/32160686&#34;,&#34;https://www.airbnb.com/rooms/32162026&#34;,&#34;https://www.airbnb.com/rooms/32173589&#34;,&#34;https://www.airbnb.com/rooms/32177013&#34;,&#34;https://www.airbnb.com/rooms/32177133&#34;,&#34;https://www.airbnb.com/rooms/32183506&#34;,&#34;https://www.airbnb.com/rooms/32187348&#34;,&#34;https://www.airbnb.com/rooms/32197443&#34;,&#34;https://www.airbnb.com/rooms/32200412&#34;,&#34;https://www.airbnb.com/rooms/32206875&#34;,&#34;https://www.airbnb.com/rooms/32209468&#34;,&#34;https://www.airbnb.com/rooms/32228986&#34;,&#34;https://www.airbnb.com/rooms/32233189&#34;,&#34;https://www.airbnb.com/rooms/32247453&#34;,&#34;https://www.airbnb.com/rooms/32248425&#34;,&#34;https://www.airbnb.com/rooms/32274863&#34;,&#34;https://www.airbnb.com/rooms/32276123&#34;,&#34;https://www.airbnb.com/rooms/32277383&#34;,&#34;https://www.airbnb.com/rooms/32277923&#34;,&#34;https://www.airbnb.com/rooms/32282456&#34;,&#34;https://www.airbnb.com/rooms/32285798&#34;,&#34;https://www.airbnb.com/rooms/32285867&#34;,&#34;https://www.airbnb.com/rooms/32287817&#34;,&#34;https://www.airbnb.com/rooms/32294633&#34;,&#34;https://www.airbnb.com/rooms/32295847&#34;,&#34;https://www.airbnb.com/rooms/32301281&#34;,&#34;https://www.airbnb.com/rooms/32302406&#34;,&#34;https://www.airbnb.com/rooms/32303422&#34;,&#34;https://www.airbnb.com/rooms/32307234&#34;,&#34;https://www.airbnb.com/rooms/32311091&#34;,&#34;https://www.airbnb.com/rooms/32326004&#34;,&#34;https://www.airbnb.com/rooms/32329145&#34;,&#34;https://www.airbnb.com/rooms/32331174&#34;,&#34;https://www.airbnb.com/rooms/32350931&#34;,&#34;https://www.airbnb.com/rooms/32351200&#34;,&#34;https://www.airbnb.com/rooms/32354342&#34;,&#34;https://www.airbnb.com/rooms/32370038&#34;,&#34;https://www.airbnb.com/rooms/32374611&#34;,&#34;https://www.airbnb.com/rooms/32375880&#34;,&#34;https://www.airbnb.com/rooms/32383226&#34;,&#34;https://www.airbnb.com/rooms/32392968&#34;,&#34;https://www.airbnb.com/rooms/32395058&#34;,&#34;https://www.airbnb.com/rooms/32397364&#34;,&#34;https://www.airbnb.com/rooms/32402754&#34;,&#34;https://www.airbnb.com/rooms/32403046&#34;,&#34;https://www.airbnb.com/rooms/32410760&#34;,&#34;https://www.airbnb.com/rooms/32416717&#34;,&#34;https://www.airbnb.com/rooms/32416866&#34;,&#34;https://www.airbnb.com/rooms/32420230&#34;,&#34;https://www.airbnb.com/rooms/32423261&#34;,&#34;https://www.airbnb.com/rooms/32436125&#34;,&#34;https://www.airbnb.com/rooms/32454553&#34;,&#34;https://www.airbnb.com/rooms/32455517&#34;,&#34;https://www.airbnb.com/rooms/32460225&#34;,&#34;https://www.airbnb.com/rooms/32466427&#34;,&#34;https://www.airbnb.com/rooms/32470576&#34;,&#34;https://www.airbnb.com/rooms/32472030&#34;,&#34;https://www.airbnb.com/rooms/32480864&#34;,&#34;https://www.airbnb.com/rooms/32488534&#34;,&#34;https://www.airbnb.com/rooms/32488978&#34;,&#34;https://www.airbnb.com/rooms/32490334&#34;,&#34;https://www.airbnb.com/rooms/32508210&#34;,&#34;https://www.airbnb.com/rooms/32508378&#34;,&#34;https://www.airbnb.com/rooms/32508723&#34;,&#34;https://www.airbnb.com/rooms/32514717&#34;,&#34;https://www.airbnb.com/rooms/32529838&#34;,&#34;https://www.airbnb.com/rooms/32535445&#34;,&#34;https://www.airbnb.com/rooms/32538847&#34;,&#34;https://www.airbnb.com/rooms/32548161&#34;,&#34;https://www.airbnb.com/rooms/32562599&#34;,&#34;https://www.airbnb.com/rooms/32570304&#34;,&#34;https://www.airbnb.com/rooms/32580070&#34;,&#34;https://www.airbnb.com/rooms/32584170&#34;,&#34;https://www.airbnb.com/rooms/32586879&#34;,&#34;https://www.airbnb.com/rooms/32589224&#34;,&#34;https://www.airbnb.com/rooms/32591273&#34;,&#34;https://www.airbnb.com/rooms/32598394&#34;,&#34;https://www.airbnb.com/rooms/32599079&#34;,&#34;https://www.airbnb.com/rooms/32600030&#34;,&#34;https://www.airbnb.com/rooms/32600294&#34;,&#34;https://www.airbnb.com/rooms/32601479&#34;,&#34;https://www.airbnb.com/rooms/32602783&#34;,&#34;https://www.airbnb.com/rooms/32605182&#34;,&#34;https://www.airbnb.com/rooms/32606353&#34;,&#34;https://www.airbnb.com/rooms/32609223&#34;,&#34;https://www.airbnb.com/rooms/32609295&#34;,&#34;https://www.airbnb.com/rooms/32612932&#34;,&#34;https://www.airbnb.com/rooms/32618903&#34;,&#34;https://www.airbnb.com/rooms/32631029&#34;,&#34;https://www.airbnb.com/rooms/32631723&#34;,&#34;https://www.airbnb.com/rooms/32636828&#34;,&#34;https://www.airbnb.com/rooms/32649228&#34;,&#34;https://www.airbnb.com/rooms/32649828&#34;,&#34;https://www.airbnb.com/rooms/32657098&#34;,&#34;https://www.airbnb.com/rooms/32687739&#34;,&#34;https://www.airbnb.com/rooms/32691505&#34;,&#34;https://www.airbnb.com/rooms/32718441&#34;,&#34;https://www.airbnb.com/rooms/32720398&#34;,&#34;https://www.airbnb.com/rooms/32736641&#34;,&#34;https://www.airbnb.com/rooms/32738272&#34;,&#34;https://www.airbnb.com/rooms/32740701&#34;,&#34;https://www.airbnb.com/rooms/32743061&#34;,&#34;https://www.airbnb.com/rooms/32743696&#34;,&#34;https://www.airbnb.com/rooms/32743898&#34;,&#34;https://www.airbnb.com/rooms/32744062&#34;,&#34;https://www.airbnb.com/rooms/32746428&#34;,&#34;https://www.airbnb.com/rooms/32760307&#34;,&#34;https://www.airbnb.com/rooms/32760526&#34;,&#34;https://www.airbnb.com/rooms/32762113&#34;,&#34;https://www.airbnb.com/rooms/32762242&#34;,&#34;https://www.airbnb.com/rooms/32765132&#34;,&#34;https://www.airbnb.com/rooms/32774777&#34;,&#34;https://www.airbnb.com/rooms/32779589&#34;,&#34;https://www.airbnb.com/rooms/32780406&#34;,&#34;https://www.airbnb.com/rooms/32783535&#34;,&#34;https://www.airbnb.com/rooms/32796523&#34;,&#34;https://www.airbnb.com/rooms/32802000&#34;,&#34;https://www.airbnb.com/rooms/32806374&#34;,&#34;https://www.airbnb.com/rooms/32808173&#34;,&#34;https://www.airbnb.com/rooms/32809622&#34;,&#34;https://www.airbnb.com/rooms/32809929&#34;,&#34;https://www.airbnb.com/rooms/32810365&#34;,&#34;https://www.airbnb.com/rooms/32811165&#34;,&#34;https://www.airbnb.com/rooms/32823023&#34;,&#34;https://www.airbnb.com/rooms/32824443&#34;,&#34;https://www.airbnb.com/rooms/32830313&#34;,&#34;https://www.airbnb.com/rooms/32839194&#34;,&#34;https://www.airbnb.com/rooms/32840050&#34;,&#34;https://www.airbnb.com/rooms/32853018&#34;,&#34;https://www.airbnb.com/rooms/32859672&#34;,&#34;https://www.airbnb.com/rooms/32860168&#34;,&#34;https://www.airbnb.com/rooms/32868517&#34;,&#34;https://www.airbnb.com/rooms/32868718&#34;,&#34;https://www.airbnb.com/rooms/32879108&#34;,&#34;https://www.airbnb.com/rooms/32882016&#34;,&#34;https://www.airbnb.com/rooms/32882576&#34;,&#34;https://www.airbnb.com/rooms/32884549&#34;,&#34;https://www.airbnb.com/rooms/32903478&#34;,&#34;https://www.airbnb.com/rooms/32903862&#34;,&#34;https://www.airbnb.com/rooms/32905493&#34;,&#34;https://www.airbnb.com/rooms/32906149&#34;,&#34;https://www.airbnb.com/rooms/32908783&#34;,&#34;https://www.airbnb.com/rooms/32912235&#34;,&#34;https://www.airbnb.com/rooms/32926406&#34;,&#34;https://www.airbnb.com/rooms/32928872&#34;,&#34;https://www.airbnb.com/rooms/32929582&#34;,&#34;https://www.airbnb.com/rooms/32929592&#34;,&#34;https://www.airbnb.com/rooms/32930567&#34;,&#34;https://www.airbnb.com/rooms/32948743&#34;,&#34;https://www.airbnb.com/rooms/32957335&#34;,&#34;https://www.airbnb.com/rooms/32959192&#34;,&#34;https://www.airbnb.com/rooms/32976091&#34;,&#34;https://www.airbnb.com/rooms/32981031&#34;,&#34;https://www.airbnb.com/rooms/32984048&#34;,&#34;https://www.airbnb.com/rooms/32986429&#34;,&#34;https://www.airbnb.com/rooms/33007657&#34;,&#34;https://www.airbnb.com/rooms/33010179&#34;,&#34;https://www.airbnb.com/rooms/33011452&#34;,&#34;https://www.airbnb.com/rooms/33011881&#34;,&#34;https://www.airbnb.com/rooms/33015889&#34;,&#34;https://www.airbnb.com/rooms/33017463&#34;,&#34;https://www.airbnb.com/rooms/33026785&#34;,&#34;https://www.airbnb.com/rooms/33033460&#34;,&#34;https://www.airbnb.com/rooms/33039697&#34;,&#34;https://www.airbnb.com/rooms/33041153&#34;,&#34;https://www.airbnb.com/rooms/33051524&#34;,&#34;https://www.airbnb.com/rooms/33068411&#34;,&#34;https://www.airbnb.com/rooms/33074400&#34;,&#34;https://www.airbnb.com/rooms/33084424&#34;,&#34;https://www.airbnb.com/rooms/33093376&#34;,&#34;https://www.airbnb.com/rooms/33097750&#34;,&#34;https://www.airbnb.com/rooms/33109901&#34;,&#34;https://www.airbnb.com/rooms/33110441&#34;,&#34;https://www.airbnb.com/rooms/33112306&#34;,&#34;https://www.airbnb.com/rooms/33114087&#34;,&#34;https://www.airbnb.com/rooms/33116494&#34;,&#34;https://www.airbnb.com/rooms/33124253&#34;,&#34;https://www.airbnb.com/rooms/33125094&#34;,&#34;https://www.airbnb.com/rooms/33125779&#34;,&#34;https://www.airbnb.com/rooms/33129590&#34;,&#34;https://www.airbnb.com/rooms/33144675&#34;,&#34;https://www.airbnb.com/rooms/33146084&#34;,&#34;https://www.airbnb.com/rooms/33151476&#34;,&#34;https://www.airbnb.com/rooms/33151495&#34;,&#34;https://www.airbnb.com/rooms/33151712&#34;,&#34;https://www.airbnb.com/rooms/33159196&#34;,&#34;https://www.airbnb.com/rooms/33161431&#34;,&#34;https://www.airbnb.com/rooms/33163247&#34;,&#34;https://www.airbnb.com/rooms/33164681&#34;,&#34;https://www.airbnb.com/rooms/33173722&#34;,&#34;https://www.airbnb.com/rooms/33175587&#34;,&#34;https://www.airbnb.com/rooms/33177527&#34;,&#34;https://www.airbnb.com/rooms/33177857&#34;,&#34;https://www.airbnb.com/rooms/33178833&#34;,&#34;https://www.airbnb.com/rooms/33190277&#34;,&#34;https://www.airbnb.com/rooms/33191450&#34;,&#34;https://www.airbnb.com/rooms/33192434&#34;,&#34;https://www.airbnb.com/rooms/33192824&#34;,&#34;https://www.airbnb.com/rooms/33193269&#34;,&#34;https://www.airbnb.com/rooms/33194376&#34;,&#34;https://www.airbnb.com/rooms/33211785&#34;,&#34;https://www.airbnb.com/rooms/33221822&#34;,&#34;https://www.airbnb.com/rooms/33250641&#34;,&#34;https://www.airbnb.com/rooms/33260616&#34;,&#34;https://www.airbnb.com/rooms/33262026&#34;,&#34;https://www.airbnb.com/rooms/33263868&#34;,&#34;https://www.airbnb.com/rooms/33264597&#34;,&#34;https://www.airbnb.com/rooms/33270802&#34;,&#34;https://www.airbnb.com/rooms/33276222&#34;,&#34;https://www.airbnb.com/rooms/33283471&#34;,&#34;https://www.airbnb.com/rooms/33301256&#34;,&#34;https://www.airbnb.com/rooms/33309107&#34;,&#34;https://www.airbnb.com/rooms/33310017&#34;,&#34;https://www.airbnb.com/rooms/33310026&#34;,&#34;https://www.airbnb.com/rooms/33311912&#34;,&#34;https://www.airbnb.com/rooms/33312058&#34;,&#34;https://www.airbnb.com/rooms/33312257&#34;,&#34;https://www.airbnb.com/rooms/33324467&#34;,&#34;https://www.airbnb.com/rooms/33329549&#34;,&#34;https://www.airbnb.com/rooms/33330034&#34;,&#34;https://www.airbnb.com/rooms/33332070&#34;,&#34;https://www.airbnb.com/rooms/33332553&#34;,&#34;https://www.airbnb.com/rooms/33335756&#34;,&#34;https://www.airbnb.com/rooms/33337668&#34;,&#34;https://www.airbnb.com/rooms/33338556&#34;,&#34;https://www.airbnb.com/rooms/33340214&#34;,&#34;https://www.airbnb.com/rooms/33352705&#34;,&#34;https://www.airbnb.com/rooms/33362505&#34;,&#34;https://www.airbnb.com/rooms/33366203&#34;,&#34;https://www.airbnb.com/rooms/33378953&#34;,&#34;https://www.airbnb.com/rooms/33386674&#34;,&#34;https://www.airbnb.com/rooms/33386923&#34;,&#34;https://www.airbnb.com/rooms/33388644&#34;,&#34;https://www.airbnb.com/rooms/33392178&#34;,&#34;https://www.airbnb.com/rooms/33397844&#34;,&#34;https://www.airbnb.com/rooms/33400286&#34;,&#34;https://www.airbnb.com/rooms/33408892&#34;,&#34;https://www.airbnb.com/rooms/33410779&#34;,&#34;https://www.airbnb.com/rooms/33411268&#34;,&#34;https://www.airbnb.com/rooms/33411424&#34;,&#34;https://www.airbnb.com/rooms/33411641&#34;,&#34;https://www.airbnb.com/rooms/33411842&#34;,&#34;https://www.airbnb.com/rooms/33412250&#34;,&#34;https://www.airbnb.com/rooms/33414040&#34;,&#34;https://www.airbnb.com/rooms/33419143&#34;,&#34;https://www.airbnb.com/rooms/33424994&#34;,&#34;https://www.airbnb.com/rooms/33425340&#34;,&#34;https://www.airbnb.com/rooms/33426229&#34;,&#34;https://www.airbnb.com/rooms/33438176&#34;,&#34;https://www.airbnb.com/rooms/33446006&#34;,&#34;https://www.airbnb.com/rooms/33447642&#34;,&#34;https://www.airbnb.com/rooms/33463675&#34;,&#34;https://www.airbnb.com/rooms/33465366&#34;,&#34;https://www.airbnb.com/rooms/33478625&#34;,&#34;https://www.airbnb.com/rooms/33481817&#34;,&#34;https://www.airbnb.com/rooms/33490336&#34;,&#34;https://www.airbnb.com/rooms/33500925&#34;,&#34;https://www.airbnb.com/rooms/33502910&#34;,&#34;https://www.airbnb.com/rooms/33503546&#34;,&#34;https://www.airbnb.com/rooms/33507727&#34;,&#34;https://www.airbnb.com/rooms/33511148&#34;,&#34;https://www.airbnb.com/rooms/33517100&#34;,&#34;https://www.airbnb.com/rooms/33520375&#34;,&#34;https://www.airbnb.com/rooms/33520914&#34;,&#34;https://www.airbnb.com/rooms/33522607&#34;,&#34;https://www.airbnb.com/rooms/33537258&#34;,&#34;https://www.airbnb.com/rooms/33543560&#34;,&#34;https://www.airbnb.com/rooms/33544938&#34;,&#34;https://www.airbnb.com/rooms/33546291&#34;,&#34;https://www.airbnb.com/rooms/33548963&#34;,&#34;https://www.airbnb.com/rooms/33549947&#34;,&#34;https://www.airbnb.com/rooms/33555588&#34;,&#34;https://www.airbnb.com/rooms/33555991&#34;,&#34;https://www.airbnb.com/rooms/33556826&#34;,&#34;https://www.airbnb.com/rooms/33566047&#34;,&#34;https://www.airbnb.com/rooms/33571993&#34;,&#34;https://www.airbnb.com/rooms/33573732&#34;,&#34;https://www.airbnb.com/rooms/33575496&#34;,&#34;https://www.airbnb.com/rooms/33576496&#34;,&#34;https://www.airbnb.com/rooms/33584872&#34;,&#34;https://www.airbnb.com/rooms/33587376&#34;,&#34;https://www.airbnb.com/rooms/33587777&#34;,&#34;https://www.airbnb.com/rooms/33595462&#34;,&#34;https://www.airbnb.com/rooms/33595520&#34;,&#34;https://www.airbnb.com/rooms/33597438&#34;,&#34;https://www.airbnb.com/rooms/33599133&#34;,&#34;https://www.airbnb.com/rooms/33600793&#34;,&#34;https://www.airbnb.com/rooms/33605354&#34;,&#34;https://www.airbnb.com/rooms/33609836&#34;,&#34;https://www.airbnb.com/rooms/33613848&#34;,&#34;https://www.airbnb.com/rooms/33624826&#34;,&#34;https://www.airbnb.com/rooms/33627942&#34;,&#34;https://www.airbnb.com/rooms/33630177&#34;,&#34;https://www.airbnb.com/rooms/33630897&#34;,&#34;https://www.airbnb.com/rooms/33631731&#34;,&#34;https://www.airbnb.com/rooms/33632817&#34;,&#34;https://www.airbnb.com/rooms/33633043&#34;,&#34;https://www.airbnb.com/rooms/33634972&#34;,&#34;https://www.airbnb.com/rooms/33635979&#34;,&#34;https://www.airbnb.com/rooms/33638173&#34;,&#34;https://www.airbnb.com/rooms/33645335&#34;,&#34;https://www.airbnb.com/rooms/33655025&#34;,&#34;https://www.airbnb.com/rooms/33655047&#34;,&#34;https://www.airbnb.com/rooms/33655740&#34;,&#34;https://www.airbnb.com/rooms/33659267&#34;,&#34;https://www.airbnb.com/rooms/33662305&#34;,&#34;https://www.airbnb.com/rooms/33668085&#34;,&#34;https://www.airbnb.com/rooms/33669530&#34;,&#34;https://www.airbnb.com/rooms/33671491&#34;,&#34;https://www.airbnb.com/rooms/33673565&#34;,&#34;https://www.airbnb.com/rooms/33673725&#34;,&#34;https://www.airbnb.com/rooms/33674320&#34;,&#34;https://www.airbnb.com/rooms/33680027&#34;,&#34;https://www.airbnb.com/rooms/33682682&#34;,&#34;https://www.airbnb.com/rooms/33696947&#34;,&#34;https://www.airbnb.com/rooms/33700855&#34;,&#34;https://www.airbnb.com/rooms/33705799&#34;,&#34;https://www.airbnb.com/rooms/33706230&#34;,&#34;https://www.airbnb.com/rooms/33709297&#34;,&#34;https://www.airbnb.com/rooms/33709767&#34;,&#34;https://www.airbnb.com/rooms/33713668&#34;,&#34;https://www.airbnb.com/rooms/33714041&#34;,&#34;https://www.airbnb.com/rooms/33716757&#34;,&#34;https://www.airbnb.com/rooms/33731589&#34;,&#34;https://www.airbnb.com/rooms/33737330&#34;,&#34;https://www.airbnb.com/rooms/33738281&#34;,&#34;https://www.airbnb.com/rooms/33739281&#34;,&#34;https://www.airbnb.com/rooms/33742550&#34;,&#34;https://www.airbnb.com/rooms/33743760&#34;,&#34;https://www.airbnb.com/rooms/33744664&#34;,&#34;https://www.airbnb.com/rooms/33746796&#34;,&#34;https://www.airbnb.com/rooms/33756090&#34;,&#34;https://www.airbnb.com/rooms/33759304&#34;,&#34;https://www.airbnb.com/rooms/33760371&#34;,&#34;https://www.airbnb.com/rooms/33762864&#34;,&#34;https://www.airbnb.com/rooms/33763457&#34;,&#34;https://www.airbnb.com/rooms/33767567&#34;,&#34;https://www.airbnb.com/rooms/33770535&#34;,&#34;https://www.airbnb.com/rooms/33772721&#34;,&#34;https://www.airbnb.com/rooms/33773107&#34;,&#34;https://www.airbnb.com/rooms/33775646&#34;,&#34;https://www.airbnb.com/rooms/33789260&#34;,&#34;https://www.airbnb.com/rooms/33792601&#34;,&#34;https://www.airbnb.com/rooms/33803190&#34;,&#34;https://www.airbnb.com/rooms/33805259&#34;,&#34;https://www.airbnb.com/rooms/33805874&#34;,&#34;https://www.airbnb.com/rooms/33806038&#34;,&#34;https://www.airbnb.com/rooms/33814013&#34;,&#34;https://www.airbnb.com/rooms/33815160&#34;,&#34;https://www.airbnb.com/rooms/33822504&#34;,&#34;https://www.airbnb.com/rooms/33823409&#34;,&#34;https://www.airbnb.com/rooms/33828630&#34;,&#34;https://www.airbnb.com/rooms/33841387&#34;,&#34;https://www.airbnb.com/rooms/33842918&#34;,&#34;https://www.airbnb.com/rooms/33845048&#34;,&#34;https://www.airbnb.com/rooms/33845549&#34;,&#34;https://www.airbnb.com/rooms/33850388&#34;,&#34;https://www.airbnb.com/rooms/33851611&#34;,&#34;https://www.airbnb.com/rooms/33851850&#34;,&#34;https://www.airbnb.com/rooms/33864035&#34;,&#34;https://www.airbnb.com/rooms/33864770&#34;,&#34;https://www.airbnb.com/rooms/33865058&#34;,&#34;https://www.airbnb.com/rooms/33889857&#34;,&#34;https://www.airbnb.com/rooms/33892907&#34;,&#34;https://www.airbnb.com/rooms/33896071&#34;,&#34;https://www.airbnb.com/rooms/33896679&#34;,&#34;https://www.airbnb.com/rooms/33920461&#34;,&#34;https://www.airbnb.com/rooms/33922243&#34;,&#34;https://www.airbnb.com/rooms/33927587&#34;,&#34;https://www.airbnb.com/rooms/33927692&#34;,&#34;https://www.airbnb.com/rooms/33938896&#34;,&#34;https://www.airbnb.com/rooms/33945805&#34;,&#34;https://www.airbnb.com/rooms/33952749&#34;,&#34;https://www.airbnb.com/rooms/33961816&#34;,&#34;https://www.airbnb.com/rooms/33983919&#34;,&#34;https://www.airbnb.com/rooms/33984726&#34;,&#34;https://www.airbnb.com/rooms/34009693&#34;,&#34;https://www.airbnb.com/rooms/34031270&#34;,&#34;https://www.airbnb.com/rooms/34039342&#34;,&#34;https://www.airbnb.com/rooms/34058783&#34;,&#34;https://www.airbnb.com/rooms/34067974&#34;,&#34;https://www.airbnb.com/rooms/34085542&#34;,&#34;https://www.airbnb.com/rooms/34099221&#34;,&#34;https://www.airbnb.com/rooms/34101323&#34;,&#34;https://www.airbnb.com/rooms/34102241&#34;,&#34;https://www.airbnb.com/rooms/34104576&#34;,&#34;https://www.airbnb.com/rooms/34105445&#34;,&#34;https://www.airbnb.com/rooms/34107064&#34;,&#34;https://www.airbnb.com/rooms/34115970&#34;,&#34;https://www.airbnb.com/rooms/34132380&#34;,&#34;https://www.airbnb.com/rooms/34132437&#34;,&#34;https://www.airbnb.com/rooms/34133769&#34;,&#34;https://www.airbnb.com/rooms/34135947&#34;,&#34;https://www.airbnb.com/rooms/34144685&#34;,&#34;https://www.airbnb.com/rooms/34152600&#34;,&#34;https://www.airbnb.com/rooms/34160309&#34;,&#34;https://www.airbnb.com/rooms/34168194&#34;,&#34;https://www.airbnb.com/rooms/34173799&#34;,&#34;https://www.airbnb.com/rooms/34177771&#34;,&#34;https://www.airbnb.com/rooms/34191967&#34;,&#34;https://www.airbnb.com/rooms/34195462&#34;,&#34;https://www.airbnb.com/rooms/34213627&#34;,&#34;https://www.airbnb.com/rooms/34228507&#34;,&#34;https://www.airbnb.com/rooms/34249490&#34;,&#34;https://www.airbnb.com/rooms/34252303&#34;,&#34;https://www.airbnb.com/rooms/34268219&#34;,&#34;https://www.airbnb.com/rooms/34271671&#34;,&#34;https://www.airbnb.com/rooms/34272110&#34;,&#34;https://www.airbnb.com/rooms/34272300&#34;,&#34;https://www.airbnb.com/rooms/34272337&#34;,&#34;https://www.airbnb.com/rooms/34277111&#34;,&#34;https://www.airbnb.com/rooms/34277132&#34;,&#34;https://www.airbnb.com/rooms/34293296&#34;,&#34;https://www.airbnb.com/rooms/34298106&#34;,&#34;https://www.airbnb.com/rooms/34299119&#34;,&#34;https://www.airbnb.com/rooms/34302845&#34;,&#34;https://www.airbnb.com/rooms/34302972&#34;,&#34;https://www.airbnb.com/rooms/34312665&#34;,&#34;https://www.airbnb.com/rooms/34313908&#34;,&#34;https://www.airbnb.com/rooms/34321525&#34;,&#34;https://www.airbnb.com/rooms/34325255&#34;,&#34;https://www.airbnb.com/rooms/34331943&#34;,&#34;https://www.airbnb.com/rooms/34337311&#34;,&#34;https://www.airbnb.com/rooms/34337791&#34;,&#34;https://www.airbnb.com/rooms/34338749&#34;,&#34;https://www.airbnb.com/rooms/34345544&#34;,&#34;https://www.airbnb.com/rooms/34353926&#34;,&#34;https://www.airbnb.com/rooms/34356799&#34;,&#34;https://www.airbnb.com/rooms/34367226&#34;,&#34;https://www.airbnb.com/rooms/34392627&#34;,&#34;https://www.airbnb.com/rooms/34412556&#34;,&#34;https://www.airbnb.com/rooms/34419816&#34;,&#34;https://www.airbnb.com/rooms/34424217&#34;,&#34;https://www.airbnb.com/rooms/34427367&#34;,&#34;https://www.airbnb.com/rooms/34431776&#34;,&#34;https://www.airbnb.com/rooms/34432182&#34;,&#34;https://www.airbnb.com/rooms/34436149&#34;,&#34;https://www.airbnb.com/rooms/34436755&#34;,&#34;https://www.airbnb.com/rooms/34444247&#34;,&#34;https://www.airbnb.com/rooms/34455254&#34;,&#34;https://www.airbnb.com/rooms/34487246&#34;,&#34;https://www.airbnb.com/rooms/34487416&#34;,&#34;https://www.airbnb.com/rooms/34498043&#34;,&#34;https://www.airbnb.com/rooms/34508430&#34;,&#34;https://www.airbnb.com/rooms/34516581&#34;,&#34;https://www.airbnb.com/rooms/34522027&#34;,&#34;https://www.airbnb.com/rooms/34522268&#34;,&#34;https://www.airbnb.com/rooms/34533363&#34;,&#34;https://www.airbnb.com/rooms/34542675&#34;,&#34;https://www.airbnb.com/rooms/34543256&#34;,&#34;https://www.airbnb.com/rooms/34555980&#34;,&#34;https://www.airbnb.com/rooms/34559783&#34;,&#34;https://www.airbnb.com/rooms/34560470&#34;,&#34;https://www.airbnb.com/rooms/34560923&#34;,&#34;https://www.airbnb.com/rooms/34561378&#34;,&#34;https://www.airbnb.com/rooms/34570874&#34;,&#34;https://www.airbnb.com/rooms/34592681&#34;,&#34;https://www.airbnb.com/rooms/34610441&#34;,&#34;https://www.airbnb.com/rooms/34610487&#34;,&#34;https://www.airbnb.com/rooms/34611838&#34;,&#34;https://www.airbnb.com/rooms/34615091&#34;,&#34;https://www.airbnb.com/rooms/34625485&#34;,&#34;https://www.airbnb.com/rooms/34626647&#34;,&#34;https://www.airbnb.com/rooms/34631896&#34;,&#34;https://www.airbnb.com/rooms/34642714&#34;,&#34;https://www.airbnb.com/rooms/34643456&#34;,&#34;https://www.airbnb.com/rooms/34646273&#34;,&#34;https://www.airbnb.com/rooms/34647805&#34;,&#34;https://www.airbnb.com/rooms/34659099&#34;,&#34;https://www.airbnb.com/rooms/34659449&#34;,&#34;https://www.airbnb.com/rooms/34661944&#34;,&#34;https://www.airbnb.com/rooms/34663855&#34;,&#34;https://www.airbnb.com/rooms/34666784&#34;,&#34;https://www.airbnb.com/rooms/34669605&#34;,&#34;https://www.airbnb.com/rooms/34671065&#34;,&#34;https://www.airbnb.com/rooms/34671101&#34;,&#34;https://www.airbnb.com/rooms/34671727&#34;,&#34;https://www.airbnb.com/rooms/34676522&#34;,&#34;https://www.airbnb.com/rooms/34677963&#34;,&#34;https://www.airbnb.com/rooms/34698015&#34;,&#34;https://www.airbnb.com/rooms/34698345&#34;,&#34;https://www.airbnb.com/rooms/34707981&#34;,&#34;https://www.airbnb.com/rooms/34715775&#34;,&#34;https://www.airbnb.com/rooms/34744315&#34;,&#34;https://www.airbnb.com/rooms/34746877&#34;,&#34;https://www.airbnb.com/rooms/34762968&#34;,&#34;https://www.airbnb.com/rooms/34763664&#34;,&#34;https://www.airbnb.com/rooms/34774903&#34;,&#34;https://www.airbnb.com/rooms/34777139&#34;,&#34;https://www.airbnb.com/rooms/34781355&#34;,&#34;https://www.airbnb.com/rooms/34783294&#34;,&#34;https://www.airbnb.com/rooms/34783506&#34;,&#34;https://www.airbnb.com/rooms/34798191&#34;,&#34;https://www.airbnb.com/rooms/34801551&#34;,&#34;https://www.airbnb.com/rooms/34823505&#34;,&#34;https://www.airbnb.com/rooms/34826912&#34;,&#34;https://www.airbnb.com/rooms/34845492&#34;,&#34;https://www.airbnb.com/rooms/34853535&#34;,&#34;https://www.airbnb.com/rooms/34854888&#34;,&#34;https://www.airbnb.com/rooms/34858227&#34;,&#34;https://www.airbnb.com/rooms/34860219&#34;,&#34;https://www.airbnb.com/rooms/34861094&#34;,&#34;https://www.airbnb.com/rooms/34865102&#34;,&#34;https://www.airbnb.com/rooms/34885878&#34;,&#34;https://www.airbnb.com/rooms/34893451&#34;,&#34;https://www.airbnb.com/rooms/34897383&#34;,&#34;https://www.airbnb.com/rooms/34897587&#34;,&#34;https://www.airbnb.com/rooms/34900057&#34;,&#34;https://www.airbnb.com/rooms/34913401&#34;,&#34;https://www.airbnb.com/rooms/34926244&#34;,&#34;https://www.airbnb.com/rooms/34928560&#34;,&#34;https://www.airbnb.com/rooms/34932907&#34;,&#34;https://www.airbnb.com/rooms/34937125&#34;,&#34;https://www.airbnb.com/rooms/34952774&#34;,&#34;https://www.airbnb.com/rooms/34955345&#34;,&#34;https://www.airbnb.com/rooms/34961337&#34;,&#34;https://www.airbnb.com/rooms/34969182&#34;,&#34;https://www.airbnb.com/rooms/34971147&#34;,&#34;https://www.airbnb.com/rooms/34975141&#34;,&#34;https://www.airbnb.com/rooms/34992016&#34;,&#34;https://www.airbnb.com/rooms/34996560&#34;,&#34;https://www.airbnb.com/rooms/34997826&#34;,&#34;https://www.airbnb.com/rooms/35000365&#34;,&#34;https://www.airbnb.com/rooms/35000982&#34;,&#34;https://www.airbnb.com/rooms/35003402&#34;,&#34;https://www.airbnb.com/rooms/35021830&#34;,&#34;https://www.airbnb.com/rooms/35022451&#34;,&#34;https://www.airbnb.com/rooms/35027027&#34;,&#34;https://www.airbnb.com/rooms/35031934&#34;,&#34;https://www.airbnb.com/rooms/35031982&#34;,&#34;https://www.airbnb.com/rooms/35037788&#34;,&#34;https://www.airbnb.com/rooms/35046397&#34;,&#34;https://www.airbnb.com/rooms/35049746&#34;,&#34;https://www.airbnb.com/rooms/35052942&#34;,&#34;https://www.airbnb.com/rooms/35079036&#34;,&#34;https://www.airbnb.com/rooms/35088379&#34;,&#34;https://www.airbnb.com/rooms/35090431&#34;,&#34;https://www.airbnb.com/rooms/35091205&#34;,&#34;https://www.airbnb.com/rooms/35102446&#34;,&#34;https://www.airbnb.com/rooms/35106492&#34;,&#34;https://www.airbnb.com/rooms/35106730&#34;,&#34;https://www.airbnb.com/rooms/35110514&#34;,&#34;https://www.airbnb.com/rooms/35114464&#34;,&#34;https://www.airbnb.com/rooms/35120894&#34;,&#34;https://www.airbnb.com/rooms/35138496&#34;,&#34;https://www.airbnb.com/rooms/35144376&#34;,&#34;https://www.airbnb.com/rooms/35158807&#34;,&#34;https://www.airbnb.com/rooms/35160398&#34;,&#34;https://www.airbnb.com/rooms/35165590&#34;,&#34;https://www.airbnb.com/rooms/35168703&#34;,&#34;https://www.airbnb.com/rooms/35171203&#34;,&#34;https://www.airbnb.com/rooms/35174297&#34;,&#34;https://www.airbnb.com/rooms/35183959&#34;,&#34;https://www.airbnb.com/rooms/35205584&#34;,&#34;https://www.airbnb.com/rooms/35218261&#34;,&#34;https://www.airbnb.com/rooms/35226303&#34;,&#34;https://www.airbnb.com/rooms/35232924&#34;,&#34;https://www.airbnb.com/rooms/35247164&#34;,&#34;https://www.airbnb.com/rooms/35247633&#34;,&#34;https://www.airbnb.com/rooms/35249362&#34;,&#34;https://www.airbnb.com/rooms/35249886&#34;,&#34;https://www.airbnb.com/rooms/35250487&#34;,&#34;https://www.airbnb.com/rooms/35251077&#34;,&#34;https://www.airbnb.com/rooms/35252340&#34;,&#34;https://www.airbnb.com/rooms/35253512&#34;,&#34;https://www.airbnb.com/rooms/35257986&#34;,&#34;https://www.airbnb.com/rooms/35261097&#34;,&#34;https://www.airbnb.com/rooms/35275508&#34;,&#34;https://www.airbnb.com/rooms/35283356&#34;,&#34;https://www.airbnb.com/rooms/35284838&#34;,&#34;https://www.airbnb.com/rooms/35298331&#34;,&#34;https://www.airbnb.com/rooms/35300818&#34;,&#34;https://www.airbnb.com/rooms/35309926&#34;,&#34;https://www.airbnb.com/rooms/35312088&#34;,&#34;https://www.airbnb.com/rooms/35312472&#34;,&#34;https://www.airbnb.com/rooms/35314380&#34;,&#34;https://www.airbnb.com/rooms/35314569&#34;,&#34;https://www.airbnb.com/rooms/35315875&#34;,&#34;https://www.airbnb.com/rooms/35320876&#34;,&#34;https://www.airbnb.com/rooms/35334968&#34;,&#34;https://www.airbnb.com/rooms/35339850&#34;,&#34;https://www.airbnb.com/rooms/35349124&#34;,&#34;https://www.airbnb.com/rooms/35359584&#34;,&#34;https://www.airbnb.com/rooms/35370417&#34;,&#34;https://www.airbnb.com/rooms/35380727&#34;,&#34;https://www.airbnb.com/rooms/35398229&#34;,&#34;https://www.airbnb.com/rooms/35405837&#34;,&#34;https://www.airbnb.com/rooms/35411166&#34;,&#34;https://www.airbnb.com/rooms/35415812&#34;,&#34;https://www.airbnb.com/rooms/35418835&#34;,&#34;https://www.airbnb.com/rooms/35433353&#34;,&#34;https://www.airbnb.com/rooms/35435795&#34;,&#34;https://www.airbnb.com/rooms/35440787&#34;,&#34;https://www.airbnb.com/rooms/35447134&#34;,&#34;https://www.airbnb.com/rooms/35460995&#34;,&#34;https://www.airbnb.com/rooms/35473924&#34;,&#34;https://www.airbnb.com/rooms/35474054&#34;,&#34;https://www.airbnb.com/rooms/35475752&#34;,&#34;https://www.airbnb.com/rooms/35477588&#34;,&#34;https://www.airbnb.com/rooms/35478652&#34;,&#34;https://www.airbnb.com/rooms/35483159&#34;,&#34;https://www.airbnb.com/rooms/35486999&#34;,&#34;https://www.airbnb.com/rooms/35489646&#34;,&#34;https://www.airbnb.com/rooms/35500754&#34;,&#34;https://www.airbnb.com/rooms/35501779&#34;,&#34;https://www.airbnb.com/rooms/35508870&#34;,&#34;https://www.airbnb.com/rooms/35509339&#34;,&#34;https://www.airbnb.com/rooms/35509780&#34;,&#34;https://www.airbnb.com/rooms/35514105&#34;,&#34;https://www.airbnb.com/rooms/35514811&#34;,&#34;https://www.airbnb.com/rooms/35523024&#34;,&#34;https://www.airbnb.com/rooms/35535764&#34;,&#34;https://www.airbnb.com/rooms/35536976&#34;,&#34;https://www.airbnb.com/rooms/35537600&#34;,&#34;https://www.airbnb.com/rooms/35539446&#34;,&#34;https://www.airbnb.com/rooms/35559074&#34;,&#34;https://www.airbnb.com/rooms/35564200&#34;,&#34;https://www.airbnb.com/rooms/35564510&#34;,&#34;https://www.airbnb.com/rooms/35570535&#34;,&#34;https://www.airbnb.com/rooms/35571069&#34;,&#34;https://www.airbnb.com/rooms/35585556&#34;,&#34;https://www.airbnb.com/rooms/35587524&#34;,&#34;https://www.airbnb.com/rooms/35591602&#34;,&#34;https://www.airbnb.com/rooms/35608649&#34;,&#34;https://www.airbnb.com/rooms/35609964&#34;,&#34;https://www.airbnb.com/rooms/35612630&#34;,&#34;https://www.airbnb.com/rooms/35614115&#34;,&#34;https://www.airbnb.com/rooms/35626963&#34;,&#34;https://www.airbnb.com/rooms/35633741&#34;,&#34;https://www.airbnb.com/rooms/35638597&#34;,&#34;https://www.airbnb.com/rooms/35641813&#34;,&#34;https://www.airbnb.com/rooms/35649313&#34;,&#34;https://www.airbnb.com/rooms/35658911&#34;,&#34;https://www.airbnb.com/rooms/35662969&#34;,&#34;https://www.airbnb.com/rooms/35668042&#34;,&#34;https://www.airbnb.com/rooms/35682914&#34;,&#34;https://www.airbnb.com/rooms/35697185&#34;,&#34;https://www.airbnb.com/rooms/35702294&#34;,&#34;https://www.airbnb.com/rooms/35714237&#34;,&#34;https://www.airbnb.com/rooms/35721532&#34;,&#34;https://www.airbnb.com/rooms/35723944&#34;,&#34;https://www.airbnb.com/rooms/35728203&#34;,&#34;https://www.airbnb.com/rooms/35732165&#34;,&#34;https://www.airbnb.com/rooms/35734302&#34;,&#34;https://www.airbnb.com/rooms/35757651&#34;,&#34;https://www.airbnb.com/rooms/35759847&#34;,&#34;https://www.airbnb.com/rooms/35761207&#34;,&#34;https://www.airbnb.com/rooms/35762243&#34;,&#34;https://www.airbnb.com/rooms/35781049&#34;,&#34;https://www.airbnb.com/rooms/35793234&#34;,&#34;https://www.airbnb.com/rooms/35800162&#34;,&#34;https://www.airbnb.com/rooms/35802624&#34;,&#34;https://www.airbnb.com/rooms/35815247&#34;,&#34;https://www.airbnb.com/rooms/35819129&#34;,&#34;https://www.airbnb.com/rooms/35821626&#34;,&#34;https://www.airbnb.com/rooms/35827375&#34;,&#34;https://www.airbnb.com/rooms/35827768&#34;,&#34;https://www.airbnb.com/rooms/35837493&#34;,&#34;https://www.airbnb.com/rooms/35851538&#34;,&#34;https://www.airbnb.com/rooms/35856396&#34;,&#34;https://www.airbnb.com/rooms/35856598&#34;,&#34;https://www.airbnb.com/rooms/35856854&#34;,&#34;https://www.airbnb.com/rooms/35857569&#34;,&#34;https://www.airbnb.com/rooms/35861477&#34;,&#34;https://www.airbnb.com/rooms/35861775&#34;,&#34;https://www.airbnb.com/rooms/35862255&#34;,&#34;https://www.airbnb.com/rooms/35862332&#34;,&#34;https://www.airbnb.com/rooms/35862549&#34;,&#34;https://www.airbnb.com/rooms/35862588&#34;,&#34;https://www.airbnb.com/rooms/35863249&#34;,&#34;https://www.airbnb.com/rooms/35863698&#34;,&#34;https://www.airbnb.com/rooms/35863704&#34;,&#34;https://www.airbnb.com/rooms/35863816&#34;,&#34;https://www.airbnb.com/rooms/35863892&#34;,&#34;https://www.airbnb.com/rooms/35863954&#34;,&#34;https://www.airbnb.com/rooms/35864167&#34;,&#34;https://www.airbnb.com/rooms/35864324&#34;,&#34;https://www.airbnb.com/rooms/35869580&#34;,&#34;https://www.airbnb.com/rooms/35873489&#34;,&#34;https://www.airbnb.com/rooms/35878130&#34;,&#34;https://www.airbnb.com/rooms/35888869&#34;,&#34;https://www.airbnb.com/rooms/35891874&#34;,&#34;https://www.airbnb.com/rooms/35892900&#34;,&#34;https://www.airbnb.com/rooms/35896594&#34;,&#34;https://www.airbnb.com/rooms/35897218&#34;,&#34;https://www.airbnb.com/rooms/35897574&#34;,&#34;https://www.airbnb.com/rooms/35899159&#34;,&#34;https://www.airbnb.com/rooms/35905585&#34;,&#34;https://www.airbnb.com/rooms/35907198&#34;,&#34;https://www.airbnb.com/rooms/35925799&#34;,&#34;https://www.airbnb.com/rooms/35929923&#34;,&#34;https://www.airbnb.com/rooms/35932004&#34;,&#34;https://www.airbnb.com/rooms/35932035&#34;,&#34;https://www.airbnb.com/rooms/35933271&#34;,&#34;https://www.airbnb.com/rooms/35939724&#34;,&#34;https://www.airbnb.com/rooms/35940621&#34;,&#34;https://www.airbnb.com/rooms/35956017&#34;,&#34;https://www.airbnb.com/rooms/35956267&#34;,&#34;https://www.airbnb.com/rooms/35958270&#34;,&#34;https://www.airbnb.com/rooms/35979251&#34;,&#34;https://www.airbnb.com/rooms/35980666&#34;,&#34;https://www.airbnb.com/rooms/35982711&#34;,&#34;https://www.airbnb.com/rooms/35983608&#34;,&#34;https://www.airbnb.com/rooms/35983969&#34;,&#34;https://www.airbnb.com/rooms/35984630&#34;,&#34;https://www.airbnb.com/rooms/35985058&#34;,&#34;https://www.airbnb.com/rooms/35985172&#34;,&#34;https://www.airbnb.com/rooms/35986840&#34;,&#34;https://www.airbnb.com/rooms/35987143&#34;,&#34;https://www.airbnb.com/rooms/35988225&#34;,&#34;https://www.airbnb.com/rooms/35988764&#34;,&#34;https://www.airbnb.com/rooms/35990475&#34;,&#34;https://www.airbnb.com/rooms/35991578&#34;,&#34;https://www.airbnb.com/rooms/35992359&#34;,&#34;https://www.airbnb.com/rooms/35994079&#34;,&#34;https://www.airbnb.com/rooms/35997689&#34;,&#34;https://www.airbnb.com/rooms/36007192&#34;,&#34;https://www.airbnb.com/rooms/36008965&#34;,&#34;https://www.airbnb.com/rooms/36013319&#34;,&#34;https://www.airbnb.com/rooms/36028214&#34;,&#34;https://www.airbnb.com/rooms/36047542&#34;,&#34;https://www.airbnb.com/rooms/36054399&#34;,&#34;https://www.airbnb.com/rooms/36059420&#34;,&#34;https://www.airbnb.com/rooms/36066238&#34;,&#34;https://www.airbnb.com/rooms/36082111&#34;,&#34;https://www.airbnb.com/rooms/36084376&#34;,&#34;https://www.airbnb.com/rooms/36086505&#34;,&#34;https://www.airbnb.com/rooms/36089103&#34;,&#34;https://www.airbnb.com/rooms/36094489&#34;,&#34;https://www.airbnb.com/rooms/36104462&#34;,&#34;https://www.airbnb.com/rooms/36132237&#34;,&#34;https://www.airbnb.com/rooms/36136958&#34;,&#34;https://www.airbnb.com/rooms/36153726&#34;,&#34;https://www.airbnb.com/rooms/36157041&#34;,&#34;https://www.airbnb.com/rooms/36159740&#34;,&#34;https://www.airbnb.com/rooms/36162171&#34;,&#34;https://www.airbnb.com/rooms/36167559&#34;,&#34;https://www.airbnb.com/rooms/36188034&#34;,&#34;https://www.airbnb.com/rooms/36190527&#34;,&#34;https://www.airbnb.com/rooms/36195054&#34;,&#34;https://www.airbnb.com/rooms/36211848&#34;,&#34;https://www.airbnb.com/rooms/36217565&#34;,&#34;https://www.airbnb.com/rooms/36217958&#34;,&#34;https://www.airbnb.com/rooms/36223821&#34;,&#34;https://www.airbnb.com/rooms/36226999&#34;,&#34;https://www.airbnb.com/rooms/36229124&#34;,&#34;https://www.airbnb.com/rooms/36233597&#34;,&#34;https://www.airbnb.com/rooms/36233698&#34;,&#34;https://www.airbnb.com/rooms/36250212&#34;,&#34;https://www.airbnb.com/rooms/36252428&#34;,&#34;https://www.airbnb.com/rooms/36255625&#34;,&#34;https://www.airbnb.com/rooms/36257120&#34;,&#34;https://www.airbnb.com/rooms/36258723&#34;,&#34;https://www.airbnb.com/rooms/36261579&#34;,&#34;https://www.airbnb.com/rooms/36266688&#34;,&#34;https://www.airbnb.com/rooms/36295498&#34;,&#34;https://www.airbnb.com/rooms/36297385&#34;,&#34;https://www.airbnb.com/rooms/36306137&#34;,&#34;https://www.airbnb.com/rooms/36306382&#34;,&#34;https://www.airbnb.com/rooms/36310089&#34;,&#34;https://www.airbnb.com/rooms/36310197&#34;,&#34;https://www.airbnb.com/rooms/36312232&#34;,&#34;https://www.airbnb.com/rooms/36312823&#34;,&#34;https://www.airbnb.com/rooms/36315998&#34;,&#34;https://www.airbnb.com/rooms/36335045&#34;,&#34;https://www.airbnb.com/rooms/36347940&#34;,&#34;https://www.airbnb.com/rooms/36348241&#34;,&#34;https://www.airbnb.com/rooms/36348692&#34;,&#34;https://www.airbnb.com/rooms/36353650&#34;,&#34;https://www.airbnb.com/rooms/36360611&#34;,&#34;https://www.airbnb.com/rooms/36363605&#34;,&#34;https://www.airbnb.com/rooms/36367899&#34;,&#34;https://www.airbnb.com/rooms/36369260&#34;,&#34;https://www.airbnb.com/rooms/36379790&#34;,&#34;https://www.airbnb.com/rooms/36388256&#34;,&#34;https://www.airbnb.com/rooms/36404402&#34;,&#34;https://www.airbnb.com/rooms/36424309&#34;,&#34;https://www.airbnb.com/rooms/36436201&#34;,&#34;https://www.airbnb.com/rooms/36436820&#34;,&#34;https://www.airbnb.com/rooms/36437430&#34;,&#34;https://www.airbnb.com/rooms/36447218&#34;,&#34;https://www.airbnb.com/rooms/36464977&#34;,&#34;https://www.airbnb.com/rooms/36465455&#34;,&#34;https://www.airbnb.com/rooms/36467639&#34;,&#34;https://www.airbnb.com/rooms/36467737&#34;,&#34;https://www.airbnb.com/rooms/36469236&#34;,&#34;https://www.airbnb.com/rooms/36471226&#34;,&#34;https://www.airbnb.com/rooms/36472193&#34;,&#34;https://www.airbnb.com/rooms/36479501&#34;,&#34;https://www.airbnb.com/rooms/36495212&#34;,&#34;https://www.airbnb.com/rooms/36495308&#34;,&#34;https://www.airbnb.com/rooms/36496337&#34;,&#34;https://www.airbnb.com/rooms/36496640&#34;,&#34;https://www.airbnb.com/rooms/36497501&#34;,&#34;https://www.airbnb.com/rooms/36517543&#34;,&#34;https://www.airbnb.com/rooms/36521205&#34;,&#34;https://www.airbnb.com/rooms/36534171&#34;,&#34;https://www.airbnb.com/rooms/36539498&#34;,&#34;https://www.airbnb.com/rooms/36541218&#34;,&#34;https://www.airbnb.com/rooms/36546824&#34;,&#34;https://www.airbnb.com/rooms/36548496&#34;,&#34;https://www.airbnb.com/rooms/36551235&#34;,&#34;https://www.airbnb.com/rooms/36556854&#34;,&#34;https://www.airbnb.com/rooms/36560359&#34;,&#34;https://www.airbnb.com/rooms/36561267&#34;,&#34;https://www.airbnb.com/rooms/36561756&#34;,&#34;https://www.airbnb.com/rooms/36562632&#34;,&#34;https://www.airbnb.com/rooms/36564641&#34;,&#34;https://www.airbnb.com/rooms/36573220&#34;,&#34;https://www.airbnb.com/rooms/36574535&#34;,&#34;https://www.airbnb.com/rooms/36580456&#34;,&#34;https://www.airbnb.com/rooms/36583035&#34;,&#34;https://www.airbnb.com/rooms/36583706&#34;,&#34;https://www.airbnb.com/rooms/36592964&#34;,&#34;https://www.airbnb.com/rooms/36594112&#34;,&#34;https://www.airbnb.com/rooms/36595556&#34;,&#34;https://www.airbnb.com/rooms/36616052&#34;,&#34;https://www.airbnb.com/rooms/36621642&#34;,&#34;https://www.airbnb.com/rooms/36622718&#34;,&#34;https://www.airbnb.com/rooms/36627398&#34;,&#34;https://www.airbnb.com/rooms/36628015&#34;,&#34;https://www.airbnb.com/rooms/36636439&#34;,&#34;https://www.airbnb.com/rooms/36636836&#34;,&#34;https://www.airbnb.com/rooms/36645135&#34;,&#34;https://www.airbnb.com/rooms/36646965&#34;,&#34;https://www.airbnb.com/rooms/36655265&#34;,&#34;https://www.airbnb.com/rooms/36655978&#34;,&#34;https://www.airbnb.com/rooms/36656242&#34;,&#34;https://www.airbnb.com/rooms/36658171&#34;,&#34;https://www.airbnb.com/rooms/36660105&#34;,&#34;https://www.airbnb.com/rooms/36662150&#34;,&#34;https://www.airbnb.com/rooms/36662694&#34;,&#34;https://www.airbnb.com/rooms/36670464&#34;,&#34;https://www.airbnb.com/rooms/36671942&#34;,&#34;https://www.airbnb.com/rooms/36673140&#34;,&#34;https://www.airbnb.com/rooms/36678475&#34;,&#34;https://www.airbnb.com/rooms/36680851&#34;,&#34;https://www.airbnb.com/rooms/36686530&#34;,&#34;https://www.airbnb.com/rooms/36694377&#34;,&#34;https://www.airbnb.com/rooms/36714972&#34;,&#34;https://www.airbnb.com/rooms/36719325&#34;,&#34;https://www.airbnb.com/rooms/36719629&#34;,&#34;https://www.airbnb.com/rooms/36721420&#34;,&#34;https://www.airbnb.com/rooms/36728234&#34;,&#34;https://www.airbnb.com/rooms/36740885&#34;,&#34;https://www.airbnb.com/rooms/36761773&#34;,&#34;https://www.airbnb.com/rooms/36762037&#34;,&#34;https://www.airbnb.com/rooms/36764535&#34;,&#34;https://www.airbnb.com/rooms/36764672&#34;,&#34;https://www.airbnb.com/rooms/36779855&#34;,&#34;https://www.airbnb.com/rooms/36784084&#34;,&#34;https://www.airbnb.com/rooms/36785540&#34;,&#34;https://www.airbnb.com/rooms/36793380&#34;,&#34;https://www.airbnb.com/rooms/36793965&#34;,&#34;https://www.airbnb.com/rooms/36795670&#34;,&#34;https://www.airbnb.com/rooms/36796262&#34;,&#34;https://www.airbnb.com/rooms/36797490&#34;,&#34;https://www.airbnb.com/rooms/36799236&#34;,&#34;https://www.airbnb.com/rooms/36800849&#34;,&#34;https://www.airbnb.com/rooms/36871237&#34;,&#34;https://www.airbnb.com/rooms/36873718&#34;,&#34;https://www.airbnb.com/rooms/36881176&#34;,&#34;https://www.airbnb.com/rooms/36892460&#34;,&#34;https://www.airbnb.com/rooms/36893454&#34;,&#34;https://www.airbnb.com/rooms/36894580&#34;,&#34;https://www.airbnb.com/rooms/36896601&#34;,&#34;https://www.airbnb.com/rooms/36897087&#34;,&#34;https://www.airbnb.com/rooms/36901481&#34;,&#34;https://www.airbnb.com/rooms/36909913&#34;,&#34;https://www.airbnb.com/rooms/36932306&#34;,&#34;https://www.airbnb.com/rooms/36934846&#34;,&#34;https://www.airbnb.com/rooms/36937267&#34;,&#34;https://www.airbnb.com/rooms/36939942&#34;,&#34;https://www.airbnb.com/rooms/36955059&#34;,&#34;https://www.airbnb.com/rooms/36955134&#34;,&#34;https://www.airbnb.com/rooms/36955497&#34;,&#34;https://www.airbnb.com/rooms/36957954&#34;,&#34;https://www.airbnb.com/rooms/36967167&#34;,&#34;https://www.airbnb.com/rooms/36969843&#34;,&#34;https://www.airbnb.com/rooms/36970842&#34;,&#34;https://www.airbnb.com/rooms/36973421&#34;,&#34;https://www.airbnb.com/rooms/36973690&#34;,&#34;https://www.airbnb.com/rooms/36995045&#34;,&#34;https://www.airbnb.com/rooms/36995853&#34;,&#34;https://www.airbnb.com/rooms/37001098&#34;,&#34;https://www.airbnb.com/rooms/37010081&#34;,&#34;https://www.airbnb.com/rooms/37017571&#34;,&#34;https://www.airbnb.com/rooms/37027236&#34;,&#34;https://www.airbnb.com/rooms/37028898&#34;,&#34;https://www.airbnb.com/rooms/37030941&#34;,&#34;https://www.airbnb.com/rooms/37031237&#34;,&#34;https://www.airbnb.com/rooms/37033140&#34;,&#34;https://www.airbnb.com/rooms/37033254&#34;,&#34;https://www.airbnb.com/rooms/37043371&#34;,&#34;https://www.airbnb.com/rooms/37044111&#34;,&#34;https://www.airbnb.com/rooms/37045824&#34;,&#34;https://www.airbnb.com/rooms/37049074&#34;,&#34;https://www.airbnb.com/rooms/37054634&#34;,&#34;https://www.airbnb.com/rooms/37066257&#34;,&#34;https://www.airbnb.com/rooms/37067119&#34;,&#34;https://www.airbnb.com/rooms/37068357&#34;,&#34;https://www.airbnb.com/rooms/37069357&#34;,&#34;https://www.airbnb.com/rooms/37071091&#34;,&#34;https://www.airbnb.com/rooms/37074283&#34;,&#34;https://www.airbnb.com/rooms/37079503&#34;,&#34;https://www.airbnb.com/rooms/37080070&#34;,&#34;https://www.airbnb.com/rooms/37086948&#34;,&#34;https://www.airbnb.com/rooms/37100217&#34;,&#34;https://www.airbnb.com/rooms/37100407&#34;,&#34;https://www.airbnb.com/rooms/37120900&#34;,&#34;https://www.airbnb.com/rooms/37124472&#34;,&#34;https://www.airbnb.com/rooms/37137615&#34;,&#34;https://www.airbnb.com/rooms/37138723&#34;,&#34;https://www.airbnb.com/rooms/37140588&#34;,&#34;https://www.airbnb.com/rooms/37163835&#34;,&#34;https://www.airbnb.com/rooms/37167409&#34;,&#34;https://www.airbnb.com/rooms/37169705&#34;,&#34;https://www.airbnb.com/rooms/37170816&#34;,&#34;https://www.airbnb.com/rooms/37174906&#34;,&#34;https://www.airbnb.com/rooms/37176741&#34;,&#34;https://www.airbnb.com/rooms/37194193&#34;,&#34;https://www.airbnb.com/rooms/37197377&#34;,&#34;https://www.airbnb.com/rooms/37198490&#34;,&#34;https://www.airbnb.com/rooms/37201386&#34;,&#34;https://www.airbnb.com/rooms/37201460&#34;,&#34;https://www.airbnb.com/rooms/37202039&#34;,&#34;https://www.airbnb.com/rooms/37202737&#34;,&#34;https://www.airbnb.com/rooms/37205494&#34;,&#34;https://www.airbnb.com/rooms/37208467&#34;,&#34;https://www.airbnb.com/rooms/37210142&#34;,&#34;https://www.airbnb.com/rooms/37211013&#34;,&#34;https://www.airbnb.com/rooms/37223895&#34;,&#34;https://www.airbnb.com/rooms/37224922&#34;,&#34;https://www.airbnb.com/rooms/37227330&#34;,&#34;https://www.airbnb.com/rooms/37229135&#34;,&#34;https://www.airbnb.com/rooms/37229241&#34;,&#34;https://www.airbnb.com/rooms/37230628&#34;,&#34;https://www.airbnb.com/rooms/37232048&#34;,&#34;https://www.airbnb.com/rooms/37232576&#34;,&#34;https://www.airbnb.com/rooms/37238841&#34;,&#34;https://www.airbnb.com/rooms/37240949&#34;,&#34;https://www.airbnb.com/rooms/37245732&#34;,&#34;https://www.airbnb.com/rooms/37246880&#34;,&#34;https://www.airbnb.com/rooms/37250270&#34;,&#34;https://www.airbnb.com/rooms/37261648&#34;,&#34;https://www.airbnb.com/rooms/37262075&#34;,&#34;https://www.airbnb.com/rooms/37262803&#34;,&#34;https://www.airbnb.com/rooms/37264244&#34;,&#34;https://www.airbnb.com/rooms/37266276&#34;,&#34;https://www.airbnb.com/rooms/37267181&#34;,&#34;https://www.airbnb.com/rooms/37268190&#34;,&#34;https://www.airbnb.com/rooms/37268768&#34;,&#34;https://www.airbnb.com/rooms/37272036&#34;,&#34;https://www.airbnb.com/rooms/37273895&#34;,&#34;https://www.airbnb.com/rooms/37277876&#34;,&#34;https://www.airbnb.com/rooms/37279089&#34;,&#34;https://www.airbnb.com/rooms/37279302&#34;,&#34;https://www.airbnb.com/rooms/37281411&#34;,&#34;https://www.airbnb.com/rooms/37281494&#34;,&#34;https://www.airbnb.com/rooms/37282609&#34;,&#34;https://www.airbnb.com/rooms/37282827&#34;,&#34;https://www.airbnb.com/rooms/37287684&#34;,&#34;https://www.airbnb.com/rooms/37288215&#34;,&#34;https://www.airbnb.com/rooms/37289962&#34;,&#34;https://www.airbnb.com/rooms/37301986&#34;,&#34;https://www.airbnb.com/rooms/37302732&#34;,&#34;https://www.airbnb.com/rooms/37303823&#34;,&#34;https://www.airbnb.com/rooms/37303957&#34;,&#34;https://www.airbnb.com/rooms/37314274&#34;,&#34;https://www.airbnb.com/rooms/37321066&#34;,&#34;https://www.airbnb.com/rooms/37321484&#34;,&#34;https://www.airbnb.com/rooms/37322502&#34;,&#34;https://www.airbnb.com/rooms/37323319&#34;,&#34;https://www.airbnb.com/rooms/37324385&#34;,&#34;https://www.airbnb.com/rooms/37328213&#34;,&#34;https://www.airbnb.com/rooms/37330058&#34;,&#34;https://www.airbnb.com/rooms/37340534&#34;,&#34;https://www.airbnb.com/rooms/37341425&#34;,&#34;https://www.airbnb.com/rooms/37344942&#34;,&#34;https://www.airbnb.com/rooms/37348817&#34;,&#34;https://www.airbnb.com/rooms/37352095&#34;,&#34;https://www.airbnb.com/rooms/37353422&#34;,&#34;https://www.airbnb.com/rooms/37355742&#34;,&#34;https://www.airbnb.com/rooms/37357313&#34;,&#34;https://www.airbnb.com/rooms/37358715&#34;,&#34;https://www.airbnb.com/rooms/37359060&#34;,&#34;https://www.airbnb.com/rooms/37360210&#34;,&#34;https://www.airbnb.com/rooms/37361209&#34;,&#34;https://www.airbnb.com/rooms/37362533&#34;,&#34;https://www.airbnb.com/rooms/37374408&#34;,&#34;https://www.airbnb.com/rooms/37374978&#34;,&#34;https://www.airbnb.com/rooms/37375623&#34;,&#34;https://www.airbnb.com/rooms/37377406&#34;,&#34;https://www.airbnb.com/rooms/37379297&#34;,&#34;https://www.airbnb.com/rooms/37383249&#34;,&#34;https://www.airbnb.com/rooms/37385851&#34;,&#34;https://www.airbnb.com/rooms/37392961&#34;,&#34;https://www.airbnb.com/rooms/37394470&#34;,&#34;https://www.airbnb.com/rooms/37394986&#34;,&#34;https://www.airbnb.com/rooms/37408527&#34;,&#34;https://www.airbnb.com/rooms/37413620&#34;,&#34;https://www.airbnb.com/rooms/37418102&#34;,&#34;https://www.airbnb.com/rooms/37423494&#34;,&#34;https://www.airbnb.com/rooms/37423932&#34;,&#34;https://www.airbnb.com/rooms/37425699&#34;,&#34;https://www.airbnb.com/rooms/37426027&#34;,&#34;https://www.airbnb.com/rooms/37426354&#34;,&#34;https://www.airbnb.com/rooms/37440198&#34;,&#34;https://www.airbnb.com/rooms/37440628&#34;,&#34;https://www.airbnb.com/rooms/37441561&#34;,&#34;https://www.airbnb.com/rooms/37442700&#34;,&#34;https://www.airbnb.com/rooms/37444371&#34;,&#34;https://www.airbnb.com/rooms/37449042&#34;,&#34;https://www.airbnb.com/rooms/37449136&#34;,&#34;https://www.airbnb.com/rooms/37450872&#34;,&#34;https://www.airbnb.com/rooms/37451437&#34;,&#34;https://www.airbnb.com/rooms/37456209&#34;,&#34;https://www.airbnb.com/rooms/37459133&#34;,&#34;https://www.airbnb.com/rooms/37469514&#34;,&#34;https://www.airbnb.com/rooms/37472532&#34;,&#34;https://www.airbnb.com/rooms/37474271&#34;,&#34;https://www.airbnb.com/rooms/37476119&#34;,&#34;https://www.airbnb.com/rooms/37477924&#34;,&#34;https://www.airbnb.com/rooms/37481994&#34;,&#34;https://www.airbnb.com/rooms/37483284&#34;,&#34;https://www.airbnb.com/rooms/37484395&#34;,&#34;https://www.airbnb.com/rooms/37490959&#34;,&#34;https://www.airbnb.com/rooms/37491321&#34;,&#34;https://www.airbnb.com/rooms/37491398&#34;,&#34;https://www.airbnb.com/rooms/37494671&#34;,&#34;https://www.airbnb.com/rooms/37508044&#34;,&#34;https://www.airbnb.com/rooms/37510602&#34;,&#34;https://www.airbnb.com/rooms/37510727&#34;,&#34;https://www.airbnb.com/rooms/37514127&#34;,&#34;https://www.airbnb.com/rooms/37518254&#34;,&#34;https://www.airbnb.com/rooms/37519423&#34;,&#34;https://www.airbnb.com/rooms/37520597&#34;,&#34;https://www.airbnb.com/rooms/37521831&#34;,&#34;https://www.airbnb.com/rooms/37526110&#34;,&#34;https://www.airbnb.com/rooms/37528570&#34;,&#34;https://www.airbnb.com/rooms/37529111&#34;,&#34;https://www.airbnb.com/rooms/37532666&#34;,&#34;https://www.airbnb.com/rooms/37540399&#34;,&#34;https://www.airbnb.com/rooms/37544778&#34;,&#34;https://www.airbnb.com/rooms/37546451&#34;,&#34;https://www.airbnb.com/rooms/37548110&#34;,&#34;https://www.airbnb.com/rooms/37548409&#34;,&#34;https://www.airbnb.com/rooms/37551743&#34;,&#34;https://www.airbnb.com/rooms/37552051&#34;,&#34;https://www.airbnb.com/rooms/37555844&#34;,&#34;https://www.airbnb.com/rooms/37557798&#34;,&#34;https://www.airbnb.com/rooms/37558579&#34;,&#34;https://www.airbnb.com/rooms/37562105&#34;,&#34;https://www.airbnb.com/rooms/37563234&#34;,&#34;https://www.airbnb.com/rooms/37566223&#34;,&#34;https://www.airbnb.com/rooms/37574141&#34;,&#34;https://www.airbnb.com/rooms/37576507&#34;,&#34;https://www.airbnb.com/rooms/37576918&#34;,&#34;https://www.airbnb.com/rooms/37580969&#34;,&#34;https://www.airbnb.com/rooms/37581992&#34;,&#34;https://www.airbnb.com/rooms/37582357&#34;,&#34;https://www.airbnb.com/rooms/37583066&#34;,&#34;https://www.airbnb.com/rooms/37587306&#34;,&#34;https://www.airbnb.com/rooms/37588615&#34;,&#34;https://www.airbnb.com/rooms/37589780&#34;,&#34;https://www.airbnb.com/rooms/37591960&#34;,&#34;https://www.airbnb.com/rooms/37594371&#34;,&#34;https://www.airbnb.com/rooms/37610745&#34;,&#34;https://www.airbnb.com/rooms/37618701&#34;,&#34;https://www.airbnb.com/rooms/37627340&#34;,&#34;https://www.airbnb.com/rooms/37640938&#34;,&#34;https://www.airbnb.com/rooms/37641949&#34;,&#34;https://www.airbnb.com/rooms/37642791&#34;,&#34;https://www.airbnb.com/rooms/37644356&#34;,&#34;https://www.airbnb.com/rooms/37646380&#34;,&#34;https://www.airbnb.com/rooms/37648148&#34;,&#34;https://www.airbnb.com/rooms/37648817&#34;,&#34;https://www.airbnb.com/rooms/37649542&#34;,&#34;https://www.airbnb.com/rooms/37650534&#34;,&#34;https://www.airbnb.com/rooms/37652707&#34;,&#34;https://www.airbnb.com/rooms/37654617&#34;,&#34;https://www.airbnb.com/rooms/37655324&#34;,&#34;https://www.airbnb.com/rooms/37656192&#34;,&#34;https://www.airbnb.com/rooms/37669522&#34;,&#34;https://www.airbnb.com/rooms/37669615&#34;,&#34;https://www.airbnb.com/rooms/37670766&#34;,&#34;https://www.airbnb.com/rooms/37671822&#34;,&#34;https://www.airbnb.com/rooms/37672107&#34;,&#34;https://www.airbnb.com/rooms/37672138&#34;,&#34;https://www.airbnb.com/rooms/37674652&#34;,&#34;https://www.airbnb.com/rooms/37674889&#34;,&#34;https://www.airbnb.com/rooms/37675051&#34;,&#34;https://www.airbnb.com/rooms/37677905&#34;,&#34;https://www.airbnb.com/rooms/37678864&#34;,&#34;https://www.airbnb.com/rooms/37684314&#34;,&#34;https://www.airbnb.com/rooms/37692794&#34;,&#34;https://www.airbnb.com/rooms/37695994&#34;,&#34;https://www.airbnb.com/rooms/37697189&#34;,&#34;https://www.airbnb.com/rooms/37697283&#34;,&#34;https://www.airbnb.com/rooms/37698414&#34;,&#34;https://www.airbnb.com/rooms/37698490&#34;,&#34;https://www.airbnb.com/rooms/37699563&#34;,&#34;https://www.airbnb.com/rooms/37699704&#34;,&#34;https://www.airbnb.com/rooms/37700209&#34;,&#34;https://www.airbnb.com/rooms/37700492&#34;,&#34;https://www.airbnb.com/rooms/37702657&#34;,&#34;https://www.airbnb.com/rooms/37703713&#34;,&#34;https://www.airbnb.com/rooms/37704145&#34;,&#34;https://www.airbnb.com/rooms/37706453&#34;,&#34;https://www.airbnb.com/rooms/37706538&#34;,&#34;https://www.airbnb.com/rooms/37709778&#34;,&#34;https://www.airbnb.com/rooms/37712877&#34;,&#34;https://www.airbnb.com/rooms/37715319&#34;,&#34;https://www.airbnb.com/rooms/37716541&#34;,&#34;https://www.airbnb.com/rooms/37722993&#34;,&#34;https://www.airbnb.com/rooms/37724907&#34;,&#34;https://www.airbnb.com/rooms/37727448&#34;,&#34;https://www.airbnb.com/rooms/37728274&#34;,&#34;https://www.airbnb.com/rooms/37731347&#34;,&#34;https://www.airbnb.com/rooms/37734183&#34;,&#34;https://www.airbnb.com/rooms/37734532&#34;,&#34;https://www.airbnb.com/rooms/37735575&#34;,&#34;https://www.airbnb.com/rooms/37735795&#34;,&#34;https://www.airbnb.com/rooms/37737602&#34;,&#34;https://www.airbnb.com/rooms/37742187&#34;,&#34;https://www.airbnb.com/rooms/37745016&#34;,&#34;https://www.airbnb.com/rooms/37745064&#34;,&#34;https://www.airbnb.com/rooms/37747597&#34;,&#34;https://www.airbnb.com/rooms/37748554&#34;,&#34;https://www.airbnb.com/rooms/37757066&#34;,&#34;https://www.airbnb.com/rooms/37759868&#34;,&#34;https://www.airbnb.com/rooms/37760708&#34;,&#34;https://www.airbnb.com/rooms/37760881&#34;,&#34;https://www.airbnb.com/rooms/37764058&#34;,&#34;https://www.airbnb.com/rooms/37766990&#34;,&#34;https://www.airbnb.com/rooms/37768789&#34;,&#34;https://www.airbnb.com/rooms/37771147&#34;,&#34;https://www.airbnb.com/rooms/37774065&#34;,&#34;https://www.airbnb.com/rooms/37776103&#34;,&#34;https://www.airbnb.com/rooms/37779526&#34;,&#34;https://www.airbnb.com/rooms/37789852&#34;,&#34;https://www.airbnb.com/rooms/37791407&#34;,&#34;https://www.airbnb.com/rooms/37791888&#34;,&#34;https://www.airbnb.com/rooms/37792165&#34;,&#34;https://www.airbnb.com/rooms/37792261&#34;,&#34;https://www.airbnb.com/rooms/37793616&#34;,&#34;https://www.airbnb.com/rooms/37794008&#34;,&#34;https://www.airbnb.com/rooms/37795252&#34;,&#34;https://www.airbnb.com/rooms/37795360&#34;,&#34;https://www.airbnb.com/rooms/37795433&#34;,&#34;https://www.airbnb.com/rooms/37797930&#34;,&#34;https://www.airbnb.com/rooms/37797983&#34;,&#34;https://www.airbnb.com/rooms/37799811&#34;,&#34;https://www.airbnb.com/rooms/37800302&#34;,&#34;https://www.airbnb.com/rooms/37800865&#34;,&#34;https://www.airbnb.com/rooms/37801672&#34;,&#34;https://www.airbnb.com/rooms/37805806&#34;,&#34;https://www.airbnb.com/rooms/37816792&#34;,&#34;https://www.airbnb.com/rooms/37816991&#34;,&#34;https://www.airbnb.com/rooms/37818145&#34;,&#34;https://www.airbnb.com/rooms/37820534&#34;,&#34;https://www.airbnb.com/rooms/37824450&#34;,&#34;https://www.airbnb.com/rooms/37825638&#34;,&#34;https://www.airbnb.com/rooms/37831240&#34;,&#34;https://www.airbnb.com/rooms/37833641&#34;,&#34;https://www.airbnb.com/rooms/37845538&#34;,&#34;https://www.airbnb.com/rooms/37846258&#34;,&#34;https://www.airbnb.com/rooms/37846379&#34;,&#34;https://www.airbnb.com/rooms/37847775&#34;,&#34;https://www.airbnb.com/rooms/37848345&#34;,&#34;https://www.airbnb.com/rooms/37853667&#34;,&#34;https://www.airbnb.com/rooms/37854409&#34;,&#34;https://www.airbnb.com/rooms/37856766&#34;,&#34;https://www.airbnb.com/rooms/37857827&#34;,&#34;https://www.airbnb.com/rooms/37858503&#34;,&#34;https://www.airbnb.com/rooms/37867275&#34;,&#34;https://www.airbnb.com/rooms/37867473&#34;,&#34;https://www.airbnb.com/rooms/37869172&#34;,&#34;https://www.airbnb.com/rooms/37869655&#34;,&#34;https://www.airbnb.com/rooms/37871160&#34;,&#34;https://www.airbnb.com/rooms/37873584&#34;,&#34;https://www.airbnb.com/rooms/37873670&#34;,&#34;https://www.airbnb.com/rooms/37874183&#34;,&#34;https://www.airbnb.com/rooms/37874435&#34;,&#34;https://www.airbnb.com/rooms/37875462&#34;,&#34;https://www.airbnb.com/rooms/37878658&#34;,&#34;https://www.airbnb.com/rooms/37880285&#34;,&#34;https://www.airbnb.com/rooms/37881136&#34;,&#34;https://www.airbnb.com/rooms/37881268&#34;,&#34;https://www.airbnb.com/rooms/37885088&#34;,&#34;https://www.airbnb.com/rooms/37890605&#34;,&#34;https://www.airbnb.com/rooms/37890693&#34;,&#34;https://www.airbnb.com/rooms/37891209&#34;,&#34;https://www.airbnb.com/rooms/37893632&#34;,&#34;https://www.airbnb.com/rooms/37893971&#34;,&#34;https://www.airbnb.com/rooms/37894746&#34;,&#34;https://www.airbnb.com/rooms/37896220&#34;,&#34;https://www.airbnb.com/rooms/37897034&#34;,&#34;https://www.airbnb.com/rooms/37897121&#34;,&#34;https://www.airbnb.com/rooms/37897202&#34;,&#34;https://www.airbnb.com/rooms/37898429&#34;,&#34;https://www.airbnb.com/rooms/37898454&#34;,&#34;https://www.airbnb.com/rooms/37898726&#34;,&#34;https://www.airbnb.com/rooms/37900134&#34;,&#34;https://www.airbnb.com/rooms/37900538&#34;,&#34;https://www.airbnb.com/rooms/37905743&#34;,&#34;https://www.airbnb.com/rooms/37908388&#34;,&#34;https://www.airbnb.com/rooms/37909000&#34;,&#34;https://www.airbnb.com/rooms/37909723&#34;,&#34;https://www.airbnb.com/rooms/37911195&#34;,&#34;https://www.airbnb.com/rooms/37912028&#34;,&#34;https://www.airbnb.com/rooms/37925120&#34;,&#34;https://www.airbnb.com/rooms/37925974&#34;,&#34;https://www.airbnb.com/rooms/37926403&#34;,&#34;https://www.airbnb.com/rooms/37927264&#34;,&#34;https://www.airbnb.com/rooms/37931015&#34;,&#34;https://www.airbnb.com/rooms/37932474&#34;,&#34;https://www.airbnb.com/rooms/37934462&#34;,&#34;https://www.airbnb.com/rooms/37936597&#34;,&#34;https://www.airbnb.com/rooms/37938962&#34;,&#34;https://www.airbnb.com/rooms/37939134&#34;,&#34;https://www.airbnb.com/rooms/37939680&#34;,&#34;https://www.airbnb.com/rooms/37939918&#34;,&#34;https://www.airbnb.com/rooms/37942058&#34;,&#34;https://www.airbnb.com/rooms/37948280&#34;,&#34;https://www.airbnb.com/rooms/37949147&#34;,&#34;https://www.airbnb.com/rooms/37952830&#34;,&#34;https://www.airbnb.com/rooms/37954793&#34;,&#34;https://www.airbnb.com/rooms/37955040&#34;,&#34;https://www.airbnb.com/rooms/37956229&#34;,&#34;https://www.airbnb.com/rooms/37960421&#34;,&#34;https://www.airbnb.com/rooms/37961840&#34;,&#34;https://www.airbnb.com/rooms/37964608&#34;,&#34;https://www.airbnb.com/rooms/37968108&#34;,&#34;https://www.airbnb.com/rooms/37968272&#34;,&#34;https://www.airbnb.com/rooms/37968346&#34;,&#34;https://www.airbnb.com/rooms/37970797&#34;,&#34;https://www.airbnb.com/rooms/37976507&#34;,&#34;https://www.airbnb.com/rooms/37978289&#34;,&#34;https://www.airbnb.com/rooms/37978973&#34;,&#34;https://www.airbnb.com/rooms/37980517&#34;,&#34;https://www.airbnb.com/rooms/37980939&#34;,&#34;https://www.airbnb.com/rooms/37982070&#34;,&#34;https://www.airbnb.com/rooms/37985341&#34;,&#34;https://www.airbnb.com/rooms/37985644&#34;,&#34;https://www.airbnb.com/rooms/37985977&#34;,&#34;https://www.airbnb.com/rooms/37988185&#34;,&#34;https://www.airbnb.com/rooms/37988314&#34;,&#34;https://www.airbnb.com/rooms/37989826&#34;,&#34;https://www.airbnb.com/rooms/37990949&#34;,&#34;https://www.airbnb.com/rooms/37996530&#34;,&#34;https://www.airbnb.com/rooms/37996964&#34;,&#34;https://www.airbnb.com/rooms/38005656&#34;,&#34;https://www.airbnb.com/rooms/38006135&#34;,&#34;https://www.airbnb.com/rooms/38008119&#34;,&#34;https://www.airbnb.com/rooms/38010697&#34;,&#34;https://www.airbnb.com/rooms/38013052&#34;,&#34;https://www.airbnb.com/rooms/38013256&#34;,&#34;https://www.airbnb.com/rooms/38013449&#34;,&#34;https://www.airbnb.com/rooms/38016686&#34;,&#34;https://www.airbnb.com/rooms/38018903&#34;,&#34;https://www.airbnb.com/rooms/38019047&#34;,&#34;https://www.airbnb.com/rooms/38019630&#34;,&#34;https://www.airbnb.com/rooms/38030579&#34;,&#34;https://www.airbnb.com/rooms/38030934&#34;,&#34;https://www.airbnb.com/rooms/38033485&#34;,&#34;https://www.airbnb.com/rooms/38034468&#34;,&#34;https://www.airbnb.com/rooms/38034682&#34;,&#34;https://www.airbnb.com/rooms/38035390&#34;,&#34;https://www.airbnb.com/rooms/38036658&#34;,&#34;https://www.airbnb.com/rooms/38038737&#34;,&#34;https://www.airbnb.com/rooms/38041002&#34;,&#34;https://www.airbnb.com/rooms/38041300&#34;,&#34;https://www.airbnb.com/rooms/38042181&#34;,&#34;https://www.airbnb.com/rooms/38042939&#34;,&#34;https://www.airbnb.com/rooms/38044951&#34;,&#34;https://www.airbnb.com/rooms/38045731&#34;,&#34;https://www.airbnb.com/rooms/38046990&#34;,&#34;https://www.airbnb.com/rooms/38054502&#34;,&#34;https://www.airbnb.com/rooms/38054824&#34;,&#34;https://www.airbnb.com/rooms/38055092&#34;,&#34;https://www.airbnb.com/rooms/38055676&#34;,&#34;https://www.airbnb.com/rooms/38056019&#34;,&#34;https://www.airbnb.com/rooms/38057742&#34;,&#34;https://www.airbnb.com/rooms/38057822&#34;,&#34;https://www.airbnb.com/rooms/38058785&#34;,&#34;https://www.airbnb.com/rooms/38058854&#34;,&#34;https://www.airbnb.com/rooms/38060331&#34;,&#34;https://www.airbnb.com/rooms/38060714&#34;,&#34;https://www.airbnb.com/rooms/38061290&#34;,&#34;https://www.airbnb.com/rooms/38062096&#34;,&#34;https://www.airbnb.com/rooms/38062749&#34;,&#34;https://www.airbnb.com/rooms/38062754&#34;,&#34;https://www.airbnb.com/rooms/38063140&#34;,&#34;https://www.airbnb.com/rooms/38063566&#34;,&#34;https://www.airbnb.com/rooms/38064150&#34;,&#34;https://www.airbnb.com/rooms/38064259&#34;,&#34;https://www.airbnb.com/rooms/38065967&#34;,&#34;https://www.airbnb.com/rooms/38072352&#34;,&#34;https://www.airbnb.com/rooms/38078115&#34;,&#34;https://www.airbnb.com/rooms/38080643&#34;,&#34;https://www.airbnb.com/rooms/38085263&#34;,&#34;https://www.airbnb.com/rooms/38086570&#34;,&#34;https://www.airbnb.com/rooms/38093882&#34;,&#34;https://www.airbnb.com/rooms/38094352&#34;,&#34;https://www.airbnb.com/rooms/38095271&#34;,&#34;https://www.airbnb.com/rooms/38096006&#34;,&#34;https://www.airbnb.com/rooms/38096787&#34;,&#34;https://www.airbnb.com/rooms/38097552&#34;,&#34;https://www.airbnb.com/rooms/38097883&#34;,&#34;https://www.airbnb.com/rooms/38100507&#34;,&#34;https://www.airbnb.com/rooms/38101068&#34;,&#34;https://www.airbnb.com/rooms/38110312&#34;,&#34;https://www.airbnb.com/rooms/38111812&#34;,&#34;https://www.airbnb.com/rooms/38111820&#34;,&#34;https://www.airbnb.com/rooms/38112149&#34;,&#34;https://www.airbnb.com/rooms/38112537&#34;,&#34;https://www.airbnb.com/rooms/38113400&#34;,&#34;https://www.airbnb.com/rooms/38114450&#34;,&#34;https://www.airbnb.com/rooms/38115313&#34;,&#34;https://www.airbnb.com/rooms/38115690&#34;,&#34;https://www.airbnb.com/rooms/38117044&#34;,&#34;https://www.airbnb.com/rooms/38117248&#34;,&#34;https://www.airbnb.com/rooms/38117733&#34;,&#34;https://www.airbnb.com/rooms/38118549&#34;,&#34;https://www.airbnb.com/rooms/38118673&#34;,&#34;https://www.airbnb.com/rooms/38119316&#34;,&#34;https://www.airbnb.com/rooms/38121034&#34;,&#34;https://www.airbnb.com/rooms/38121411&#34;,&#34;https://www.airbnb.com/rooms/38124839&#34;,&#34;https://www.airbnb.com/rooms/38125427&#34;,&#34;https://www.airbnb.com/rooms/38129174&#34;,&#34;https://www.airbnb.com/rooms/38129285&#34;,&#34;https://www.airbnb.com/rooms/38129584&#34;,&#34;https://www.airbnb.com/rooms/38129722&#34;,&#34;https://www.airbnb.com/rooms/38130322&#34;,&#34;https://www.airbnb.com/rooms/38130878&#34;,&#34;https://www.airbnb.com/rooms/38138585&#34;,&#34;https://www.airbnb.com/rooms/38140669&#34;,&#34;https://www.airbnb.com/rooms/38140748&#34;,&#34;https://www.airbnb.com/rooms/38141879&#34;,&#34;https://www.airbnb.com/rooms/38143049&#34;,&#34;https://www.airbnb.com/rooms/38143124&#34;,&#34;https://www.airbnb.com/rooms/38143219&#34;,&#34;https://www.airbnb.com/rooms/38143410&#34;,&#34;https://www.airbnb.com/rooms/38143811&#34;,&#34;https://www.airbnb.com/rooms/38148619&#34;,&#34;https://www.airbnb.com/rooms/38156689&#34;,&#34;https://www.airbnb.com/rooms/38156815&#34;,&#34;https://www.airbnb.com/rooms/38156883&#34;,&#34;https://www.airbnb.com/rooms/38157730&#34;,&#34;https://www.airbnb.com/rooms/38168291&#34;,&#34;https://www.airbnb.com/rooms/38171812&#34;,&#34;https://www.airbnb.com/rooms/38173268&#34;,&#34;https://www.airbnb.com/rooms/38174933&#34;,&#34;https://www.airbnb.com/rooms/38176781&#34;,&#34;https://www.airbnb.com/rooms/38177601&#34;,&#34;https://www.airbnb.com/rooms/38177631&#34;,&#34;https://www.airbnb.com/rooms/38180185&#34;,&#34;https://www.airbnb.com/rooms/38181220&#34;,&#34;https://www.airbnb.com/rooms/38184024&#34;,&#34;https://www.airbnb.com/rooms/38185099&#34;,&#34;https://www.airbnb.com/rooms/38185810&#34;,&#34;https://www.airbnb.com/rooms/38187301&#34;,&#34;https://www.airbnb.com/rooms/38187710&#34;,&#34;https://www.airbnb.com/rooms/38195406&#34;,&#34;https://www.airbnb.com/rooms/38198296&#34;,&#34;https://www.airbnb.com/rooms/38198413&#34;,&#34;https://www.airbnb.com/rooms/38199429&#34;,&#34;https://www.airbnb.com/rooms/38199689&#34;,&#34;https://www.airbnb.com/rooms/38199867&#34;,&#34;https://www.airbnb.com/rooms/38200266&#34;,&#34;https://www.airbnb.com/rooms/38200454&#34;,&#34;https://www.airbnb.com/rooms/38202218&#34;,&#34;https://www.airbnb.com/rooms/38203762&#34;,&#34;https://www.airbnb.com/rooms/38203774&#34;,&#34;https://www.airbnb.com/rooms/38205773&#34;,&#34;https://www.airbnb.com/rooms/38206302&#34;,&#34;https://www.airbnb.com/rooms/38207314&#34;,&#34;https://www.airbnb.com/rooms/38209659&#34;,&#34;https://www.airbnb.com/rooms/38212899&#34;,&#34;https://www.airbnb.com/rooms/38223082&#34;,&#34;https://www.airbnb.com/rooms/38224678&#34;,&#34;https://www.airbnb.com/rooms/38224850&#34;,&#34;https://www.airbnb.com/rooms/38226260&#34;,&#34;https://www.airbnb.com/rooms/38230241&#34;,&#34;https://www.airbnb.com/rooms/38230974&#34;,&#34;https://www.airbnb.com/rooms/38232052&#34;,&#34;https://www.airbnb.com/rooms/38235193&#34;,&#34;https://www.airbnb.com/rooms/38237128&#34;,&#34;https://www.airbnb.com/rooms/38246475&#34;,&#34;https://www.airbnb.com/rooms/38248142&#34;,&#34;https://www.airbnb.com/rooms/38248214&#34;,&#34;https://www.airbnb.com/rooms/38248640&#34;,&#34;https://www.airbnb.com/rooms/38249784&#34;,&#34;https://www.airbnb.com/rooms/38249814&#34;,&#34;https://www.airbnb.com/rooms/38251729&#34;,&#34;https://www.airbnb.com/rooms/38252887&#34;,&#34;https://www.airbnb.com/rooms/38253145&#34;,&#34;https://www.airbnb.com/rooms/38253851&#34;,&#34;https://www.airbnb.com/rooms/38254295&#34;,&#34;https://www.airbnb.com/rooms/38254296&#34;,&#34;https://www.airbnb.com/rooms/38254757&#34;,&#34;https://www.airbnb.com/rooms/38255268&#34;,&#34;https://www.airbnb.com/rooms/38255874&#34;,&#34;https://www.airbnb.com/rooms/38255968&#34;,&#34;https://www.airbnb.com/rooms/38256489&#34;,&#34;https://www.airbnb.com/rooms/38257279&#34;,&#34;https://www.airbnb.com/rooms/38258911&#34;,&#34;https://www.airbnb.com/rooms/38259470&#34;,&#34;https://www.airbnb.com/rooms/38259674&#34;,&#34;https://www.airbnb.com/rooms/38259934&#34;,&#34;https://www.airbnb.com/rooms/38260237&#34;,&#34;https://www.airbnb.com/rooms/38260530&#34;,&#34;https://www.airbnb.com/rooms/38260584&#34;,&#34;https://www.airbnb.com/rooms/38261084&#34;,&#34;https://www.airbnb.com/rooms/38261161&#34;,&#34;https://www.airbnb.com/rooms/38263879&#34;,&#34;https://www.airbnb.com/rooms/38264198&#34;,&#34;https://www.airbnb.com/rooms/38271041&#34;,&#34;https://www.airbnb.com/rooms/38271812&#34;,&#34;https://www.airbnb.com/rooms/38272299&#34;,&#34;https://www.airbnb.com/rooms/38272329&#34;,&#34;https://www.airbnb.com/rooms/38273480&#34;,&#34;https://www.airbnb.com/rooms/38274582&#34;,&#34;https://www.airbnb.com/rooms/38276244&#34;,&#34;https://www.airbnb.com/rooms/38276954&#34;,&#34;https://www.airbnb.com/rooms/38277695&#34;,&#34;https://www.airbnb.com/rooms/38277823&#34;,&#34;https://www.airbnb.com/rooms/38277968&#34;,&#34;https://www.airbnb.com/rooms/38278337&#34;,&#34;https://www.airbnb.com/rooms/38278887&#34;,&#34;https://www.airbnb.com/rooms/38278924&#34;,&#34;https://www.airbnb.com/rooms/38279125&#34;,&#34;https://www.airbnb.com/rooms/38281381&#34;,&#34;https://www.airbnb.com/rooms/38281651&#34;,&#34;https://www.airbnb.com/rooms/38282086&#34;,&#34;https://www.airbnb.com/rooms/38284379&#34;,&#34;https://www.airbnb.com/rooms/38286694&#34;,&#34;https://www.airbnb.com/rooms/38288002&#34;,&#34;https://www.airbnb.com/rooms/38288682&#34;,&#34;https://www.airbnb.com/rooms/38289313&#34;,&#34;https://www.airbnb.com/rooms/38289317&#34;,&#34;https://www.airbnb.com/rooms/38289820&#34;,&#34;https://www.airbnb.com/rooms/38290383&#34;,&#34;https://www.airbnb.com/rooms/38290626&#34;,&#34;https://www.airbnb.com/rooms/38292874&#34;,&#34;https://www.airbnb.com/rooms/38292954&#34;,&#34;https://www.airbnb.com/rooms/38294692&#34;,&#34;https://www.airbnb.com/rooms/38302724&#34;,&#34;https://www.airbnb.com/rooms/38305600&#34;,&#34;https://www.airbnb.com/rooms/38305931&#34;,&#34;https://www.airbnb.com/rooms/38307061&#34;,&#34;https://www.airbnb.com/rooms/38307791&#34;,&#34;https://www.airbnb.com/rooms/38308384&#34;,&#34;https://www.airbnb.com/rooms/38308664&#34;,&#34;https://www.airbnb.com/rooms/38308742&#34;,&#34;https://www.airbnb.com/rooms/38308756&#34;,&#34;https://www.airbnb.com/rooms/38309494&#34;,&#34;https://www.airbnb.com/rooms/38311251&#34;,&#34;https://www.airbnb.com/rooms/38313583&#34;,&#34;https://www.airbnb.com/rooms/38314343&#34;,&#34;https://www.airbnb.com/rooms/38317131&#34;,&#34;https://www.airbnb.com/rooms/38317196&#34;,&#34;https://www.airbnb.com/rooms/38317559&#34;,&#34;https://www.airbnb.com/rooms/38319012&#34;,&#34;https://www.airbnb.com/rooms/38319899&#34;,&#34;https://www.airbnb.com/rooms/38321060&#34;,&#34;https://www.airbnb.com/rooms/38321140&#34;,&#34;https://www.airbnb.com/rooms/38321573&#34;,&#34;https://www.airbnb.com/rooms/38322407&#34;,&#34;https://www.airbnb.com/rooms/38323093&#34;,&#34;https://www.airbnb.com/rooms/38324221&#34;,&#34;https://www.airbnb.com/rooms/38324258&#34;,&#34;https://www.airbnb.com/rooms/38326226&#34;,&#34;https://www.airbnb.com/rooms/38330633&#34;,&#34;https://www.airbnb.com/rooms/38334967&#34;,&#34;https://www.airbnb.com/rooms/38336296&#34;,&#34;https://www.airbnb.com/rooms/38337821&#34;,&#34;https://www.airbnb.com/rooms/38337931&#34;,&#34;https://www.airbnb.com/rooms/38338584&#34;,&#34;https://www.airbnb.com/rooms/38339996&#34;,&#34;https://www.airbnb.com/rooms/38340282&#34;,&#34;https://www.airbnb.com/rooms/38340834&#34;,&#34;https://www.airbnb.com/rooms/38341515&#34;,&#34;https://www.airbnb.com/rooms/38342695&#34;,&#34;https://www.airbnb.com/rooms/38344482&#34;,&#34;https://www.airbnb.com/rooms/38345642&#34;,&#34;https://www.airbnb.com/rooms/38345927&#34;,&#34;https://www.airbnb.com/rooms/38345928&#34;,&#34;https://www.airbnb.com/rooms/38346198&#34;,&#34;https://www.airbnb.com/rooms/38347135&#34;,&#34;https://www.airbnb.com/rooms/38349360&#34;,&#34;https://www.airbnb.com/rooms/38350394&#34;,&#34;https://www.airbnb.com/rooms/38352747&#34;,&#34;https://www.airbnb.com/rooms/38353158&#34;,&#34;https://www.airbnb.com/rooms/38355356&#34;,&#34;https://www.airbnb.com/rooms/38355485&#34;,&#34;https://www.airbnb.com/rooms/38357621&#34;,&#34;https://www.airbnb.com/rooms/38357685&#34;,&#34;https://www.airbnb.com/rooms/38363128&#34;,&#34;https://www.airbnb.com/rooms/38363919&#34;,&#34;https://www.airbnb.com/rooms/38364519&#34;,&#34;https://www.airbnb.com/rooms/38365952&#34;,&#34;https://www.airbnb.com/rooms/38366350&#34;,&#34;https://www.airbnb.com/rooms/38368284&#34;,&#34;https://www.airbnb.com/rooms/38368344&#34;,&#34;https://www.airbnb.com/rooms/38369024&#34;,&#34;https://www.airbnb.com/rooms/38369530&#34;,&#34;https://www.airbnb.com/rooms/38370713&#34;,&#34;https://www.airbnb.com/rooms/38370900&#34;,&#34;https://www.airbnb.com/rooms/38371410&#34;,&#34;https://www.airbnb.com/rooms/38371907&#34;,&#34;https://www.airbnb.com/rooms/38373662&#34;,&#34;https://www.airbnb.com/rooms/38373778&#34;,&#34;https://www.airbnb.com/rooms/38374573&#34;,&#34;https://www.airbnb.com/rooms/38374810&#34;,&#34;https://www.airbnb.com/rooms/38374967&#34;,&#34;https://www.airbnb.com/rooms/38375452&#34;,&#34;https://www.airbnb.com/rooms/38377408&#34;,&#34;https://www.airbnb.com/rooms/38380858&#34;,&#34;https://www.airbnb.com/rooms/38381797&#34;,&#34;https://www.airbnb.com/rooms/38381841&#34;,&#34;https://www.airbnb.com/rooms/38382538&#34;,&#34;https://www.airbnb.com/rooms/38384078&#34;,&#34;https://www.airbnb.com/rooms/38384342&#34;,&#34;https://www.airbnb.com/rooms/38385381&#34;,&#34;https://www.airbnb.com/rooms/38394899&#34;,&#34;https://www.airbnb.com/rooms/38395319&#34;,&#34;https://www.airbnb.com/rooms/38395335&#34;,&#34;https://www.airbnb.com/rooms/38395378&#34;,&#34;https://www.airbnb.com/rooms/38395478&#34;,&#34;https://www.airbnb.com/rooms/38396298&#34;,&#34;https://www.airbnb.com/rooms/38397042&#34;,&#34;https://www.airbnb.com/rooms/38397511&#34;,&#34;https://www.airbnb.com/rooms/38397666&#34;,&#34;https://www.airbnb.com/rooms/38398389&#34;,&#34;https://www.airbnb.com/rooms/38399780&#34;,&#34;https://www.airbnb.com/rooms/38403006&#34;,&#34;https://www.airbnb.com/rooms/38405268&#34;,&#34;https://www.airbnb.com/rooms/38406197&#34;,&#34;https://www.airbnb.com/rooms/38406949&#34;,&#34;https://www.airbnb.com/rooms/38409889&#34;,&#34;https://www.airbnb.com/rooms/38410225&#34;,&#34;https://www.airbnb.com/rooms/38411399&#34;,&#34;https://www.airbnb.com/rooms/38414406&#34;,&#34;https://www.airbnb.com/rooms/38419958&#34;,&#34;https://www.airbnb.com/rooms/38420826&#34;,&#34;https://www.airbnb.com/rooms/38422899&#34;,&#34;https://www.airbnb.com/rooms/38423107&#34;,&#34;https://www.airbnb.com/rooms/38423856&#34;,&#34;https://www.airbnb.com/rooms/38424157&#34;,&#34;https://www.airbnb.com/rooms/38424224&#34;,&#34;https://www.airbnb.com/rooms/38425833&#34;,&#34;https://www.airbnb.com/rooms/38426143&#34;,&#34;https://www.airbnb.com/rooms/38426909&#34;,&#34;https://www.airbnb.com/rooms/38426978&#34;,&#34;https://www.airbnb.com/rooms/38427171&#34;,&#34;https://www.airbnb.com/rooms/38427388&#34;,&#34;https://www.airbnb.com/rooms/38429367&#34;,&#34;https://www.airbnb.com/rooms/38431731&#34;,&#34;https://www.airbnb.com/rooms/38433066&#34;,&#34;https://www.airbnb.com/rooms/38435516&#34;,&#34;https://www.airbnb.com/rooms/38439830&#34;,&#34;https://www.airbnb.com/rooms/38440345&#34;,&#34;https://www.airbnb.com/rooms/38441635&#34;,&#34;https://www.airbnb.com/rooms/38442584&#34;,&#34;https://www.airbnb.com/rooms/38444440&#34;,&#34;https://www.airbnb.com/rooms/38444504&#34;,&#34;https://www.airbnb.com/rooms/38444714&#34;,&#34;https://www.airbnb.com/rooms/38444716&#34;,&#34;https://www.airbnb.com/rooms/38445056&#34;,&#34;https://www.airbnb.com/rooms/38445887&#34;,&#34;https://www.airbnb.com/rooms/38446456&#34;,&#34;https://www.airbnb.com/rooms/38447260&#34;,&#34;https://www.airbnb.com/rooms/38447634&#34;,&#34;https://www.airbnb.com/rooms/38447642&#34;,&#34;https://www.airbnb.com/rooms/38448060&#34;,&#34;https://www.airbnb.com/rooms/38448811&#34;,&#34;https://www.airbnb.com/rooms/38449026&#34;,&#34;https://www.airbnb.com/rooms/38449679&#34;,&#34;https://www.airbnb.com/rooms/38449759&#34;,&#34;https://www.airbnb.com/rooms/38450388&#34;,&#34;https://www.airbnb.com/rooms/38451154&#34;,&#34;https://www.airbnb.com/rooms/38451614&#34;,&#34;https://www.airbnb.com/rooms/38452837&#34;,&#34;https://www.airbnb.com/rooms/38453136&#34;,&#34;https://www.airbnb.com/rooms/38453616&#34;,&#34;https://www.airbnb.com/rooms/38453856&#34;,&#34;https://www.airbnb.com/rooms/38453899&#34;,&#34;https://www.airbnb.com/rooms/38454118&#34;,&#34;https://www.airbnb.com/rooms/38457628&#34;,&#34;https://www.airbnb.com/rooms/38457761&#34;,&#34;https://www.airbnb.com/rooms/38457956&#34;,&#34;https://www.airbnb.com/rooms/38458337&#34;,&#34;https://www.airbnb.com/rooms/38468052&#34;,&#34;https://www.airbnb.com/rooms/38469361&#34;,&#34;https://www.airbnb.com/rooms/38471283&#34;,&#34;https://www.airbnb.com/rooms/38471306&#34;,&#34;https://www.airbnb.com/rooms/38471791&#34;,&#34;https://www.airbnb.com/rooms/38472859&#34;,&#34;https://www.airbnb.com/rooms/38473096&#34;,&#34;https://www.airbnb.com/rooms/38473244&#34;,&#34;https://www.airbnb.com/rooms/38473961&#34;,&#34;https://www.airbnb.com/rooms/38475513&#34;,&#34;https://www.airbnb.com/rooms/38475880&#34;,&#34;https://www.airbnb.com/rooms/38476367&#34;,&#34;https://www.airbnb.com/rooms/38479582&#34;,&#34;https://www.airbnb.com/rooms/38481021&#34;,&#34;https://www.airbnb.com/rooms/38481971&#34;,&#34;https://www.airbnb.com/rooms/38482186&#34;,&#34;https://www.airbnb.com/rooms/38482782&#34;,&#34;https://www.airbnb.com/rooms/38482819&#34;,&#34;https://www.airbnb.com/rooms/38483454&#34;,&#34;https://www.airbnb.com/rooms/38483715&#34;,&#34;https://www.airbnb.com/rooms/38486174&#34;,&#34;https://www.airbnb.com/rooms/38487037&#34;,&#34;https://www.airbnb.com/rooms/38487226&#34;,&#34;https://www.airbnb.com/rooms/38487699&#34;,&#34;https://www.airbnb.com/rooms/38489924&#34;,&#34;https://www.airbnb.com/rooms/38490928&#34;,&#34;https://www.airbnb.com/rooms/38491738&#34;,&#34;https://www.airbnb.com/rooms/38499200&#34;,&#34;https://www.airbnb.com/rooms/38502532&#34;,&#34;https://www.airbnb.com/rooms/38503760&#34;,&#34;https://www.airbnb.com/rooms/38505723&#34;,&#34;https://www.airbnb.com/rooms/38506635&#34;,&#34;https://www.airbnb.com/rooms/38506988&#34;,&#34;https://www.airbnb.com/rooms/38507606&#34;,&#34;https://www.airbnb.com/rooms/38508637&#34;,&#34;https://www.airbnb.com/rooms/38509715&#34;,&#34;https://www.airbnb.com/rooms/38510058&#34;,&#34;https://www.airbnb.com/rooms/38510710&#34;,&#34;https://www.airbnb.com/rooms/38510859&#34;,&#34;https://www.airbnb.com/rooms/38511179&#34;,&#34;https://www.airbnb.com/rooms/38511877&#34;,&#34;https://www.airbnb.com/rooms/38512235&#34;,&#34;https://www.airbnb.com/rooms/38512506&#34;,&#34;https://www.airbnb.com/rooms/38512512&#34;,&#34;https://www.airbnb.com/rooms/38512569&#34;,&#34;https://www.airbnb.com/rooms/38513406&#34;,&#34;https://www.airbnb.com/rooms/38514094&#34;,&#34;https://www.airbnb.com/rooms/38515670&#34;,&#34;https://www.airbnb.com/rooms/38516812&#34;,&#34;https://www.airbnb.com/rooms/38518387&#34;,&#34;https://www.airbnb.com/rooms/38518533&#34;,&#34;https://www.airbnb.com/rooms/38520963&#34;,&#34;https://www.airbnb.com/rooms/38529430&#34;,&#34;https://www.airbnb.com/rooms/38532763&#34;,&#34;https://www.airbnb.com/rooms/38532953&#34;,&#34;https://www.airbnb.com/rooms/38533129&#34;,&#34;https://www.airbnb.com/rooms/38533259&#34;,&#34;https://www.airbnb.com/rooms/38533388&#34;,&#34;https://www.airbnb.com/rooms/38534500&#34;,&#34;https://www.airbnb.com/rooms/38534502&#34;,&#34;https://www.airbnb.com/rooms/38534819&#34;,&#34;https://www.airbnb.com/rooms/38535259&#34;,&#34;https://www.airbnb.com/rooms/38535655&#34;,&#34;https://www.airbnb.com/rooms/38535812&#34;,&#34;https://www.airbnb.com/rooms/38535965&#34;,&#34;https://www.airbnb.com/rooms/38536254&#34;,&#34;https://www.airbnb.com/rooms/38536699&#34;,&#34;https://www.airbnb.com/rooms/38538515&#34;,&#34;https://www.airbnb.com/rooms/38541110&#34;,&#34;https://www.airbnb.com/rooms/38542459&#34;,&#34;https://www.airbnb.com/rooms/38544328&#34;,&#34;https://www.airbnb.com/rooms/38544678&#34;,&#34;https://www.airbnb.com/rooms/38545107&#34;,&#34;https://www.airbnb.com/rooms/38545222&#34;,&#34;https://www.airbnb.com/rooms/38545802&#34;,&#34;https://www.airbnb.com/rooms/38546082&#34;,&#34;https://www.airbnb.com/rooms/38546173&#34;,&#34;https://www.airbnb.com/rooms/38546216&#34;,&#34;https://www.airbnb.com/rooms/38546934&#34;,&#34;https://www.airbnb.com/rooms/38547181&#34;,&#34;https://www.airbnb.com/rooms/38548371&#34;,&#34;https://www.airbnb.com/rooms/38549007&#34;,&#34;https://www.airbnb.com/rooms/38549182&#34;,&#34;https://www.airbnb.com/rooms/38549198&#34;,&#34;https://www.airbnb.com/rooms/38549712&#34;,&#34;https://www.airbnb.com/rooms/38558410&#34;,&#34;https://www.airbnb.com/rooms/38558867&#34;,&#34;https://www.airbnb.com/rooms/38558996&#34;,&#34;https://www.airbnb.com/rooms/38559262&#34;,&#34;https://www.airbnb.com/rooms/38559381&#34;,&#34;https://www.airbnb.com/rooms/38559462&#34;,&#34;https://www.airbnb.com/rooms/38560136&#34;,&#34;https://www.airbnb.com/rooms/38561494&#34;,&#34;https://www.airbnb.com/rooms/38562519&#34;,&#34;https://www.airbnb.com/rooms/38562926&#34;,&#34;https://www.airbnb.com/rooms/38563855&#34;,&#34;https://www.airbnb.com/rooms/38564860&#34;,&#34;https://www.airbnb.com/rooms/38569496&#34;,&#34;https://www.airbnb.com/rooms/38570740&#34;,&#34;https://www.airbnb.com/rooms/38572380&#34;,&#34;https://www.airbnb.com/rooms/38573629&#34;,&#34;https://www.airbnb.com/rooms/38573923&#34;,&#34;https://www.airbnb.com/rooms/38574227&#34;,&#34;https://www.airbnb.com/rooms/38574412&#34;,&#34;https://www.airbnb.com/rooms/38574705&#34;,&#34;https://www.airbnb.com/rooms/38576134&#34;,&#34;https://www.airbnb.com/rooms/38576500&#34;,&#34;https://www.airbnb.com/rooms/38577378&#34;,&#34;https://www.airbnb.com/rooms/38578480&#34;,&#34;https://www.airbnb.com/rooms/38578910&#34;,&#34;https://www.airbnb.com/rooms/38579788&#34;,&#34;https://www.airbnb.com/rooms/38581187&#34;,&#34;https://www.airbnb.com/rooms/38581303&#34;,&#34;https://www.airbnb.com/rooms/38587213&#34;,&#34;https://www.airbnb.com/rooms/38587585&#34;,&#34;https://www.airbnb.com/rooms/38590538&#34;,&#34;https://www.airbnb.com/rooms/38590917&#34;,&#34;https://www.airbnb.com/rooms/38591755&#34;,&#34;https://www.airbnb.com/rooms/38592292&#34;,&#34;https://www.airbnb.com/rooms/38592485&#34;,&#34;https://www.airbnb.com/rooms/38592590&#34;,&#34;https://www.airbnb.com/rooms/38592859&#34;,&#34;https://www.airbnb.com/rooms/38594519&#34;,&#34;https://www.airbnb.com/rooms/38595561&#34;,&#34;https://www.airbnb.com/rooms/38595661&#34;,&#34;https://www.airbnb.com/rooms/38596420&#34;,&#34;https://www.airbnb.com/rooms/38597569&#34;,&#34;https://www.airbnb.com/rooms/38598599&#34;,&#34;https://www.airbnb.com/rooms/38598603&#34;,&#34;https://www.airbnb.com/rooms/38599854&#34;,&#34;https://www.airbnb.com/rooms/38600541&#34;,&#34;https://www.airbnb.com/rooms/38600807&#34;,&#34;https://www.airbnb.com/rooms/38600907&#34;,&#34;https://www.airbnb.com/rooms/38601911&#34;,&#34;https://www.airbnb.com/rooms/38604057&#34;,&#34;https://www.airbnb.com/rooms/38604159&#34;,&#34;https://www.airbnb.com/rooms/38608605&#34;,&#34;https://www.airbnb.com/rooms/38609453&#34;,&#34;https://www.airbnb.com/rooms/38609896&#34;,&#34;https://www.airbnb.com/rooms/38611510&#34;,&#34;https://www.airbnb.com/rooms/38612045&#34;,&#34;https://www.airbnb.com/rooms/38612276&#34;,&#34;https://www.airbnb.com/rooms/38612334&#34;,&#34;https://www.airbnb.com/rooms/38612567&#34;,&#34;https://www.airbnb.com/rooms/38612630&#34;,&#34;https://www.airbnb.com/rooms/38613550&#34;,&#34;https://www.airbnb.com/rooms/38615038&#34;,&#34;https://www.airbnb.com/rooms/38615264&#34;,&#34;https://www.airbnb.com/rooms/38616342&#34;,&#34;https://www.airbnb.com/rooms/38616773&#34;,&#34;https://www.airbnb.com/rooms/38617939&#34;,&#34;https://www.airbnb.com/rooms/38618083&#34;,&#34;https://www.airbnb.com/rooms/38618884&#34;,&#34;https://www.airbnb.com/rooms/38619820&#34;,&#34;https://www.airbnb.com/rooms/38619886&#34;,&#34;https://www.airbnb.com/rooms/38620899&#34;,&#34;https://www.airbnb.com/rooms/38621673&#34;,&#34;https://www.airbnb.com/rooms/38622063&#34;,&#34;https://www.airbnb.com/rooms/38622383&#34;,&#34;https://www.airbnb.com/rooms/38623252&#34;,&#34;https://www.airbnb.com/rooms/38623658&#34;,&#34;https://www.airbnb.com/rooms/38624482&#34;,&#34;https://www.airbnb.com/rooms/38629741&#34;,&#34;https://www.airbnb.com/rooms/38630351&#34;,&#34;https://www.airbnb.com/rooms/38630396&#34;,&#34;https://www.airbnb.com/rooms/38630609&#34;,&#34;https://www.airbnb.com/rooms/38632058&#34;,&#34;https://www.airbnb.com/rooms/38632300&#34;,&#34;https://www.airbnb.com/rooms/38633651&#34;,&#34;https://www.airbnb.com/rooms/38633968&#34;,&#34;https://www.airbnb.com/rooms/38634064&#34;,&#34;https://www.airbnb.com/rooms/38634109&#34;,&#34;https://www.airbnb.com/rooms/38634997&#34;,&#34;https://www.airbnb.com/rooms/38635510&#34;,&#34;https://www.airbnb.com/rooms/38635637&#34;,&#34;https://www.airbnb.com/rooms/38636047&#34;,&#34;https://www.airbnb.com/rooms/38636159&#34;,&#34;https://www.airbnb.com/rooms/38636732&#34;,&#34;https://www.airbnb.com/rooms/38637055&#34;,&#34;https://www.airbnb.com/rooms/38637363&#34;,&#34;https://www.airbnb.com/rooms/38637476&#34;,&#34;https://www.airbnb.com/rooms/38637477&#34;,&#34;https://www.airbnb.com/rooms/38638403&#34;,&#34;https://www.airbnb.com/rooms/38638882&#34;,&#34;https://www.airbnb.com/rooms/38639061&#34;,&#34;https://www.airbnb.com/rooms/38639345&#34;,&#34;https://www.airbnb.com/rooms/38639391&#34;,&#34;https://www.airbnb.com/rooms/38639401&#34;,&#34;https://www.airbnb.com/rooms/38639681&#34;,&#34;https://www.airbnb.com/rooms/38640025&#34;,&#34;https://www.airbnb.com/rooms/38640661&#34;,&#34;https://www.airbnb.com/rooms/38641336&#34;,&#34;https://www.airbnb.com/rooms/38641352&#34;,&#34;https://www.airbnb.com/rooms/38641619&#34;,&#34;https://www.airbnb.com/rooms/38642590&#34;,&#34;https://www.airbnb.com/rooms/38642741&#34;,&#34;https://www.airbnb.com/rooms/38642837&#34;,&#34;https://www.airbnb.com/rooms/38642841&#34;,&#34;https://www.airbnb.com/rooms/38643243&#34;,&#34;https://www.airbnb.com/rooms/38643397&#34;,&#34;https://www.airbnb.com/rooms/38643978&#34;,&#34;https://www.airbnb.com/rooms/38644224&#34;,&#34;https://www.airbnb.com/rooms/38644612&#34;,&#34;https://www.airbnb.com/rooms/38644680&#34;,&#34;https://www.airbnb.com/rooms/38645440&#34;,&#34;https://www.airbnb.com/rooms/38645514&#34;,&#34;https://www.airbnb.com/rooms/38651504&#34;,&#34;https://www.airbnb.com/rooms/38652604&#34;,&#34;https://www.airbnb.com/rooms/38652792&#34;,&#34;https://www.airbnb.com/rooms/38653541&#34;,&#34;https://www.airbnb.com/rooms/38654627&#34;,&#34;https://www.airbnb.com/rooms/38654882&#34;,&#34;https://www.airbnb.com/rooms/38655989&#34;,&#34;https://www.airbnb.com/rooms/38656034&#34;,&#34;https://www.airbnb.com/rooms/38656543&#34;,&#34;https://www.airbnb.com/rooms/38656723&#34;,&#34;https://www.airbnb.com/rooms/38656867&#34;,&#34;https://www.airbnb.com/rooms/38658044&#34;,&#34;https://www.airbnb.com/rooms/38658270&#34;,&#34;https://www.airbnb.com/rooms/38658615&#34;,&#34;https://www.airbnb.com/rooms/38659224&#34;,&#34;https://www.airbnb.com/rooms/38660335&#34;,&#34;https://www.airbnb.com/rooms/38662642&#34;,&#34;https://www.airbnb.com/rooms/38662649&#34;,&#34;https://www.airbnb.com/rooms/38663411&#34;,&#34;https://www.airbnb.com/rooms/38663737&#34;,&#34;https://www.airbnb.com/rooms/38665560&#34;,&#34;https://www.airbnb.com/rooms/38665717&#34;,&#34;https://www.airbnb.com/rooms/38665837&#34;,&#34;https://www.airbnb.com/rooms/38666993&#34;,&#34;https://www.airbnb.com/rooms/38667962&#34;,&#34;https://www.airbnb.com/rooms/38668328&#34;,&#34;https://www.airbnb.com/rooms/38668431&#34;,&#34;https://www.airbnb.com/rooms/38668834&#34;,&#34;https://www.airbnb.com/rooms/38668887&#34;,&#34;https://www.airbnb.com/rooms/38669083&#34;,&#34;https://www.airbnb.com/rooms/38669288&#34;,&#34;https://www.airbnb.com/rooms/38669699&#34;,&#34;https://www.airbnb.com/rooms/38669783&#34;,&#34;https://www.airbnb.com/rooms/38670631&#34;,&#34;https://www.airbnb.com/rooms/38670975&#34;,&#34;https://www.airbnb.com/rooms/38671430&#34;,&#34;https://www.airbnb.com/rooms/38671842&#34;,&#34;https://www.airbnb.com/rooms/38672221&#34;,&#34;https://www.airbnb.com/rooms/38672590&#34;,&#34;https://www.airbnb.com/rooms/38672593&#34;,&#34;https://www.airbnb.com/rooms/38672644&#34;,&#34;https://www.airbnb.com/rooms/38673027&#34;,&#34;https://www.airbnb.com/rooms/38673380&#34;,&#34;https://www.airbnb.com/rooms/38674375&#34;,&#34;https://www.airbnb.com/rooms/38675041&#34;,&#34;https://www.airbnb.com/rooms/38679761&#34;,&#34;https://www.airbnb.com/rooms/38681716&#34;,&#34;https://www.airbnb.com/rooms/38682082&#34;,&#34;https://www.airbnb.com/rooms/38682275&#34;,&#34;https://www.airbnb.com/rooms/38682705&#34;,&#34;https://www.airbnb.com/rooms/38683164&#34;,&#34;https://www.airbnb.com/rooms/38683276&#34;,&#34;https://www.airbnb.com/rooms/38683750&#34;,&#34;https://www.airbnb.com/rooms/38684130&#34;,&#34;https://www.airbnb.com/rooms/38684817&#34;,&#34;https://www.airbnb.com/rooms/38685190&#34;,&#34;https://www.airbnb.com/rooms/38685812&#34;,&#34;https://www.airbnb.com/rooms/38686589&#34;,&#34;https://www.airbnb.com/rooms/38688073&#34;,&#34;https://www.airbnb.com/rooms/38688304&#34;,&#34;https://www.airbnb.com/rooms/38690252&#34;,&#34;https://www.airbnb.com/rooms/38691488&#34;,&#34;https://www.airbnb.com/rooms/38691536&#34;,&#34;https://www.airbnb.com/rooms/38692368&#34;,&#34;https://www.airbnb.com/rooms/38692692&#34;,&#34;https://www.airbnb.com/rooms/38694051&#34;,&#34;https://www.airbnb.com/rooms/38695135&#34;,&#34;https://www.airbnb.com/rooms/38695316&#34;,&#34;https://www.airbnb.com/rooms/38695759&#34;,&#34;https://www.airbnb.com/rooms/38696434&#34;,&#34;https://www.airbnb.com/rooms/38696625&#34;,&#34;https://www.airbnb.com/rooms/38696713&#34;,&#34;https://www.airbnb.com/rooms/38697474&#34;,&#34;https://www.airbnb.com/rooms/38698383&#34;,&#34;https://www.airbnb.com/rooms/38698457&#34;,&#34;https://www.airbnb.com/rooms/38699474&#34;,&#34;https://www.airbnb.com/rooms/38699935&#34;,&#34;https://www.airbnb.com/rooms/38700004&#34;,&#34;https://www.airbnb.com/rooms/38700193&#34;,&#34;https://www.airbnb.com/rooms/38700699&#34;,&#34;https://www.airbnb.com/rooms/38701418&#34;,&#34;https://www.airbnb.com/rooms/38708864&#34;,&#34;https://www.airbnb.com/rooms/38709430&#34;,&#34;https://www.airbnb.com/rooms/38710627&#34;,&#34;https://www.airbnb.com/rooms/38710958&#34;,&#34;https://www.airbnb.com/rooms/38711377&#34;,&#34;https://www.airbnb.com/rooms/38712115&#34;,&#34;https://www.airbnb.com/rooms/38712481&#34;,&#34;https://www.airbnb.com/rooms/38712542&#34;,&#34;https://www.airbnb.com/rooms/38712672&#34;,&#34;https://www.airbnb.com/rooms/38713341&#34;,&#34;https://www.airbnb.com/rooms/38713405&#34;,&#34;https://www.airbnb.com/rooms/38714023&#34;,&#34;https://www.airbnb.com/rooms/38714514&#34;,&#34;https://www.airbnb.com/rooms/38714536&#34;,&#34;https://www.airbnb.com/rooms/38715228&#34;,&#34;https://www.airbnb.com/rooms/38715347&#34;,&#34;https://www.airbnb.com/rooms/38716825&#34;,&#34;https://www.airbnb.com/rooms/38718701&#34;,&#34;https://www.airbnb.com/rooms/38719690&#34;,&#34;https://www.airbnb.com/rooms/38720735&#34;,&#34;https://www.airbnb.com/rooms/38721868&#34;,&#34;https://www.airbnb.com/rooms/38722335&#34;,&#34;https://www.airbnb.com/rooms/38724861&#34;,&#34;https://www.airbnb.com/rooms/38725063&#34;,&#34;https://www.airbnb.com/rooms/38725071&#34;,&#34;https://www.airbnb.com/rooms/38725793&#34;,&#34;https://www.airbnb.com/rooms/38725844&#34;,&#34;https://www.airbnb.com/rooms/38725910&#34;,&#34;https://www.airbnb.com/rooms/38726584&#34;,&#34;https://www.airbnb.com/rooms/38727361&#34;,&#34;https://www.airbnb.com/rooms/38727591&#34;,&#34;https://www.airbnb.com/rooms/38727672&#34;,&#34;https://www.airbnb.com/rooms/38727882&#34;,&#34;https://www.airbnb.com/rooms/38728486&#34;,&#34;https://www.airbnb.com/rooms/38729764&#34;,&#34;https://www.airbnb.com/rooms/38734252&#34;,&#34;https://www.airbnb.com/rooms/38734688&#34;,&#34;https://www.airbnb.com/rooms/38735713&#34;,&#34;https://www.airbnb.com/rooms/38736933&#34;,&#34;https://www.airbnb.com/rooms/38736952&#34;,&#34;https://www.airbnb.com/rooms/38737218&#34;,&#34;https://www.airbnb.com/rooms/38737590&#34;,&#34;https://www.airbnb.com/rooms/38739760&#34;,&#34;https://www.airbnb.com/rooms/38740070&#34;,&#34;https://www.airbnb.com/rooms/38740136&#34;,&#34;https://www.airbnb.com/rooms/38740523&#34;,&#34;https://www.airbnb.com/rooms/38741360&#34;,&#34;https://www.airbnb.com/rooms/38741748&#34;,&#34;https://www.airbnb.com/rooms/38741900&#34;,&#34;https://www.airbnb.com/rooms/38742075&#34;,&#34;https://www.airbnb.com/rooms/38742601&#34;,&#34;https://www.airbnb.com/rooms/38743332&#34;,&#34;https://www.airbnb.com/rooms/38743616&#34;,&#34;https://www.airbnb.com/rooms/38744768&#34;,&#34;https://www.airbnb.com/rooms/38744925&#34;,&#34;https://www.airbnb.com/rooms/38745169&#34;,&#34;https://www.airbnb.com/rooms/38745304&#34;,&#34;https://www.airbnb.com/rooms/38745953&#34;,&#34;https://www.airbnb.com/rooms/38746085&#34;,&#34;https://www.airbnb.com/rooms/38746139&#34;,&#34;https://www.airbnb.com/rooms/38746233&#34;,&#34;https://www.airbnb.com/rooms/38746270&#34;,&#34;https://www.airbnb.com/rooms/38746415&#34;,&#34;https://www.airbnb.com/rooms/38749057&#34;,&#34;https://www.airbnb.com/rooms/38750643&#34;,&#34;https://www.airbnb.com/rooms/38751209&#34;,&#34;https://www.airbnb.com/rooms/38751829&#34;,&#34;https://www.airbnb.com/rooms/38751891&#34;,&#34;https://www.airbnb.com/rooms/38753318&#34;,&#34;https://www.airbnb.com/rooms/38753502&#34;,&#34;https://www.airbnb.com/rooms/38754094&#34;,&#34;https://www.airbnb.com/rooms/38754368&#34;,&#34;https://www.airbnb.com/rooms/38756879&#34;,&#34;https://www.airbnb.com/rooms/38757220&#34;,&#34;https://www.airbnb.com/rooms/38758270&#34;,&#34;https://www.airbnb.com/rooms/38766348&#34;,&#34;https://www.airbnb.com/rooms/38766500&#34;,&#34;https://www.airbnb.com/rooms/38766547&#34;,&#34;https://www.airbnb.com/rooms/38766931&#34;,&#34;https://www.airbnb.com/rooms/38767055&#34;,&#34;https://www.airbnb.com/rooms/38767228&#34;,&#34;https://www.airbnb.com/rooms/38767598&#34;,&#34;https://www.airbnb.com/rooms/38770899&#34;,&#34;https://www.airbnb.com/rooms/38771107&#34;,&#34;https://www.airbnb.com/rooms/38771149&#34;,&#34;https://www.airbnb.com/rooms/38771153&#34;,&#34;https://www.airbnb.com/rooms/38771515&#34;,&#34;https://www.airbnb.com/rooms/38771660&#34;,&#34;https://www.airbnb.com/rooms/38772013&#34;,&#34;https://www.airbnb.com/rooms/38772240&#34;,&#34;https://www.airbnb.com/rooms/38772824&#34;,&#34;https://www.airbnb.com/rooms/38774049&#34;,&#34;https://www.airbnb.com/rooms/38774508&#34;,&#34;https://www.airbnb.com/rooms/38774652&#34;,&#34;https://www.airbnb.com/rooms/38777175&#34;,&#34;https://www.airbnb.com/rooms/38777283&#34;,&#34;https://www.airbnb.com/rooms/38777330&#34;,&#34;https://www.airbnb.com/rooms/38777937&#34;,&#34;https://www.airbnb.com/rooms/38778256&#34;,&#34;https://www.airbnb.com/rooms/38778812&#34;,&#34;https://www.airbnb.com/rooms/38780455&#34;,&#34;https://www.airbnb.com/rooms/38783033&#34;,&#34;https://www.airbnb.com/rooms/38787579&#34;,&#34;https://www.airbnb.com/rooms/38788785&#34;,&#34;https://www.airbnb.com/rooms/38788794&#34;,&#34;https://www.airbnb.com/rooms/38789354&#34;,&#34;https://www.airbnb.com/rooms/38790198&#34;,&#34;https://www.airbnb.com/rooms/38790701&#34;,&#34;https://www.airbnb.com/rooms/38791728&#34;,&#34;https://www.airbnb.com/rooms/38792627&#34;,&#34;https://www.airbnb.com/rooms/38795149&#34;,&#34;https://www.airbnb.com/rooms/38795195&#34;,&#34;https://www.airbnb.com/rooms/38795804&#34;,&#34;https://www.airbnb.com/rooms/38795952&#34;,&#34;https://www.airbnb.com/rooms/38796260&#34;,&#34;https://www.airbnb.com/rooms/38796528&#34;,&#34;https://www.airbnb.com/rooms/38796891&#34;,&#34;https://www.airbnb.com/rooms/38797565&#34;,&#34;https://www.airbnb.com/rooms/38797601&#34;,&#34;https://www.airbnb.com/rooms/38798564&#34;,&#34;https://www.airbnb.com/rooms/38803932&#34;,&#34;https://www.airbnb.com/rooms/38809078&#34;,&#34;https://www.airbnb.com/rooms/38810519&#34;,&#34;https://www.airbnb.com/rooms/38810600&#34;,&#34;https://www.airbnb.com/rooms/38811500&#34;,&#34;https://www.airbnb.com/rooms/38812902&#34;,&#34;https://www.airbnb.com/rooms/38813607&#34;,&#34;https://www.airbnb.com/rooms/38813685&#34;,&#34;https://www.airbnb.com/rooms/38814607&#34;,&#34;https://www.airbnb.com/rooms/38814772&#34;,&#34;https://www.airbnb.com/rooms/38815465&#34;,&#34;https://www.airbnb.com/rooms/38816140&#34;,&#34;https://www.airbnb.com/rooms/38816219&#34;,&#34;https://www.airbnb.com/rooms/38816385&#34;,&#34;https://www.airbnb.com/rooms/38816531&#34;,&#34;https://www.airbnb.com/rooms/38816905&#34;,&#34;https://www.airbnb.com/rooms/38817319&#34;,&#34;https://www.airbnb.com/rooms/38817921&#34;,&#34;https://www.airbnb.com/rooms/38818369&#34;,&#34;https://www.airbnb.com/rooms/38818638&#34;,&#34;https://www.airbnb.com/rooms/38818998&#34;,&#34;https://www.airbnb.com/rooms/38820072&#34;,&#34;https://www.airbnb.com/rooms/38820807&#34;,&#34;https://www.airbnb.com/rooms/38821130&#34;,&#34;https://www.airbnb.com/rooms/38821147&#34;,&#34;https://www.airbnb.com/rooms/38821805&#34;,&#34;https://www.airbnb.com/rooms/38827467&#34;,&#34;https://www.airbnb.com/rooms/38832592&#34;,&#34;https://www.airbnb.com/rooms/38837451&#34;,&#34;https://www.airbnb.com/rooms/38837862&#34;,&#34;https://www.airbnb.com/rooms/38838777&#34;,&#34;https://www.airbnb.com/rooms/38839181&#34;,&#34;https://www.airbnb.com/rooms/38840512&#34;,&#34;https://www.airbnb.com/rooms/38840518&#34;,&#34;https://www.airbnb.com/rooms/38842766&#34;,&#34;https://www.airbnb.com/rooms/38844940&#34;,&#34;https://www.airbnb.com/rooms/38845171&#34;,&#34;https://www.airbnb.com/rooms/38845625&#34;,&#34;https://www.airbnb.com/rooms/38846559&#34;,&#34;https://www.airbnb.com/rooms/38846774&#34;,&#34;https://www.airbnb.com/rooms/38847173&#34;,&#34;https://www.airbnb.com/rooms/38847731&#34;,&#34;https://www.airbnb.com/rooms/38848163&#34;,&#34;https://www.airbnb.com/rooms/38848187&#34;,&#34;https://www.airbnb.com/rooms/38848299&#34;,&#34;https://www.airbnb.com/rooms/38849142&#34;,&#34;https://www.airbnb.com/rooms/38858350&#34;,&#34;https://www.airbnb.com/rooms/38859579&#34;,&#34;https://www.airbnb.com/rooms/38860010&#34;,&#34;https://www.airbnb.com/rooms/38860039&#34;,&#34;https://www.airbnb.com/rooms/38861887&#34;,&#34;https://www.airbnb.com/rooms/38863161&#34;,&#34;https://www.airbnb.com/rooms/38863976&#34;,&#34;https://www.airbnb.com/rooms/38864009&#34;,&#34;https://www.airbnb.com/rooms/38866544&#34;,&#34;https://www.airbnb.com/rooms/38867978&#34;,&#34;https://www.airbnb.com/rooms/38874108&#34;,&#34;https://www.airbnb.com/rooms/38874125&#34;,&#34;https://www.airbnb.com/rooms/38875162&#34;,&#34;https://www.airbnb.com/rooms/38875225&#34;,&#34;https://www.airbnb.com/rooms/38875282&#34;,&#34;https://www.airbnb.com/rooms/38876660&#34;,&#34;https://www.airbnb.com/rooms/38876795&#34;,&#34;https://www.airbnb.com/rooms/38877035&#34;,&#34;https://www.airbnb.com/rooms/38887001&#34;,&#34;https://www.airbnb.com/rooms/38887543&#34;,&#34;https://www.airbnb.com/rooms/38888203&#34;,&#34;https://www.airbnb.com/rooms/38890999&#34;,&#34;https://www.airbnb.com/rooms/38892903&#34;,&#34;https://www.airbnb.com/rooms/38892927&#34;,&#34;https://www.airbnb.com/rooms/38895044&#34;,&#34;https://www.airbnb.com/rooms/38897015&#34;,&#34;https://www.airbnb.com/rooms/38897308&#34;,&#34;https://www.airbnb.com/rooms/38897619&#34;,&#34;https://www.airbnb.com/rooms/38899979&#34;,&#34;https://www.airbnb.com/rooms/38900112&#34;,&#34;https://www.airbnb.com/rooms/38902164&#34;,&#34;https://www.airbnb.com/rooms/38902690&#34;,&#34;https://www.airbnb.com/rooms/38904164&#34;,&#34;https://www.airbnb.com/rooms/38905082&#34;,&#34;https://www.airbnb.com/rooms/38905493&#34;,&#34;https://www.airbnb.com/rooms/38918740&#34;,&#34;https://www.airbnb.com/rooms/38922571&#34;,&#34;https://www.airbnb.com/rooms/38928700&#34;,&#34;https://www.airbnb.com/rooms/38928730&#34;,&#34;https://www.airbnb.com/rooms/38929412&#34;,&#34;https://www.airbnb.com/rooms/38939302&#34;,&#34;https://www.airbnb.com/rooms/38949091&#34;,&#34;https://www.airbnb.com/rooms/38950116&#34;,&#34;https://www.airbnb.com/rooms/38951830&#34;,&#34;https://www.airbnb.com/rooms/38954676&#34;,&#34;https://www.airbnb.com/rooms/38956807&#34;,&#34;https://www.airbnb.com/rooms/38958721&#34;,&#34;https://www.airbnb.com/rooms/38967478&#34;,&#34;https://www.airbnb.com/rooms/38973371&#34;,&#34;https://www.airbnb.com/rooms/38987027&#34;,&#34;https://www.airbnb.com/rooms/38990031&#34;,&#34;https://www.airbnb.com/rooms/38990293&#34;,&#34;https://www.airbnb.com/rooms/38990414&#34;,&#34;https://www.airbnb.com/rooms/38992250&#34;,&#34;https://www.airbnb.com/rooms/39001264&#34;,&#34;https://www.airbnb.com/rooms/39011764&#34;,&#34;https://www.airbnb.com/rooms/39012597&#34;,&#34;https://www.airbnb.com/rooms/39013443&#34;,&#34;https://www.airbnb.com/rooms/39016319&#34;,&#34;https://www.airbnb.com/rooms/39023217&#34;,&#34;https://www.airbnb.com/rooms/39027320&#34;,&#34;https://www.airbnb.com/rooms/39029487&#34;,&#34;https://www.airbnb.com/rooms/39029604&#34;,&#34;https://www.airbnb.com/rooms/39036614&#34;,&#34;https://www.airbnb.com/rooms/39037645&#34;,&#34;https://www.airbnb.com/rooms/39040150&#34;,&#34;https://www.airbnb.com/rooms/39041530&#34;,&#34;https://www.airbnb.com/rooms/39049561&#34;,&#34;https://www.airbnb.com/rooms/39050138&#34;,&#34;https://www.airbnb.com/rooms/39051911&#34;,&#34;https://www.airbnb.com/rooms/39058089&#34;,&#34;https://www.airbnb.com/rooms/39073724&#34;,&#34;https://www.airbnb.com/rooms/39081073&#34;,&#34;https://www.airbnb.com/rooms/39083137&#34;,&#34;https://www.airbnb.com/rooms/39085180&#34;,&#34;https://www.airbnb.com/rooms/39107786&#34;,&#34;https://www.airbnb.com/rooms/39119117&#34;,&#34;https://www.airbnb.com/rooms/39121554&#34;,&#34;https://www.airbnb.com/rooms/39123076&#34;,&#34;https://www.airbnb.com/rooms/39125099&#34;,&#34;https://www.airbnb.com/rooms/39127542&#34;,&#34;https://www.airbnb.com/rooms/39128089&#34;,&#34;https://www.airbnb.com/rooms/39131508&#34;,&#34;https://www.airbnb.com/rooms/39150658&#34;,&#34;https://www.airbnb.com/rooms/39152687&#34;,&#34;https://www.airbnb.com/rooms/39153004&#34;,&#34;https://www.airbnb.com/rooms/39163911&#34;,&#34;https://www.airbnb.com/rooms/39167172&#34;,&#34;https://www.airbnb.com/rooms/39172175&#34;,&#34;https://www.airbnb.com/rooms/39185610&#34;,&#34;https://www.airbnb.com/rooms/39185915&#34;,&#34;https://www.airbnb.com/rooms/39197069&#34;,&#34;https://www.airbnb.com/rooms/39197740&#34;,&#34;https://www.airbnb.com/rooms/39200899&#34;,&#34;https://www.airbnb.com/rooms/39216748&#34;,&#34;https://www.airbnb.com/rooms/39226487&#34;,&#34;https://www.airbnb.com/rooms/39252941&#34;,&#34;https://www.airbnb.com/rooms/39262601&#34;,&#34;https://www.airbnb.com/rooms/39264239&#34;,&#34;https://www.airbnb.com/rooms/39268693&#34;,&#34;https://www.airbnb.com/rooms/39274550&#34;,&#34;https://www.airbnb.com/rooms/39275074&#34;,&#34;https://www.airbnb.com/rooms/39289077&#34;,&#34;https://www.airbnb.com/rooms/39295255&#34;,&#34;https://www.airbnb.com/rooms/39311059&#34;,&#34;https://www.airbnb.com/rooms/39315779&#34;,&#34;https://www.airbnb.com/rooms/39331937&#34;,&#34;https://www.airbnb.com/rooms/39346926&#34;,&#34;https://www.airbnb.com/rooms/39347445&#34;,&#34;https://www.airbnb.com/rooms/39348306&#34;,&#34;https://www.airbnb.com/rooms/39348450&#34;,&#34;https://www.airbnb.com/rooms/39362462&#34;,&#34;https://www.airbnb.com/rooms/39376305&#34;,&#34;https://www.airbnb.com/rooms/39377623&#34;,&#34;https://www.airbnb.com/rooms/39382256&#34;,&#34;https://www.airbnb.com/rooms/39392313&#34;,&#34;https://www.airbnb.com/rooms/39405602&#34;,&#34;https://www.airbnb.com/rooms/39405644&#34;,&#34;https://www.airbnb.com/rooms/39418449&#34;,&#34;https://www.airbnb.com/rooms/39418549&#34;,&#34;https://www.airbnb.com/rooms/39435627&#34;,&#34;https://www.airbnb.com/rooms/39480626&#34;,&#34;https://www.airbnb.com/rooms/39485808&#34;,&#34;https://www.airbnb.com/rooms/39493469&#34;,&#34;https://www.airbnb.com/rooms/39502047&#34;,&#34;https://www.airbnb.com/rooms/39514096&#34;,&#34;https://www.airbnb.com/rooms/39517550&#34;,&#34;https://www.airbnb.com/rooms/39519130&#34;,&#34;https://www.airbnb.com/rooms/39520299&#34;,&#34;https://www.airbnb.com/rooms/39523384&#34;,&#34;https://www.airbnb.com/rooms/39525547&#34;,&#34;https://www.airbnb.com/rooms/39525584&#34;,&#34;https://www.airbnb.com/rooms/39525675&#34;,&#34;https://www.airbnb.com/rooms/39525724&#34;,&#34;https://www.airbnb.com/rooms/39525775&#34;,&#34;https://www.airbnb.com/rooms/39525816&#34;,&#34;https://www.airbnb.com/rooms/39525901&#34;,&#34;https://www.airbnb.com/rooms/39531892&#34;,&#34;https://www.airbnb.com/rooms/39539977&#34;,&#34;https://www.airbnb.com/rooms/39543123&#34;,&#34;https://www.airbnb.com/rooms/39548786&#34;,&#34;https://www.airbnb.com/rooms/39557402&#34;,&#34;https://www.airbnb.com/rooms/39572055&#34;,&#34;https://www.airbnb.com/rooms/39581765&#34;,&#34;https://www.airbnb.com/rooms/39592673&#34;,&#34;https://www.airbnb.com/rooms/39616911&#34;,&#34;https://www.airbnb.com/rooms/39633147&#34;,&#34;https://www.airbnb.com/rooms/39641755&#34;,&#34;https://www.airbnb.com/rooms/39665406&#34;,&#34;https://www.airbnb.com/rooms/39681249&#34;,&#34;https://www.airbnb.com/rooms/39683160&#34;,&#34;https://www.airbnb.com/rooms/39685845&#34;,&#34;https://www.airbnb.com/rooms/39690837&#34;,&#34;https://www.airbnb.com/rooms/39691708&#34;,&#34;https://www.airbnb.com/rooms/39696382&#34;,&#34;https://www.airbnb.com/rooms/39712662&#34;,&#34;https://www.airbnb.com/rooms/39723124&#34;,&#34;https://www.airbnb.com/rooms/39736985&#34;,&#34;https://www.airbnb.com/rooms/39737480&#34;,&#34;https://www.airbnb.com/rooms/39738238&#34;,&#34;https://www.airbnb.com/rooms/39738526&#34;,&#34;https://www.airbnb.com/rooms/39743180&#34;,&#34;https://www.airbnb.com/rooms/39744291&#34;,&#34;https://www.airbnb.com/rooms/39759507&#34;,&#34;https://www.airbnb.com/rooms/39760176&#34;,&#34;https://www.airbnb.com/rooms/39764049&#34;,&#34;https://www.airbnb.com/rooms/39789762&#34;,&#34;https://www.airbnb.com/rooms/39790169&#34;,&#34;https://www.airbnb.com/rooms/39791208&#34;,&#34;https://www.airbnb.com/rooms/39791523&#34;,&#34;https://www.airbnb.com/rooms/39794389&#34;,&#34;https://www.airbnb.com/rooms/39810341&#34;,&#34;https://www.airbnb.com/rooms/39812178&#34;,&#34;https://www.airbnb.com/rooms/39837536&#34;,&#34;https://www.airbnb.com/rooms/39840875&#34;,&#34;https://www.airbnb.com/rooms/39841366&#34;,&#34;https://www.airbnb.com/rooms/39850844&#34;,&#34;https://www.airbnb.com/rooms/39851416&#34;,&#34;https://www.airbnb.com/rooms/39856653&#34;,&#34;https://www.airbnb.com/rooms/39859386&#34;,&#34;https://www.airbnb.com/rooms/39864715&#34;,&#34;https://www.airbnb.com/rooms/39880568&#34;,&#34;https://www.airbnb.com/rooms/39881828&#34;,&#34;https://www.airbnb.com/rooms/39882092&#34;,&#34;https://www.airbnb.com/rooms/39882353&#34;,&#34;https://www.airbnb.com/rooms/39884189&#34;,&#34;https://www.airbnb.com/rooms/39887124&#34;,&#34;https://www.airbnb.com/rooms/39890882&#34;,&#34;https://www.airbnb.com/rooms/39895348&#34;,&#34;https://www.airbnb.com/rooms/39904941&#34;,&#34;https://www.airbnb.com/rooms/39932401&#34;,&#34;https://www.airbnb.com/rooms/39957677&#34;,&#34;https://www.airbnb.com/rooms/39959373&#34;,&#34;https://www.airbnb.com/rooms/39961983&#34;,&#34;https://www.airbnb.com/rooms/39978638&#34;,&#34;https://www.airbnb.com/rooms/39980071&#34;,&#34;https://www.airbnb.com/rooms/39982719&#34;,&#34;https://www.airbnb.com/rooms/39984240&#34;,&#34;https://www.airbnb.com/rooms/39988572&#34;,&#34;https://www.airbnb.com/rooms/39988614&#34;,&#34;https://www.airbnb.com/rooms/39989079&#34;,&#34;https://www.airbnb.com/rooms/39997510&#34;,&#34;https://www.airbnb.com/rooms/40003194&#34;,&#34;https://www.airbnb.com/rooms/40004061&#34;,&#34;https://www.airbnb.com/rooms/40006454&#34;,&#34;https://www.airbnb.com/rooms/40007449&#34;,&#34;https://www.airbnb.com/rooms/40008624&#34;,&#34;https://www.airbnb.com/rooms/40009827&#34;,&#34;https://www.airbnb.com/rooms/40047858&#34;,&#34;https://www.airbnb.com/rooms/40050010&#34;,&#34;https://www.airbnb.com/rooms/40051271&#34;,&#34;https://www.airbnb.com/rooms/40054237&#34;,&#34;https://www.airbnb.com/rooms/40061031&#34;,&#34;https://www.airbnb.com/rooms/40061701&#34;,&#34;https://www.airbnb.com/rooms/40082032&#34;,&#34;https://www.airbnb.com/rooms/40083585&#34;,&#34;https://www.airbnb.com/rooms/40083597&#34;,&#34;https://www.airbnb.com/rooms/40089226&#34;,&#34;https://www.airbnb.com/rooms/40100371&#34;,&#34;https://www.airbnb.com/rooms/40101052&#34;,&#34;https://www.airbnb.com/rooms/40101612&#34;,&#34;https://www.airbnb.com/rooms/40129428&#34;,&#34;https://www.airbnb.com/rooms/40130488&#34;,&#34;https://www.airbnb.com/rooms/40148366&#34;,&#34;https://www.airbnb.com/rooms/40151787&#34;,&#34;https://www.airbnb.com/rooms/40165931&#34;,&#34;https://www.airbnb.com/rooms/40166133&#34;,&#34;https://www.airbnb.com/rooms/40168025&#34;,&#34;https://www.airbnb.com/rooms/40170075&#34;,&#34;https://www.airbnb.com/rooms/40186640&#34;,&#34;https://www.airbnb.com/rooms/40188285&#34;,&#34;https://www.airbnb.com/rooms/40189354&#34;,&#34;https://www.airbnb.com/rooms/40190121&#34;,&#34;https://www.airbnb.com/rooms/40191312&#34;,&#34;https://www.airbnb.com/rooms/40197395&#34;,&#34;https://www.airbnb.com/rooms/40197861&#34;,&#34;https://www.airbnb.com/rooms/40201805&#34;,&#34;https://www.airbnb.com/rooms/40203838&#34;,&#34;https://www.airbnb.com/rooms/40212790&#34;,&#34;https://www.airbnb.com/rooms/40213950&#34;,&#34;https://www.airbnb.com/rooms/40216144&#34;,&#34;https://www.airbnb.com/rooms/40216540&#34;,&#34;https://www.airbnb.com/rooms/40218028&#34;,&#34;https://www.airbnb.com/rooms/40222004&#34;,&#34;https://www.airbnb.com/rooms/40224181&#34;,&#34;https://www.airbnb.com/rooms/40229312&#34;,&#34;https://www.airbnb.com/rooms/40230681&#34;,&#34;https://www.airbnb.com/rooms/40231143&#34;,&#34;https://www.airbnb.com/rooms/40231250&#34;,&#34;https://www.airbnb.com/rooms/40232071&#34;,&#34;https://www.airbnb.com/rooms/40294006&#34;,&#34;https://www.airbnb.com/rooms/40305403&#34;,&#34;https://www.airbnb.com/rooms/40316443&#34;,&#34;https://www.airbnb.com/rooms/40337494&#34;,&#34;https://www.airbnb.com/rooms/40340349&#34;,&#34;https://www.airbnb.com/rooms/40344151&#34;,&#34;https://www.airbnb.com/rooms/40382096&#34;,&#34;https://www.airbnb.com/rooms/40382838&#34;,&#34;https://www.airbnb.com/rooms/40387580&#34;,&#34;https://www.airbnb.com/rooms/40401367&#34;,&#34;https://www.airbnb.com/rooms/40410935&#34;,&#34;https://www.airbnb.com/rooms/40411698&#34;,&#34;https://www.airbnb.com/rooms/40423138&#34;,&#34;https://www.airbnb.com/rooms/40426497&#34;,&#34;https://www.airbnb.com/rooms/40437077&#34;,&#34;https://www.airbnb.com/rooms/40447180&#34;,&#34;https://www.airbnb.com/rooms/40448006&#34;,&#34;https://www.airbnb.com/rooms/40448228&#34;,&#34;https://www.airbnb.com/rooms/40449860&#34;,&#34;https://www.airbnb.com/rooms/40457157&#34;,&#34;https://www.airbnb.com/rooms/40459210&#34;,&#34;https://www.airbnb.com/rooms/40459877&#34;,&#34;https://www.airbnb.com/rooms/40467031&#34;,&#34;https://www.airbnb.com/rooms/40470683&#34;,&#34;https://www.airbnb.com/rooms/40477548&#34;,&#34;https://www.airbnb.com/rooms/40478231&#34;,&#34;https://www.airbnb.com/rooms/40485481&#34;,&#34;https://www.airbnb.com/rooms/40486735&#34;,&#34;https://www.airbnb.com/rooms/40495524&#34;,&#34;https://www.airbnb.com/rooms/40498865&#34;,&#34;https://www.airbnb.com/rooms/40501263&#34;,&#34;https://www.airbnb.com/rooms/40518832&#34;,&#34;https://www.airbnb.com/rooms/40523458&#34;,&#34;https://www.airbnb.com/rooms/40529591&#34;,&#34;https://www.airbnb.com/rooms/40548074&#34;,&#34;https://www.airbnb.com/rooms/40553420&#34;,&#34;https://www.airbnb.com/rooms/40553912&#34;,&#34;https://www.airbnb.com/rooms/40555542&#34;,&#34;https://www.airbnb.com/rooms/40556142&#34;,&#34;https://www.airbnb.com/rooms/40560472&#34;,&#34;https://www.airbnb.com/rooms/40573635&#34;,&#34;https://www.airbnb.com/rooms/40575757&#34;,&#34;https://www.airbnb.com/rooms/40576816&#34;,&#34;https://www.airbnb.com/rooms/40582243&#34;,&#34;https://www.airbnb.com/rooms/40601585&#34;,&#34;https://www.airbnb.com/rooms/40603350&#34;,&#34;https://www.airbnb.com/rooms/40604538&#34;,&#34;https://www.airbnb.com/rooms/40607628&#34;,&#34;https://www.airbnb.com/rooms/40615882&#34;,&#34;https://www.airbnb.com/rooms/40622233&#34;,&#34;https://www.airbnb.com/rooms/40627391&#34;,&#34;https://www.airbnb.com/rooms/40628237&#34;,&#34;https://www.airbnb.com/rooms/40628915&#34;,&#34;https://www.airbnb.com/rooms/40645804&#34;,&#34;https://www.airbnb.com/rooms/40654557&#34;,&#34;https://www.airbnb.com/rooms/40664036&#34;,&#34;https://www.airbnb.com/rooms/40664308&#34;,&#34;https://www.airbnb.com/rooms/40664554&#34;,&#34;https://www.airbnb.com/rooms/40668763&#34;,&#34;https://www.airbnb.com/rooms/40669810&#34;,&#34;https://www.airbnb.com/rooms/40671907&#34;,&#34;https://www.airbnb.com/rooms/40685225&#34;,&#34;https://www.airbnb.com/rooms/40700428&#34;,&#34;https://www.airbnb.com/rooms/40715943&#34;,&#34;https://www.airbnb.com/rooms/40726344&#34;,&#34;https://www.airbnb.com/rooms/40727143&#34;,&#34;https://www.airbnb.com/rooms/40727322&#34;,&#34;https://www.airbnb.com/rooms/40727380&#34;,&#34;https://www.airbnb.com/rooms/40727825&#34;,&#34;https://www.airbnb.com/rooms/40731943&#34;,&#34;https://www.airbnb.com/rooms/40738813&#34;,&#34;https://www.airbnb.com/rooms/40743012&#34;,&#34;https://www.airbnb.com/rooms/40748417&#34;,&#34;https://www.airbnb.com/rooms/40749419&#34;,&#34;https://www.airbnb.com/rooms/40750080&#34;,&#34;https://www.airbnb.com/rooms/40766722&#34;,&#34;https://www.airbnb.com/rooms/40775368&#34;,&#34;https://www.airbnb.com/rooms/40778944&#34;,&#34;https://www.airbnb.com/rooms/40779740&#34;,&#34;https://www.airbnb.com/rooms/40812694&#34;,&#34;https://www.airbnb.com/rooms/40814034&#34;,&#34;https://www.airbnb.com/rooms/40820310&#34;,&#34;https://www.airbnb.com/rooms/40828158&#34;,&#34;https://www.airbnb.com/rooms/40829008&#34;,&#34;https://www.airbnb.com/rooms/40830221&#34;,&#34;https://www.airbnb.com/rooms/40830623&#34;,&#34;https://www.airbnb.com/rooms/40834786&#34;,&#34;https://www.airbnb.com/rooms/40850493&#34;,&#34;https://www.airbnb.com/rooms/40858437&#34;,&#34;https://www.airbnb.com/rooms/40858571&#34;,&#34;https://www.airbnb.com/rooms/40858979&#34;,&#34;https://www.airbnb.com/rooms/40863044&#34;,&#34;https://www.airbnb.com/rooms/40864441&#34;,&#34;https://www.airbnb.com/rooms/40880462&#34;,&#34;https://www.airbnb.com/rooms/40886602&#34;,&#34;https://www.airbnb.com/rooms/40888647&#34;,&#34;https://www.airbnb.com/rooms/40890314&#34;,&#34;https://www.airbnb.com/rooms/40891040&#34;,&#34;https://www.airbnb.com/rooms/40893793&#34;,&#34;https://www.airbnb.com/rooms/40912232&#34;,&#34;https://www.airbnb.com/rooms/40918713&#34;,&#34;https://www.airbnb.com/rooms/40931023&#34;,&#34;https://www.airbnb.com/rooms/40933015&#34;,&#34;https://www.airbnb.com/rooms/40935192&#34;,&#34;https://www.airbnb.com/rooms/40937265&#34;,&#34;https://www.airbnb.com/rooms/40956947&#34;,&#34;https://www.airbnb.com/rooms/40958330&#34;,&#34;https://www.airbnb.com/rooms/40961775&#34;,&#34;https://www.airbnb.com/rooms/40975911&#34;,&#34;https://www.airbnb.com/rooms/40994043&#34;,&#34;https://www.airbnb.com/rooms/40994948&#34;,&#34;https://www.airbnb.com/rooms/40997576&#34;,&#34;https://www.airbnb.com/rooms/40999516&#34;,&#34;https://www.airbnb.com/rooms/41003254&#34;,&#34;https://www.airbnb.com/rooms/41037616&#34;,&#34;https://www.airbnb.com/rooms/41039295&#34;,&#34;https://www.airbnb.com/rooms/41043929&#34;,&#34;https://www.airbnb.com/rooms/41061010&#34;,&#34;https://www.airbnb.com/rooms/41086897&#34;,&#34;https://www.airbnb.com/rooms/41094728&#34;,&#34;https://www.airbnb.com/rooms/41095729&#34;,&#34;https://www.airbnb.com/rooms/41095828&#34;,&#34;https://www.airbnb.com/rooms/41099850&#34;,&#34;https://www.airbnb.com/rooms/41117212&#34;,&#34;https://www.airbnb.com/rooms/41122120&#34;,&#34;https://www.airbnb.com/rooms/41146464&#34;,&#34;https://www.airbnb.com/rooms/41165820&#34;,&#34;https://www.airbnb.com/rooms/41165955&#34;,&#34;https://www.airbnb.com/rooms/41174286&#34;,&#34;https://www.airbnb.com/rooms/41178882&#34;,&#34;https://www.airbnb.com/rooms/41188238&#34;,&#34;https://www.airbnb.com/rooms/41189370&#34;,&#34;https://www.airbnb.com/rooms/41214475&#34;,&#34;https://www.airbnb.com/rooms/41235655&#34;,&#34;https://www.airbnb.com/rooms/41251272&#34;,&#34;https://www.airbnb.com/rooms/41293005&#34;,&#34;https://www.airbnb.com/rooms/41301973&#34;,&#34;https://www.airbnb.com/rooms/41302093&#34;,&#34;https://www.airbnb.com/rooms/41302155&#34;,&#34;https://www.airbnb.com/rooms/41303362&#34;,&#34;https://www.airbnb.com/rooms/41303497&#34;,&#34;https://www.airbnb.com/rooms/41309273&#34;,&#34;https://www.airbnb.com/rooms/41312274&#34;,&#34;https://www.airbnb.com/rooms/41329576&#34;,&#34;https://www.airbnb.com/rooms/41330210&#34;,&#34;https://www.airbnb.com/rooms/41344646&#34;,&#34;https://www.airbnb.com/rooms/41345212&#34;,&#34;https://www.airbnb.com/rooms/41346574&#34;,&#34;https://www.airbnb.com/rooms/41347187&#34;,&#34;https://www.airbnb.com/rooms/41358712&#34;,&#34;https://www.airbnb.com/rooms/41358756&#34;,&#34;https://www.airbnb.com/rooms/41358765&#34;,&#34;https://www.airbnb.com/rooms/41358797&#34;,&#34;https://www.airbnb.com/rooms/41362940&#34;,&#34;https://www.airbnb.com/rooms/41363367&#34;,&#34;https://www.airbnb.com/rooms/41365870&#34;,&#34;https://www.airbnb.com/rooms/41369423&#34;,&#34;https://www.airbnb.com/rooms/41416583&#34;,&#34;https://www.airbnb.com/rooms/41429452&#34;,&#34;https://www.airbnb.com/rooms/41429800&#34;,&#34;https://www.airbnb.com/rooms/41442458&#34;,&#34;https://www.airbnb.com/rooms/41444000&#34;,&#34;https://www.airbnb.com/rooms/41448699&#34;,&#34;https://www.airbnb.com/rooms/41451197&#34;,&#34;https://www.airbnb.com/rooms/41452001&#34;,&#34;https://www.airbnb.com/rooms/41452544&#34;,&#34;https://www.airbnb.com/rooms/41454579&#34;,&#34;https://www.airbnb.com/rooms/41471632&#34;,&#34;https://www.airbnb.com/rooms/41493324&#34;,&#34;https://www.airbnb.com/rooms/41495524&#34;,&#34;https://www.airbnb.com/rooms/41517059&#34;,&#34;https://www.airbnb.com/rooms/41527530&#34;,&#34;https://www.airbnb.com/rooms/41530892&#34;,&#34;https://www.airbnb.com/rooms/41544737&#34;,&#34;https://www.airbnb.com/rooms/41546391&#34;,&#34;https://www.airbnb.com/rooms/41553210&#34;,&#34;https://www.airbnb.com/rooms/41557342&#34;,&#34;https://www.airbnb.com/rooms/41557988&#34;,&#34;https://www.airbnb.com/rooms/41571173&#34;,&#34;https://www.airbnb.com/rooms/41572019&#34;,&#34;https://www.airbnb.com/rooms/41574129&#34;,&#34;https://www.airbnb.com/rooms/41577073&#34;,&#34;https://www.airbnb.com/rooms/41579003&#34;,&#34;https://www.airbnb.com/rooms/41580249&#34;,&#34;https://www.airbnb.com/rooms/41580355&#34;,&#34;https://www.airbnb.com/rooms/41585853&#34;,&#34;https://www.airbnb.com/rooms/41591114&#34;,&#34;https://www.airbnb.com/rooms/41592890&#34;,&#34;https://www.airbnb.com/rooms/41599961&#34;,&#34;https://www.airbnb.com/rooms/41601011&#34;,&#34;https://www.airbnb.com/rooms/41601543&#34;,&#34;https://www.airbnb.com/rooms/41604959&#34;,&#34;https://www.airbnb.com/rooms/41613877&#34;,&#34;https://www.airbnb.com/rooms/41617739&#34;,&#34;https://www.airbnb.com/rooms/41633492&#34;,&#34;https://www.airbnb.com/rooms/41641533&#34;,&#34;https://www.airbnb.com/rooms/41648454&#34;,&#34;https://www.airbnb.com/rooms/41653457&#34;,&#34;https://www.airbnb.com/rooms/41655983&#34;,&#34;https://www.airbnb.com/rooms/41658441&#34;,&#34;https://www.airbnb.com/rooms/41664729&#34;,&#34;https://www.airbnb.com/rooms/41677465&#34;,&#34;https://www.airbnb.com/rooms/41681325&#34;,&#34;https://www.airbnb.com/rooms/41683286&#34;,&#34;https://www.airbnb.com/rooms/41689167&#34;,&#34;https://www.airbnb.com/rooms/41695738&#34;,&#34;https://www.airbnb.com/rooms/41696543&#34;,&#34;https://www.airbnb.com/rooms/41697271&#34;,&#34;https://www.airbnb.com/rooms/41699181&#34;,&#34;https://www.airbnb.com/rooms/41700990&#34;,&#34;https://www.airbnb.com/rooms/41707575&#34;,&#34;https://www.airbnb.com/rooms/41710827&#34;,&#34;https://www.airbnb.com/rooms/41711024&#34;,&#34;https://www.airbnb.com/rooms/41711131&#34;,&#34;https://www.airbnb.com/rooms/41719096&#34;,&#34;https://www.airbnb.com/rooms/41727002&#34;,&#34;https://www.airbnb.com/rooms/41739531&#34;,&#34;https://www.airbnb.com/rooms/41753346&#34;,&#34;https://www.airbnb.com/rooms/41758401&#34;,&#34;https://www.airbnb.com/rooms/41759275&#34;,&#34;https://www.airbnb.com/rooms/41759601&#34;,&#34;https://www.airbnb.com/rooms/41764846&#34;,&#34;https://www.airbnb.com/rooms/41764938&#34;,&#34;https://www.airbnb.com/rooms/41806044&#34;,&#34;https://www.airbnb.com/rooms/41809383&#34;,&#34;https://www.airbnb.com/rooms/41825475&#34;,&#34;https://www.airbnb.com/rooms/41836721&#34;,&#34;https://www.airbnb.com/rooms/41838712&#34;,&#34;https://www.airbnb.com/rooms/41855593&#34;,&#34;https://www.airbnb.com/rooms/41856368&#34;,&#34;https://www.airbnb.com/rooms/41858540&#34;,&#34;https://www.airbnb.com/rooms/41865241&#34;,&#34;https://www.airbnb.com/rooms/41866467&#34;,&#34;https://www.airbnb.com/rooms/41898954&#34;,&#34;https://www.airbnb.com/rooms/41920070&#34;,&#34;https://www.airbnb.com/rooms/41920321&#34;,&#34;https://www.airbnb.com/rooms/41922423&#34;,&#34;https://www.airbnb.com/rooms/41929743&#34;,&#34;https://www.airbnb.com/rooms/41930145&#34;,&#34;https://www.airbnb.com/rooms/41931775&#34;,&#34;https://www.airbnb.com/rooms/41934284&#34;,&#34;https://www.airbnb.com/rooms/41948010&#34;,&#34;https://www.airbnb.com/rooms/41948943&#34;,&#34;https://www.airbnb.com/rooms/41950412&#34;,&#34;https://www.airbnb.com/rooms/41956734&#34;,&#34;https://www.airbnb.com/rooms/41970711&#34;,&#34;https://www.airbnb.com/rooms/41971711&#34;,&#34;https://www.airbnb.com/rooms/41971928&#34;,&#34;https://www.airbnb.com/rooms/41972157&#34;,&#34;https://www.airbnb.com/rooms/41972815&#34;,&#34;https://www.airbnb.com/rooms/41978277&#34;,&#34;https://www.airbnb.com/rooms/41979081&#34;,&#34;https://www.airbnb.com/rooms/42019722&#34;,&#34;https://www.airbnb.com/rooms/42031596&#34;,&#34;https://www.airbnb.com/rooms/42040226&#34;,&#34;https://www.airbnb.com/rooms/42043986&#34;,&#34;https://www.airbnb.com/rooms/42057300&#34;,&#34;https://www.airbnb.com/rooms/42067902&#34;,&#34;https://www.airbnb.com/rooms/42071141&#34;,&#34;https://www.airbnb.com/rooms/42071215&#34;,&#34;https://www.airbnb.com/rooms/42085252&#34;,&#34;https://www.airbnb.com/rooms/42093902&#34;,&#34;https://www.airbnb.com/rooms/42097426&#34;,&#34;https://www.airbnb.com/rooms/42107985&#34;,&#34;https://www.airbnb.com/rooms/42112326&#34;,&#34;https://www.airbnb.com/rooms/42126966&#34;,&#34;https://www.airbnb.com/rooms/42126991&#34;,&#34;https://www.airbnb.com/rooms/42137283&#34;,&#34;https://www.airbnb.com/rooms/42146865&#34;,&#34;https://www.airbnb.com/rooms/42152636&#34;,&#34;https://www.airbnb.com/rooms/42155293&#34;,&#34;https://www.airbnb.com/rooms/42155339&#34;,&#34;https://www.airbnb.com/rooms/42156309&#34;,&#34;https://www.airbnb.com/rooms/42156868&#34;,&#34;https://www.airbnb.com/rooms/42163064&#34;,&#34;https://www.airbnb.com/rooms/42169542&#34;,&#34;https://www.airbnb.com/rooms/42174690&#34;,&#34;https://www.airbnb.com/rooms/42185646&#34;,&#34;https://www.airbnb.com/rooms/42187542&#34;,&#34;https://www.airbnb.com/rooms/42204100&#34;,&#34;https://www.airbnb.com/rooms/42210420&#34;,&#34;https://www.airbnb.com/rooms/42211866&#34;,&#34;https://www.airbnb.com/rooms/42216839&#34;,&#34;https://www.airbnb.com/rooms/42225477&#34;,&#34;https://www.airbnb.com/rooms/42226155&#34;,&#34;https://www.airbnb.com/rooms/42238269&#34;,&#34;https://www.airbnb.com/rooms/42241382&#34;,&#34;https://www.airbnb.com/rooms/42241988&#34;,&#34;https://www.airbnb.com/rooms/42244923&#34;,&#34;https://www.airbnb.com/rooms/42245716&#34;,&#34;https://www.airbnb.com/rooms/42251404&#34;,&#34;https://www.airbnb.com/rooms/42261618&#34;,&#34;https://www.airbnb.com/rooms/42263430&#34;,&#34;https://www.airbnb.com/rooms/42263491&#34;,&#34;https://www.airbnb.com/rooms/42283361&#34;,&#34;https://www.airbnb.com/rooms/42287005&#34;,&#34;https://www.airbnb.com/rooms/42305941&#34;,&#34;https://www.airbnb.com/rooms/42308848&#34;,&#34;https://www.airbnb.com/rooms/42312740&#34;,&#34;https://www.airbnb.com/rooms/42314792&#34;,&#34;https://www.airbnb.com/rooms/42320639&#34;,&#34;https://www.airbnb.com/rooms/42323145&#34;,&#34;https://www.airbnb.com/rooms/42323207&#34;,&#34;https://www.airbnb.com/rooms/42325235&#34;,&#34;https://www.airbnb.com/rooms/42325448&#34;,&#34;https://www.airbnb.com/rooms/42327676&#34;,&#34;https://www.airbnb.com/rooms/42328194&#34;,&#34;https://www.airbnb.com/rooms/42341821&#34;,&#34;https://www.airbnb.com/rooms/42349424&#34;,&#34;https://www.airbnb.com/rooms/42355563&#34;,&#34;https://www.airbnb.com/rooms/42357390&#34;,&#34;https://www.airbnb.com/rooms/42361494&#34;,&#34;https://www.airbnb.com/rooms/42366368&#34;,&#34;https://www.airbnb.com/rooms/42366472&#34;,&#34;https://www.airbnb.com/rooms/42366997&#34;,&#34;https://www.airbnb.com/rooms/42367201&#34;,&#34;https://www.airbnb.com/rooms/42367498&#34;,&#34;https://www.airbnb.com/rooms/42367989&#34;,&#34;https://www.airbnb.com/rooms/42370440&#34;,&#34;https://www.airbnb.com/rooms/42375161&#34;,&#34;https://www.airbnb.com/rooms/42375451&#34;,&#34;https://www.airbnb.com/rooms/42376693&#34;,&#34;https://www.airbnb.com/rooms/42377118&#34;,&#34;https://www.airbnb.com/rooms/42387123&#34;,&#34;https://www.airbnb.com/rooms/42392810&#34;,&#34;https://www.airbnb.com/rooms/42393464&#34;,&#34;https://www.airbnb.com/rooms/42393487&#34;,&#34;https://www.airbnb.com/rooms/42393519&#34;,&#34;https://www.airbnb.com/rooms/42393626&#34;,&#34;https://www.airbnb.com/rooms/42393653&#34;,&#34;https://www.airbnb.com/rooms/42393679&#34;,&#34;https://www.airbnb.com/rooms/42394700&#34;,&#34;https://www.airbnb.com/rooms/42399978&#34;,&#34;https://www.airbnb.com/rooms/42402485&#34;,&#34;https://www.airbnb.com/rooms/42402943&#34;,&#34;https://www.airbnb.com/rooms/42403150&#34;,&#34;https://www.airbnb.com/rooms/42404466&#34;,&#34;https://www.airbnb.com/rooms/42410277&#34;,&#34;https://www.airbnb.com/rooms/42411692&#34;,&#34;https://www.airbnb.com/rooms/42417287&#34;,&#34;https://www.airbnb.com/rooms/42417693&#34;,&#34;https://www.airbnb.com/rooms/42421718&#34;,&#34;https://www.airbnb.com/rooms/42422519&#34;,&#34;https://www.airbnb.com/rooms/42444312&#34;,&#34;https://www.airbnb.com/rooms/42444876&#34;,&#34;https://www.airbnb.com/rooms/42447124&#34;,&#34;https://www.airbnb.com/rooms/42447179&#34;,&#34;https://www.airbnb.com/rooms/42457508&#34;,&#34;https://www.airbnb.com/rooms/42461655&#34;,&#34;https://www.airbnb.com/rooms/42463162&#34;,&#34;https://www.airbnb.com/rooms/42463921&#34;,&#34;https://www.airbnb.com/rooms/42470732&#34;,&#34;https://www.airbnb.com/rooms/42471118&#34;,&#34;https://www.airbnb.com/rooms/42479132&#34;,&#34;https://www.airbnb.com/rooms/42512842&#34;,&#34;https://www.airbnb.com/rooms/42520070&#34;,&#34;https://www.airbnb.com/rooms/42524204&#34;,&#34;https://www.airbnb.com/rooms/42530687&#34;,&#34;https://www.airbnb.com/rooms/42533692&#34;,&#34;https://www.airbnb.com/rooms/42536669&#34;,&#34;https://www.airbnb.com/rooms/42539336&#34;,&#34;https://www.airbnb.com/rooms/42555755&#34;,&#34;https://www.airbnb.com/rooms/42560530&#34;,&#34;https://www.airbnb.com/rooms/42577021&#34;,&#34;https://www.airbnb.com/rooms/42577737&#34;,&#34;https://www.airbnb.com/rooms/42577801&#34;,&#34;https://www.airbnb.com/rooms/42577940&#34;,&#34;https://www.airbnb.com/rooms/42578065&#34;,&#34;https://www.airbnb.com/rooms/42580502&#34;,&#34;https://www.airbnb.com/rooms/42592551&#34;,&#34;https://www.airbnb.com/rooms/42601159&#34;,&#34;https://www.airbnb.com/rooms/42601406&#34;,&#34;https://www.airbnb.com/rooms/42601564&#34;,&#34;https://www.airbnb.com/rooms/42602159&#34;,&#34;https://www.airbnb.com/rooms/42615379&#34;,&#34;https://www.airbnb.com/rooms/42616628&#34;,&#34;https://www.airbnb.com/rooms/42630021&#34;,&#34;https://www.airbnb.com/rooms/42631565&#34;,&#34;https://www.airbnb.com/rooms/42632825&#34;,&#34;https://www.airbnb.com/rooms/42637446&#34;,&#34;https://www.airbnb.com/rooms/42651060&#34;,&#34;https://www.airbnb.com/rooms/42661808&#34;,&#34;https://www.airbnb.com/rooms/42663111&#34;,&#34;https://www.airbnb.com/rooms/42674826&#34;,&#34;https://www.airbnb.com/rooms/42677824&#34;,&#34;https://www.airbnb.com/rooms/42679565&#34;,&#34;https://www.airbnb.com/rooms/42681032&#34;,&#34;https://www.airbnb.com/rooms/42688527&#34;,&#34;https://www.airbnb.com/rooms/42689943&#34;,&#34;https://www.airbnb.com/rooms/42698508&#34;,&#34;https://www.airbnb.com/rooms/42711016&#34;,&#34;https://www.airbnb.com/rooms/42713308&#34;,&#34;https://www.airbnb.com/rooms/42731487&#34;,&#34;https://www.airbnb.com/rooms/42735562&#34;,&#34;https://www.airbnb.com/rooms/42742014&#34;,&#34;https://www.airbnb.com/rooms/42747940&#34;,&#34;https://www.airbnb.com/rooms/42758722&#34;,&#34;https://www.airbnb.com/rooms/42760309&#34;,&#34;https://www.airbnb.com/rooms/42767248&#34;,&#34;https://www.airbnb.com/rooms/42769760&#34;,&#34;https://www.airbnb.com/rooms/42770107&#34;,&#34;https://www.airbnb.com/rooms/42775091&#34;,&#34;https://www.airbnb.com/rooms/42775475&#34;,&#34;https://www.airbnb.com/rooms/42776288&#34;,&#34;https://www.airbnb.com/rooms/42776442&#34;,&#34;https://www.airbnb.com/rooms/42781261&#34;,&#34;https://www.airbnb.com/rooms/42798177&#34;,&#34;https://www.airbnb.com/rooms/42802747&#34;,&#34;https://www.airbnb.com/rooms/42806833&#34;,&#34;https://www.airbnb.com/rooms/42808555&#34;,&#34;https://www.airbnb.com/rooms/42814451&#34;,&#34;https://www.airbnb.com/rooms/42819526&#34;,&#34;https://www.airbnb.com/rooms/42823854&#34;,&#34;https://www.airbnb.com/rooms/42823918&#34;,&#34;https://www.airbnb.com/rooms/42824726&#34;,&#34;https://www.airbnb.com/rooms/42824798&#34;,&#34;https://www.airbnb.com/rooms/42836441&#34;,&#34;https://www.airbnb.com/rooms/42865427&#34;,&#34;https://www.airbnb.com/rooms/42870300&#34;,&#34;https://www.airbnb.com/rooms/42870927&#34;,&#34;https://www.airbnb.com/rooms/42871067&#34;,&#34;https://www.airbnb.com/rooms/42871417&#34;,&#34;https://www.airbnb.com/rooms/42872434&#34;,&#34;https://www.airbnb.com/rooms/42872856&#34;,&#34;https://www.airbnb.com/rooms/42874740&#34;,&#34;https://www.airbnb.com/rooms/42878419&#34;,&#34;https://www.airbnb.com/rooms/42879168&#34;,&#34;https://www.airbnb.com/rooms/42885659&#34;,&#34;https://www.airbnb.com/rooms/42892910&#34;,&#34;https://www.airbnb.com/rooms/42902931&#34;,&#34;https://www.airbnb.com/rooms/42914969&#34;,&#34;https://www.airbnb.com/rooms/42920071&#34;,&#34;https://www.airbnb.com/rooms/42920892&#34;,&#34;https://www.airbnb.com/rooms/42920897&#34;,&#34;https://www.airbnb.com/rooms/42934935&#34;,&#34;https://www.airbnb.com/rooms/42940327&#34;,&#34;https://www.airbnb.com/rooms/42947597&#34;,&#34;https://www.airbnb.com/rooms/42947680&#34;,&#34;https://www.airbnb.com/rooms/42952587&#34;,&#34;https://www.airbnb.com/rooms/42969121&#34;,&#34;https://www.airbnb.com/rooms/42977020&#34;,&#34;https://www.airbnb.com/rooms/42986485&#34;,&#34;https://www.airbnb.com/rooms/42994124&#34;,&#34;https://www.airbnb.com/rooms/42994161&#34;,&#34;https://www.airbnb.com/rooms/42998045&#34;,&#34;https://www.airbnb.com/rooms/42998278&#34;,&#34;https://www.airbnb.com/rooms/42998349&#34;,&#34;https://www.airbnb.com/rooms/42998395&#34;,&#34;https://www.airbnb.com/rooms/43011225&#34;,&#34;https://www.airbnb.com/rooms/43020608&#34;,&#34;https://www.airbnb.com/rooms/43053064&#34;,&#34;https://www.airbnb.com/rooms/43062973&#34;,&#34;https://www.airbnb.com/rooms/43067362&#34;,&#34;https://www.airbnb.com/rooms/43073658&#34;,&#34;https://www.airbnb.com/rooms/43074108&#34;,&#34;https://www.airbnb.com/rooms/43074349&#34;,&#34;https://www.airbnb.com/rooms/43074841&#34;,&#34;https://www.airbnb.com/rooms/43082192&#34;,&#34;https://www.airbnb.com/rooms/43084002&#34;,&#34;https://www.airbnb.com/rooms/43084139&#34;,&#34;https://www.airbnb.com/rooms/43093691&#34;,&#34;https://www.airbnb.com/rooms/43093941&#34;,&#34;https://www.airbnb.com/rooms/43099305&#34;,&#34;https://www.airbnb.com/rooms/43100195&#34;,&#34;https://www.airbnb.com/rooms/43101442&#34;,&#34;https://www.airbnb.com/rooms/43126756&#34;,&#34;https://www.airbnb.com/rooms/43137390&#34;,&#34;https://www.airbnb.com/rooms/43144502&#34;,&#34;https://www.airbnb.com/rooms/43146834&#34;,&#34;https://www.airbnb.com/rooms/43178369&#34;,&#34;https://www.airbnb.com/rooms/43192800&#34;,&#34;https://www.airbnb.com/rooms/43196051&#34;,&#34;https://www.airbnb.com/rooms/43202189&#34;,&#34;https://www.airbnb.com/rooms/43202712&#34;,&#34;https://www.airbnb.com/rooms/43204393&#34;,&#34;https://www.airbnb.com/rooms/43212167&#34;,&#34;https://www.airbnb.com/rooms/43220484&#34;,&#34;https://www.airbnb.com/rooms/43225582&#34;,&#34;https://www.airbnb.com/rooms/43225657&#34;,&#34;https://www.airbnb.com/rooms/43227445&#34;,&#34;https://www.airbnb.com/rooms/43229653&#34;,&#34;https://www.airbnb.com/rooms/43230573&#34;,&#34;https://www.airbnb.com/rooms/43232693&#34;,&#34;https://www.airbnb.com/rooms/43233250&#34;,&#34;https://www.airbnb.com/rooms/43239015&#34;,&#34;https://www.airbnb.com/rooms/43241166&#34;,&#34;https://www.airbnb.com/rooms/43262690&#34;,&#34;https://www.airbnb.com/rooms/43269202&#34;,&#34;https://www.airbnb.com/rooms/43284902&#34;,&#34;https://www.airbnb.com/rooms/43289468&#34;,&#34;https://www.airbnb.com/rooms/43291718&#34;,&#34;https://www.airbnb.com/rooms/43292300&#34;,&#34;https://www.airbnb.com/rooms/43295933&#34;,&#34;https://www.airbnb.com/rooms/43299028&#34;,&#34;https://www.airbnb.com/rooms/43306625&#34;,&#34;https://www.airbnb.com/rooms/43316605&#34;,&#34;https://www.airbnb.com/rooms/43322390&#34;,&#34;https://www.airbnb.com/rooms/43324147&#34;,&#34;https://www.airbnb.com/rooms/43330119&#34;,&#34;https://www.airbnb.com/rooms/43330187&#34;,&#34;https://www.airbnb.com/rooms/43330209&#34;,&#34;https://www.airbnb.com/rooms/43330574&#34;,&#34;https://www.airbnb.com/rooms/43330813&#34;,&#34;https://www.airbnb.com/rooms/43339110&#34;,&#34;https://www.airbnb.com/rooms/43339501&#34;,&#34;https://www.airbnb.com/rooms/43344937&#34;,&#34;https://www.airbnb.com/rooms/43347726&#34;,&#34;https://www.airbnb.com/rooms/43351969&#34;,&#34;https://www.airbnb.com/rooms/43352379&#34;,&#34;https://www.airbnb.com/rooms/43357041&#34;,&#34;https://www.airbnb.com/rooms/43360739&#34;,&#34;https://www.airbnb.com/rooms/43362177&#34;,&#34;https://www.airbnb.com/rooms/43369275&#34;,&#34;https://www.airbnb.com/rooms/43369365&#34;,&#34;https://www.airbnb.com/rooms/43370032&#34;,&#34;https://www.airbnb.com/rooms/43373485&#34;,&#34;https://www.airbnb.com/rooms/43394930&#34;,&#34;https://www.airbnb.com/rooms/43397032&#34;,&#34;https://www.airbnb.com/rooms/43397381&#34;,&#34;https://www.airbnb.com/rooms/43405260&#34;,&#34;https://www.airbnb.com/rooms/43413459&#34;,&#34;https://www.airbnb.com/rooms/43417843&#34;,&#34;https://www.airbnb.com/rooms/43418303&#34;,&#34;https://www.airbnb.com/rooms/43426586&#34;,&#34;https://www.airbnb.com/rooms/43428879&#34;,&#34;https://www.airbnb.com/rooms/43429059&#34;,&#34;https://www.airbnb.com/rooms/43437776&#34;,&#34;https://www.airbnb.com/rooms/43440504&#34;,&#34;https://www.airbnb.com/rooms/43448483&#34;,&#34;https://www.airbnb.com/rooms/43456641&#34;,&#34;https://www.airbnb.com/rooms/43457843&#34;,&#34;https://www.airbnb.com/rooms/43457860&#34;,&#34;https://www.airbnb.com/rooms/43459143&#34;,&#34;https://www.airbnb.com/rooms/43470553&#34;,&#34;https://www.airbnb.com/rooms/43480659&#34;,&#34;https://www.airbnb.com/rooms/43482996&#34;,&#34;https://www.airbnb.com/rooms/43483763&#34;,&#34;https://www.airbnb.com/rooms/43485066&#34;,&#34;https://www.airbnb.com/rooms/43488059&#34;,&#34;https://www.airbnb.com/rooms/43493601&#34;,&#34;https://www.airbnb.com/rooms/43513219&#34;,&#34;https://www.airbnb.com/rooms/43521935&#34;,&#34;https://www.airbnb.com/rooms/43529435&#34;,&#34;https://www.airbnb.com/rooms/43530556&#34;,&#34;https://www.airbnb.com/rooms/43532497&#34;,&#34;https://www.airbnb.com/rooms/43533356&#34;,&#34;https://www.airbnb.com/rooms/43535486&#34;,&#34;https://www.airbnb.com/rooms/43538634&#34;,&#34;https://www.airbnb.com/rooms/43540496&#34;,&#34;https://www.airbnb.com/rooms/43550262&#34;,&#34;https://www.airbnb.com/rooms/43550485&#34;,&#34;https://www.airbnb.com/rooms/43550778&#34;,&#34;https://www.airbnb.com/rooms/43550982&#34;,&#34;https://www.airbnb.com/rooms/43551603&#34;,&#34;https://www.airbnb.com/rooms/43551700&#34;,&#34;https://www.airbnb.com/rooms/43551708&#34;,&#34;https://www.airbnb.com/rooms/43553226&#34;,&#34;https://www.airbnb.com/rooms/43556060&#34;,&#34;https://www.airbnb.com/rooms/43571484&#34;,&#34;https://www.airbnb.com/rooms/43571797&#34;,&#34;https://www.airbnb.com/rooms/43573319&#34;,&#34;https://www.airbnb.com/rooms/43575556&#34;,&#34;https://www.airbnb.com/rooms/43575923&#34;,&#34;https://www.airbnb.com/rooms/43578766&#34;,&#34;https://www.airbnb.com/rooms/43579993&#34;,&#34;https://www.airbnb.com/rooms/43587600&#34;,&#34;https://www.airbnb.com/rooms/43592139&#34;,&#34;https://www.airbnb.com/rooms/43599501&#34;,&#34;https://www.airbnb.com/rooms/43616488&#34;,&#34;https://www.airbnb.com/rooms/43618464&#34;,&#34;https://www.airbnb.com/rooms/43623306&#34;,&#34;https://www.airbnb.com/rooms/43625561&#34;,&#34;https://www.airbnb.com/rooms/43625634&#34;,&#34;https://www.airbnb.com/rooms/43631253&#34;,&#34;https://www.airbnb.com/rooms/43644852&#34;,&#34;https://www.airbnb.com/rooms/43646007&#34;,&#34;https://www.airbnb.com/rooms/43646084&#34;,&#34;https://www.airbnb.com/rooms/43646437&#34;,&#34;https://www.airbnb.com/rooms/43646571&#34;,&#34;https://www.airbnb.com/rooms/43648160&#34;,&#34;https://www.airbnb.com/rooms/43649387&#34;,&#34;https://www.airbnb.com/rooms/43654259&#34;,&#34;https://www.airbnb.com/rooms/43657803&#34;,&#34;https://www.airbnb.com/rooms/43658966&#34;,&#34;https://www.airbnb.com/rooms/43660063&#34;,&#34;https://www.airbnb.com/rooms/43660456&#34;,&#34;https://www.airbnb.com/rooms/43662088&#34;,&#34;https://www.airbnb.com/rooms/43666737&#34;,&#34;https://www.airbnb.com/rooms/43670841&#34;,&#34;https://www.airbnb.com/rooms/43672091&#34;,&#34;https://www.airbnb.com/rooms/43672250&#34;,&#34;https://www.airbnb.com/rooms/43672901&#34;,&#34;https://www.airbnb.com/rooms/43673536&#34;,&#34;https://www.airbnb.com/rooms/43673857&#34;,&#34;https://www.airbnb.com/rooms/43677571&#34;,&#34;https://www.airbnb.com/rooms/43682096&#34;,&#34;https://www.airbnb.com/rooms/43684260&#34;,&#34;https://www.airbnb.com/rooms/43684431&#34;,&#34;https://www.airbnb.com/rooms/43684875&#34;,&#34;https://www.airbnb.com/rooms/43693505&#34;,&#34;https://www.airbnb.com/rooms/43693747&#34;,&#34;https://www.airbnb.com/rooms/43694581&#34;,&#34;https://www.airbnb.com/rooms/43695585&#34;,&#34;https://www.airbnb.com/rooms/43695681&#34;,&#34;https://www.airbnb.com/rooms/43696188&#34;,&#34;https://www.airbnb.com/rooms/43697251&#34;,&#34;https://www.airbnb.com/rooms/43697459&#34;,&#34;https://www.airbnb.com/rooms/43698018&#34;,&#34;https://www.airbnb.com/rooms/43698502&#34;,&#34;https://www.airbnb.com/rooms/43708067&#34;,&#34;https://www.airbnb.com/rooms/43708292&#34;,&#34;https://www.airbnb.com/rooms/43708761&#34;,&#34;https://www.airbnb.com/rooms/43709034&#34;,&#34;https://www.airbnb.com/rooms/43709294&#34;,&#34;https://www.airbnb.com/rooms/43710403&#34;,&#34;https://www.airbnb.com/rooms/43713001&#34;,&#34;https://www.airbnb.com/rooms/43722049&#34;,&#34;https://www.airbnb.com/rooms/43722410&#34;,&#34;https://www.airbnb.com/rooms/43723627&#34;,&#34;https://www.airbnb.com/rooms/43736110&#34;,&#34;https://www.airbnb.com/rooms/43740165&#34;,&#34;https://www.airbnb.com/rooms/43740478&#34;,&#34;https://www.airbnb.com/rooms/43740813&#34;,&#34;https://www.airbnb.com/rooms/43750300&#34;,&#34;https://www.airbnb.com/rooms/43753747&#34;,&#34;https://www.airbnb.com/rooms/43763230&#34;,&#34;https://www.airbnb.com/rooms/43765954&#34;,&#34;https://www.airbnb.com/rooms/43773372&#34;,&#34;https://www.airbnb.com/rooms/43781798&#34;,&#34;https://www.airbnb.com/rooms/43782316&#34;,&#34;https://www.airbnb.com/rooms/43783023&#34;,&#34;https://www.airbnb.com/rooms/43783689&#34;,&#34;https://www.airbnb.com/rooms/43786826&#34;,&#34;https://www.airbnb.com/rooms/43793472&#34;,&#34;https://www.airbnb.com/rooms/43796794&#34;,&#34;https://www.airbnb.com/rooms/43797086&#34;,&#34;https://www.airbnb.com/rooms/43805245&#34;,&#34;https://www.airbnb.com/rooms/43812192&#34;,&#34;https://www.airbnb.com/rooms/43813097&#34;,&#34;https://www.airbnb.com/rooms/43814148&#34;,&#34;https://www.airbnb.com/rooms/43816374&#34;,&#34;https://www.airbnb.com/rooms/43817508&#34;,&#34;https://www.airbnb.com/rooms/43823292&#34;,&#34;https://www.airbnb.com/rooms/43824248&#34;,&#34;https://www.airbnb.com/rooms/43827179&#34;,&#34;https://www.airbnb.com/rooms/43837762&#34;,&#34;https://www.airbnb.com/rooms/43839083&#34;,&#34;https://www.airbnb.com/rooms/43840403&#34;,&#34;https://www.airbnb.com/rooms/43840750&#34;,&#34;https://www.airbnb.com/rooms/43847629&#34;,&#34;https://www.airbnb.com/rooms/43851652&#34;,&#34;https://www.airbnb.com/rooms/43852190&#34;,&#34;https://www.airbnb.com/rooms/43856188&#34;,&#34;https://www.airbnb.com/rooms/43858827&#34;],null,[&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Igloo&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Villa&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Boutique hotel&#34;,&#34;Boutique hotel&#34;,&#34;Boutique hotel&#34;,&#34;Boutique hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Other&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Other&#34;,&#34;Loft&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bed and breakfast&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Other&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;House&#34;,&#34;House&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Camper/RV&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Guest suite&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;House&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Camper/RV&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Other&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Castle&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Guesthouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Other&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Condominium&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;House&#34;,&#34;Townhouse&#34;,&#34;Condominium&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Cabin&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Villa&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Farm stay&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Tent&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bungalow&#34;,&#34;Apartment&#34;,&#34;Other&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;House&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Camper/RV&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Bungalow&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bungalow&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Guesthouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Other&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Guest suite&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bungalow&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bed and breakfast&#34;,&#34;Apartment&#34;,&#34;Bed and breakfast&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hostel&#34;,&#34;Apartment&#34;,&#34;Hostel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bungalow&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;House&#34;,&#34;Serviced apartment&#34;,&#34;Serviced apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Other&#34;,&#34;Apartment&#34;,&#34;Guesthouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Tiny house&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Other&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Guest suite&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Other&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Townhouse&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Hut&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Serviced apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Guest suite&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Guest suite&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Other&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Camper/RV&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Cave&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Camper/RV&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Condominium&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bungalow&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bungalow&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Other&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Guest suite&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Other&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bungalow&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Bungalow&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bed and breakfast&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bungalow&#34;,&#34;Apartment&#34;,&#34;Bungalow&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Hostel&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Boat&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Camper/RV&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Guest suite&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Other&#34;,&#34;House&#34;,&#34;Townhouse&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bungalow&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bungalow&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bungalow&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Bungalow&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Guest suite&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bungalow&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Townhouse&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Camper/RV&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Guest suite&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Other&#34;,&#34;Apartment&#34;,&#34;Bungalow&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Tiny house&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Camper/RV&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Other&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hostel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Villa&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bed and breakfast&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Other&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Camper/RV&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Boutique hotel&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bed and breakfast&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bungalow&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Loft&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Tiny house&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Guest suite&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Condominium&#34;,&#34;Condominium&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Aparthotel&#34;,&#34;Aparthotel&#34;,&#34;Aparthotel&#34;,&#34;Aparthotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hostel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hostel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hostel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Tipi&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Tent&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Guest suite&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Camper/RV&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Guest suite&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Tent&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Tent&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Tiny house&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Guest suite&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Camper/RV&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Tent&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bus&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Guest suite&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Camper/RV&#34;,&#34;Apartment&#34;,&#34;Guest suite&#34;,&#34;Townhouse&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bungalow&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Camper/RV&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Camper/RV&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bungalow&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hotel&#34;,&#34;Tiny house&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Tent&#34;,&#34;Apartment&#34;,&#34;Tent&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Tent&#34;,&#34;Tipi&#34;,&#34;Tent&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Aparthotel&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Boutique hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Boutique hotel&#34;,&#34;Boutique hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Bed and breakfast&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Villa&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Townhouse&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Aparthotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Aparthotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Serviced apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Serviced apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Serviced apartment&#34;,&#34;Serviced apartment&#34;,&#34;Serviced apartment&#34;,&#34;Serviced apartment&#34;,&#34;Serviced apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Boutique hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Villa&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Loft&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Boutique hotel&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Boutique hotel&#34;,&#34;Boutique hotel&#34;,&#34;Boutique hotel&#34;,&#34;Boutique hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Boutique hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Guesthouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Aparthotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Other&#34;,&#34;Other&#34;,&#34;Other&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Boutique hotel&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Boutique hotel&#34;,&#34;Boutique hotel&#34;,&#34;Apartment&#34;,&#34;Boutique hotel&#34;,&#34;Boutique hotel&#34;,&#34;Boutique hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bed and breakfast&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bungalow&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hostel&#34;,&#34;Hostel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Hostel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Tent&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Guest suite&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Hostel&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hostel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hut&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bed and breakfast&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bed and breakfast&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hotel&#34;,&#34;Hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Camper/RV&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Boutique hotel&#34;,&#34;Boutique hotel&#34;,&#34;Boutique hotel&#34;,&#34;Boutique hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Bus&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Hotel&#34;,&#34;Hotel&#34;,&#34;Hotel&#34;,&#34;Hotel&#34;,&#34;Hotel&#34;,&#34;Hostel&#34;,&#34;Hotel&#34;,&#34;Hostel&#34;,&#34;Hotel&#34;,&#34;Hotel&#34;,&#34;Hotel&#34;,&#34;Hotel&#34;,&#34;Hostel&#34;,&#34;Hostel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Tiny house&#34;,&#34;Hut&#34;,&#34;Tiny house&#34;,&#34;Hut&#34;,&#34;Hut&#34;,&#34;Hut&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Earth house&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Camper/RV&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Hotel&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bed and breakfast&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hotel&#34;,&#34;Hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Camper/RV&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Guest suite&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Guesthouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Earth house&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Villa&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bed and breakfast&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bed and breakfast&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Camper/RV&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bus&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Boutique hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hostel&#34;,&#34;Apartment&#34;,&#34;Camper/RV&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hostel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Casa particular (Cuba)&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bed and breakfast&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bus&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Bed and breakfast&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;House&#34;,&#34;House&#34;,&#34;House&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Tiny house&#34;,&#34;Apartment&#34;,&#34;Tiny house&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Hut&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Tiny house&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Camper/RV&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Boutique hotel&#34;,&#34;Apartment&#34;,&#34;Boutique hotel&#34;,&#34;Boutique hotel&#34;,&#34;Boutique hotel&#34;,&#34;Boutique hotel&#34;,&#34;Boutique hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Boutique hotel&#34;,&#34;Boutique hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hotel&#34;,&#34;Hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hostel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Guesthouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Hostel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Aparthotel&#34;,&#34;Hotel&#34;,&#34;Hotel&#34;,&#34;Apartment&#34;,&#34;Hotel&#34;,&#34;Apartment&#34;,&#34;Villa&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Boutique hotel&#34;,&#34;Boutique hotel&#34;,&#34;Boutique hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Boutique hotel&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hotel&#34;,&#34;Hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hotel&#34;,&#34;Hotel&#34;,&#34;Hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hotel&#34;,&#34;Hotel&#34;,&#34;Hotel&#34;,&#34;Hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Guest suite&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hostel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Townhouse&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Condominium&#34;,&#34;Condominium&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Condominium&#34;,&#34;Bed and breakfast&#34;,&#34;Bed and breakfast&#34;,&#34;Bed and breakfast&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hotel&#34;,&#34;Hotel&#34;,&#34;Hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Aparthotel&#34;,&#34;Aparthotel&#34;,&#34;Aparthotel&#34;,&#34;Aparthotel&#34;,&#34;Aparthotel&#34;,&#34;Aparthotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hotel&#34;,&#34;Hotel&#34;,&#34;Hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Nature lodge&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Nature lodge&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Nature lodge&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Nature lodge&#34;,&#34;Apartment&#34;,&#34;Nature lodge&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Boutique hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Aparthotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Serviced apartment&#34;,&#34;Aparthotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Aparthotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Boutique hotel&#34;,&#34;Boutique hotel&#34;,&#34;Boutique hotel&#34;,&#34;Boutique hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Serviced apartment&#34;,&#34;Boutique hotel&#34;,&#34;Boutique hotel&#34;,&#34;Boutique hotel&#34;,&#34;Aparthotel&#34;,&#34;Aparthotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Aparthotel&#34;,&#34;Aparthotel&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Serviced apartment&#34;,&#34;Serviced apartment&#34;,&#34;Serviced apartment&#34;,&#34;Serviced apartment&#34;,&#34;Serviced apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Camper/RV&#34;,&#34;Hotel&#34;,&#34;Apartment&#34;,&#34;Guesthouse&#34;,&#34;Condominium&#34;,&#34;Guesthouse&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hotel&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Other&#34;,&#34;Apartment&#34;,&#34;Hotel&#34;,&#34;Hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hotel&#34;,&#34;Apartment&#34;,&#34;Hotel&#34;,&#34;Aparthotel&#34;,&#34;Aparthotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Serviced apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Boutique hotel&#34;,&#34;Apartment&#34;,&#34;Other&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Condominium&#34;,&#34;House&#34;,&#34;Condominium&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hotel&#34;,&#34;Camper/RV&#34;,&#34;Apartment&#34;,&#34;Hostel&#34;,&#34;Hotel&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Boutique hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Serviced apartment&#34;,&#34;Loft&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Aparthotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Boutique hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Boutique hotel&#34;,&#34;Boutique hotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;House&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Aparthotel&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;,&#34;House&#34;,&#34;House&#34;,&#34;Apartment&#34;,&#34;Apartment&#34;],{&#34;interactive&#34;:false,&#34;permanent&#34;:false,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]}],&#34;limits&#34;:{&#34;lat&#34;:[48.06929,48.22818],&#34;lng&#34;:[11.37837,11.71087]}},&#34;evals&#34;:[],&#34;jsHooks&#34;:[]}&lt;/script&gt;
&lt;/div&gt;
&lt;div id=&#34;regression-analysis&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;Regression Analysis&lt;/h1&gt;
&lt;p&gt;For the target variable &lt;span class=&#34;math inline&#34;&gt;\(Y\)&lt;/span&gt;, we will use the cost for two people to stay at an Airbnb location for four (4) nights.&lt;/p&gt;
&lt;p&gt;Create a new variable called &lt;code&gt;price_4_nights&lt;/code&gt; that uses &lt;code&gt;price&lt;/code&gt;, &lt;code&gt;cleaning_fee&lt;/code&gt;, &lt;code&gt;guests_included&lt;/code&gt;, and &lt;code&gt;extra_people&lt;/code&gt; to calculate the total cost for two people to stay at the Airbnb property for 4 nights. This is the variable &lt;span class=&#34;math inline&#34;&gt;\(Y\)&lt;/span&gt; we want to explain.&lt;/p&gt;
&lt;p&gt;Use histograms or density plots to examine the distributions of &lt;code&gt;price_4_nights&lt;/code&gt; and &lt;code&gt;log(price_4_nights)&lt;/code&gt;. Which variable should you use for the regression model? Why?&lt;/p&gt;
&lt;p&gt;Fit a regression model called &lt;code&gt;model1&lt;/code&gt; with the following explanatory variables: &lt;code&gt;prop_type_simplified&lt;/code&gt;, &lt;code&gt;number_of_reviews&lt;/code&gt;, and &lt;code&gt;review_scores_rating&lt;/code&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Interpret the coefficient &lt;code&gt;review_scores_rating&lt;/code&gt; in terms of &lt;code&gt;price_4_nights&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Interpret the coefficient of &lt;code&gt;prop_type_simplified&lt;/code&gt; in terms of &lt;code&gt;price_4_nights&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We want to determine if &lt;code&gt;room_type&lt;/code&gt; is a significant predictor of the cost for 4 nights, given everything else in the model. Fit a regression model called model2 that includes all of the explanantory variables in &lt;code&gt;model1&lt;/code&gt; plus &lt;code&gt;room_type&lt;/code&gt;.&lt;/p&gt;
&lt;div id=&#34;further-variablesquestions-to-explore-on-our-own&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Further variables/questions to explore on our own&lt;/h2&gt;
&lt;p&gt;Our dataset has many more variables, so here are some ideas on how you can extend your analysis&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Are the number of &lt;code&gt;bathrooms&lt;/code&gt;, &lt;code&gt;bedrooms&lt;/code&gt;, &lt;code&gt;beds&lt;/code&gt;, or size of the house (&lt;code&gt;accomodates&lt;/code&gt;) significant predictors of &lt;code&gt;price_4_nights&lt;/code&gt;?&lt;/li&gt;
&lt;li&gt;Do superhosts &lt;code&gt;(host_is_superhost&lt;/code&gt;) command a pricing premium, after controlling for other variables?&lt;/li&gt;
&lt;li&gt;Most owners advertise the exact location of their listing (&lt;code&gt;is_location_exact == TRUE&lt;/code&gt;), while a non-trivial proportion don’t. After controlling for other variables, is a listing’s exact location a significant predictor of &lt;code&gt;price_4_nights&lt;/code&gt;?&lt;/li&gt;
&lt;li&gt;For all cities, there are 3 variables that relate to neighbourhoods: &lt;code&gt;neighbourhood&lt;/code&gt;, &lt;code&gt;neighbourhood_cleansed&lt;/code&gt;, and &lt;code&gt;neighbourhood_group_cleansed&lt;/code&gt;. There are typically more than 20 neighbourhoods in each city, and it wouldn’t make sense to include them all in your model. Use your city knowledge, or ask someone with city knowledge, and see whether you can group neighbourhoods together so the majority of listings falls in fewer (5-6 max) geographical areas. You would thus need to create a new categorical variabale &lt;code&gt;neighbourhood_simplified&lt;/code&gt; and determine whether location is a predictor of &lt;code&gt;price_4_nights&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;What is the effect of &lt;code&gt;cancellation_policy&lt;/code&gt; on &lt;code&gt;price_4_nights&lt;/code&gt;, after we control for other variables?&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div id=&#34;diagnostics-collinearity-summary-tables&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Diagnostics, collinearity, summary tables&lt;/h2&gt;
&lt;p&gt;As you keep building your models, it makes sense to:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;&lt;p&gt;Check the residuals, using &lt;code&gt;autoplot(model_x)&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;As you start building models with more explanatory variables, make sure you use `car::vif(model_x)`` to calculate the &lt;strong&gt;Variance Inflation Factor (VIF)&lt;/strong&gt; for your predictors and determine whether you have colinear variables. A general guideline is that a VIF larger than 5 or 10 is large, and your model may suffer from collinearity. Remove the variable in question and run your model again without it.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Create a summary table, using &lt;code&gt;huxtable&lt;/code&gt; (&lt;a href=&#34;https://bit-2021.netlify.app/example/modelling_side_by_side_tables/&#34; class=&#34;uri&#34;&gt;https://bit-2021.netlify.app/example/modelling_side_by_side_tables/&lt;/a&gt;) that shows which models you worked on, which predictors are significant, the adjusted &lt;span class=&#34;math inline&#34;&gt;\(R^2\)&lt;/span&gt;, and the Residual Standard Error.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Finally, you must use the best model you came up with for prediction. Suppose you are planning to visit the city you have been assigned to over reading week, and you want to stay in an Airbnb. Find Airbnb’s that are apartment with a private room, have at least 10 reviews, and an average rating of at least 90. Use your best model to predict the total cost to stay at this Airbnb for 4 nights. Include the appropriate 95% interval with your prediction. Report the point prediction and interval in terms of &lt;code&gt;price_4_nights&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;If you used a log(price_4_nights) model, make sure you anti-log to convert the value in $. To interpret variables that are log-transformed, please have a look at &lt;a href=&#34;https://stats.idre.ucla.edu/other/mult-pkg/faq/general/faqhow-do-i-interpret-a-regression-model-when-some-variables-are-log-transformed/&#34; target=&#34;_blank&#34;&gt;FAQ HOW DO I INTERPRET A REGRESSION MODEL WHEN SOME VARIABLES ARE LOG TRANSFORMED?&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;deliverables&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;Deliverables&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;By midnight on Monday 19 Oct 2020, you must upload on Canvas a short presentation (max 4-5 slides) with your findings, as some groups will be asked to present in class. You should present your Exploratory Data Analysis, as well as your best model. In addition, you must upload on Canvas your final report, written using R Markdown that incoprorates code and text to introduce, frame, and describe your story and findings.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Remember to follow R Markdown etiquette rules and style; don’t have the Rmd output extraneous messages or warnings, include summary tables in nice tables (use &lt;code&gt;kableExtra&lt;/code&gt;), and remove any placeholder texts from past Rmd templates.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;rubric&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;Rubric&lt;/h1&gt;
&lt;p&gt;We will use a basic checklist (adapted from the book &lt;a href=&#34;https://leanpub.com/datastyle&#34;&gt;Elements of Data Analytic Style&lt;/a&gt;) when reviewing data analyses. It can be used as a guide during the process of a data analysis, as a rubric for grading data analysis projects, or as a way to evaluate the quality of a reported data analysis. You don’t have to answer every one of these questions for every data analysis, but they are a useful set of ideas to keep in the back of your mind when reviewing a data analysis.&lt;/p&gt;
&lt;div id=&#34;answering-the-question&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Answering the question&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Did you specify the type of data analytic question (e.g. exploration, association causality) before touching the data?&lt;/li&gt;
&lt;li&gt;Did you define the metric for success before beginning?&lt;/li&gt;
&lt;li&gt;Did you understand the context for the question and the business application?&lt;/li&gt;
&lt;li&gt;Did you consider whether the question could be answered with the available data?&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;checking-the-data&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Checking the data&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Did you plot univariate and multivariate summaries of the data?&lt;/li&gt;
&lt;li&gt;Did you check for outliers? How did you handle outliers?&lt;/li&gt;
&lt;li&gt;Did you identify the missing data code?&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;tidying-the-data&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Tidying the data&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Is each variable one column?&lt;/li&gt;
&lt;li&gt;Is each observation one row?&lt;/li&gt;
&lt;li&gt;Did you record the steps for moving from raw to tidy data?&lt;/li&gt;
&lt;li&gt;Did you record all parameters, units, and functions applied to the data?&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;exploratory-analysis&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Exploratory analysis&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Did you identify missing values?&lt;/li&gt;
&lt;li&gt;Did you make univariate plots (histograms, density plots, boxplots)?&lt;/li&gt;
&lt;li&gt;Did you consider correlations between variables (scatterplots)?&lt;/li&gt;
&lt;li&gt;Did you check the units of all data points to make sure they are in the right range?&lt;/li&gt;
&lt;li&gt;Did you try to identify any errors or miscoding of variables?&lt;/li&gt;
&lt;li&gt;Did you consider plotting on a log scale?&lt;/li&gt;
&lt;li&gt;Would a scatterplot be more informative?&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;inference&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Inference&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Did you identify what large population you are trying to describe?&lt;/li&gt;
&lt;li&gt;Did you clearly identify the quantities of interest in your model?&lt;/li&gt;
&lt;li&gt;Did you consider potential confounders?&lt;/li&gt;
&lt;li&gt;Did you identify and model potential sources of correlation such as measurements over time or space?&lt;/li&gt;
&lt;li&gt;Did you calculate a measure of uncertainty for each estimate?&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;prediction&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Prediction&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Did you identify in advance your error measure?&lt;/li&gt;
&lt;li&gt;Did you chck for colinearity in your model(s)?&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;written-analyses&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Written analyses&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Did you describe the question of interest?&lt;/li&gt;
&lt;li&gt;Did you describe the data set, experimental design, and question you are answering?&lt;/li&gt;
&lt;li&gt;Did you specify the type of data analytic question you are answering?&lt;/li&gt;
&lt;li&gt;Did you specify in clear notation the exact model you are fitting?&lt;/li&gt;
&lt;li&gt;Did you explain on the scale of interest what each estimate and measure of uncertainty means?&lt;/li&gt;
&lt;li&gt;Did you report a measure of uncertainty for each estimate?&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;figures&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Figures&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Does each figure communicate an important piece of information or address a question of interest?&lt;/li&gt;
&lt;li&gt;Do all your figures include plain language axis labels?&lt;/li&gt;
&lt;li&gt;Is the font size large enough to read?&lt;/li&gt;
&lt;li&gt;Does every figure have a detailed caption that explains all axes, legends, and trends in the figure?&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;presentations&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Presentations&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Did you lead with a brief, understandable to everyone statement of your problem?&lt;/li&gt;
&lt;li&gt;Did you explain the data, measurement technology, and experimental design before you explained your model?&lt;/li&gt;
&lt;li&gt;Did you explain the features you will use to model data before you explain the model?&lt;/li&gt;
&lt;li&gt;Did you make sure all legends and axes were legible from the back of the room?&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;reproducibility&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Reproducibility&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Did you avoid doing calculations manually?&lt;/li&gt;
&lt;li&gt;Did you create a script/Rmd that reproduces all your analyses?&lt;/li&gt;
&lt;li&gt;Did you save the raw and processed versions of your data?&lt;/li&gt;
&lt;li&gt;Did you record all versions of the software you used to process the data?&lt;/li&gt;
&lt;li&gt;Did you try to have someone else run your analysis code to confirm they got the same answers?&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;acknowledgements&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;Acknowledgements&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;The data from this lab is from &lt;a href=&#34;insideairbnb.com&#34;&gt;insideairbnb.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The rubric/data analysis guidelines is derived in part from &lt;a href=&#34;https://leanpub.com/datastyle&#34;&gt;Elements of Data Analytic Style&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>World Bank Data</title>
      <link>https://usi-emba-analytics.netlify.app/reference/world_bank_data/</link>
      <pubDate>Fri, 31 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/reference/world_bank_data/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#population-growth-1970-2017&#34;&gt;Population Growth 1970-2017&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#world-happiness-how-does-it-correlate-with-various-indicators&#34;&gt;World Happiness: how does it correlate with various indicators&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#acknowledgments&#34;&gt;Acknowledgments&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;p&gt;The World Bank is one of the world’s largest producers of development data and research. It is a great source of &lt;a href=&#34;https://data.worldbank.org/&#34;&gt;global socio-economic data&lt;/a&gt;, spanning several decades and many topics. For example, you can read their &lt;a href=&#34;http://datatopics.worldbank.org/sdgatlas/index.html&#34;&gt;2018 Atlas of Sustainable Development Goals&lt;/a&gt; or a &lt;a href=&#34;http://blogs.worldbank.org/opendata/2018-atlas-sustainable-development-goals-all-new-visual-guide-data-and-development&#34;&gt;blog post on their all-new visual guide to data and development&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The &lt;code&gt;wbstats&lt;/code&gt; package allows you to search for and download any open World Bank dataset. To identify the actual indicator you want, you have to find its &lt;strong&gt;code&lt;/strong&gt; either in the &lt;a href=&#34;https://datacatalog.worldbank.org/&#34;&gt;World Bank datacatalog&lt;/a&gt; or, even better, through &lt;code&gt;wbstats&lt;/code&gt;.&lt;/p&gt;
&lt;div id=&#34;population-growth-1970-2017&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Population Growth 1970-2017&lt;/h2&gt;
&lt;p&gt;Suppose we wanted to get data on population growth. Manually, we would navigate to the &lt;a href=&#34;https://datacatalog.worldbank.org/&#34;&gt;World Bank datacatalog website&lt;/a&gt;, and search for population growth.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/wb_population_growth.png&#34; width=&#34;80%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;We get various results, but the more important ones are usually at the top with data on &lt;em&gt;Population Growth (Annual %)&lt;/em&gt; with code &lt;code&gt;SP.POP.GROW&lt;/code&gt;, on &lt;em&gt;Rural Population Growth (Annual %)&lt;/em&gt; with code &lt;code&gt;SP.RUR.TOTL.ZG&lt;/code&gt;, and on &lt;em&gt;Urban Population Growth (Annual %)&lt;/em&gt; with code &lt;code&gt;SP.URB.GROW&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Alternatively, we would load the &lt;code&gt;wbstats&lt;/code&gt; package, and use &lt;code&gt;pop_growth_codes &amp;lt;- wbsearch(pattern = &#34;population growth&#34;)&lt;/code&gt; to get a dataframe with the codes that the search function returns.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;library(wbstats)

pop_growth_codes &amp;lt;- wb_search(pattern = &amp;quot;population growth&amp;quot;)
head(pop_growth_codes)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 4 x 3
##   indicator_id    indicator            indicator_desc                           
##   &amp;lt;chr&amp;gt;           &amp;lt;chr&amp;gt;                &amp;lt;chr&amp;gt;                                    
## 1 IN.EC.POP.GRWT~ Decadal Growth of P~ Population growth rate over the 10 year ~
## 2 SP.POP.GROW     Population growth (~ Annual population growth rate for year t~
## 3 SP.RUR.TOTL.ZG  Rural population gr~ Rural population refers to people living~
## 4 SP.URB.GROW     Urban population gr~ Urban population refers to people living~&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Either way, the indicator we are interested in is Population Growth Annual and its code = &lt;code&gt;SP.POP.GROW&lt;/code&gt;. The next step is to download the data with the &lt;code&gt;wbstats::wb_data()&lt;/code&gt; function.&lt;/p&gt;
&lt;p&gt;The first argument the &lt;code&gt;wb_data&lt;/code&gt; function takes is a list of countries; if left empty, is will download all data for individual countries and aggregate regions like Arab World, Euro area, etc. In our example, let us download data for individuals countries only starting at 1970 and ending in 2017.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# Download data for Population Growth Annual% SP.POP.GROW
pop_growth_data &amp;lt;- wb_data(country = &amp;quot;countries_only&amp;quot;, 
                      indicator = &amp;quot;SP.POP.GROW&amp;quot;, 
                      start_date = 1970, 
                      end_date = 2017,
                      return_wide=FALSE)

glimpse(pop_growth_data)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Rows: 10,416
## Columns: 11
## $ indicator_id &amp;lt;chr&amp;gt; &amp;quot;SP.POP.GROW&amp;quot;, &amp;quot;SP.POP.GROW&amp;quot;, &amp;quot;SP.POP.GROW&amp;quot;, &amp;quot;SP.POP.G...
## $ indicator    &amp;lt;chr&amp;gt; &amp;quot;Population growth (annual %)&amp;quot;, &amp;quot;Population growth (an...
## $ iso2c        &amp;lt;chr&amp;gt; &amp;quot;AF&amp;quot;, &amp;quot;AF&amp;quot;, &amp;quot;AF&amp;quot;, &amp;quot;AF&amp;quot;, &amp;quot;AF&amp;quot;, &amp;quot;AF&amp;quot;, &amp;quot;AF&amp;quot;, &amp;quot;AF&amp;quot;, &amp;quot;AF&amp;quot;, ...
## $ iso3c        &amp;lt;chr&amp;gt; &amp;quot;AFG&amp;quot;, &amp;quot;AFG&amp;quot;, &amp;quot;AFG&amp;quot;, &amp;quot;AFG&amp;quot;, &amp;quot;AFG&amp;quot;, &amp;quot;AFG&amp;quot;, &amp;quot;AFG&amp;quot;, &amp;quot;AFG&amp;quot;...
## $ country      &amp;lt;chr&amp;gt; &amp;quot;Afghanistan&amp;quot;, &amp;quot;Afghanistan&amp;quot;, &amp;quot;Afghanistan&amp;quot;, &amp;quot;Afghanis...
## $ date         &amp;lt;dbl&amp;gt; 2017, 2016, 2015, 2014, 2013, 2012, 2011, 2010, 2009, ...
## $ value        &amp;lt;dbl&amp;gt; 2.55, 2.78, 3.08, 3.36, 3.49, 3.41, 3.14, 2.75, 2.40, ...
## $ unit         &amp;lt;chr&amp;gt; NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA...
## $ obs_status   &amp;lt;chr&amp;gt; NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA...
## $ footnote     &amp;lt;chr&amp;gt; NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA...
## $ last_updated &amp;lt;date&amp;gt; 2020-08-18, 2020-08-18, 2020-08-18, 2020-08-18, 2020-...&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The &lt;code&gt;wb_cachelist&lt;/code&gt; is a cached version of useful information from the World Bank API and provides a snapshot of available countries, indicators, and other relevant information. The structure of wb_cachelist is as follows&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;glimpse(wb_cachelist, max.level = 1)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## List of 8
##  $ countries    : tibble [304 x 18] (S3: tbl_df/tbl/data.frame)
##  $ indicators   : tibble [16,607 x 8] (S3: tbl_df/tbl/data.frame)
##  $ sources      : tibble [61 x 9] (S3: tbl_df/tbl/data.frame)
##  $ topics       : tibble [21 x 3] (S3: tbl_df/tbl/data.frame)
##  $ regions      : tibble [48 x 4] (S3: tbl_df/tbl/data.frame)
##  $ income_levels: tibble [7 x 3] (S3: tbl_df/tbl/data.frame)
##  $ lending_types: tibble [4 x 3] (S3: tbl_df/tbl/data.frame)
##  $ languages    : tibble [23 x 3] (S3: tbl_df/tbl/data.frame)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;and as we can see it contains data on &lt;code&gt;countries&lt;/code&gt; and aggregate regions, well over 16,000 &lt;code&gt;indicators, etc. If we wanted to see the data on countries, let us create a dataframe&lt;/code&gt;countries` and glimpse its contents.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;countries &amp;lt;-  wb_cachelist$countries
glimpse(countries)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Rows: 304
## Columns: 18
## $ iso3c              &amp;lt;chr&amp;gt; &amp;quot;ABW&amp;quot;, &amp;quot;AFG&amp;quot;, &amp;quot;AFR&amp;quot;, &amp;quot;AGO&amp;quot;, &amp;quot;ALB&amp;quot;, &amp;quot;AND&amp;quot;, &amp;quot;ANR&amp;quot;,...
## $ iso2c              &amp;lt;chr&amp;gt; &amp;quot;AW&amp;quot;, &amp;quot;AF&amp;quot;, &amp;quot;A9&amp;quot;, &amp;quot;AO&amp;quot;, &amp;quot;AL&amp;quot;, &amp;quot;AD&amp;quot;, &amp;quot;L5&amp;quot;, &amp;quot;1A&amp;quot;, ...
## $ country            &amp;lt;chr&amp;gt; &amp;quot;Aruba&amp;quot;, &amp;quot;Afghanistan&amp;quot;, &amp;quot;Africa&amp;quot;, &amp;quot;Angola&amp;quot;, &amp;quot;Alb...
## $ capital_city       &amp;lt;chr&amp;gt; &amp;quot;Oranjestad&amp;quot;, &amp;quot;Kabul&amp;quot;, NA, &amp;quot;Luanda&amp;quot;, &amp;quot;Tirane&amp;quot;, &amp;quot;...
## $ longitude          &amp;lt;dbl&amp;gt; -70.02, 69.18, NA, 13.24, 19.82, 1.52, NA, NA, 5...
## $ latitude           &amp;lt;dbl&amp;gt; 12.52, 34.52, NA, -8.81, 41.33, 42.51, NA, NA, 2...
## $ region_iso3c       &amp;lt;chr&amp;gt; &amp;quot;LCN&amp;quot;, &amp;quot;SAS&amp;quot;, NA, &amp;quot;SSF&amp;quot;, &amp;quot;ECS&amp;quot;, &amp;quot;ECS&amp;quot;, NA, NA, &amp;quot;...
## $ region_iso2c       &amp;lt;chr&amp;gt; &amp;quot;ZJ&amp;quot;, &amp;quot;8S&amp;quot;, NA, &amp;quot;ZG&amp;quot;, &amp;quot;Z7&amp;quot;, &amp;quot;Z7&amp;quot;, NA, NA, &amp;quot;ZQ&amp;quot;, ...
## $ region             &amp;lt;chr&amp;gt; &amp;quot;Latin America &amp;amp; Caribbean&amp;quot;, &amp;quot;South Asia&amp;quot;, &amp;quot;Aggr...
## $ admin_region_iso3c &amp;lt;chr&amp;gt; NA, &amp;quot;SAS&amp;quot;, NA, &amp;quot;SSA&amp;quot;, &amp;quot;ECA&amp;quot;, NA, NA, NA, NA, &amp;quot;LA...
## $ admin_region_iso2c &amp;lt;chr&amp;gt; NA, &amp;quot;8S&amp;quot;, NA, &amp;quot;ZF&amp;quot;, &amp;quot;7E&amp;quot;, NA, NA, NA, NA, &amp;quot;XJ&amp;quot;, ...
## $ admin_region       &amp;lt;chr&amp;gt; NA, &amp;quot;South Asia&amp;quot;, NA, &amp;quot;Sub-Saharan Africa (exclu...
## $ income_level_iso3c &amp;lt;chr&amp;gt; &amp;quot;HIC&amp;quot;, &amp;quot;LIC&amp;quot;, NA, &amp;quot;LMC&amp;quot;, &amp;quot;UMC&amp;quot;, &amp;quot;HIC&amp;quot;, NA, NA, &amp;quot;...
## $ income_level_iso2c &amp;lt;chr&amp;gt; &amp;quot;XD&amp;quot;, &amp;quot;XM&amp;quot;, NA, &amp;quot;XN&amp;quot;, &amp;quot;XT&amp;quot;, &amp;quot;XD&amp;quot;, NA, NA, &amp;quot;XD&amp;quot;, ...
## $ income_level       &amp;lt;chr&amp;gt; &amp;quot;High income&amp;quot;, &amp;quot;Low income&amp;quot;, &amp;quot;Aggregates&amp;quot;, &amp;quot;Lowe...
## $ lending_type_iso3c &amp;lt;chr&amp;gt; &amp;quot;LNX&amp;quot;, &amp;quot;IDX&amp;quot;, NA, &amp;quot;IBD&amp;quot;, &amp;quot;IBD&amp;quot;, &amp;quot;LNX&amp;quot;, NA, NA, &amp;quot;...
## $ lending_type_iso2c &amp;lt;chr&amp;gt; &amp;quot;XX&amp;quot;, &amp;quot;XI&amp;quot;, NA, &amp;quot;XF&amp;quot;, &amp;quot;XF&amp;quot;, &amp;quot;XX&amp;quot;, NA, NA, &amp;quot;XX&amp;quot;, ...
## $ lending_type       &amp;lt;chr&amp;gt; &amp;quot;Not classified&amp;quot;, &amp;quot;IDA&amp;quot;, &amp;quot;Aggregates&amp;quot;, &amp;quot;IBRD&amp;quot;, &amp;quot;...&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The dataframe contains the &lt;a href=&#34;https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes&#34;&gt;ISO country codes&lt;/a&gt;, the country name, its capital with its longitude and latitude, the region the country is in, the regions associated ISO code, as well as a classification on the income group, the country’s &lt;a href=&#34;https://blogs.worldbank.org/opendata/new-country-classifications-income-level-2018-2019&#34;&gt;classification by income level&lt;/a&gt;, etc.&lt;/p&gt;
&lt;p&gt;We can merge the dataframes &lt;code&gt;pop_growth_data&lt;/code&gt; and &lt;code&gt;countries&lt;/code&gt; with a left join, so we have a dataframe that contains data from both of them&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;countries &amp;lt;-  wb_cachelist$countries


# Merge with a left_join (a) country data with (b) population growth data
pop_growth &amp;lt;- 
  left_join(countries, pop_growth_data, by=&amp;quot;iso3c&amp;quot;) %&amp;gt;% 
              mutate(year = as.integer(date)) %&amp;gt;%  #make year an integer, rather than a character value
              select(iso3c, country.x, region, income_level, value, year=) %&amp;gt;% 
              na.omit()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Let us calculate and plot the average population growth for all countries between 1970 and 2017, faceted by region.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;average_pop_growth &amp;lt;- pop_growth %&amp;gt;% 
              dplyr::group_by(region, income_level, country.x, iso3c) %&amp;gt;% 
              summarise(average_growth = mean(value)) %&amp;gt;% 
              arrange(average_growth) %&amp;gt;% 
              ungroup()

ggplot(data = average_pop_growth, 
       aes(x = reorder(country.x, average_growth), 
           y = average_growth, 
           fill = region))+
  geom_col()+
  coord_flip()+
  theme_minimal(7)+
  expand_limits(y=c(-1,8))+
  facet_wrap(~income_level, nrow=3, scales=&amp;quot;free&amp;quot;)+
  labs(title = &amp;#39;Average annual population growth (%), 1970-2017&amp;#39;,
       x = &amp;quot;&amp;quot;,
       y = &amp;quot;Average Annual Population Growth (in %)&amp;quot;,
       caption = &amp;#39;Source: Worldbank&amp;#39;) +
  # theme(legend.position=&amp;quot;none&amp;quot;)+
  NULL&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/world_bank_data_files/figure-html/unnamed-chunk-1-1.png&#34; width=&#34;110%&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;world-happiness-how-does-it-correlate-with-various-indicators&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;World Happiness: how does it correlate with various indicators&lt;/h2&gt;
&lt;p&gt;Data from the &lt;a href=&#34;https://www.kaggle.com/unsdsn/world-happiness&#34;&gt;UN’s World Happiness Report&lt;/a&gt; is available at Kaggle. We have downloaded the 2015 report in a CSV file, and have a quick glimpse at its structure.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;world_happiness_2015 &amp;lt;- read_csv(here::here(&amp;quot;data&amp;quot;, &amp;quot;world_happiness_2015.csv&amp;quot;))
glimpse(world_happiness_2015)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;As you notice, some of the variable names include a space, like &lt;code&gt;Happiness Rank&lt;/code&gt;, all start with a capital letter, etc. We will use &lt;code&gt;janitor::clean_names()&lt;/code&gt; to clean the variable names, so they are easier to deal with.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;library(janitor)

world_happiness_2015 &amp;lt;- world_happiness_2015 %&amp;gt;%
  clean_names()

glimpse(world_happiness_2015)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Rows: 158
## Columns: 12
## $ country                     &amp;lt;chr&amp;gt; &amp;quot;Switzerland&amp;quot;, &amp;quot;Iceland&amp;quot;, &amp;quot;Denmark&amp;quot;, &amp;quot;N...
## $ region                      &amp;lt;chr&amp;gt; &amp;quot;Western Europe&amp;quot;, &amp;quot;Western Europe&amp;quot;, &amp;quot;We...
## $ happiness_rank              &amp;lt;dbl&amp;gt; 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, ...
## $ happiness_score             &amp;lt;dbl&amp;gt; 7.59, 7.56, 7.53, 7.52, 7.43, 7.41, 7.3...
## $ standard_error              &amp;lt;dbl&amp;gt; 0.0341, 0.0488, 0.0333, 0.0388, 0.0355,...
## $ economy_gdp_per_capita      &amp;lt;dbl&amp;gt; 1.397, 1.302, 1.325, 1.459, 1.326, 1.29...
## $ family                      &amp;lt;dbl&amp;gt; 1.350, 1.402, 1.361, 1.331, 1.323, 1.31...
## $ health_life_expectancy      &amp;lt;dbl&amp;gt; 0.941, 0.948, 0.875, 0.885, 0.906, 0.88...
## $ freedom                     &amp;lt;dbl&amp;gt; 0.666, 0.629, 0.649, 0.670, 0.633, 0.64...
## $ trust_government_corruption &amp;lt;dbl&amp;gt; 0.4198, 0.1414, 0.4836, 0.3650, 0.3296,...
## $ generosity                  &amp;lt;dbl&amp;gt; 0.2968, 0.4363, 0.3414, 0.3470, 0.4581,...
## $ dystopia_residual           &amp;lt;dbl&amp;gt; 2.52, 2.70, 2.49, 2.47, 2.45, 2.62, 2.4...&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;First, we can look how happiness_score correlates with its of the variables the UN uses. We will use &lt;code&gt;GGally:ggpairs()&lt;/code&gt; to get a correlation- scatterplot matrix. We do not want to include in our analyses the country name, its region, the happiness_rank and the standard error associated with the estimate of the happiness score.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;world_happiness_2015 %&amp;gt;% 
  select(-country, -region, -happiness_rank, -standard_error) %&amp;gt;% 
  GGally::ggpairs()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/world_bank_data_files/figure-html/happiness_ggpairs-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;p&gt;We will now choose six (6) indicators form the World Bank data, downloads their values for 2015 and see how these correlate with the overall happiness score.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# Download data for the following indicators

indicators &amp;lt;- c(&amp;quot;SE.PRM.NENR&amp;quot;,     # School enrollment, primary (% net)
                &amp;quot;SP.DYN.LE00.IN&amp;quot;,  # Life expectancy
                &amp;quot;SI.POV.DDAY&amp;quot;,     # Extreme poverty (% earning less than $2/day)
                &amp;quot;EG.ELC.ACCS.ZS&amp;quot;,  # Access to electricity
                &amp;quot;SI.POV.GINI&amp;quot;,     # GINI Index
                &amp;quot;NY.GDP.PCAP.KD&amp;quot;)  # GDP per capita


happiness_data_WB_long &amp;lt;- wb_data(country = &amp;quot;countries_only&amp;quot;, 
                             indicator = indicators, 
                             start_date = 2015, 
                             end_date = 2015,
                             #since we have many indicators, we should get the data in long format
                             return_wide=FALSE) 

# look at the long dataframe
glimpse(happiness_data_WB_long)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Rows: 1,302
## Columns: 11
## $ indicator_id &amp;lt;chr&amp;gt; &amp;quot;SE.PRM.NENR&amp;quot;, &amp;quot;SE.PRM.NENR&amp;quot;, &amp;quot;SE.PRM.NENR&amp;quot;, &amp;quot;SE.PRM.N...
## $ indicator    &amp;lt;chr&amp;gt; &amp;quot;School enrollment, primary (% net)&amp;quot;, &amp;quot;School enrollme...
## $ iso2c        &amp;lt;chr&amp;gt; &amp;quot;AF&amp;quot;, &amp;quot;AL&amp;quot;, &amp;quot;DZ&amp;quot;, &amp;quot;AS&amp;quot;, &amp;quot;AD&amp;quot;, &amp;quot;AO&amp;quot;, &amp;quot;AG&amp;quot;, &amp;quot;AR&amp;quot;, &amp;quot;AM&amp;quot;, ...
## $ iso3c        &amp;lt;chr&amp;gt; &amp;quot;AFG&amp;quot;, &amp;quot;ALB&amp;quot;, &amp;quot;DZA&amp;quot;, &amp;quot;ASM&amp;quot;, &amp;quot;AND&amp;quot;, &amp;quot;AGO&amp;quot;, &amp;quot;ATG&amp;quot;, &amp;quot;ARG&amp;quot;...
## $ country      &amp;lt;chr&amp;gt; &amp;quot;Afghanistan&amp;quot;, &amp;quot;Albania&amp;quot;, &amp;quot;Algeria&amp;quot;, &amp;quot;American Samoa&amp;quot;,...
## $ date         &amp;lt;dbl&amp;gt; 2015, 2015, 2015, 2015, 2015, 2015, 2015, 2015, 2015, ...
## $ value        &amp;lt;dbl&amp;gt; NA, 94.2, 97.5, NA, NA, NA, 94.2, 99.5, 92.7, NA, 97.0...
## $ unit         &amp;lt;chr&amp;gt; NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA...
## $ obs_status   &amp;lt;chr&amp;gt; NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA...
## $ footnote     &amp;lt;chr&amp;gt; NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, &amp;quot;Natio...
## $ last_updated &amp;lt;date&amp;gt; 2020-08-18, 2020-08-18, 2020-08-18, 2020-08-18, 2020-...&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;In order to get the two dataframes to combine into one, they have to have a shared column/ variable. We will merge the two datasets with a &lt;code&gt;left_join()&lt;/code&gt; by “country”, and glimpse the structure of the resulting dataframe.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# Merge with a left_join (a) happiness data with all indicators and (b) the 2015 World Happiness index 

happiness &amp;lt;- 
  left_join(happiness_data_WB_long, world_happiness_2015, by=&amp;quot;country&amp;quot;) 

glimpse(happiness)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Rows: 1,302
## Columns: 22
## $ indicator_id                &amp;lt;chr&amp;gt; &amp;quot;SE.PRM.NENR&amp;quot;, &amp;quot;SE.PRM.NENR&amp;quot;, &amp;quot;SE.PRM.N...
## $ indicator                   &amp;lt;chr&amp;gt; &amp;quot;School enrollment, primary (% net)&amp;quot;, &amp;quot;...
## $ iso2c                       &amp;lt;chr&amp;gt; &amp;quot;AF&amp;quot;, &amp;quot;AL&amp;quot;, &amp;quot;DZ&amp;quot;, &amp;quot;AS&amp;quot;, &amp;quot;AD&amp;quot;, &amp;quot;AO&amp;quot;, &amp;quot;AG...
## $ iso3c                       &amp;lt;chr&amp;gt; &amp;quot;AFG&amp;quot;, &amp;quot;ALB&amp;quot;, &amp;quot;DZA&amp;quot;, &amp;quot;ASM&amp;quot;, &amp;quot;AND&amp;quot;, &amp;quot;AGO...
## $ country                     &amp;lt;chr&amp;gt; &amp;quot;Afghanistan&amp;quot;, &amp;quot;Albania&amp;quot;, &amp;quot;Algeria&amp;quot;, &amp;quot;A...
## $ date                        &amp;lt;dbl&amp;gt; 2015, 2015, 2015, 2015, 2015, 2015, 201...
## $ value                       &amp;lt;dbl&amp;gt; NA, 94.2, 97.5, NA, NA, NA, 94.2, 99.5,...
## $ unit                        &amp;lt;chr&amp;gt; NA, NA, NA, NA, NA, NA, NA, NA, NA, NA,...
## $ obs_status                  &amp;lt;chr&amp;gt; NA, NA, NA, NA, NA, NA, NA, NA, NA, NA,...
## $ footnote                    &amp;lt;chr&amp;gt; NA, NA, NA, NA, NA, NA, NA, NA, NA, NA,...
## $ last_updated                &amp;lt;date&amp;gt; 2020-08-18, 2020-08-18, 2020-08-18, 20...
## $ region                      &amp;lt;chr&amp;gt; &amp;quot;Southern Asia&amp;quot;, &amp;quot;Central and Eastern E...
## $ happiness_rank              &amp;lt;dbl&amp;gt; 153, 95, 68, NA, NA, 137, NA, 30, 127, ...
## $ happiness_score             &amp;lt;dbl&amp;gt; 3.58, 4.96, 5.61, NA, NA, 4.03, NA, 6.5...
## $ standard_error              &amp;lt;dbl&amp;gt; 0.0308, 0.0501, 0.0510, NA, NA, 0.0476,...
## $ economy_gdp_per_capita      &amp;lt;dbl&amp;gt; 0.320, 0.879, 0.939, NA, NA, 0.758, NA,...
## $ family                      &amp;lt;dbl&amp;gt; 0.303, 0.804, 1.078, NA, NA, 0.860, NA,...
## $ health_life_expectancy      &amp;lt;dbl&amp;gt; 0.3034, 0.8133, 0.6177, NA, NA, 0.1668,...
## $ freedom                     &amp;lt;dbl&amp;gt; 0.2341, 0.3573, 0.2858, NA, NA, 0.1038,...
## $ trust_government_corruption &amp;lt;dbl&amp;gt; 0.09719, 0.06413, 0.17383, NA, NA, 0.07...
## $ generosity                  &amp;lt;dbl&amp;gt; 0.3651, 0.1427, 0.0782, NA, NA, 0.1234,...
## $ dystopia_residual           &amp;lt;dbl&amp;gt; 1.95, 1.90, 2.43, NA, NA, 1.95, NA, 2.8...&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We can create a histogram of &lt;code&gt;happiness_score&lt;/code&gt; by region&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(data = happiness, aes(x = happiness_score , fill=region))+
  geom_histogram()+
  theme_minimal()+
  facet_wrap(~region,nrow=5) +
  labs(title = &amp;#39;2015 World Happiness&amp;#39;,
       x = &amp;quot;&amp;quot;,
       y = &amp;quot;Total Happiness Score&amp;quot;,
       caption = &amp;#39;Source: Worldbank&amp;#39;) +
  theme(legend.position=&amp;quot;none&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/world_bank_data_files/figure-html/happiness_histogram-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;p&gt;We can also create a scatterplot of &lt;code&gt;happiness_score&lt;/code&gt; against all the indicators we have downloaded.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(data = happiness, aes(x = value, y = happiness_score , colour=indicator))+
  geom_point()+
  geom_smooth(se=FALSE)+
  theme_minimal()+
  facet_wrap(~indicator,scales=&amp;quot;free&amp;quot;) +
  labs(title = &amp;#39;2015 World Happiness&amp;#39;,
       x = &amp;quot;&amp;quot;,
       y = &amp;quot;Total Happiness Score&amp;quot;,
       caption = &amp;#39;Source: Worldbank&amp;#39;) +
  theme(legend.position=&amp;quot;none&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/world_bank_data_files/figure-html/happiness_correlation-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;acknowledgments&#34; class=&#34;section level2 toc-ignore&#34;&gt;
&lt;h2&gt;Acknowledgments&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This page is derived in part from &lt;a href=&#34;https://cran.r-project.org/web/packages/wbstats/vignettes/Using_the_wbstats_package.html&#34;&gt;Introduction to the &lt;code&gt;wbstats&lt;/code&gt; R-package&lt;/a&gt; by Jesse Piburn.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Hypothesis Testing, A/B testing</title>
      <link>https://usi-emba-analytics.netlify.app/learn/learn_inference_hypothesis/</link>
      <pubDate>Sat, 25 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/learn/learn_inference_hypothesis/</guid>
      <description>
&lt;script src=&#34;https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/3.5.16/iframeResizer.min.js&#34; type=&#34;text/javascript&#34;&gt;&lt;/script&gt;


&lt;!---LEARNR sampling_mcq--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;sampling_mcq&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/sampling_mcq&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;script&gt;
  iFrameResize({}, &#34;.interactive&#34;);
&lt;/script&gt;
</description>
    </item>
    
    <item>
      <title>Import, inspect, and clean data</title>
      <link>https://usi-emba-analytics.netlify.app/exercise/import-inspect-exercise/</link>
      <pubDate>Sat, 25 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/exercise/import-inspect-exercise/</guid>
      <description>
&lt;script src=&#34;https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/3.5.16/iframeResizer.min.js&#34; type=&#34;text/javascript&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#inspecting-and-cleaning-data&#34;&gt;Inspecting and Cleaning Data&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;inspecting-and-cleaning-data&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Inspecting and Cleaning Data&lt;/h2&gt;
&lt;p&gt;Inspecting data using &lt;code&gt;skimr::skim()&lt;/code&gt;&lt;/p&gt;
&lt;!---LEARNR s1_ex5_skim--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;s1_ex5_skim&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s1_ex5_skim/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;script&gt;
  iFrameResize({}, &#34;.interactive&#34;);
&lt;/script&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Import, inspect, and clean data</title>
      <link>https://usi-emba-analytics.netlify.app/learn/02-learn/</link>
      <pubDate>Sat, 25 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/learn/02-learn/</guid>
      <description>
&lt;script src=&#34;https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/3.5.16/iframeResizer.min.js&#34; type=&#34;text/javascript&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#inspecting-and-cleaning-data&#34;&gt;Inspecting and Cleaning Data&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;inspecting-and-cleaning-data&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Inspecting and Cleaning Data&lt;/h2&gt;
&lt;p&gt;Inspecting data using &lt;code&gt;skimr::skim()&lt;/code&gt;&lt;/p&gt;
&lt;!---LEARNR s1_ex5_skim--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;s1_ex5_skim&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s1_ex5_skim/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;script&gt;
  iFrameResize({}, &#34;.interactive&#34;);
&lt;/script&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Manipulate data</title>
      <link>https://usi-emba-analytics.netlify.app/exercise/dplyr-exercise/</link>
      <pubDate>Sat, 25 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/exercise/dplyr-exercise/</guid>
      <description>
&lt;script src=&#34;https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/3.5.16/iframeResizer.min.js&#34; type=&#34;text/javascript&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#select-variables-in-a-dataset-using-select-and-sort-using-arrange&#34;&gt;&lt;strong&gt;Select&lt;/strong&gt; variables in a dataset using &lt;code&gt;select()&lt;/code&gt; and &lt;strong&gt;sort&lt;/strong&gt; using &lt;code&gt;arrange()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#filter-rows-in-a-dataset-using-filter&#34;&gt;&lt;strong&gt;Filter&lt;/strong&gt; rows in a dataset using &lt;code&gt;filter()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#mutate-to-change-the-data-type-of-a-variable-and-create-new-variables&#34;&gt;&lt;strong&gt;&lt;code&gt;mutate()&lt;/code&gt;&lt;/strong&gt; to change the data type of a variable and create new variables&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#group_bysummarise-to-get-summary-statistics-including-counts-means-etc.-within-categories.&#34;&gt;&lt;strong&gt;&lt;code&gt;group_by()/summarise()&lt;/code&gt;&lt;/strong&gt; to get summary statistics, including counts, means, etc., within categories.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#putting-it-all-together&#34;&gt;Putting it all together&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;select-variables-in-a-dataset-using-select-and-sort-using-arrange&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;strong&gt;Select&lt;/strong&gt; variables in a dataset using &lt;code&gt;select()&lt;/code&gt; and &lt;strong&gt;sort&lt;/strong&gt; using &lt;code&gt;arrange()&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;The dataframe &lt;code&gt;movies&lt;/code&gt; has been loaded into memory. It contains a sample of movies from IMDB, and its contents are shown below:&lt;/p&gt;
&lt;!---LEARNR s3_ex12_pipe_select--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;s3_ex12_pipe_select&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s3_ex12_pipe_select&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;/div&gt;
&lt;div id=&#34;filter-rows-in-a-dataset-using-filter&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;strong&gt;Filter&lt;/strong&gt; rows in a dataset using &lt;code&gt;filter()&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;Remember that &lt;code&gt;select()&lt;/code&gt; allows us to choose columns, or variables, whereas &lt;code&gt;filter()&lt;/code&gt; chooses rows, or cases, that conform to certain criteria&lt;/p&gt;
&lt;!---LEARNR s3_ex3_filter--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;s3_ex3_filter&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s3_ex3_filter&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;/div&gt;
&lt;div id=&#34;mutate-to-change-the-data-type-of-a-variable-and-create-new-variables&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;strong&gt;&lt;code&gt;mutate()&lt;/code&gt;&lt;/strong&gt; to change the data type of a variable and create new variables&lt;/h2&gt;
&lt;!---LEARNR s3_ex5_mutates--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;s3_ex5_mutates&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s3_ex5_mutates&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;/div&gt;
&lt;div id=&#34;group_bysummarise-to-get-summary-statistics-including-counts-means-etc.-within-categories.&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;strong&gt;&lt;code&gt;group_by()/summarise()&lt;/code&gt;&lt;/strong&gt; to get summary statistics, including counts, means, etc., within categories.&lt;/h2&gt;
&lt;!---LEARNR s3_ex8_summarise--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;s3_ex8_summarise&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s3_ex8_summarise&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;/div&gt;
&lt;div id=&#34;putting-it-all-together&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Putting it all together&lt;/h2&gt;
&lt;p&gt;You can put together all of your &lt;code&gt;dplyr&lt;/code&gt; knowledge to work four genres of movies, namely action, adventure, comedy and drama and create the following plot.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/movies_to_watch.png&#34; width=&#34;100%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;For these genres, you have to&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Make sure you do not have multiple entries of the same movie; use &lt;code&gt;distinct(movie, _keep.all=TRUE)&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Calculate a normalised metric for rating, where you adjust the movie’s rating by the number of votes it received out of the total votes in its genre, &lt;code&gt;normalised_rating = rating * (votes / total votes in genre)&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Arrange movies, so higher &lt;code&gt;normalised_rating&lt;/code&gt; appears first.&lt;/li&gt;
&lt;li&gt;Categorise and colour movies according to their budget &lt;code&gt;cost&lt;/code&gt;
&lt;ul&gt;
&lt;li&gt;cheap (&amp;lt;20m, or &amp;lt;&lt;code&gt;20e6&lt;/code&gt; as &lt;code&gt;e6&lt;/code&gt; is R shorthand for 1 million, or &lt;span class=&#34;math inline&#34;&gt;\(10^6\)&lt;/span&gt;,&lt;/li&gt;
&lt;li&gt;moderate (20-120m), and&lt;/li&gt;
&lt;li&gt;expensive (&amp;gt;120m)&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Convert &lt;code&gt;cost&lt;/code&gt; column to a factor variable and re-level in the correct order (cheap, moderate, expensive)&lt;/li&gt;
&lt;li&gt;Change the labels in the x- and y-axis, and give appropriate titles, subtitles, etc&lt;/li&gt;
&lt;li&gt;use theme minimal&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Some tips:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;for sorting columns within a a ggplot, check out the &lt;code&gt;reorder()&lt;/code&gt; in x argument&lt;/li&gt;
&lt;li&gt;if you perform dplyr on original dataframe make sure to overwrite dataframe otherwise all changes are done on the fly and are not saved&lt;/li&gt;
&lt;li&gt;consider freeing the scales of the facet wrap&lt;/li&gt;
&lt;/ol&gt;
&lt;!---LEARNR s3_ex9_complete--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;s3_ex9_complete&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s3_ex9_complete&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;script&gt;
  iFrameResize({}, &#34;.interactive&#34;);
&lt;/script&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Manipulate data</title>
      <link>https://usi-emba-analytics.netlify.app/learn/learn_manipulate/</link>
      <pubDate>Sat, 25 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/learn/learn_manipulate/</guid>
      <description>
&lt;script src=&#34;https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/3.5.16/iframeResizer.min.js&#34; type=&#34;text/javascript&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#select-variables-in-a-dataset-using-select-and-sort-using-arrange&#34;&gt;&lt;strong&gt;Select&lt;/strong&gt; variables in a dataset using &lt;code&gt;select()&lt;/code&gt; and &lt;strong&gt;sort&lt;/strong&gt; using &lt;code&gt;arrange()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#filter-rows-in-a-dataset-using-filter&#34;&gt;&lt;strong&gt;Filter&lt;/strong&gt; rows in a dataset using &lt;code&gt;filter()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#mutate-to-change-the-data-type-of-a-variable-and-create-new-variables&#34;&gt;&lt;strong&gt;&lt;code&gt;mutate()&lt;/code&gt;&lt;/strong&gt; to change the data type of a variable and create new variables&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#group_bysummarise-to-get-summary-statistics-including-counts-means-etc.-within-categories.&#34;&gt;&lt;strong&gt;&lt;code&gt;group_by()/summarise()&lt;/code&gt;&lt;/strong&gt; to get summary statistics, including counts, means, etc., within categories.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#putting-it-all-together&#34;&gt;Putting it all together&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;select-variables-in-a-dataset-using-select-and-sort-using-arrange&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;strong&gt;Select&lt;/strong&gt; variables in a dataset using &lt;code&gt;select()&lt;/code&gt; and &lt;strong&gt;sort&lt;/strong&gt; using &lt;code&gt;arrange()&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;The dataframe &lt;code&gt;movies&lt;/code&gt; has been loaded into memory. It contains a sample of movies from IMDB, and its contents are shown below:&lt;/p&gt;
&lt;!---LEARNR s3_ex12_pipe_select--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;s3_ex12_pipe_select&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s3_ex12_pipe_select&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;/div&gt;
&lt;div id=&#34;filter-rows-in-a-dataset-using-filter&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;strong&gt;Filter&lt;/strong&gt; rows in a dataset using &lt;code&gt;filter()&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;Remember that &lt;code&gt;select()&lt;/code&gt; allows us to choose columns, or variables, whereas &lt;code&gt;filter()&lt;/code&gt; chooses rows, or cases, that conform to certain criteria&lt;/p&gt;
&lt;!---LEARNR s3_ex3_filter--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;s3_ex3_filter&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s3_ex3_filter&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;/div&gt;
&lt;div id=&#34;mutate-to-change-the-data-type-of-a-variable-and-create-new-variables&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;strong&gt;&lt;code&gt;mutate()&lt;/code&gt;&lt;/strong&gt; to change the data type of a variable and create new variables&lt;/h2&gt;
&lt;!---LEARNR s3_ex5_mutates--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;s3_ex5_mutates&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s3_ex5_mutates&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;/div&gt;
&lt;div id=&#34;group_bysummarise-to-get-summary-statistics-including-counts-means-etc.-within-categories.&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;strong&gt;&lt;code&gt;group_by()/summarise()&lt;/code&gt;&lt;/strong&gt; to get summary statistics, including counts, means, etc., within categories.&lt;/h2&gt;
&lt;!---LEARNR s3_ex8_summarise--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;s3_ex8_summarise&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s3_ex8_summarise&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;/div&gt;
&lt;div id=&#34;putting-it-all-together&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Putting it all together&lt;/h2&gt;
&lt;p&gt;You can put together all of your &lt;code&gt;dplyr&lt;/code&gt; knowledge to work four genres of movies, namely action, adventure, comedy and drama and create the following plot.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/movies_to_watch.png&#34; width=&#34;100%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;For these genres, you have to&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Make sure you do not have multiple entries of the same movie; use &lt;code&gt;distinct(movie, _keep.all=TRUE)&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Calculate a normalised metric for rating, where you adjust the movie’s rating by the number of votes it received out of the total votes in its genre, &lt;code&gt;normalised_rating = rating * (votes / total votes in genre)&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Arrange movies, so higher &lt;code&gt;normalised_rating&lt;/code&gt; appears first.&lt;/li&gt;
&lt;li&gt;Categorise and colour movies according to their budget &lt;code&gt;cost&lt;/code&gt;
&lt;ul&gt;
&lt;li&gt;cheap (&amp;lt;20m, or &amp;lt;&lt;code&gt;20e6&lt;/code&gt; as &lt;code&gt;e6&lt;/code&gt; is R shorthand for 1 million, or &lt;span class=&#34;math inline&#34;&gt;\(10^6\)&lt;/span&gt;,&lt;/li&gt;
&lt;li&gt;moderate (20-120m), and&lt;/li&gt;
&lt;li&gt;expensive (&amp;gt;120m)&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Convert &lt;code&gt;cost&lt;/code&gt; column to a factor variable and re-level in the correct order (cheap, moderate, expensive)&lt;/li&gt;
&lt;li&gt;Change the labels in the x- and y-axis, and give appropriate titles, subtitles, etc&lt;/li&gt;
&lt;li&gt;use theme minimal&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Some tips:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;for sorting columns within a a ggplot, check out the &lt;code&gt;reorder()&lt;/code&gt; in x argument&lt;/li&gt;
&lt;li&gt;if you perform dplyr on original dataframe make sure to overwrite dataframe otherwise all changes are done on the fly and are not saved&lt;/li&gt;
&lt;li&gt;consider freeing the scales of the facet wrap&lt;/li&gt;
&lt;/ol&gt;
&lt;!---LEARNR s3_ex9_complete--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;s3_ex9_complete&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s3_ex9_complete&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;script&gt;
  iFrameResize({}, &#34;.interactive&#34;);
&lt;/script&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Model Fitting</title>
      <link>https://usi-emba-analytics.netlify.app/exercise/modelling_fit-exercise/</link>
      <pubDate>Sat, 25 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/exercise/modelling_fit-exercise/</guid>
      <description>



</description>
    </item>
    
    <item>
      <title>Model Fitting</title>
      <link>https://usi-emba-analytics.netlify.app/learn/learn_modelling_fit/</link>
      <pubDate>Sat, 25 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/learn/learn_modelling_fit/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#section&#34;&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;section&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;/h2&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Installing the tidyverse</title>
      <link>https://usi-emba-analytics.netlify.app/reference/02-reference/</link>
      <pubDate>Sat, 25 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/reference/02-reference/</guid>
      <description>
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#installing-the-tidyverse&#34;&gt;Installing the &lt;code&gt;tidyverse&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#installing-the-tidyverse-if-you-have-a-mac&#34;&gt;Installing the &lt;code&gt;tidyverse&lt;/code&gt; if you have a Mac&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#installing-further-packages&#34;&gt;Installing further packages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#install-from-github&#34;&gt;Install from &lt;em&gt;Github&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#updating-packages&#34;&gt;Updating packages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#updating-r&#34;&gt;Updating R&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#install-tinytex&#34;&gt;Install &lt;code&gt;tinytex&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;installing-the-tidyverse&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Installing the &lt;code&gt;tidyverse&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;R packages are easy to install with RStudio. Select the packages panel, click on “Install,” type the name of the package you want to install, and press enter.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/install/install-r-package-panel.png&#34; width=&#34;60%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;This can sometimes be tedious when you’re installing lots of packages, though. &lt;a href=&#34;https://www.tidyverse.org/&#34;&gt;The tidyverse&lt;/a&gt;&lt;a href=&#34;#fn1&#34; class=&#34;footnote-ref&#34; id=&#34;fnref1&#34;&gt;&lt;sup&gt;1&lt;/sup&gt;&lt;/a&gt; for instance, consists of dozens of packages that all work together. Rather than install each package individually, you can install &lt;code&gt;tidyverse&lt;/code&gt;, a meta-package if you wish, and get them all at the same time.&lt;/p&gt;
&lt;p&gt;Go to the packages panel in RStudio, click on “Install,” type “tidyverse”, and press enter. You’ll see a bunch of output in the RStudio console as all the tidyverse packages are installed.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/install/install-r-tidyverse.png&#34; width=&#34;60%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;RStudio generates a line of code for you and run it: &lt;code&gt;install.packages(&#34;tidyverse&#34;)&lt;/code&gt;. You can also just paste and run this instead of using the packages panel.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# install the major packages from the tidyverse
install.packages(&amp;quot;tidyverse&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This will take a while as &lt;code&gt;tidyverse&lt;/code&gt; is a collection of packages and R will have to install all dependencies.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;installing-the-tidyverse-if-you-have-a-mac&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Installing the &lt;code&gt;tidyverse&lt;/code&gt; if you have a Mac&lt;/h2&gt;
&lt;p&gt;Unfortunately, installing the &lt;code&gt;tidyverse&lt;/code&gt; isn’t quite always a straight-forward task with the current version of macOS 10.14, Mojave which was released on September 24, 2018.&lt;/p&gt;
&lt;p&gt;To solve issues that may arise with missing &lt;code&gt;xml2&lt;/code&gt; library, please do the following:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Open &lt;strong&gt;Terminal&lt;/strong&gt; (the tab right next to Console)&lt;/li&gt;
&lt;li&gt;Type&lt;/li&gt;
&lt;/ol&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;xcode-select --install&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Be careful as you do need &lt;strong&gt;two&lt;/strong&gt; (2) dashes before the &lt;code&gt;install&lt;/code&gt;. A software update popup window should appear that will ask if you want to install command line developer tools. Click on “Install” (you don’t need to click on “Get Xcode”)&lt;/p&gt;
&lt;ol start=&#34;3&#34; style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Go to &lt;a href=&#34;https://brew.sh&#34;&gt;https://brew.sh&lt;/a&gt; and copy the long command under “Install Homebrew” (starts with &lt;code&gt;/usr/bin/ruby -e &#34;$(curl -fsSL.)&lt;/code&gt;, paste it into Terminal, and press enter.&lt;/li&gt;
&lt;/ol&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;/usr/bin/ruby -e &amp;quot;$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This installs &lt;code&gt;Homebrew&lt;/code&gt;, which is special software that lets you install Unix-y programs from the terminal.&lt;/p&gt;
&lt;ol start=&#34;4&#34; style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Type the following command line in Terminal to install &lt;code&gt;libxml2&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;brew install libxml2 &lt;/code&gt;&lt;/pre&gt;
&lt;ol start=&#34;5&#34; style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Then, within RStudio, type&lt;/li&gt;
&lt;/ol&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;install.packages(&amp;quot;xml2&amp;quot;) &lt;/code&gt;&lt;/pre&gt;
&lt;ol start=&#34;6&#34; style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Finally, you can now proceed with the installation of the &lt;code&gt;tidyverse&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;install.packages(&amp;quot;tidyverse&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;installing-further-packages&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Installing further packages&lt;/h2&gt;
&lt;p&gt;Once the &lt;code&gt;tidyverse&lt;/code&gt; collection of packages installs and you get back to the R prompt &lt;code&gt;&amp;gt;&lt;/code&gt;, you can install a series of packages that will be useful later in the course. You can copy/paste the code below; please note that this will take quite a while, so grab a coffee.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# install these packages as well
list_of_packages &amp;lt;- c(
  &amp;quot;moderndive&amp;quot;,   # https://www.moderndive.com/
  &amp;quot;DT&amp;quot;,           # Allows us to handle Data Tables and manipulate data faster 
  &amp;quot;unvotes&amp;quot;,      # How countries have voted in UN resolutions
  &amp;quot;gridExtra&amp;quot;,    # Miscellaneous Functions for &amp;quot;Grid&amp;quot; Graphics
  &amp;quot;GGally&amp;quot;,       # Allows us to create a correlations/scatterplots matrix 
  &amp;quot;tidyquant&amp;quot;,    # Download and manipulate financial data
  &amp;quot;wbstats&amp;quot;,      # Download World Bank Data
  &amp;quot;eurostat&amp;quot;,     # Download data from Eurostat
  &amp;quot;fpp2&amp;quot;,         # Time Series and Forecasting fucntions, with data too 
  &amp;quot;car&amp;quot;,          # Applied Regression- allows to calculate VIF, Variance Inflation Factor
  &amp;quot;gapminder&amp;quot;,    # Data on life expectancy, GDP/capita, and population by country and year
  &amp;quot;nycflights13&amp;quot;, # Data on all domestic flights through NYCs 3 airports (JFK, EWR, LGA) in 2013
  &amp;quot;fivethirtyeight&amp;quot;, #Data used in articles that appeared in the fivethirtyeight.com website
  &amp;quot;corrr&amp;quot;,        # correlation in R
  &amp;quot;plotly&amp;quot;,       # interactive visualizations
  &amp;quot;sf&amp;quot;,           # tidy geo-computing
  &amp;quot;cowplot&amp;quot;,      # ggplot multiple figures addon
  &amp;quot;coefplot&amp;quot;,     # plot coefficients from fitted models
  &amp;quot;interplot&amp;quot;,    # plot effects of variables in interaction terms
  &amp;quot;scales&amp;quot;,       # scale functions for visualisations 
  &amp;quot;ggridges&amp;quot;,     # ridgeline plots in ggplot2
  &amp;quot;skimr&amp;quot;,        # nice dataframe summaries
  &amp;quot;leaflet&amp;quot;,      # interactive maps
  &amp;quot;ggrepel&amp;quot;,      # geoms for ggplot2 to repel overlapping text labels
  &amp;quot;viridis&amp;quot;,      # Colour Maps
  &amp;quot;rvest&amp;quot;,        # scrape webpages
  &amp;quot;usethis&amp;quot;,      # automation of package and project setup
  &amp;quot;remotes&amp;quot;,      # installing packages from Github
  &amp;quot;tidytext&amp;quot;,     # text mining
  &amp;quot;here&amp;quot;,         # finding your files 
  &amp;quot;mosaic&amp;quot;        # summary stats, using mosaic::favstats()
)

install.packages(list_of_packages, dependencies=TRUE, repos = &amp;quot;https://cran.rstudio.com/&amp;quot;)
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;install-from-github&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Install from &lt;em&gt;Github&lt;/em&gt;&lt;/h2&gt;
&lt;p&gt;Most of the time the packages that you’ll want to install have been made available on CRAN, the &lt;em&gt;Comprehensive R Archive Network&lt;/em&gt;, so you use the &lt;code&gt;install.packages(&#34;package_name&#34;)&lt;/code&gt; function. Sometimes people write packages that are not submitted to CRAN, and sometimes you might want to try out a package that is currently under development. In these situations, people who write packages will often make them available on &lt;a href=&#34;https://github.com/&#34;&gt;GitHub&lt;/a&gt;. We can install packages directly from Github, using the &lt;strong&gt;remotes&lt;/strong&gt; package.&lt;/p&gt;
&lt;p&gt;The first thing you need to do is install &lt;strong&gt;remotes&lt;/strong&gt;, which is easy because that package is available on CRAN and hopefully you installed it with all packages listed earlier. If not,&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;install.packages(&amp;quot;remotes&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Once you install &lt;strong&gt;remotes&lt;/strong&gt;, you must explicitly say to R you will be using it by typing &lt;code&gt;library(devtools)&lt;/code&gt;. Then, you can use the &lt;code&gt;install_github&lt;/code&gt; command to install a package directly from a GitHub repository. For example, there’s an R data package featuring every Lego set from 1970 to 2015 put together by &lt;a href=&#34;https://github.com/seankross/lego&#34;&gt;Sean Kross&lt;/a&gt;.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;remotes::install_github(&amp;quot;seankross/lego&amp;quot;) #install the lego package directly from Github &lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;R fetches and installs the package from Github, and we now have the new &lt;strong&gt;lego&lt;/strong&gt; package to play with. To verify that everything worked properly, let’s load the &lt;code&gt;lego&lt;/code&gt; package and look at its &lt;code&gt;legosets&lt;/code&gt; dataframe:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;library(lego)     #load the lego package into the computer&amp;#39;s memory

legosets          #view the legosets dataframe&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6,172 x 14
##    Item_Number Name    Year Theme Subtheme Pieces Minifigures Image_URL GBP_MSRP
##    &amp;lt;chr&amp;gt;       &amp;lt;chr&amp;gt;  &amp;lt;int&amp;gt; &amp;lt;chr&amp;gt; &amp;lt;chr&amp;gt;     &amp;lt;int&amp;gt;       &amp;lt;int&amp;gt; &amp;lt;chr&amp;gt;        &amp;lt;dbl&amp;gt;
##  1 10246       Detec~  2015 Adva~ &amp;quot;Modula~   2262           6 http://i~   133.  
##  2 10247       Ferri~  2015 Adva~ &amp;quot;Fairgr~   2464          10 http://i~   150.  
##  3 10248       Ferra~  2015 Adva~ &amp;quot;Vehicl~   1158          NA http://i~    70.0 
##  4 10249       Toy S~  2015 Adva~ &amp;quot;Winter~    898          NA http://i~    60.0 
##  5 10581       Ducks   2015 Duplo &amp;quot;Forest~     13           1 http://i~     9.99
##  6 10582       Anima~  2015 Duplo &amp;quot;Forest~     39           2 http://i~    17.0 
##  7 10583       Fishi~  2015 Duplo &amp;quot;Forest~     32           2 http://i~    20.0 
##  8 10584       Forest  2015 Duplo &amp;quot;Forest~    105           3 http://i~    50.0 
##  9 10585       Mom a~  2015 Duplo &amp;quot;&amp;quot;           13           2 http://i~     8.99
## 10 10586       Ice C~  2015 Duplo &amp;quot;&amp;quot;           11           2 http://i~    13.0 
## # ... with 6,162 more rows, and 5 more variables: USD_MSRP &amp;lt;dbl&amp;gt;,
## #   CAD_MSRP &amp;lt;dbl&amp;gt;, EUR_MSRP &amp;lt;dbl&amp;gt;, Packaging &amp;lt;chr&amp;gt;, Availability &amp;lt;chr&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;glimpse(legosets) #examine the structure of the dataframe- variables, observations, type of variables, etc.&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Rows: 6,172
## Columns: 14
## $ Item_Number  &amp;lt;chr&amp;gt; &amp;quot;10246&amp;quot;, &amp;quot;10247&amp;quot;, &amp;quot;10248&amp;quot;, &amp;quot;10249&amp;quot;, &amp;quot;10581&amp;quot;, &amp;quot;10582&amp;quot;, &amp;quot;10~
## $ Name         &amp;lt;chr&amp;gt; &amp;quot;Detective&amp;#39;s Office&amp;quot;, &amp;quot;Ferris Wheel&amp;quot;, &amp;quot;Ferrari F40&amp;quot;, &amp;quot;Toy~
## $ Year         &amp;lt;int&amp;gt; 2015, 2015, 2015, 2015, 2015, 2015, 2015, 2015, 2015, 201~
## $ Theme        &amp;lt;chr&amp;gt; &amp;quot;Advanced Models&amp;quot;, &amp;quot;Advanced Models&amp;quot;, &amp;quot;Advanced Models&amp;quot;, ~
## $ Subtheme     &amp;lt;chr&amp;gt; &amp;quot;Modular Buildings&amp;quot;, &amp;quot;Fairground&amp;quot;, &amp;quot;Vehicles&amp;quot;, &amp;quot;Winter Vi~
## $ Pieces       &amp;lt;int&amp;gt; 2262, 2464, 1158, 898, 13, 39, 32, 105, 13, 11, 52, 13, 2~
## $ Minifigures  &amp;lt;int&amp;gt; 6, 10, NA, NA, 1, 2, 2, 3, 2, 2, 3, 1, NA, NA, NA, NA, 1,~
## $ Image_URL    &amp;lt;chr&amp;gt; &amp;quot;http://images.brickset.com/sets/images/10246-1.jpg&amp;quot;, &amp;quot;ht~
## $ GBP_MSRP     &amp;lt;dbl&amp;gt; 132.99, 149.99, 69.99, 59.99, 9.99, 16.99, 19.99, 49.99, ~
## $ USD_MSRP     &amp;lt;dbl&amp;gt; 159.99, 199.99, 99.99, 79.99, 9.99, 19.99, 24.99, 59.99, ~
## $ CAD_MSRP     &amp;lt;dbl&amp;gt; 199.99, 229.99, 119.99, NA, 12.99, 24.99, 29.99, 69.99, 1~
## $ EUR_MSRP     &amp;lt;dbl&amp;gt; 149.99, 179.99, 89.99, 69.99, 9.99, 19.99, 24.99, 59.99, ~
## $ Packaging    &amp;lt;chr&amp;gt; &amp;quot;Box&amp;quot;, &amp;quot;Box&amp;quot;, &amp;quot;Box&amp;quot;, &amp;quot;Box&amp;quot;, &amp;quot;Box&amp;quot;, &amp;quot;Box&amp;quot;, &amp;quot;Box&amp;quot;, &amp;quot;Box&amp;quot;, &amp;quot;~
## $ Availability &amp;lt;chr&amp;gt; &amp;quot;Retail - limited&amp;quot;, &amp;quot;Retail - limited&amp;quot;, &amp;quot;LEGO exclusive&amp;quot;,~&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The dataframe has 14 variables (or columns) and 6,172 observations (rows). Besides the item number, year, theme/subtheme and the number of pieces and minifigures contained in each Lego box, we also have the recommeneded retail prices in GBP, USD, CAD, and EUR. While we are at it, let us have a quick look at how Lego prices (in GBP) have evolved over the years.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;avg_price_per_year &amp;lt;- legosets %&amp;gt;% # create avg_price_year&amp;quot; by taking legosets, and then
  filter(!is.na(GBP_MSRP)) %&amp;gt;%    # filter out entries with no GBP prices, GBP_MSRP, and then
  group_by(Year) %&amp;gt;%              # group prices by year
  summarise(Price = mean(GBP_MSRP)) # create variable &amp;quot;Price&amp;quot; = yearly average of GBP_MSRP

ggplot(avg_price_per_year, 
       mapping = aes(x = Year, y = Price)) +  # time series plot: x=Year, y=Price
  geom_point(size = 0.5) +                    # simple scatterplot Y vs. X
  geom_line(size = 0.5) +                     # add the black line between points
  geom_smooth(se = FALSE) +                   # fit trend line,no error band around it &amp;quot;se = FALSE&amp;quot; 
  labs(x = &amp;quot;Year&amp;quot;,   
       y = &amp;quot;Price (GBP)&amp;quot;, 
       title = &amp;quot;Average price of LEGO sets&amp;quot;,
       subtitle = &amp;quot;Amounts are reported in current GBP&amp;quot;,
       caption = &amp;quot;Source: LEGO&amp;quot;) +
  theme_bw()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/02-reference_files/figure-html/price-over-time-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;p&gt;There is a clear upward trend in average GBP prices.&lt;/p&gt;
&lt;p&gt;And since we are talking about LEGOs, here is a fun application of &lt;a href=&#34;http://www.ryantimpe.com/post/lego-mosaic1/&#34;&gt;creating LEGO mosaics from photos using R &amp;amp; the tidyverse&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;updating-packages&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Updating packages&lt;/h2&gt;
&lt;p&gt;Every now and then the authors of packages release updated versions. The updated versions often add new functionality, fix bugs, and so on. It’s a good idea to update your packages periodically.&lt;/p&gt;
&lt;p&gt;There’s an &lt;code&gt;update.packages&lt;/code&gt; function, but it’s probably easier to stick with the RStudio tool. In the packages tab, click on the &lt;code&gt;Update Packages&lt;/code&gt; button. This will bring up a window that looks like the one shown below:&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/packages_update.png&#34; width=&#34;60%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;In this window, each row refers to a package that needs to be updated. You can select which updates to install by checking the boxes on the left. If you feel lazy, click the &lt;em&gt;Select All&lt;/em&gt; button, and then &lt;em&gt;Install Updates&lt;/em&gt;. This might take a while to complete depending on how fast your internet connection is.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;updating-r&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Updating R&lt;/h2&gt;
&lt;p&gt;About twice a year, a new version of R is released, and the features of all packages get changed to be compatible with the new version of R. The side effect of packages being compatible with the newest R version is that then you update to the newest version of R, you lose all the packages that you have downloaded and installed. Unfortuantely, you need to install the new versions of packages, even though they will typically behave just like the old ones.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;install-tinytex&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Install &lt;code&gt;tinytex&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;When you knit to PDF, R uses a special scientific typesetting program named LaTeX (pronounced “lay-tek” or “lah-tex”; for goofy nerdy reasons, the x is technically the “ch” sound in “Bach”, but most people just say it as “k”—saying “layteks” is frowned on for whatever reason).&lt;/p&gt;
&lt;p&gt;LaTeX makes pretty documents, but it’s a huge program—&lt;a href=&#34;https://tug.org/mactex/mactex-download.html&#34;&gt;the macOS version, for instance, is nearly 4 GB&lt;/a&gt;! To make life easier, there’s &lt;a href=&#34;https://yihui.org/tinytex/&#34;&gt;an R package named &lt;strong&gt;tinytex&lt;/strong&gt;&lt;/a&gt; that installs a minimal LaTeX program and that automatically deals with differences between macOS and Windows.&lt;/p&gt;
&lt;p&gt;Here’s how to install &lt;strong&gt;tinytex&lt;/strong&gt; so you can knit to pretty PDFs:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Use the Packages in panel in RStudio to install &lt;strong&gt;tinytex&lt;/strong&gt; like you did above with &lt;strong&gt;tidyverse&lt;/strong&gt;. Alternatively, run &lt;code&gt;install.packages(&#34;tinytex&#34;)&lt;/code&gt; in the console.&lt;/li&gt;
&lt;li&gt;Run &lt;code&gt;tinytex::install_tinytex()&lt;/code&gt; in the console.&lt;/li&gt;
&lt;li&gt;Wait for a bit while R downloads and installs everything you need.&lt;/li&gt;
&lt;li&gt;The end! You should now be able to knit to PDF.&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&#34;footnotes&#34;&gt;
&lt;hr /&gt;
&lt;ol&gt;
&lt;li id=&#34;fn1&#34;&gt;&lt;p&gt;A universe of packages centered around tidy data, including &lt;code&gt;ggplot2&lt;/code&gt;&lt;a href=&#34;#fnref1&#34; class=&#34;footnote-back&#34;&gt;↩︎&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Using R Markdown</title>
      <link>https://usi-emba-analytics.netlify.app/reference/04-reference/</link>
      <pubDate>Sat, 25 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/reference/04-reference/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#reproducibility-in-scientific-research&#34;&gt;Reproducibility in scientific research&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#r-markdown-markdown-r-code&#34;&gt;R Markdown = Markdown + R Code&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#key-terms&#34;&gt;Key terms&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#add-chunks&#34;&gt;Add chunks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#chunk-names&#34;&gt;Chunk names&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#chunk-options&#34;&gt;Chunk options&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#inline-chunks&#34;&gt;Inline chunks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#caching&#34;&gt;Caching&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#output-formats&#34;&gt;Output formats&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#table-of-contents&#34;&gt;Table of contents&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#appearance-and-style&#34;&gt;Appearance and style&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#other-references&#34;&gt;Other references&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;reproducibility-in-scientific-research&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Reproducibility in scientific research&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Reproducibility&lt;/strong&gt; is the idea that data analyses, and more generally scientific claims, are published with their data and software code so that others may try to replicate the same work, get similar results, and build upon the works of others.&lt;/p&gt;
&lt;p&gt;While this sounds obvious, it actually happens far less frequently than what it should.&lt;/p&gt;
&lt;p&gt;For instance, scientists at the biotechnology company Amgen were unable to replicate the majority of published pre-clinical cancer research studies; as a matter of fact, &lt;a href=&#34;https://www.nature.com/articles/483531a&#34;&gt;only 6 out of 53 landmark results could be reproduced&lt;/a&gt;. Similarly, it has been argued that the &lt;a href=&#34;https://www.ncbi.nlm.nih.gov/pubmed/25552691&#34;&gt;great majority of preclinical results cannot be reproduced&lt;/a&gt;, leading to an &lt;a href=&#34;https://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.1002165&#34;&gt;&lt;strong&gt;annual&lt;/strong&gt; estimate of the cost of irreproducibility on preclinical research industry to be equal to 28 Billion USD&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;“You are always working with at least one collaborator: Future you.” &lt;br&gt;
      – Hadley Wickham&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Suppose that your colleague sends you an Excel file with an analysis she has undertaken. The Excel file is likely to contain the raw data, but also graphs, results, etc. that were generated from the data. If you have ever received such an Excel analysis file, it takes a long time to navigate around it and try to understand the logic used to arrive at the results.&lt;/p&gt;
&lt;p&gt;Data analysts who implement reproducibility in their projects can quickly and easily reproduce the original results and trace back to determine how they were derived. &lt;strong&gt;Literate programming&lt;/strong&gt;, an idea from &lt;a href=&#34;https://en.wikipedia.org/wiki/Donald_Knuth&#34;&gt;Donald Knuth&lt;/a&gt;, is a technique for mixing written text, where you write notes explaining what you did and why, and chunks of code that produce your graphs, analyses, etc.&lt;/p&gt;
&lt;p&gt;This makes documentation of code easier, enables verification and replication, and allows the analyst to precisely replicate her analysis. This is extremely important when revisiting work done months later, because it’s highly likely you won’t remember how all the code/analysis works together when completing your work.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Let us change our traditional attitude to the construction of programs: Instead of imagining that our main task is to instruct a computer what to do, let us concentrate rather on explaining to humans what we want the computer to do. &lt;br&gt;
      – Donald E. Knuth (1984), &lt;em&gt;Literate Programming&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Reproducibility is also key for communicating findings with other and decision makers; it allows them to follow your logic and verify your results, assess your assumptions, and understand how your answers were formed rather than solely relying on your claimed results. In the data science framework employed in &lt;a href=&#34;http://r4ds.had.co.nz&#34;&gt;R for Data Science&lt;/a&gt;, reproducibility is infused throughout the entire workflow.&lt;/p&gt;
&lt;p&gt;Your reproducibility goals should be:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Are the results (tables and figures) reproducible from the code and data?&lt;/li&gt;
&lt;li&gt;Does the code actually do what you think it does?&lt;/li&gt;
&lt;li&gt;Is the code well documented so someone else can foolow your work?&lt;/li&gt;
&lt;li&gt;In addition to what was done, is it clear &lt;strong&gt;why&lt;/strong&gt; it was done? (e.g., how were parameter settings chosen?)&lt;/li&gt;
&lt;li&gt;Can the code be used for other, or newer, data?&lt;/li&gt;
&lt;li&gt;Can you generalise the code to do other things?&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;r-markdown-markdown-r-code&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;R Markdown = Markdown + R Code&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;https://rmarkdown.rstudio.com/&#34;&gt;R Markdown&lt;/a&gt; is &lt;a href=&#34;https://usi-emba-analytics.netlify.app/reference/markdown/&#34;&gt;regular Markdown&lt;/a&gt; with R code and output sprinkled in. You can do everything you can with &lt;a href=&#34;https://usi-emba-analytics.netlify.app/reference/markdown/&#34;&gt;regular Markdown&lt;/a&gt;, but you can incorporate graphs, tables, and other R output directly in your document. You can create HTML, PDF, and Word documents, PowerPoint and HTML presentations, websites, books, and even &lt;a href=&#34;https://rmarkdown.rstudio.com/flexdashboard/index.html&#34;&gt;interactive dashboards&lt;/a&gt; with R Markdown. This whole course website is created with R Markdown (and &lt;a href=&#34;https://bookdown.org/yihui/blogdown/&#34;&gt;a package named &lt;strong&gt;blogdown&lt;/strong&gt;&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;&lt;code&gt;rmarkdown&lt;/code&gt; and &lt;code&gt;knitr&lt;/code&gt; is a powerful combination of packages for literate programming, reproducible analysis, and document generation, which can:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Combine R code and Markdown syntax&lt;/li&gt;
&lt;li&gt;Produce documents in PDF , Microsoft Word and various types of HTML documents&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;In HTML format, it can incorporate “extras” like interactive graphics&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;An R Markdown file is a plain text file that uses the extension &lt;code&gt;.Rmd&lt;/code&gt; and contains three (3) major components:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;A &lt;strong&gt;YAML header&lt;/strong&gt; surrounded by &lt;code&gt;---&lt;/code&gt;s. This is the &lt;strong&gt;metadata&lt;/strong&gt; of the document and it tells you how it is formed - what the &lt;strong&gt;title&lt;/strong&gt; is, the &lt;strong&gt;author&lt;/strong&gt;, &lt;strong&gt;date&lt;/strong&gt;, &lt;strong&gt;output&lt;/strong&gt;, and other control information.&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Chunks&lt;/strong&gt; of R code surounded by &lt;code&gt;```&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Text mixed with simple text formatting using the &lt;a href=&#34;https://www.markdowntutorial.com/&#34;&gt;Markdown syntax&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Code chunks are interspersed with text throughout the document. To complete the document, you “Knit” or “render” the document. Most of you probably knit the document by clicking the “Knit” button in the script editor panel. You can also do this programmatically from the console by running the command &lt;code&gt;rmarkdown::render(&#34;example.Rmd&#34;)&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;When you &lt;strong&gt;knit&lt;/strong&gt; the document you send your &lt;code&gt;.Rmd&lt;/code&gt; file to &lt;code&gt;knitr&lt;/code&gt;, a package for R that executes all the code chunks and creates a second &lt;strong&gt;markdown&lt;/strong&gt; document (&lt;code&gt;.md&lt;/code&gt;). That markdown document is then passed onto &lt;a href=&#34;http://pandoc.org/&#34;&gt;&lt;strong&gt;pandoc&lt;/strong&gt;&lt;/a&gt;, a document rendering software program independent from R. Pandoc allows users to convert back and forth between many different document formats such as HTML, &lt;span class=&#34;math inline&#34;&gt;\(\LaTeX\)&lt;/span&gt;, Microsoft Word, etc. By splitting the workflow up, you can convert your R Markdown document into a wide range of output formats.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://r4ds.had.co.nz/images/RMarkdownFlow.png&#34; /&gt;&lt;/p&gt;
&lt;p&gt;The &lt;a href=&#34;https://rmarkdown.rstudio.com/&#34;&gt;documentation for R Markdown&lt;/a&gt; is extremely comprehensive, and their &lt;a href=&#34;https://rmarkdown.rstudio.com/lesson-1.html&#34;&gt;tutorials&lt;/a&gt; and &lt;a href=&#34;https://rmarkdown.rstudio.com/lesson-15.html&#34;&gt;cheatsheets&lt;/a&gt; are excellent—rely on those.&lt;/p&gt;
&lt;p&gt;Here are the most important things you’ll need to know about R Markdown in this class:&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;key-terms&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Key terms&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Document&lt;/strong&gt;: A Markdown file where you type stuff&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Chunk&lt;/strong&gt;: A piece of R code that is included in your document. It looks like this:&lt;/p&gt;
&lt;pre class=&#34;markdown&#34;&gt;&lt;code&gt;```{r chunk_name}
# Code goes here
```&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;There must be an empty line before and after the chunk. The final three backticks must be the only thing on the line—if you add more text, or if you forget to add the backticks, or accidentally delete the backticks, your document will not knit correctly.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Knit&lt;/strong&gt;: When you “knit” a document, R runs each of the chunks sequentially and converts the output of each chunk into Markdown. R then runs the knitted document through &lt;a href=&#34;https://pandoc.org/&#34;&gt;pandoc&lt;/a&gt; to convert it to HTML or PDF or Word (or whatever output you’ve selected).&lt;/p&gt;
&lt;p&gt;You can knit by clicking on the “Knit” button at the top of the editor window, or by pressing &lt;code&gt;⌘⇧K&lt;/code&gt; on macOS or &lt;code&gt;control + shift + K&lt;/code&gt; on Windows.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/assignments/knit-button.png&#34; width=&#34;30%&#34; /&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;add-chunks&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Add chunks&lt;/h2&gt;
&lt;p&gt;There are three ways to insert chunks:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Press &lt;code&gt;⌘⌥I&lt;/code&gt; on macOS or &lt;code&gt;control + alt + I&lt;/code&gt; on Windows&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click on the “Insert” button at the top of the editor window&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/reference/insert-chunk.png&#34; width=&#34;30%&#34; /&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Manually type all the backticks and curly braces (don’t do this)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;chunk-names&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Chunk names&lt;/h2&gt;
&lt;p&gt;You can add names to chunks to make it easier to navigate your document. If you click on the little dropdown menu at the bottom of your editor in RStudio, you can see a table of contents that shows all the headings and chunks. If you name chunks, they’ll appear in the list. If you don’t include a name, the chunk will still show up, but you won’t know what it does.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/reference/chunk-toc.png&#34; width=&#34;40%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;To add a name, include it immediately after the &lt;code&gt;{r&lt;/code&gt; in the first line of the chunk. Names cannot contain spaces, but they can contain underscores and dashes. &lt;strong&gt;All chunk names in your document must be unique.&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A word of caution: If you use the same chunk name more than once, &lt;code&gt;knitr&lt;/code&gt; will give you an error message and refuse to knit your Rmd document. So ifyou copy/paste a named chunk, make sure you give them unique names.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;pre class=&#34;markdown&#34;&gt;&lt;code&gt;```{r name-of-this-chunk}
# Code goes here
```&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;chunk-options&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Chunk options&lt;/h2&gt;
&lt;p&gt;There are a bunch of different options you can set for each chunk. You can see a complete list in the &lt;a href=&#34;https://rstudio.com/wp-content/uploads/2015/03/rmarkdown-reference.pdf&#34;&gt;RMarkdown Reference Guide&lt;/a&gt; or at &lt;a href=&#34;https://yihui.org/knitr/options/&#34;&gt;&lt;strong&gt;knitr&lt;/strong&gt;’s website&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Options go inside the &lt;code&gt;{r}&lt;/code&gt; section of the chunk:&lt;/p&gt;
&lt;pre class=&#34;markdown&#34;&gt;&lt;code&gt;```{r name-of-this-chunk, warning=FALSE, message=FALSE}
# Code goes here
```&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The most common chunk options are these:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;fig.width=5&lt;/code&gt; and &lt;code&gt;fig.height=3&lt;/code&gt; (&lt;em&gt;or whatever number you want&lt;/em&gt;): Set the dimensions for figures&lt;/li&gt;
&lt;li&gt;&lt;code&gt;echo=FALSE&lt;/code&gt;: The code is not shown in the final document, but the results are.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;include=FALSE&lt;/code&gt;: The chunk still runs, but the code and results are not included in the final document&lt;/li&gt;
&lt;li&gt;&lt;code&gt;message=FALSE&lt;/code&gt;: Any messages that R generates (like all the notes that appear after you load a package) are omitted&lt;/li&gt;
&lt;li&gt;&lt;code&gt;warning=FALSE&lt;/code&gt;: Any warnings that R generates are omitted&lt;/li&gt;
&lt;li&gt;&lt;code&gt;eval = FALSE&lt;/code&gt; - prevents code from being evaluated. I use this in my notes for class when I want to show how to write a specific function but don’t need to actually use it.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;error = TRUE&lt;/code&gt; - causes the document to continue knitting and rendering even if the code generates a fatal error. If you’re debugging your code, you might want to use this option. However, for the final version of your work, you do not want to allow errors to pass through unnoticed.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can also set chunk options by clicking on the little gear icon in the top right corner of any chunk:&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/reference/chunk-options.png&#34; width=&#34;70%&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;inline-chunks&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Inline chunks&lt;/h2&gt;
&lt;p&gt;You can also include R output directly in your text, which is really helpful if you want to report numbers from your analysis. To do this, use &lt;code&gt;`r r_code_here`&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;It’s generally easiest to calculate numbers in a regular chunk beforehand and then use an inline chunk to display the value in your text. For instance, this document…&lt;/p&gt;
&lt;pre class=&#34;markdown&#34;&gt;&lt;code&gt;```{r find-avg-mpg, echo=FALSE}
avg_mpg &amp;lt;- mean(mtcars$mpg)
```

The average fuel efficiency for cars from 1974 was `r round(avg_mpg, 1)` miles per gallon.&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;… would knit into this:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The average fuel efficiency for cars from 1974 was 20.1 miles per gallon.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;div id=&#34;caching&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Caching&lt;/h2&gt;
&lt;p&gt;By default, every time you knit a document R starts anew and no previous results are saved.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://r4ds.had.co.nz/images/RMarkdownFlow.png&#34; /&gt;&lt;/p&gt;
&lt;p&gt;If you have code chunks that run computationally intensive tasks, like running a &lt;code&gt;ggpairs()&lt;/code&gt; correlation/scatterplot matrix in a large dataset, you might want to store these results to be more efficient and save time. If you use &lt;code&gt;cache = TRUE&lt;/code&gt;, R will do exactly this. The output of the chunk will be saved to a specially named file on disk. Now, every time you knit the document the cached results will be used instead of running the code fresh.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;output-formats&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Output formats&lt;/h2&gt;
&lt;p&gt;You can specify what kind of document you create when you knit in the &lt;a href=&#34;https://usi-emba-analytics.netlify.app/reference/markdown/#front-matter&#34;&gt;YAML front matter&lt;/a&gt;.&lt;/p&gt;
&lt;pre class=&#34;yaml&#34;&gt;&lt;code&gt;title: &amp;quot;My document&amp;quot;
output:
  html_document: default
  pdf_document: default
  word_document: default&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can also click on the down arrow on the “Knit” button to choose the output &lt;em&gt;and&lt;/em&gt; generate the appropriate YAML. If you click on the gear icon next to the “Knit” button and choose “Output options”, you change settings for each specific output type, like default figure dimensions or whether or not a table of contents is included.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/reference/output-options.png&#34; width=&#34;35%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;The first output type listed under &lt;code&gt;output:&lt;/code&gt; will be what is generated when you click on the “Knit” button or press the keyboard shortcut (&lt;code&gt;⌘⇧K&lt;/code&gt; on macOS; &lt;code&gt;control + shift + K&lt;/code&gt; on Windows). If you choose a different output with the “Knit” button menu, that output will be moved to the top of the &lt;code&gt;output&lt;/code&gt; section.&lt;/p&gt;
&lt;p&gt;The indentation of the YAML section matters, especially when you have settings nested under each output type. Here’s what a typical &lt;code&gt;output&lt;/code&gt; section might look like:&lt;/p&gt;
&lt;pre class=&#34;yaml&#34;&gt;&lt;code&gt;---
title: &amp;quot;My document&amp;quot;
author: &amp;quot;My name&amp;quot;
date: &amp;quot;January 13, 2020&amp;quot;
output: 
  html_document: 
    toc: yes
    fig_caption: yes
    fig_height: 8
    fig_width: 10
  pdf_document: 
    latex_engine: xelatex  # More modern PDF typesetting engine
    toc: yes
  word_document: 
    toc: yes
    fig_caption: yes
    fig_height: 4
    fig_width: 5
---&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;table-of-contents&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Table of contents&lt;/h2&gt;
&lt;p&gt;Each output format has various options to customize the appearance of the final document. One option for HTML documents is to add a &lt;strong&gt;t&lt;/strong&gt;able &lt;strong&gt;o&lt;/strong&gt;f &lt;strong&gt;c&lt;/strong&gt;ontents through the &lt;code&gt;toc&lt;/code&gt; option. To add any option for an output format, just add it in a hierarchical format like this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;---
title: &amp;quot;My report&amp;quot;
author: &amp;quot;My Name&amp;quot;
date: 2020-07-26
output:  
  html_document:
    toc: true
    toc_depth: 2&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can explicitly set the number of levels included in the table of contents with &lt;code&gt;toc_depth&lt;/code&gt; (the default is 3).&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;appearance-and-style&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Appearance and style&lt;/h2&gt;
&lt;p&gt;There are several options that control the visual appearance of HTML documents.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;theme&lt;/code&gt;&lt;/strong&gt; specifies the Bootstrap theme to use for the page (themes are drawn from the &lt;a href=&#34;http://bootswatch.com/&#34; target=&#34;_blank&#34;&gt;Bootswatch&lt;/a&gt; theme library). Valid themes include &lt;code&gt;default&lt;/code&gt;, &lt;code&gt;cerulean&lt;/code&gt;, &lt;code&gt;journal&lt;/code&gt;, &lt;code&gt;flatly&lt;/code&gt;, &lt;code&gt;readable&lt;/code&gt;, &lt;code&gt;spacelab&lt;/code&gt;, &lt;code&gt;united&lt;/code&gt;, &lt;code&gt;cosmo&lt;/code&gt;, &lt;code&gt;lumen&lt;/code&gt;, &lt;code&gt;paper&lt;/code&gt;, &lt;code&gt;sandstone&lt;/code&gt;, &lt;code&gt;simplex&lt;/code&gt;, and &lt;code&gt;yeti&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;highlight&lt;/code&gt;&lt;/strong&gt; specifies the syntax highlighting style for code chunks. Supported styles include &lt;code&gt;default&lt;/code&gt;, &lt;code&gt;tango&lt;/code&gt;, &lt;code&gt;pygments&lt;/code&gt;, &lt;code&gt;kate&lt;/code&gt;, &lt;code&gt;monochrome&lt;/code&gt;, &lt;code&gt;espresso&lt;/code&gt;, &lt;code&gt;zenburn&lt;/code&gt;, &lt;code&gt;haddock&lt;/code&gt;, and &lt;code&gt;textmate&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;other-references&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Other references&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://themockup.blog/posts/2020-07-25-meta-rmarkdown/&#34; target=&#34;_blank&#34;&gt;How I share knowledge around R Markdown&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://rmd4sci.njtierney.com/&#34; target=&#34;_blank&#34;&gt;RMarkdown for Scientists&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://rstudio.com/resources/rstudioconf-2020/don-t-repeat-yourself-talk-to-yourself-repeated-reporting-in-the-r-universe/&#34; target=&#34;_blank&#34;&gt;Don’t repeat yourself, talk to yourself! Repeated reporting in the R universe&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Final Exam</title>
      <link>https://usi-emba-analytics.netlify.app/assignment/final-exam/</link>
      <pubDate>Sun, 14 Nov 2021 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/assignment/final-exam/</guid>
      <description>
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;


&lt;p&gt;The final exam will cover:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Programming in R and the tidyverse (about a third of total marks)&lt;/li&gt;
&lt;li&gt;the core statistical tools of inferential statistics and linear models.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You final exam will be released at 2021-11-14 09:00 UTC and even though you can take it anytime before midnight, this will be a timed, 3-hour exam. You can use any notes and readings, but you must take the exam on your own and not talk to anyone about it.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Eurostat Data</title>
      <link>https://usi-emba-analytics.netlify.app/reference/eurostat_data/</link>
      <pubDate>Fri, 02 Oct 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/reference/eurostat_data/</guid>
      <description>
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#eurostat-data-with-the-eurostat-package&#34;&gt;Eurostat Data with the &lt;code&gt;eurostat&lt;/code&gt; package&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#house-price-index-hpi&#34;&gt;House Price Index (HPI)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#tourism-seasonality-in-the-meditteranean&#34;&gt;Tourism Seasonality in the Meditteranean&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#disposable-income-of-private-households-by-nuts-2-regions&#34;&gt;Disposable income of private households by NUTS 2 regions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#acknowledgments&#34;&gt;Acknowledgments&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;eurostat-data-with-the-eurostat-package&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Eurostat Data with the &lt;code&gt;eurostat&lt;/code&gt; package&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;eurostat&lt;/code&gt; package provides access to well over 9000 datasets from the &lt;a href=&#34;https://ec.europa.eu/eurostat/web/main/home&#34;&gt;Eurostat&lt;/a&gt;. It may seem a challenging task to find the correct dataset, but you are essentially looking for the &lt;code&gt;code&lt;/code&gt; that describes the dataset. We an get a &lt;em&gt;table of contents&lt;/em&gt;, namely all of th ecodes contained in the eurostat database.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;library(eurostat)
library(fpp2) # for time series decomposition
library(seasonal)
library(tmap) #mapping eurostat data

# Get Eurostat data listing
# Function get_eurostat_toc() downloads a table of contents of eurostat datasets. 
# The values in column ‘code’ should be used to download a selected dataset.
toc &amp;lt;- get_eurostat_toc()

# Check the first 20 rows 
head(toc, 20) %&amp;gt;% 
  kable()&lt;/code&gt;&lt;/pre&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
title
&lt;/th&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
code
&lt;/th&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
type
&lt;/th&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
last update of data
&lt;/th&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
last table structure change
&lt;/th&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
data start
&lt;/th&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
data end
&lt;/th&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
values
&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Database by themes
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
data
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
folder
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
General and regional statistics
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
general
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
folder
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
European and national indicators for short-term analysis
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
euroind
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
folder
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Business and consumer surveys (source: DG ECFIN)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
ei_bcs
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
folder
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Consumer surveys (source: DG ECFIN)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
ei_bcs_cs
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
folder
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Consumers - monthly data
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
ei_bsco_m
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
dataset
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
29.09.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
29.09.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1980M01
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2020M09
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Consumers - quarterly data
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
ei_bsco_q
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
dataset
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
29.09.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
30.07.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1990Q1
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2020Q3
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Business surveys - NACE Rev. 2 activity (source: DG ECFIN)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
ei_bcs_bs
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
folder
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Industry - monthly data
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
ei_bsin_m_r2
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
dataset
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
29.09.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
29.09.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1980M01
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2020M09
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Industry - quarterly data
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
ei_bsin_q_r2
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
dataset
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
29.09.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
30.07.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1980Q1
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2020Q3
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Construction - monthly data
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
ei_bsbu_m_r2
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
dataset
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
29.09.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
29.09.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1980M01
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2020M09
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Construction - quarterly data
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
ei_bsbu_q_r2
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
dataset
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
29.09.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
30.07.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1981Q1
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2020Q3
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Retail sale - monthly data
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
ei_bsrt_m_r2
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
dataset
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
29.09.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
29.09.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1984M01
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2020M09
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Sentiment indicators - monthly data
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
ei_bssi_m_r2
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
dataset
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
29.09.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
29.09.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1980M01
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2020M09
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Services - monthly data
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
ei_bsse_m_r2
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
dataset
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
29.09.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
29.09.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1988M01
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2020M09
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Services - quarterly data
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
ei_bsse_q_r2
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
dataset
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
29.09.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
30.07.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2001Q2
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2020Q3
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Euro-zone Business Climate Indicator - monthly data
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
ei_bsci_m_r2
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
dataset
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
29.09.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
29.09.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1985M01
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2020M09
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Financial services - monthly data
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
ei_bsfs_m
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
dataset
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
29.09.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
29.09.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2006M04
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2020M09
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Financial services - quarterly data
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
ei_bsfs_q
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
dataset
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
29.09.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
30.07.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2007Q3
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2020Q3
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Employment expectations indicator
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
ei_bsee_m_r2
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
dataset
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
29.09.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
29.09.2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1980M01
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2020M09
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NA
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;div id=&#34;house-price-index-hpi&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;House Price Index (HPI)&lt;/h3&gt;
&lt;p&gt;The Eurostat &lt;a href=&#34;https://ec.europa.eu/eurostat/web/products-datasets/-/teicp270&#34;&gt;House Price Index (HPI)&lt;/a&gt; &lt;em&gt;measures price changes of all residential properties purchased by households (flats, detached houses, terraced houses, etc.), both new and existing, independently of their final use and their previous owners.&lt;/em&gt; First, we node that the code id for this dataset is &lt;code&gt;teicp270&lt;/code&gt;. Once we know the relevant code id, we can download eurostat data using the &lt;code&gt;get_eurostat(id)&lt;/code&gt; function.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;hpi &amp;lt;- get_eurostat(id=&amp;quot;teicp270&amp;quot;)
glimpse(hpi)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Rows: 1,257
## Columns: 5
## $ indic  &amp;lt;chr&amp;gt; &amp;quot;TOTAL&amp;quot;, &amp;quot;TOTAL&amp;quot;, &amp;quot;TOTAL&amp;quot;, &amp;quot;TOTAL&amp;quot;, &amp;quot;TOTAL&amp;quot;, &amp;quot;TOTAL&amp;quot;, &amp;quot;TOTAL...
## $ unit   &amp;lt;chr&amp;gt; &amp;quot;I15_NSA&amp;quot;, &amp;quot;I15_NSA&amp;quot;, &amp;quot;I15_NSA&amp;quot;, &amp;quot;I15_NSA&amp;quot;, &amp;quot;I15_NSA&amp;quot;, &amp;quot;I15_...
## $ geo    &amp;lt;chr&amp;gt; &amp;quot;AT&amp;quot;, &amp;quot;BE&amp;quot;, &amp;quot;BG&amp;quot;, &amp;quot;CY&amp;quot;, &amp;quot;CZ&amp;quot;, &amp;quot;DE&amp;quot;, &amp;quot;DK&amp;quot;, &amp;quot;EA&amp;quot;, &amp;quot;EA19&amp;quot;, &amp;quot;EE&amp;quot;...
## $ time   &amp;lt;date&amp;gt; 2017-04-01, 2017-04-01, 2017-04-01, 2017-04-01, 2017-04-01,...
## $ values &amp;lt;dbl&amp;gt; 114.2, 104.7, 115.4, 102.7, 119.1, 113.1, 110.5, 107.8, 107....&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;head(hpi,40) %&amp;gt;% 
  kable()&lt;/code&gt;&lt;/pre&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
indic
&lt;/th&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
unit
&lt;/th&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
geo
&lt;/th&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
time
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
values
&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
AT
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
114.2
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
BE
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
104.7
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
BG
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
115.4
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
CY
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
102.7
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
CZ
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
119.1
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
DE
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
113.1
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
DK
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
110.5
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
EA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
107.8
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
EA19
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
107.8
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
EE
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
108.4
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
ES
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
110.4
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
EU
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
109.0
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
EU27_2020
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
108.7
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
EU28
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
109.0
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
FI
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
103.0
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
FR
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
103.4
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
HR
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
104.5
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
HU
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
125.5
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
IE
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
115.9
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
IS
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
130.1
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
IT
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
99.6
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
LT
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
114.5
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
LU
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
112.2
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
LV
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
119.5
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
MT
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
108.9
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
111.4
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
NO
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
115.5
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
PL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
105.4
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
PT
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
115.5
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
RO
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
114.3
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
SE
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
116.0
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
SI
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
111.4
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
SK
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
113.1
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TR
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
124.3
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
I15_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
UK
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
111.2
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
PCH_Q1_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
AT
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
2.4
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
PCH_Q1_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
BE
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.3
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
PCH_Q1_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
BG
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
2.4
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
PCH_Q1_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
CY
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3.1
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
TOTAL
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
PCH_Q1_NSA
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
CZ
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
2.5
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Typically, the downloaded data has codes and abbreviations for all of the variables, but we can use &lt;code&gt;label_eurostat&lt;/code&gt; to get a more verbose description.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;house_price_index_data &amp;lt;-  hpi %&amp;gt;% 
  label_eurostat()

head(house_price_index_data,40) %&amp;gt;% 
  kable()&lt;/code&gt;&lt;/pre&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
indic
&lt;/th&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
unit
&lt;/th&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
geo
&lt;/th&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
time
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
values
&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Austria
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
114.2
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Belgium
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
104.7
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Bulgaria
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
115.4
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Cyprus
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
102.7
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Czechia
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
119.1
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Germany (until 1990 former territory of the FRG)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
113.1
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Denmark
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
110.5
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Euro area (EA11-1999, EA12-2001, EA13-2007, EA15-2008, EA16-2009, EA17-2011, EA18-2014, EA19-2015)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
107.8
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Euro area - 19 countries (from 2015)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
107.8
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Estonia
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
108.4
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Spain
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
110.4
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
European Union (EU6-1958, EU9-1973, EU10-1981, EU12-1986, EU15-1995, EU25-2004, EU27-2007, EU28-2013, EU27-2020)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
109.0
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
European Union - 27 countries (from 2020)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
108.7
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
European Union - 28 countries (2013-2020)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
109.0
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Finland
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
103.0
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
France
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
103.4
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Croatia
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
104.5
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Hungary
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
125.5
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Ireland
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
115.9
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Iceland
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
130.1
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Italy
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
99.6
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Lithuania
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
114.5
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Luxembourg
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
112.2
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Latvia
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
119.5
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Malta
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
108.9
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Netherlands
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
111.4
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Norway
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
115.5
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Poland
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
105.4
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Portugal
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
115.5
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Romania
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
114.3
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Sweden
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
116.0
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Slovenia
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
111.4
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Slovakia
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
113.1
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Turkey
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
124.3
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Index, 2015=100 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
United Kingdom
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
111.2
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Percentage change q/q-1 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Austria
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
2.4
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Percentage change q/q-1 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Belgium
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.3
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Percentage change q/q-1 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Bulgaria
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
2.4
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Percentage change q/q-1 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Cyprus
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3.1
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Total
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Percentage change q/q-1 (NSA)
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Czechia
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2017-04-01
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
2.5
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;We note that our dataframe contains both the value of the index (unit = &lt;code&gt;I15_NSA&lt;/code&gt;), as well as the percentage change (unit = &lt;code&gt;PCH_Q1_NSA&lt;/code&gt;). We will select the &lt;code&gt;I15_NSA&lt;/code&gt; index, a few countries and the EU-28 index, and plot the evolution of house prices over time.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;hpi_data &amp;lt;- hpi %&amp;gt;% 
  
  # choose the UK, France, Poland, Spain, Portugal, Germany, Italy, and the EU28
  filter(geo %in%  c(&amp;quot;UK&amp;quot;, &amp;quot;FR&amp;quot;, &amp;quot;PL&amp;quot;, &amp;quot;ES&amp;quot;,&amp;quot;PT&amp;quot;, &amp;quot;DE&amp;quot;,&amp;quot;IT&amp;quot;,&amp;quot;EU28&amp;quot;) ) %&amp;gt;%  
  
  # choose value of the index (unit =   `I15_NSA`) 
    filter(unit == &amp;quot;I15_NSA&amp;quot;)

ggplot(hpi_data, aes(x=time, y=values, group=geo, colour=geo))+
  geom_point()+
  geom_line()+
  theme_bw()+
  labs(
    title= &amp;quot;House price index in the EU (2015 = 100)&amp;quot;,
    x = &amp;quot;Time&amp;quot;,
    y = &amp;quot;Housing Price Index&amp;quot;, 
    caption = &amp;quot;Source: Eurostat, code id = teicp270&amp;quot;
  )&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/eurostat_data_files/figure-html/unnamed-chunk-2-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;tourism-seasonality-in-the-meditteranean&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Tourism Seasonality in the Meditteranean&lt;/h3&gt;
&lt;p&gt;The eurostat database has a dedicated &lt;a href=&#34;https://ec.europa.eu/eurostat/web/tourism/data/database&#34;&gt;tourism section&lt;/a&gt;.
I wanted to check monthly nights spent at hotels– the relevant code id = &lt;a href=&#34;https://ec.europa.eu/eurostat/web/products-datasets/-/tour_occ_nim&#34;&gt;&lt;code&gt;tour_occ_nim&lt;/code&gt;&lt;/a&gt; in the four Meditteranean countries, Portugal, Spain, Italy, and Greece since 2000.&lt;/p&gt;
&lt;p&gt;The code below downloads the data and plots time series plots for all countries.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# create a dataframe tourism_data that contains the eurostat data for
# code id = &amp;quot;tour_occ_nim&amp;quot;, namely value of monthly nights spent at hotels
tourism_data &amp;lt;- get_eurostat(id=&amp;quot;tour_occ_nim&amp;quot;)

med_tourism &amp;lt;-  tourism_data %&amp;gt;%   
  
  # choose Portugal, Spain, Italy, and Greece
  filter(geo %in%  c(&amp;quot;PT&amp;quot;, &amp;quot;ES&amp;quot;, &amp;quot;IT&amp;quot;, &amp;quot;EL&amp;quot; ) ) %&amp;gt;%
  
  #use label_eurostat to get verbose descriptions of codes
  label_eurostat() %&amp;gt;% 
  
  # choose number of total hotel accommodations since Jan 1, 2000
  filter (c_resid == &amp;quot;Total&amp;quot;, 
          nace_r2 == &amp;quot;Hotels and similar accommodation&amp;quot;, 
          unit == &amp;quot;Number&amp;quot;,
          time &amp;gt;= &amp;quot;2000-01-01&amp;quot;) %&amp;gt;% 
  
  # express values in million of nights
  mutate(values = values/1000000) 

ggplot(med_tourism, aes(x=time, y=values, group=geo, colour=geo))+
  geom_point()+
  geom_line()+
  geom_smooth(se=FALSE)+
  facet_wrap(~geo)+
  theme_bw()+
  labs(title=&amp;quot;Hotel stays in the Medditeranean, 2000-present&amp;quot;, 
       y= &amp;quot;Millions of nights spent in hotels&amp;quot;,
       x = &amp;quot;Year&amp;quot;,
       caption = &amp;quot;Source: Eurostat, code = tour_occ_nim&amp;quot;)+
  theme(legend.position=&amp;quot;none&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/eurostat_data_files/figure-html/get_tourism_data-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;p&gt;All countries exhibit the same seasonal pattern: there is a peak in July-August, and the minimum number is around December-January.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Look at the impact of Covid-19 on all countries!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#first define **ts** (time series ) objects; one for each country  

portugal_tourism &amp;lt;- med_tourism %&amp;gt;% 
  
  #select the country you are interested in, in this case Portugal
  filter (geo == &amp;quot;Portugal&amp;quot;) %&amp;gt;% 
  
  #sort by time in ascending order, so  earliest observation is first
  arrange(time) %&amp;gt;%
  
  #we just want to keep the values 
  select(values) %&amp;gt;% 
  
  #time series (ts) starts Jan 2000 and has monthlyfrequency (12 months/yr)
  ts(start=2000, frequency = 12) 



spain_tourism &amp;lt;- med_tourism %&amp;gt;% 
  filter (geo == &amp;quot;Spain&amp;quot;) %&amp;gt;% 
  arrange(time) %&amp;gt;% 
  select(values) %&amp;gt;% 
  ts(start=2000, frequency = 12)

italy_tourism &amp;lt;- med_tourism %&amp;gt;% 
  filter (geo == &amp;quot;Italy&amp;quot;) %&amp;gt;% 
  arrange(time) %&amp;gt;% 
  select(values) %&amp;gt;%   
  ts(start=2000, frequency = 12)

greece_tourism &amp;lt;- med_tourism %&amp;gt;% 
  filter (geo == &amp;quot;Greece&amp;quot;) %&amp;gt;% 
  arrange(time) %&amp;gt;% 
  select(values) %&amp;gt;%   
  ts(start=2000, frequency = 12)


#Season plot for Spain and Greece: the seasonal pattern is consistent since 2000
ggseasonplot(spain_tourism, year.labels=TRUE, year.labels.left=TRUE) +
  labs(
    title = &amp;quot;Seasonal plot: Hotel stays in Spain&amp;quot;,
    y = &amp;quot;Millions of nights spent in hotels&amp;quot;
  )+
    theme_bw()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/eurostat_data_files/figure-html/seasonal_plots-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggseasonplot(greece_tourism, year.labels=TRUE, year.labels.left=TRUE) +
  labs(
    title = &amp;quot;Seasonal plot: Hotel stays in Greece&amp;quot;,
    y = &amp;quot;Millions of nights spent in hotels&amp;quot;
  )+
  theme_bw()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/eurostat_data_files/figure-html/seasonal_plots-2.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;p&gt;An interesting question is which country has the greatest seasonality distortion, namely, how much bigger is the summer peak from the winter bottom. For this we produce a subseries plot, one that emphasises the seasonal patterns and where the data for each season are collected together in separate mini time plots. The horizontal lines indicate the means for each month. This form of plot enables the underlying seasonal pattern to be seen clearly, and also shows the changes in seasonality over time. It is especially useful in identifying changes within particular seasons.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggsubseriesplot(portugal_tourism)+
  labs(
    title = &amp;quot;Seasonal subseries plot: Hotel stays in Portugal 2000-present&amp;quot;,
    subtitle = &amp;quot;Horizontal lines indicate monthly averages&amp;quot;,
    y = &amp;quot;Millions of nights spent in hotels&amp;quot;, 
    caption = &amp;quot;Source:Eurostat&amp;quot;
  )+
  theme_bw()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/eurostat_data_files/figure-html/subseries_plots-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggsubseriesplot(spain_tourism)+
  labs(
    title = &amp;quot;Seasonal subseries plot: Hotel stays in Spain 2000-present&amp;quot;,
    subtitle = &amp;quot;Horizontal lines indicate monthly averages&amp;quot;,
    y = &amp;quot;Millions of nights spent in hotels&amp;quot;, 
    caption = &amp;quot;Source:Eurostat&amp;quot;
  )+
  theme_bw()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/eurostat_data_files/figure-html/subseries_plots-2.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggsubseriesplot(italy_tourism)+
  labs(
    title = &amp;quot;Seasonal subseries plot: Hotel stays in Italy 2000-present&amp;quot;,
    subtitle = &amp;quot;Horizontal lines indicate monthly averages&amp;quot;,
    y = &amp;quot;Millions of nights spent in hotels&amp;quot;, 
        caption = &amp;quot;Source:Eurostat&amp;quot;
  )+
  theme_bw()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/eurostat_data_files/figure-html/subseries_plots-3.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggsubseriesplot(greece_tourism)+
  labs(
    title = &amp;quot;Seasonal subseries plot: Hotel stays in Greece 2000-present&amp;quot;,
    subtitle = &amp;quot;Horizontal lines indicate monthly averages&amp;quot;,
    y = &amp;quot;Millions of nights spent in hotels&amp;quot;, 
    caption = &amp;quot;Source:Eurostat&amp;quot;
  )+
  theme_bw()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/eurostat_data_files/figure-html/subseries_plots-4.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Visually, the approximate ratio of max:min averages for each of the four Mediterranean countries is as follows:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Portugal 6:2 = 3&lt;/li&gt;
&lt;li&gt;Spain 39:13 = 3&lt;/li&gt;
&lt;li&gt;Italy 43:10 = 4.3&lt;/li&gt;
&lt;li&gt;Greece 13.5:1= 13.5&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;disposable-income-of-private-households-by-nuts-2-regions&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Disposable income of private households by NUTS 2 regions&lt;/h3&gt;
&lt;p&gt;Using the eurostat data, we can create maps of, e.g., disposable income at a regional level. &lt;a href=&#34;https://en.wikipedia.org/wiki/Nomenclature_of_Territorial_Units_for_Statistics&#34;&gt;NUTS or &lt;em&gt;Nomenclature of Territorial Units for Statistics&lt;/em&gt;&lt;/a&gt; is a geocode standard for referencing subdvisions (regions, counties, districts, etc.) within a country.&lt;/p&gt;
&lt;p&gt;We will work with the &lt;a href=&#34;https://ec.europa.eu/eurostat/web/products-datasets/-/tgs00026&#34;&gt;Disposable income of private households by NUTS 2 regions&lt;/a&gt; database&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;income_data &amp;lt;- get_eurostat(id=&amp;quot;tgs00026&amp;quot;) %&amp;gt;% 
  select(geo,time,values) %&amp;gt;% 
  dplyr::mutate(cat = cut_to_classes(values))


income_2016 &amp;lt;- income_data %&amp;gt;% 
  filter(time == &amp;quot;2016-01-01&amp;quot;)

# Download geospatial data from GISCO
geodata &amp;lt;- get_eurostat_geospatial(output_class = &amp;quot;sf&amp;quot;,
                                   resolution = &amp;quot;60&amp;quot;,
                                   nuts_level = 2,
                                   year = 2016) 


map_data &amp;lt;- inner_join(geodata, income_2016)


ggplot(data=map_data) + geom_sf(aes(fill=cat),color=&amp;quot;dim grey&amp;quot;, size=.1) + 
  scale_fill_brewer(palette = &amp;quot;Accent&amp;quot;) +
  guides(fill = guide_legend(reverse=T, title = &amp;quot;euro&amp;quot;)) +
  labs(title=&amp;quot;Disposable household income in 2016&amp;quot;,
       caption=&amp;quot;(C) EuroGeographics for the administrative boundaries 
                Map produced in R with a help from Eurostat-package &amp;lt;github.com/ropengov/eurostat/&amp;gt;&amp;quot;) +
  theme_light() + theme(legend.position=c(.8,.8)) +
  coord_sf(xlim=c(-12,44), ylim=c(35,70))&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/eurostat_data_files/figure-html/eurostat_map1-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;acknowledgments&#34; class=&#34;section level2 toc-ignore&#34;&gt;
&lt;h2&gt;Acknowledgments&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This page is derived in part from &lt;a href=&#34;https://ropengov.github.io/eurostat/articles/eurostat_tutorial.html&#34;&gt;Tutorial (vignette) for the &lt;code&gt;eurostat&lt;/code&gt; R package&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Questions on Descriptive and Inferential Statistics</title>
      <link>https://usi-emba-analytics.netlify.app/exercise/thought_questions-exercise/</link>
      <pubDate>Wed, 26 Aug 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/exercise/thought_questions-exercise/</guid>
      <description>
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/3.5.16/iframeResizer.min.js&#34; type=&#34;text/javascript&#34;&gt;&lt;/script&gt;


&lt;!-- ## Thought Questions for Descriptive and Inferential Statistics --&gt;
&lt;p&gt;The questions listed below are designed for discussion and preparation. When reviewing these questions, try to illustrate your points with specific examples/cases from what we have seen in class.&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Why do we make distinctions between &lt;strong&gt;samples&lt;/strong&gt; and &lt;strong&gt;populations&lt;/strong&gt; in statistics?&lt;/li&gt;
&lt;li&gt;Discuss the use of exploratory data analysis. Illustrate with an example.&lt;/li&gt;
&lt;li&gt;Why do we care about the distribution of their data?&lt;/li&gt;
&lt;li&gt;What are outliers? What impact do they have on how you describe your data?&lt;/li&gt;
&lt;li&gt;What is a robust statistic? Why would you choose to use it?&lt;/li&gt;
&lt;li&gt;What is variability? Discuss measures of variability. What are their strengths and weaknesses? In a operations setting, what is the relation of variability to the quality of the product/service?&lt;/li&gt;
&lt;li&gt;Why do we standardise data? What does a Z-score tell you, i.e., how do you interpret one? How do you convert a raw score to a Z-score?&lt;/li&gt;
&lt;li&gt;What is the Normal distribution? What is the Standard Normal distribution?&lt;/li&gt;
&lt;li&gt;How do you use the Normal distribution table to find the percentage of the population that is expected to fall between two points or beyond or below one point in the distribution?&lt;/li&gt;
&lt;li&gt;What does the Central Limit Theorem tell us?&lt;/li&gt;
&lt;li&gt;Discuss the differences between descriptive and inferential statistics. Is one better than the other? Are they competitive or complementary? Illustrate the kind of situation in which each approach is appropriate.&lt;/li&gt;
&lt;li&gt;What are the steps involved in hypothesis testing?&lt;/li&gt;
&lt;li&gt;What does specifying the null hypothesis mean? What about the alternative hypothesis? What is the benefit of being so specific about the hypotheses?&lt;/li&gt;
&lt;li&gt;With inferential statistics, the goal is to reject the null hypothesis. What does this mean? Do we conclude that the alternative hypothesis is correct? Why or why not?&lt;/li&gt;
&lt;li&gt;Why is the standard error of the mean, based on many samples, going to be smaller than the standard deviation of a single sample? In explaining your answer, be sure to describe the interpretation of a standard error of the mean.&lt;/li&gt;
&lt;li&gt;What types of error can occur when making decisions based on test of hypothesis? Be specific.&lt;/li&gt;
&lt;li&gt;Why are observations that are more than 3 or less than -3 standard deviations from the mean often considered outliers by some researchers?&lt;/li&gt;
&lt;li&gt;What does it mean if a researcher sets her &lt;strong&gt;&lt;span class=&#34;math inline&#34;&gt;\(\alpha = 0.01\)&lt;/span&gt;&lt;/strong&gt;, and rejects the null hypothesis? How does this differ from setting the alpha at &lt;strong&gt;&lt;span class=&#34;math inline&#34;&gt;\(\alpha = 0.05\)&lt;/span&gt;&lt;/strong&gt; and rejecting the null? In which case is the researcher going to be most likely to reject the null hypothesis?&lt;/li&gt;
&lt;li&gt;What is the difference between a one-tailed (directional) and a two-tailed (non-directional) test? When would you use each of them?&lt;/li&gt;
&lt;li&gt;What is meant when a researcher says that a finding is &lt;strong&gt;statistically significant?&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;!---LEARNR sampling_mcq--&gt;
&lt;!-- &lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;sampling_mcq&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/sampling_mcq&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;&lt;/iframe&gt; --&gt;
&lt;!----------------&gt;
&lt;script&gt;
  iFrameResize({}, &#34;.interactive&#34;);
&lt;/script&gt;
</description>
    </item>
    
    <item>
      <title>Using Github</title>
      <link>https://usi-emba-analytics.netlify.app/reference/reference_github/</link>
      <pubDate>Tue, 25 Aug 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/reference/reference_github/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#introduction-to-gitgithub&#34;&gt;Introduction to Git/Github&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#git-workflow&#34;&gt;Git workflow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#further-resources&#34;&gt;Further resources&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;introduction-to-gitgithub&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Introduction to Git/Github&lt;/h2&gt;
&lt;p&gt;When you engage in any kind of data science or programming, there comes a (frustrating) point that you need to understand how Git and GitHub work. Learning how to use Git and GitHub is especially important for keeping versions of your work (think something like Dropbox + MS Word’s &lt;em&gt;Track Changes&lt;/em&gt;) and collaborating with others.&lt;/p&gt;
&lt;p&gt;Git is essentially a boring time machine. Remember when you worked on a Word file and saved it by adding the date, or calling it “mywork-vesion1”, “mywork-final”, “mywork-final-final”, etc?&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/final_final.gif&#34; width=&#34;60%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Git is organised around &lt;strong&gt;repositories&lt;/strong&gt;; repos are folders where you keep a project with all necessary files (code, data, images, etc). So you first need to tell git which files/folders to keep track of for any changes you will be making.&lt;/p&gt;
&lt;p&gt;As you keep adding code to your project/assignment/etc, you &lt;strong&gt;commit changes&lt;/strong&gt; into your repository and you add an explanatory comment, or message to yourself briefly describing the changes/additions/new work you have done.&lt;/p&gt;
&lt;p&gt;When you commit changes, it’s as though you take a snapshot of your work and write a short comment to yourself; it would be the same as saving your Word document adding today’s date in the filename, or v1, v2, final, final-final, etc.&lt;/p&gt;
&lt;p&gt;After committing your changes, you need to &lt;strong&gt;pull&lt;/strong&gt; first, so you get the latesr copy from git and then &lt;strong&gt;push&lt;/strong&gt; them to git– this is when you actually upload changes, etc.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;git-workflow&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Git workflow&lt;/h2&gt;
&lt;p&gt;The following lists the main steps to create a repository and keep it updated&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Create a repo on GitHub and initialize with a README.&lt;/li&gt;
&lt;li&gt;Clone the repo to your local machine. You can either do it as an RStudio Project, or using a shell command: &lt;code&gt;$ git clone REPOSITORY-URL&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Add&lt;/em&gt; or &lt;em&gt;Stage&lt;/em&gt; any changes you make: &lt;code&gt;$ git add -A&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Commit your changes: &lt;code&gt;$ git commit -m &#34;Helpful message to yourself/collaborators&#34;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Pull from GitHub: &lt;code&gt;$ git pull&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Push your changes to GitHub: &lt;code&gt;$ git push&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Repeat steps 3—7, but especially steps 3-4, often.&lt;/p&gt;
&lt;p&gt;Git keeps track of all the changes you have made in your repo, just in case you made a mistake and need to go back to an earlier version where things actually worked. GitHub is a website built on top of Git that allows you to collaborate on code with others, in helping with code fixes, documentation, and more.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;further-resources&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Further resources&lt;/h2&gt;
&lt;p&gt;For R users, Jenny Bryan et al have created &lt;a href=&#34;https://happygitwithr.com/&#34; target=&#34;_blank&#34;&gt;Happy Git with R&lt;/a&gt;, a brilliant resource that shows you how to use Git and GitHub in RStudio effectively.&lt;/p&gt;
&lt;p&gt;One final thing: git can be confusing and frustrating as hell (ask me for details)– add git to the challenges of coding and you sometimes end up with &lt;a href=&#34;https://twitter.com/maciejwalkowiak/status/1295820902433730561&#34; target=&#34;_blank&#34;&gt;people asking themselves interesting questions&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;When things do go wrong (they will), have a look at &lt;a href=&#34;https://ohshitgit.com/&#34; class=&#34;uri&#34;&gt;https://ohshitgit.com/&lt;/a&gt; and &lt;a href=&#34;http://happygitwithr.com/burn.html&#34; class=&#34;uri&#34;&gt;http://happygitwithr.com/burn.html&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Handling dates/times</title>
      <link>https://usi-emba-analytics.netlify.app/exercise/lubridate-exercise/</link>
      <pubDate>Mon, 27 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/exercise/lubridate-exercise/</guid>
      <description>
&lt;script src=&#34;https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/3.5.16/iframeResizer.min.js&#34; type=&#34;text/javascript&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#lubridate-to-convert-strings-to-date-objects&#34;&gt;&lt;code&gt;lubridate&lt;/code&gt; to convert strings to &lt;code&gt;Date&lt;/code&gt; objects&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#on-your-own&#34;&gt;&lt;strong&gt;On your own&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;p&gt;The &lt;code&gt;lubridate&lt;/code&gt; package is one of the most useful packages to handle dates and times in R. Your data may contain dates as a string of characters (class &lt;code&gt;&amp;lt;chr&amp;gt;&lt;/code&gt;), and you need to convert them to date objects before you can do any kind of analysis.&lt;/p&gt;
&lt;div id=&#34;lubridate-to-convert-strings-to-date-objects&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;code&gt;lubridate&lt;/code&gt; to convert strings to &lt;code&gt;Date&lt;/code&gt; objects&lt;/h2&gt;
&lt;p&gt;Let us look at an example: We will define Christmas as a string in various formats and will then try to convert it to a &lt;code&gt;Date&lt;/code&gt; object so we can manipulate it.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;library(lubridate)

today &amp;lt;-  Sys.Date()
today&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;2020-08-25&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;class(today)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Date&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;date1 &amp;lt;-  &amp;quot;25-12-2020&amp;quot;
date2 &amp;lt;-  &amp;quot;12-25-2020&amp;quot;
date3 &amp;lt;-  &amp;quot;2000-12-25&amp;quot;
date4 &amp;lt;-  &amp;quot;Dec 25, 2020&amp;quot;

class(date1)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;character&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;class(date4)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;character&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# dmy: day-month-year
xmas1 &amp;lt;- lubridate::dmy(date1)
class(xmas1)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Date&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# mdy: month-day-year
xmas2 &amp;lt;- lubridate::mdy(date2)
class(xmas2)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Date&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# ymd: year-month-date, ISO8601 standard
# https://en.wikipedia.org/wiki/ISO_8601
xmas3 &amp;lt;- ymd(date3)
class(xmas3)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Date&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# mdy: month-day-year
xmas4 &amp;lt;- lubridate::mdy(date4)
class(xmas4)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Date&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# once we have it as a Data object, we can do calculations...
xmas1 - today&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Time difference of 122 days&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# ... but these calculations will not work if the date is a string (character) 
date1 - today&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Error in `-.Date`(date1, today): can only subtract from &amp;quot;Date&amp;quot; objects&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;on-your-own&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;strong&gt;On your own&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;We’ll use data from &lt;a href=&#34;http://www.tfl.gov.uk&#34; class=&#34;uri&#34;&gt;http://www.tfl.gov.uk&lt;/a&gt; to analyse usage of the London Bike Sharing scheme. This data has already been downloaded for you and exists in a &lt;code&gt;CSV&lt;/code&gt; (Comma Separated Values), along with weather information.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;bike &amp;lt;- read_csv(here::here(&amp;quot;data&amp;quot;, &amp;quot;londonBikes.csv&amp;quot;))&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;glimpse(bike)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Rows: 3,439
## Columns: 14
## $ date          &amp;lt;chr&amp;gt; &amp;quot;01-01-11&amp;quot;, &amp;quot;02-01-11&amp;quot;, &amp;quot;03-01-11&amp;quot;, &amp;quot;04-01-11&amp;quot;, &amp;quot;05-0...
## $ bikes_hired   &amp;lt;dbl&amp;gt; 4555, 6250, 7262, 13430, 13757, 9595, 9294, 9338, 105...
## $ season        &amp;lt;dbl&amp;gt; 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,...
## $ max_temp      &amp;lt;dbl&amp;gt; 7.2, 4.0, 2.9, NA, 7.1, NA, 10.8, 10.4, 7.2, 8.9, 8.3...
## $ min_temp      &amp;lt;dbl&amp;gt; NA, NA, NA, 0.3, 3.8, NA, 1.0, NA, NA, -1.9, NA, 3.7,...
## $ avg_temp      &amp;lt;dbl&amp;gt; 5.6, 2.9, 1.4, 2.7, 5.6, 4.1, 6.1, 6.9, 3.1, 4.3, 5.8...
## $ avg_humidity  &amp;lt;dbl&amp;gt; 84, 79, 80, 87, 84, 92, 92, 82, 79, 87, 82, 89, 89, 8...
## $ avg_pressure  &amp;lt;dbl&amp;gt; 1025, 1028, 1024, 1013, 1000, 996, 999, 997, 1012, 10...
## $ avg_windspeed &amp;lt;dbl&amp;gt; 10, 8, 6, 6, 19, 5, 11, 23, 16, 14, 16, 16, 23, 24, 2...
## $ rainfall_mm   &amp;lt;dbl&amp;gt; 0.0, 0.5, 0.0, 0.0, 0.0, 0.5, 11.4, 13.0, 1.0, 0.0, 7...
## $ rain          &amp;lt;lgl&amp;gt; TRUE, FALSE, FALSE, TRUE, TRUE, TRUE, TRUE, TRUE, FAL...
## $ fog           &amp;lt;lgl&amp;gt; FALSE, FALSE, FALSE, FALSE, FALSE, TRUE, TRUE, FALSE,...
## $ thunderstorm  &amp;lt;lgl&amp;gt; FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALS...
## $ snow          &amp;lt;lgl&amp;gt; FALSE, FALSE, TRUE, FALSE, FALSE, TRUE, FALSE, FALSE,...&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;code&gt;date&lt;/code&gt; is a character string, and is given as 01-01-2011, 02-01-2011, 03-01-2011, meaning 1st, 2nd, 3rd of January, etc. In other words, the format of the string is &lt;code&gt;dmy&lt;/code&gt;, or day-month-year.&lt;/p&gt;
&lt;!---LEARNR s1_ex6_dates--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;s1_ex6_dates&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s1_ex6_dates/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;script&gt;
  iFrameResize({}, &#34;.interactive&#34;);
&lt;/script&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Handling dates/times</title>
      <link>https://usi-emba-analytics.netlify.app/learn/learn_lubridate/</link>
      <pubDate>Mon, 27 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/learn/learn_lubridate/</guid>
      <description>
&lt;script src=&#34;https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/3.5.16/iframeResizer.min.js&#34; type=&#34;text/javascript&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#lubridate-to-convert-strings-to-date-objects&#34;&gt;&lt;code&gt;lubridate&lt;/code&gt; to convert strings to &lt;code&gt;Date&lt;/code&gt; objects&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#on-your-own&#34;&gt;&lt;strong&gt;On your own&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;p&gt;The &lt;code&gt;lubridate&lt;/code&gt; package is one of the most useful packages to handle dates and times in R. Your data may contain dates as a string of characters (class &lt;code&gt;&amp;lt;chr&amp;gt;&lt;/code&gt;), and you need to convert them to date objects before you can do any kind of analysis.&lt;/p&gt;
&lt;div id=&#34;lubridate-to-convert-strings-to-date-objects&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;code&gt;lubridate&lt;/code&gt; to convert strings to &lt;code&gt;Date&lt;/code&gt; objects&lt;/h2&gt;
&lt;p&gt;Let us look at an example: We will define Christmas as a string in various formats and will then try to convert it to a &lt;code&gt;Date&lt;/code&gt; object so we can manipulate it.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;library(lubridate)

today &amp;lt;-  Sys.Date()
today&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;2020-08-05&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;class(today)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Date&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;date1 &amp;lt;-  &amp;quot;25-12-2020&amp;quot;
date2 &amp;lt;-  &amp;quot;12-25-2020&amp;quot;
date3 &amp;lt;-  &amp;quot;2000-12-25&amp;quot;
date4 &amp;lt;-  &amp;quot;Dec 25, 2020&amp;quot;

class(date1)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;character&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;class(date4)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;character&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# dmy: day-month-year
xmas1 &amp;lt;- lubridate::dmy(date1)
class(xmas1)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Date&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# mdy: month-day-year
xmas2 &amp;lt;- lubridate::mdy(date2)
class(xmas2)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Date&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# ymd: year-month-date, ISO8601 standard
# https://en.wikipedia.org/wiki/ISO_8601
xmas3 &amp;lt;- ymd(date3)
class(xmas3)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Date&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# mdy: month-day-year
xmas4 &amp;lt;- lubridate::mdy(date4)
class(xmas4)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Date&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# once we have it as a Data object, we can do calculations...
xmas1 - today&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Time difference of 142 days&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# ... but these calculations will not work if the date is a string (character) 
date1 - today&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Error in `-.Date`(date1, today): can only subtract from &amp;quot;Date&amp;quot; objects&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;on-your-own&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;strong&gt;On your own&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;We’ll use data from &lt;a href=&#34;http://www.tfl.gov.uk&#34; class=&#34;uri&#34;&gt;http://www.tfl.gov.uk&lt;/a&gt; to analyse usage of the London Bike Sharing scheme. This data has already been downloaded for you and exists in a &lt;code&gt;CSV&lt;/code&gt; (Comma Separated Values), along with weather information.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;bike &amp;lt;- read_csv(here::here(&amp;quot;data&amp;quot;, &amp;quot;londonBikes.csv&amp;quot;))&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;glimpse(bike)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Rows: 3,439
## Columns: 14
## $ date          &amp;lt;chr&amp;gt; &amp;quot;01-01-11&amp;quot;, &amp;quot;02-01-11&amp;quot;, &amp;quot;03-01-11&amp;quot;, &amp;quot;04-01-11&amp;quot;, &amp;quot;05-0...
## $ bikes_hired   &amp;lt;dbl&amp;gt; 4555, 6250, 7262, 13430, 13757, 9595, 9294, 9338, 105...
## $ season        &amp;lt;dbl&amp;gt; 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,...
## $ max_temp      &amp;lt;dbl&amp;gt; 7.2, 4.0, 2.9, NA, 7.1, NA, 10.8, 10.4, 7.2, 8.9, 8.3...
## $ min_temp      &amp;lt;dbl&amp;gt; NA, NA, NA, 0.3, 3.8, NA, 1.0, NA, NA, -1.9, NA, 3.7,...
## $ avg_temp      &amp;lt;dbl&amp;gt; 5.6, 2.9, 1.4, 2.7, 5.6, 4.1, 6.1, 6.9, 3.1, 4.3, 5.8...
## $ avg_humidity  &amp;lt;dbl&amp;gt; 84, 79, 80, 87, 84, 92, 92, 82, 79, 87, 82, 89, 89, 8...
## $ avg_pressure  &amp;lt;dbl&amp;gt; 1025, 1028, 1024, 1013, 1000, 996, 999, 997, 1012, 10...
## $ avg_windspeed &amp;lt;dbl&amp;gt; 10, 8, 6, 6, 19, 5, 11, 23, 16, 14, 16, 16, 23, 24, 2...
## $ rainfall_mm   &amp;lt;dbl&amp;gt; 0.0, 0.5, 0.0, 0.0, 0.0, 0.5, 11.4, 13.0, 1.0, 0.0, 7...
## $ rain          &amp;lt;lgl&amp;gt; TRUE, FALSE, FALSE, TRUE, TRUE, TRUE, TRUE, TRUE, FAL...
## $ fog           &amp;lt;lgl&amp;gt; FALSE, FALSE, FALSE, FALSE, FALSE, TRUE, TRUE, FALSE,...
## $ thunderstorm  &amp;lt;lgl&amp;gt; FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALS...
## $ snow          &amp;lt;lgl&amp;gt; FALSE, FALSE, TRUE, FALSE, FALSE, TRUE, FALSE, FALSE,...&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;code&gt;date&lt;/code&gt; is a character string, and is given as 01-01-2011, 02-01-2011, 03-01-2011, meaning 1st, 2nd, 3ed of January, etc. In other words, the format of the string is &lt;code&gt;dmy&lt;/code&gt;, or day-month-year.&lt;/p&gt;
&lt;!---LEARNR s1_ex6_dates--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;s1_ex6_dates&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s1_ex6_dates/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;script&gt;
  iFrameResize({}, &#34;.interactive&#34;);
&lt;/script&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Model diagnostics</title>
      <link>https://usi-emba-analytics.netlify.app/exercise/modelling_diagnostics-exercise/</link>
      <pubDate>Sat, 25 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/exercise/modelling_diagnostics-exercise/</guid>
      <description>



</description>
    </item>
    
    <item>
      <title>Model diagnostics</title>
      <link>https://usi-emba-analytics.netlify.app/learn/learn_modelling_diagnostics/</link>
      <pubDate>Sat, 25 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/learn/learn_modelling_diagnostics/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#autoplotmodel&#34;&gt;autoplot(model)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;autoplotmodel&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;autoplot(model)&lt;/h2&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Reshape data</title>
      <link>https://usi-emba-analytics.netlify.app/exercise/reshape-exercise/</link>
      <pubDate>Sat, 25 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/exercise/reshape-exercise/</guid>
      <description>
&lt;script src=&#34;https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/3.5.16/iframeResizer.min.js&#34; type=&#34;text/javascript&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#pivot_longer---pivot_wider-to-make-a-wide-dataset-long-and-vice-versa&#34;&gt;&lt;code&gt;pivot_longer()&lt;/code&gt; - &lt;code&gt;pivot_wider&lt;/code&gt; to make a &lt;em&gt;wide&lt;/em&gt; dataset &lt;em&gt;long&lt;/em&gt; and vice-versa&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#left_join-to-join-tables-on-columns&#34;&gt;&lt;code&gt;left_join()&lt;/code&gt; to join tables on columns&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#bind_rows-to-combine-rows-from-two-or-more-datasets&#34;&gt;&lt;code&gt;bind_rows()&lt;/code&gt; to combine rows from two or more datasets&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;pivot_longer---pivot_wider-to-make-a-wide-dataset-long-and-vice-versa&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;code&gt;pivot_longer()&lt;/code&gt; - &lt;code&gt;pivot_wider&lt;/code&gt; to make a &lt;em&gt;wide&lt;/em&gt; dataset &lt;em&gt;long&lt;/em&gt; and vice-versa&lt;/h2&gt;
&lt;p&gt;The &lt;a href=&#34;https://data.un.org/&#34;&gt;United Nations have all sorts of data&lt;/a&gt;. For this example, we will work with data on tourist/visitor arrivals and tourism expenditure. The dataframe &lt;code&gt;un_tourism_data&lt;/code&gt; has been loaded into memory, and contains data on tourist arrivals (in thousands) and tourism expenditure (in millions of US$). We would like to calculate spending per tourist and see how some of the top tourist destinations compare&lt;/p&gt;
&lt;p&gt;You have to:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Convert &lt;code&gt;un_tourism_data&lt;/code&gt; from long to wide format; you need to do this to create the new variable &lt;code&gt;spending_per_tourist&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;clean column names&lt;/li&gt;
&lt;li&gt;rename columns to “tourism_expenditure” and “tourist_arrivals”&lt;/li&gt;
&lt;li&gt;remove rows where tourism expenditure or arrivals are &lt;code&gt;NA&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;create a new column where you calculate spending per tourist (remember expenditure is in millions and arrival is in thousands)&lt;/li&gt;
&lt;/ol&gt;
&lt;!---LEARNR s4_ex1_pivotwide--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;s4_ex1_pivotwide&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s4_ex1_pivotwide&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;p&gt;You have successfully calculated spending per tourist. We are now faced with the challenge of producing a plot that looks like this&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/tourist_arrivals_spending.png&#34; width=&#34;100%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;The best way to get this plot is to first reshape the dataframe from wide to long, and then apply your ggplot skills.&lt;/p&gt;
&lt;!---LEARNR s4_ex2_pivotlong--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;s4_ex2_pivotlong&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s4_ex2_pivotlong&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;/div&gt;
&lt;div id=&#34;left_join-to-join-tables-on-columns&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;code&gt;left_join()&lt;/code&gt; to join tables on columns&lt;/h2&gt;
&lt;p&gt;We have loaded into memory two dataframes &lt;code&gt;countries&lt;/code&gt; and &lt;code&gt;matches&lt;/code&gt; that contain matches played in various European football (soccer) leagues over a number of years. We want to join the two dataframes, so we can see the name, rather than an ID of the league. We also want to calculate the average number of goals per game in each league and plot those averages for all seasons.&lt;/p&gt;
&lt;!---LEARNR s4_ex3_joins--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;s4_ex3_joins&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s4_ex3_joins&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;/div&gt;
&lt;div id=&#34;bind_rows-to-combine-rows-from-two-or-more-datasets&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;code&gt;bind_rows()&lt;/code&gt; to combine rows from two or more datasets&lt;/h2&gt;
&lt;p&gt;We have three distinct dataframes, england_matches, germany_matches, and italy_matches that contain data on each country. We need to combine these three datasets into one, and sort it in ascending order by date.&lt;/p&gt;
&lt;!---LEARNR s4_ex4_bindrows--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;s4_ex4_bindrows&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s4_ex4_bindrows&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;script&gt;
  iFrameResize({}, &#34;.interactive&#34;);
&lt;/script&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Reshape data</title>
      <link>https://usi-emba-analytics.netlify.app/learn/learn_reshape/</link>
      <pubDate>Sat, 25 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/learn/learn_reshape/</guid>
      <description>
&lt;script src=&#34;https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/3.5.16/iframeResizer.min.js&#34; type=&#34;text/javascript&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#pivot_longer---pivot_wider-to-make-a-wide-dataset-long-and-vice-versa&#34;&gt;&lt;code&gt;pivot_longer()&lt;/code&gt; - &lt;code&gt;pivot_wider&lt;/code&gt; to make a &lt;em&gt;wide&lt;/em&gt; dataset &lt;em&gt;long&lt;/em&gt; and vice-versa&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#left_join-to-join-tables-on-columns&#34;&gt;&lt;code&gt;left_join()&lt;/code&gt; to join tables on columns&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#bind_rows-to-combine-rows-from-two-or-more-datasets&#34;&gt;&lt;code&gt;bind_rows()&lt;/code&gt; to combine rows from two or more datasets&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;pivot_longer---pivot_wider-to-make-a-wide-dataset-long-and-vice-versa&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;code&gt;pivot_longer()&lt;/code&gt; - &lt;code&gt;pivot_wider&lt;/code&gt; to make a &lt;em&gt;wide&lt;/em&gt; dataset &lt;em&gt;long&lt;/em&gt; and vice-versa&lt;/h2&gt;
&lt;p&gt;The &lt;a href=&#34;https://data.un.org/&#34;&gt;United Nations have all sorts of data&lt;/a&gt;. For this example, we will work with data on tourist/visitor arrivals and tourism expenditure. The dataframe &lt;code&gt;un_tourism_data&lt;/code&gt; has been loaded into memory, and contains data on tourist arrivals (in thousands) and tourism expenditure (in millions of US$). We would like to calculate spending per tourist and see how some of the top tourist destinations compare&lt;/p&gt;
&lt;p&gt;You have to:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Convert &lt;code&gt;un_tourism_data&lt;/code&gt; from long to wide format; you need to do this to create the new variable &lt;code&gt;spending_per_tourist&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;clean column names&lt;/li&gt;
&lt;li&gt;rename columns to “tourism_expenditure” and “tourist_arrivals”&lt;/li&gt;
&lt;li&gt;remove rows where tourism expenditure or arrivals are &lt;code&gt;NA&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;create a new column where you calculate spending per tourist (remember expenditure is in millions and arrival is in thousands)&lt;/li&gt;
&lt;/ol&gt;
&lt;!---LEARNR s4_ex1_pivotwide--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;s4_ex1_pivotwide&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s4_ex1_pivotwide&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;p&gt;You have succesfully calculated spending per tourist. We are now faced with the challenge of producing a plot that looks like this&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/tourist_arrivals_spending.png&#34; width=&#34;100%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;The best way to get this plot is to first reshape the dataframe from wide to long, and then apply your ggplot skills.&lt;/p&gt;
&lt;!---LEARNR s4_ex2_pivotlong--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;s4_ex2_pivotlong&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s4_ex2_pivotlong&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;/div&gt;
&lt;div id=&#34;left_join-to-join-tables-on-columns&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;code&gt;left_join()&lt;/code&gt; to join tables on columns&lt;/h2&gt;
&lt;p&gt;We have loaded into memory two dataframes &lt;code&gt;countries&lt;/code&gt; and &lt;code&gt;matches&lt;/code&gt; that contain matches played in various European football (soccer) leagues over a number of years. We want to join the two dataframes, so we can see the name, rather than an ID of the league. We also want to calculate the average number of goals per game in each league and plot those averages for all seasons.&lt;/p&gt;
&lt;!---LEARNR s4_ex3_joins--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;s4_ex3_joins&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s4_ex3_joins&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;/div&gt;
&lt;div id=&#34;bind_rows-to-combine-rows-from-two-or-more-datasets&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;code&gt;bind_rows()&lt;/code&gt; to combine rows from two or more datasets&lt;/h2&gt;
&lt;p&gt;We have three distinct dataframes, england_matches, germany_matches, and italy_matches that contain data on each country. We need to combine these three datasets into one, and sort it in ascending order by date.&lt;/p&gt;
&lt;!---LEARNR s4_ex4_bindrows--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;s4_ex4_bindrows&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/s4_ex4_bindrows&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;script&gt;
  iFrameResize({}, &#34;.interactive&#34;);
&lt;/script&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>H-E-L-P!</title>
      <link>https://usi-emba-analytics.netlify.app/reference/reference_help/</link>
      <pubDate>Sat, 25 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/reference/reference_help/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#overwiew&#34;&gt;Overwiew&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#error-messages-in-r&#34;&gt;Error messages in R&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#failure-and-the-15-minute-rule&#34;&gt;Failure, and the 15 minute rule&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#the-reprex-package&#34;&gt;The &lt;code&gt;reprex&lt;/code&gt; package&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#reprex-with-copy-paste&#34;&gt;&lt;code&gt;reprex&lt;/code&gt; with copy-paste&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#reprex-directly-with-the-reprex-command&#34;&gt;&lt;code&gt;reprex&lt;/code&gt; directly with the reprex() command&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#further-resources&#34;&gt;Further Resources&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;overwiew&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Overwiew&lt;/h2&gt;
&lt;p&gt;I recently got an ad on my phone trying to sell me a service to &lt;em&gt;become a data scientist in a month&lt;/em&gt;. This may make you think that doing data science with R is an easy, straight-forward process.&lt;/p&gt;
&lt;p&gt;&lt;font size=&#34;+2&#34;&gt;&lt;strong&gt;It is not.&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/learn_new_tools.png&#34; width=&#34;80%&#34; /&gt;&lt;/p&gt;
&lt;blockquote class=&#34;twitter-tweet&#34; data-lang=&#34;en&#34;&gt;
&lt;p lang=&#34;en&#34; dir=&#34;ltr&#34;&gt;
Any time I have been struggling to learn a new tool/technology/software … I go back to this short clip I cut out of &lt;span class=&#34;citation&#34;&gt;@hadleywickham&lt;/span&gt;’s 2014 &lt;span class=&#34;citation&#34;&gt;@user2014_ucla&lt;/span&gt; tutorial on Dplyr to motivate myself to keep pushing through … learning new tools is hard for everyone at the beginning!- Brain AMA
&lt;/p&gt;
— Aliakbar Akbaritabar (Ali) (&lt;span class=&#34;citation&#34;&gt;@Akbaritabar&lt;/span&gt;) &lt;a href=&#34;https://twitter.com/Akbaritabar/status/1022057084802748416&#34;&gt;July 25, 2018&lt;/a&gt;
&lt;/blockquote&gt;
&lt;p&gt;You will stumble, get frustrated, lost, and confused, make (silly) mistakes even when you think you know stuff, not understand how to perform a task, not understand why your code is generating an error, etc. It still happens to me all the time, and I am still googling really basic stuff about R, even after quite a few years using it. But as &lt;a href=&#34;https://www.youtube.com/watch?v=ZS8QHRtzcPg&#34; target=&#34;_blank&#34;&gt;Alfred so helpfully points out to Bruce Wayne in &lt;em&gt;Batman Begins&lt;/em&gt;&lt;/a&gt;, do not fall to pieces when you fail. Instead, learn to pick yourself up, learn from experience, practice more, and get better.&lt;/p&gt;
&lt;p&gt;Back in 2018, Hadley Wickham, one the major driving forces behind the tidyverse, &lt;a href=&#34;https://www.youtube.com/watch?v=go5Au01Jrvs&#34; target=&#34;_blank&#34;&gt;recorded a video of his live analysis&lt;/a&gt; of a dataset with the goal of demonstrating his approach.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/hadley_live.png&#34; width=&#34;80%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;It’s great to see Hadley, a true expert, undertake data analysis; he makes quite a few mistakes in this video and he even forgets the arguments for routines/packages he has written! But it’s even more powerful that he shrugs off the mistake, corrects it, and moves forward.&lt;/p&gt;
&lt;p&gt;Even more interesting is to see Hadley, the author of the &lt;code&gt;ggplot2&lt;/code&gt; package, admit to using Google to look things up in… &lt;code&gt;ggplot2&lt;/code&gt;!&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/hadley_ggplot_google.png&#34; width=&#34;80%&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;error-messages-in-r&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Error messages in R&lt;/h2&gt;
&lt;p&gt;Error messages are a normal part of working in R, not a sign you are bad. To make matters worse, R will alert you with red letters not just for errors, but for warnings, too. It helps to learn relatively early on how to decipher these messages and what common ones mean.&lt;/p&gt;
&lt;p&gt;First, if after typing a command you see red letters, don’t panic– it may just be a warning, and most of the times you can ignore them or worry about them later.&lt;/p&gt;
&lt;p&gt;But you will get errors (in red letters too!) As an example let me try to read a CSV file using the read_csv function&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/error1.png&#34; width=&#34;80%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;There are three main parts to an error:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;The declaration that it is an Error, and not a Warning&lt;/li&gt;
&lt;li&gt;The location of the error: it is in the &lt;code&gt;read_csv(&#34;myfile.csv&#34;)&lt;/code&gt; line of my code&lt;/li&gt;
&lt;li&gt;The issue my code caused: &lt;code&gt;could not find function &#34;read_csv&#34;&lt;/code&gt;, as I asked R to use a function from the &lt;code&gt;readr&lt;/code&gt; package but forgot to load it.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Let me try again.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/error2.png&#34; width=&#34;80%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;The error given now is again produced by the same &lt;code&gt;read_csv&lt;/code&gt; function, but the error is that the CSV file does not exist in the working directory.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;failure-and-the-15-minute-rule&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Failure, and the 15 minute rule&lt;/h2&gt;
&lt;p&gt;It’s good practice to follow the &lt;strong&gt;15 minute rule&lt;/strong&gt;. If you encounter a problem in your work, spend 15 minutes troubleshooting the problem on your own; &lt;a href=&#34;https://www.google.com&#34;&gt;Google&lt;/a&gt;, &lt;a href=&#34;https://support.rstudio.com/hc/en-us&#34;&gt;RStudio Support&lt;/a&gt;, and &lt;a href=&#34;http://stackoverflow.com/&#34;&gt;StackOverflow&lt;/a&gt; are good places to look for answers. So if you google your error message, you will find that 99% of the time someone has had the same error message and the solution is on stackoverflow.&lt;/p&gt;
&lt;p&gt;However, if after 15 minutes you still cannot solve the problem, &lt;strong&gt;ask for help&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/15min_rule.png&#34; width=&#34;60%&#34; /&gt;&lt;/p&gt;
&lt;blockquote class=&#34;twitter-tweet&#34; data-lang=&#34;en&#34;&gt;
&lt;p lang=&#34;en&#34; dir=&#34;ltr&#34;&gt;
15 min rule: when stuck, you HAVE to try on your own for 15 min; after 15 min, you HAVE to ask for help.- Brain AMA
&lt;/p&gt;
— Rachel Thomas (&lt;span class=&#34;citation&#34;&gt;@math_rachel&lt;/span&gt;) &lt;a href=&#34;https://twitter.com/math_rachel/status/764931533383749632&#34;&gt;August 15, 2016&lt;/a&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;div id=&#34;the-reprex-package&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;The &lt;code&gt;reprex&lt;/code&gt; package&lt;/h2&gt;
&lt;p&gt;How should you ask for help? You must provide enough information so others can understand what is the issue with your code and try to reproduce the issue on their own computer.Stackoverflow provides advice not only on technical questions but also on how to ask good questions! A very popular post addresses &lt;a href=&#34;https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example&#34;&gt;how to make a great R reproducible example&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/reprex.png&#34; width=&#34;80%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;The &lt;a href=&#34;https://reprex.tidyverse.org/index.html&#34;&gt;&lt;code&gt;reprex&lt;/code&gt; package&lt;/a&gt;, written by Jenny Bryan, was developed to help create &lt;strong&gt;repr&lt;/strong&gt;oducible &lt;strong&gt;ex&lt;/strong&gt;amples, so others can reproduce your code, run it, and see where the issue is.&lt;/p&gt;
&lt;div id=&#34;reprex-with-copy-paste&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;&lt;code&gt;reprex&lt;/code&gt; with copy-paste&lt;/h3&gt;
&lt;p&gt;Reprex works with whatever is currently saved on your clipboard. The easiest way to use &lt;code&gt;reprex&lt;/code&gt; is to highlight with your mouse the part of code that gives you an error and copy it to your clipboard using Command+c (Mac) or Control+c(Windows)).&lt;/p&gt;
&lt;p&gt;Now that the code has been highlighted, you can easily just type &lt;code&gt;reprex()&lt;/code&gt; and the reprex code will now be on the clipboard, which means you can paste it directly into a new Rmd file&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;x &amp;lt;- 1:10
mean(x)
#&amp;gt; [1] 5.5&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;reprex-directly-with-the-reprex-command&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;&lt;code&gt;reprex&lt;/code&gt; directly with the reprex() command&lt;/h3&gt;
&lt;p&gt;Besides copy-and-paste which is the easiest way to use reprex, you can include the code you want to share ore debug directly into the reprex() command. Let us look at a few examples.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;reprex(gapminder %&amp;gt;% summarise(lifeExp))
#&amp;gt; Error in gapminder %&amp;gt;% summarise(lifeExp): could not find function &amp;quot;%&amp;gt;%&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;sup&gt;Created on 2019-07-16 by the &lt;a href=&#34;https://reprex.tidyverse.org&#34;&gt;reprex package&lt;/a&gt; (v0.3.0)&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/reprex1.png&#34; width=&#34;80%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;The error message given is that it cannot find the pipe operator &lt;code&gt;%&amp;gt;%&lt;/code&gt;, as we haven’t given the &lt;code&gt;library(dplyr)&lt;/code&gt; command. &lt;code&gt;reprex&lt;/code&gt; will ensure that all the necessary data and packages are loaded. The information above is now automatically stored on your clipboard, and you can paste it directly (with Ctrl/Cmd+c) as needed.&lt;/p&gt;
&lt;p&gt;Let us load the library and try again.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;reprex({library(dplyr); gapminder %&amp;gt;% summarise(lifeExp)})
#&amp;gt; 
#&amp;gt; Attaching package: &amp;#39;dplyr&amp;#39;
#&amp;gt; The following objects are masked from &amp;#39;package:stats&amp;#39;:
#&amp;gt; 
#&amp;gt;     filter, lag
#&amp;gt; The following objects are masked from &amp;#39;package:base&amp;#39;:
#&amp;gt; 
#&amp;gt;     intersect, setdiff, setequal, union
#&amp;gt; Error in eval(lhs, parent, parent): object &amp;#39;gapminder&amp;#39; not found&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/reprex2.png&#34; width=&#34;80%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;dplyr&lt;/code&gt; is ok now, and the pipe operator works, but we now realise that the &lt;code&gt;gapminder&lt;/code&gt; package has not been loaded; let’s try again.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;reprex({library(dplyr); library(gapminder); gapminder %&amp;gt;% summarise(lifeExp)}
#&amp;gt; 
#&amp;gt; Attaching package: &amp;#39;dplyr&amp;#39;
#&amp;gt; The following objects are masked from &amp;#39;package:stats&amp;#39;:
#&amp;gt; 
#&amp;gt;     filter, lag
#&amp;gt; The following objects are masked from &amp;#39;package:base&amp;#39;:
#&amp;gt; 
#&amp;gt;     intersect, setdiff, setequal, union
#&amp;gt; Error: Column `lifeExp` must be length 1 (a summary value), not 1704&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/reprex3.png&#34; width=&#34;80%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;The error we get relates to the use of the &lt;code&gt;summarise&lt;/code&gt; function; this function summarises many values into a single summary, like mean, min, median, etc. R tells us that &lt;code&gt;lifeExp&lt;/code&gt; must be of length 1 (a single summary value) rather than
1704 values which is how many values &lt;code&gt;lifeExp&lt;/code&gt; has.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;further-resources&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Further Resources&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;http://rex-analytics.com/decoding-error-messages-r/&#34;&gt;Decoding error messages in R&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://reprex.tidyverse.org/index.html&#34;&gt;&lt;code&gt;reprex&lt;/code&gt; vignette&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://cran.r-project.org/web/packages/reprex/vignettes/reprex-dos-and-donts.html&#34;&gt;&lt;code&gt;reprex&lt;/code&gt; do’s and dont’s&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Using SQL within R</title>
      <link>https://usi-emba-analytics.netlify.app/reference/reference_sql/</link>
      <pubDate>Tue, 11 Aug 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/reference/reference_sql/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#sql-and-dbplyr&#34;&gt;SQL and &lt;code&gt;dbplyr&lt;/code&gt;&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#sql-commands-vs-dplyr-verbs&#34;&gt;SQL commands vs dplyr verbs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#establish-a-connection-with-the-sqlite-database&#34;&gt;Establish a connection with the SQLite database&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#database-objects-or-tibbles&#34;&gt;Database objects or tibbles?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#querying-the-database-with-dbplyr&#34;&gt;Querying the database with &lt;code&gt;dbplyr&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#generate-the-actual-sql-commands&#34;&gt;Generate the actual SQL commands&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#run-sql-query-and-retrieve-results&#34;&gt;Run SQL query and retrieve results&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#other-references&#34;&gt;Other references&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;sql-and-dbplyr&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;SQL and &lt;code&gt;dbplyr&lt;/code&gt;&lt;/h1&gt;
&lt;p&gt;This sort note will teach you the basics of using SQL databases with R. Sometimes, you have a massive dataset, made up of many different dataframes (or &lt;em&gt;tables&lt;/em&gt; in SQL jargon), that would crash your computer’s memory if you try to load it. To interact with any database you typically use &lt;strong&gt;SQL&lt;/strong&gt;, the Structured Query Language.&lt;/p&gt;
&lt;p&gt;Rather than writing SQL commands, the &lt;code&gt;dbplyr&lt;/code&gt; package automatically generates SQL commands from dplyr sequences. However, please keep in mind that SQL is a very large language, and &lt;code&gt;dbplyr&lt;/code&gt; doesn’t do everything, but you can still get a lot out of it.&lt;/p&gt;
&lt;div id=&#34;sql-commands-vs-dplyr-verbs&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;SQL commands vs dplyr verbs&lt;/h2&gt;
&lt;p&gt;One of the advantages of learning about tidy data and &lt;code&gt;dplyr&lt;/code&gt; is that with dplyr verbs you can replicate a lot of what SQL does.&lt;/p&gt;
&lt;table&gt;
&lt;colgroup&gt;
&lt;col width=&#34;50%&#34; /&gt;
&lt;col width=&#34;50%&#34; /&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th&gt;&lt;code&gt;SQL&lt;/code&gt; command…&lt;/th&gt;
&lt;th&gt;… translate to &lt;code&gt;dplyr&lt;/code&gt; verb&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;SELECT&lt;/td&gt;
&lt;td&gt;&lt;p&gt;&lt;code&gt;select()&lt;/code&gt; for columns&lt;/p&gt;
&lt;p&gt;&lt;code&gt;mutate()&lt;/code&gt; for expressions&lt;/p&gt;
&lt;p&gt;&lt;code&gt;summarise()&lt;/code&gt; for aggregates&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;FROM&lt;/td&gt;
&lt;td&gt;which dataframe to use&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;WHERE&lt;/td&gt;
&lt;td&gt;&lt;code&gt;filter()&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;GROUP_BY&lt;/td&gt;
&lt;td&gt;&lt;code&gt;group_by()&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;ORDER_BY&lt;/td&gt;
&lt;td&gt;&lt;code&gt;arrange()&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;LIMIT&lt;/td&gt;
&lt;td&gt;&lt;code&gt;head()&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div id=&#34;establish-a-connection-with-the-sqlite-database&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Establish a connection with the SQLite database&lt;/h2&gt;
&lt;p&gt;We will use the &lt;a href=&#34;https://www.kaggle.com/hugomathien/soccer&#34;&gt;European Soccer Database&lt;/a&gt; that has more than 25,000 matches and more than 11,000 players. We first need to establish a connection with the SQL database. Unlike dataframes that we just load into memory, the size of some SQL databases prohibits loading the entire database into memory. Although this soccer database is a locally saved file, we would use a similar connection into any SQL database over the internet&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# set up a connection to sqlite database
football_db &amp;lt;- DBI::dbConnect(
  drv = RSQLite::SQLite(),
  dbname = &amp;quot;database.sqlite&amp;quot;
)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The general code for connecting to a remote database is:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;connection_to_db &amp;lt;- DBI::dbConnect(
  drv = [database driver, eg odbc::odbc()],
  dbname = &amp;quot;database_name&amp;quot;,
  user = &amp;quot;User_ID&amp;quot;,
  password = &amp;quot;Password&amp;quot;,
  host = &amp;quot;host name&amp;quot;, (default=local connection)
  port = &amp;quot;port number&amp;quot; (default=local connection)
)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;That’s pretty much it - R now has a direct connection to the database and you can start making queries.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;database-objects-or-tibbles&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Database objects or tibbles?&lt;/h2&gt;
&lt;p&gt;Now, an SQL database will typically contain multiple &lt;em&gt;tables&lt;/em&gt;. You can think of these &lt;em&gt;tables&lt;/em&gt; as R data frames (or tibbles). What are the tables in the soccer database? We can browse the tables in the database using &lt;code&gt;DBI::dbListTables()&lt;/code&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;DBI::dbListTables(football_db)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;Country&amp;quot;           &amp;quot;League&amp;quot;            &amp;quot;Match&amp;quot;            
## [4] &amp;quot;Player&amp;quot;            &amp;quot;Player_Attributes&amp;quot; &amp;quot;Team&amp;quot;             
## [7] &amp;quot;Team_Attributes&amp;quot;   &amp;quot;sqlite_sequence&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We can easily set these tables up as &lt;strong&gt;database objects&lt;/strong&gt; using &lt;code&gt;dplyr&lt;/code&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;countries &amp;lt;- dplyr::tbl(football_db, &amp;quot;Country&amp;quot;)
leagues &amp;lt;- dplyr::tbl(football_db, &amp;quot;League&amp;quot;)
matches &amp;lt;- dplyr::tbl(football_db, &amp;quot;Match&amp;quot;)
teams &amp;lt;- dplyr::tbl(football_db, &amp;quot;Team&amp;quot;)
team_attributes &amp;lt;- dplyr::tbl(football_db, &amp;quot;Team_Attributes&amp;quot;)
players &amp;lt;- dplyr::tbl(football_db, &amp;quot;Player&amp;quot;)
player_attributes &amp;lt;- dplyr::tbl(football_db, &amp;quot;Player_Attributes&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Each of these tables are SQL database objects in your R session which you can manipulate in the same way as a dataframe.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;class(countries)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;tbl_SQLiteConnection&amp;quot; &amp;quot;tbl_dbi&amp;quot;              &amp;quot;tbl_sql&amp;quot;             
## [4] &amp;quot;tbl_lazy&amp;quot;             &amp;quot;tbl&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;blockquote&gt;
&lt;p&gt;When you define these tables, you are not physically downloading them, just creating a bare minimum extract to work with.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;IF you wanted to handle these as normal dataframes or tibbles, you can simply pipe the database objects to &lt;code&gt;as_tibble()&lt;/code&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;player_attributes_df &amp;lt;- player_attributes %&amp;gt;% as_tibble()
class(player_attributes)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;tbl_SQLiteConnection&amp;quot; &amp;quot;tbl_dbi&amp;quot;              &amp;quot;tbl_sql&amp;quot;             
## [4] &amp;quot;tbl_lazy&amp;quot;             &amp;quot;tbl&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;class(player_attributes_df)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;tbl_df&amp;quot;     &amp;quot;tbl&amp;quot;        &amp;quot;data.frame&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Notice the difference between &lt;code&gt;player_atributes&lt;/code&gt;, a database object, and &lt;code&gt;player_atributes_df&lt;/code&gt;, a ‘regular’ dataframe/tibble.&lt;/p&gt;
&lt;p&gt;Now that we have player attributes as a dataframe, we can handle it the usual way and, e.g., build a scatterplot/correlation matrix wth &lt;code&gt;ggpairs()&lt;/code&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;player_attributes_df %&amp;gt;% 
  filter(!is.na(preferred_foot)) %&amp;gt;% 
  select(preferred_foot, ball_control, overall_rating) %&amp;gt;% 
  ggpairs(aes(colour=preferred_foot, alpha = 0.3))+
  scale_colour_manual(values = c(&amp;quot;#67a9cf&amp;quot;,&amp;quot;#ef8a62&amp;quot;))+
  scale_fill_manual(values = c(&amp;quot;#67a9cf&amp;quot;,&amp;quot;#ef8a62&amp;quot;))+
  theme_bw()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/player_attributes.png&#34; width=&#34;60%&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;querying-the-database-with-dbplyr&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Querying the database with &lt;code&gt;dbplyr&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;To create the &lt;code&gt;ggpairs()&lt;/code&gt; plot we had to convert a database table to a dataframe, load it all in the computer’s memory, and then use ggplot. The beauty of working with databases is that we do &lt;strong&gt;NOT&lt;/strong&gt; have to load everything into memory. Instead, all dplyr calls are evaluated lazily, generating SQL code that is only sent to the database when you request the data.&lt;/p&gt;
&lt;p&gt;Let us look at an example. What if we wanted to calculate the average number of goals per league (country) per season and then plot those averages. This seems like a data wrangling exercise we would do with &lt;code&gt;dplyr&lt;/code&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# write dplyr code that will calculate average number of goals per country per season
goals_per_match &amp;lt;-  matches %&amp;gt;%
  group_by(country_id, season) %&amp;gt;%
  summarise(avg_goals = mean(home_team_goal + away_team_goal)) %&amp;gt;%
 
  #do a left_join, so we know the country&amp;#39;s name rather than the country&amp;#39;s ID
  left_join(countries, by = c(&amp;quot;country_id&amp;quot;=&amp;quot;id&amp;quot;)) %&amp;gt;%
  arrange(desc(avg_goals)) %&amp;gt;% 
  ungroup()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;What kind of an object is &lt;code&gt;goals_per_match&lt;/code&gt;?&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#what kind of an object is goals_per_match?
class(goals_per_match)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;tbl_SQLiteConnection&amp;quot; &amp;quot;tbl_dbi&amp;quot;              &amp;quot;tbl_sql&amp;quot;             
## [4] &amp;quot;tbl_lazy&amp;quot;             &amp;quot;tbl&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;code&gt;goals_per_match&lt;/code&gt; is not a dataframe (tibble), but rather a querty to an SQLite database table.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;generate-the-actual-sql-commands&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Generate the actual SQL commands&lt;/h2&gt;
&lt;p&gt;We are familiar with all the &lt;code&gt;dplyr&lt;/code&gt; verbs (filter, select, group_by, summarise, arrange, etc.), but SQL has its own commands, all of which are written in capital letters (is SQL constantly angry and shouting? Who knew…). We can generate the actual SQL commands using &lt;code&gt;dbplyr::sql_render()&lt;/code&gt; or &lt;code&gt;dplyr::show_query()&lt;/code&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# Generate actual SQL commands: We can either use dbplyr::sql_render() or dplyr::show_query()
dbplyr::sql_render(goals_per_match)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## &amp;lt;SQL&amp;gt; SELECT *
## FROM (SELECT `LHS`.`country_id` AS `country_id`, `LHS`.`season` AS `season`, `LHS`.`avg_goals` AS `avg_goals`, `RHS`.`name` AS `name`
## FROM (SELECT `country_id`, `season`, AVG(`home_team_goal` + `away_team_goal`) AS `avg_goals`
## FROM `Match`
## GROUP BY `country_id`, `season`) AS `LHS`
## LEFT JOIN `Country` AS `RHS`
## ON (`LHS`.`country_id` = `RHS`.`id`)
## )
## ORDER BY `avg_goals` DESC&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;goals_per_match %&amp;gt;% show_query()&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## &amp;lt;SQL&amp;gt;
## SELECT *
## FROM (SELECT `LHS`.`country_id` AS `country_id`, `LHS`.`season` AS `season`, `LHS`.`avg_goals` AS `avg_goals`, `RHS`.`name` AS `name`
## FROM (SELECT `country_id`, `season`, AVG(`home_team_goal` + `away_team_goal`) AS `avg_goals`
## FROM `Match`
## GROUP BY `country_id`, `season`) AS `LHS`
## LEFT JOIN `Country` AS `RHS`
## ON (`LHS`.`country_id` = `RHS`.`id`)
## )
## ORDER BY `avg_goals` DESC&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;run-sql-query-and-retrieve-results&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;Run SQL query and retrieve results&lt;/h1&gt;
&lt;p&gt;Now that we have the SQL query we can retrieve the results into a local dataframe (tibble) using &lt;code&gt;collect()&lt;/code&gt;. The main difference is that rather than loading all of the databases in memory, the &lt;code&gt;goals_per_match&lt;/code&gt; goes to the SQL database, collects the necessary data, and only returns&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# execute query and retrieve results in a tibble (dataframe). 
goals_match_tibble &amp;lt;- goals_per_match %&amp;gt;% 
  collect()

#have a look at the resulting dataframe with glimpse() and skim()
glimpse(goals_match_tibble)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Rows: 88
## Columns: 4
## $ country_id &amp;lt;int&amp;gt; 24558, 13274, 13274, 13274, 7809, 13274, 24558, 13274, 2...
## $ season     &amp;lt;chr&amp;gt; &amp;quot;2009/2010&amp;quot;, &amp;quot;2011/2012&amp;quot;, &amp;quot;2010/2011&amp;quot;, &amp;quot;2013/2014&amp;quot;, &amp;quot;201...
## $ avg_goals  &amp;lt;dbl&amp;gt; 3.33, 3.26, 3.23, 3.20, 3.16, 3.15, 3.14, 3.08, 3.00, 2....
## $ name       &amp;lt;chr&amp;gt; &amp;quot;Switzerland&amp;quot;, &amp;quot;Netherlands&amp;quot;, &amp;quot;Netherlands&amp;quot;, &amp;quot;Netherland...&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;skimr::skim(goals_match_tibble)&lt;/code&gt;&lt;/pre&gt;
&lt;table&gt;
&lt;caption&gt;&lt;span id=&#34;tab:unnamed-chunk-9&#34;&gt;Table 1: &lt;/span&gt;Data summary&lt;/caption&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Name&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;goals_match_tibble&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Number of rows&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;88&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Number of columns&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;_______________________&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Column type frequency:&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;character&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;numeric&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;________________________&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Group variables&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;None&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Variable type: character&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th align=&#34;left&#34;&gt;skim_variable&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;n_missing&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;complete_rate&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;min&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;max&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;empty&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;n_unique&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;whitespace&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;season&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;9&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;9&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;8&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;name&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;5&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;11&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;11&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Variable type: numeric&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th align=&#34;left&#34;&gt;skim_variable&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;n_missing&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;complete_rate&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;mean&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;sd&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p0&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p25&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p50&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p75&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p100&lt;/th&gt;
&lt;th align=&#34;left&#34;&gt;hist&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;country_id&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;12452.09&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;7877.88&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;4769.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;13274.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;19694.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;24558.00&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▇▂▅▅▇&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;avg_goals&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2.71&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.24&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2.18&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2.56&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2.71&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2.86&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;3.33&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▂▆▇▃▂&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The resulting dataframe only has the information we want: 4 variables (columns) and 88 rows (cases); for each country and season, we have the average number of goals scored per match. We can now use this smaller dataframe and plot the results.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# plot results, using goals_match_tibble
ggplot(goals_match_tibble) + 
  geom_point(aes(x=reorder(name, avg_goals),y=avg_goals, colour=name))+
  theme_bw(8)+ 
  facet_wrap(~season, nrow=4)+
  labs(
    title = &amp;quot;Which football leagues had the higest number of goals per game?&amp;quot;,
    y = &amp;quot;Average Number of Goals per Match&amp;quot;,
   x = &amp;quot;National League&amp;quot;
    ) + 
  coord_flip() +
  theme(legend.position = &amp;quot;none&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/reference_SQL_files/figure-html/unnamed-chunk-10-1.png&#34; width=&#34;456&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(goals_match_tibble, aes(x=reorder(name, avg_goals),y=avg_goals, colour=name)) + 
  geom_violin()+
  # geom_boxplot()+
  geom_jitter()+
  theme_bw()+
  labs(
    title = &amp;quot;Which football leagues had the higest number of goals per game?&amp;quot;,
    subtitle=&amp;quot;2008/2009 to 2015/2016&amp;quot;,
    y = &amp;quot;Average Number of Goals per Match&amp;quot;,
    x = &amp;quot;National League&amp;quot;
  ) + 
  coord_flip() +
  theme(legend.position = &amp;quot;none&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/reference/reference_SQL_files/figure-html/unnamed-chunk-10-2.png&#34; width=&#34;456&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;We cannow run queries on the database, collect the results in a local dataframe, and show the results of, e.g., the highest overall rating of all players in the database.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# Which are the top 20 players by overall rating (`overall_rating`)?
top_players &amp;lt;-  player_attributes %&amp;gt;%
  group_by(player_api_id) %&amp;gt;%
  summarise(max_rating = max(overall_rating)) %&amp;gt;% 
  arrange(desc(max_rating)) %&amp;gt;% 
  left_join(players, by = c(&amp;quot;player_api_id&amp;quot;=&amp;quot;player_api_id&amp;quot;)) %&amp;gt;%
  collect

top_players %&amp;gt;% 
  head(20) %&amp;gt;% 
  kableExtra::kable()&lt;/code&gt;&lt;/pre&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
player_api_id
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
max_rating
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
id
&lt;/th&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
player_name
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
player_fifa_api_id
&lt;/th&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
birthday
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
height
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
weight
&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
30981
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
94
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
6176
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Lionel Messi
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
158023
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1987-06-24 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
170
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
159
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
30893
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
93
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1995
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Cristiano Ronaldo
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
20801
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1985-02-05 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
185
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
176
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
30829
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
93
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
10749
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Wayne Rooney
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
54050
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1985-10-24 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
175
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
183
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
30717
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
93
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3826
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Gianluigi Buffon
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1179
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1978-01-28 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
193
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
201
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
39989
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
92
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3994
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Gregory Coupet
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1747
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1972-12-31 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
180
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
176
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
39854
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
92
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
10861
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Xavi Hernandez
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
10535
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1980-01-25 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
170
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
148
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
34520
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
91
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3183
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Fabio Cannavaro
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1183
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1973-09-13 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
175
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
165
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
30955
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
91
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
742
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Andres Iniesta
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
41
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1984-05-11 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
170
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
150
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
30743
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
91
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
9216
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Ronaldinho
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
28130
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1980-03-21 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
183
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
168
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
30723
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
91
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
388
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Alessandro Nesta
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1088
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1976-03-19 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
188
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
174
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
30657
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
91
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
4366
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Iker Casillas
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
5479
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1981-05-20 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
185
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
185
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
30627
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
91
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
5120
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
John Terry
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
13732
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1980-12-07 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
188
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
198
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
30626
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
91
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
10203
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Thierry Henry
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1625
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1977-08-17 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
188
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
183
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
41044
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
90
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
5592
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Kaka
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
138449
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1982-04-22 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
185
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
183
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
40636
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
90
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
6377
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Luis Suarez
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
176580
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1987-01-24 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
183
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
187
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
38843
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
90
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
11039
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Ze Roberto
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
28765
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1974-07-06 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
173
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
159
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
35724
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
90
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
11057
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Zlatan Ibrahimovic
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
41236
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1981-10-03 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
196
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
209
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
30924
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
90
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3514
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Franck Ribery
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
156616
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1983-04-07 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
170
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
159
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
30834
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
90
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
951
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Arjen Robben
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
9014
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1984-01-23 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
180
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
176
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
30728
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
90
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
2426
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
David Trezeguet
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
5984
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1977-10-15 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
190
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
176
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# Which are the top 20 goalkeepers by sum of all gk attributes (`gk_diving`,`gk_handling`, `gk_kicking`, etc)?
top_goalies &amp;lt;-  player_attributes %&amp;gt;%
  mutate(goalie_rating = gk_diving + gk_handling + gk_kicking + gk_positioning + gk_reflexes) %&amp;gt;% 
  group_by(player_api_id) %&amp;gt;%
  summarise(max_goalie_rating = max(goalie_rating)) %&amp;gt;% 
  arrange(desc(max_goalie_rating)) %&amp;gt;% 
  left_join(players, by = c(&amp;quot;player_api_id&amp;quot;=&amp;quot;player_api_id&amp;quot;)) %&amp;gt;%
  collect
  

top_goalies %&amp;gt;% 
  head(20) %&amp;gt;% 
  kableExtra::kable()&lt;/code&gt;&lt;/pre&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
player_api_id
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
max_goalie_rating
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
id
&lt;/th&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
player_name
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
player_fifa_api_id
&lt;/th&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
birthday
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
height
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
weight
&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
30717
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
449
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3826
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Gianluigi Buffon
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1179
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1978-01-28 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
193
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
201
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
39989
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
447
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3994
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Gregory Coupet
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1747
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1972-12-31 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
180
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
176
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
30859
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
445
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
8580
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Petr Cech
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
48940
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1982-05-20 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
196
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
198
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
30657
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
442
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
4366
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Iker Casillas
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
5479
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1981-05-20 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
185
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
185
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
27299
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
440
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
6556
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Manuel Neuer
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
167495
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1986-03-27 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
193
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
203
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
30989
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
438
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
5536
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Julio Cesar
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
48717
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1979-09-03 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
185
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
174
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
24503
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
437
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
9579
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Sebastian Frey
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1289
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1980-03-18 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
190
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
198
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
30726
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
436
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
2900
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Edwin van der Sar
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
51539
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1970-10-29 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
198
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
196
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
182917
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
429
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
2340
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
David De Gea
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
193080
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1990-11-07 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
193
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
181
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
30660
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
428
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
8541
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Pepe Reina
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
24630
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1982-08-31 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
188
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
203
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
30622
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
426
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
8413
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Paul Robinson
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
13914
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1979-10-15 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
193
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
198
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
32657
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
425
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
10625
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Victor Valdes
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
106573
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1982-01-14 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
183
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
172
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
30742
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
425
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
7470
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Mickael Landreau
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3813
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1979-05-14 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
183
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
185
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
26295
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
425
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
4272
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Hugo Lloris
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
167948
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1986-12-26 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
188
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
172
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
30841
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
424
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
6446
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Maarten Stekelenburg
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
2147
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1982-09-22 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
198
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
203
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
27341
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
424
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
9028
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Robert Enke,30
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
158400
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1977-08-24 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
185
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
172
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
30648
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
423
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
4832
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Jens Lehmann
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
805
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1969-11-10 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
190
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
192
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
33986
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
421
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
746
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Andres Palop
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
8247
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1973-10-22 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
183
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
165
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
31293
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
421
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
10009
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Steve Mandanda
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
163705
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1985-03-28 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
185
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
181
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
30380
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
420
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1345
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Brad Friedel
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
11983
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
1971-05-18 00:00:00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
188
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
203
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;div id=&#34;other-references&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Other references&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://cran.r-project.org/web/packages/dbplyr/vignettes/dbplyr.html&#34; target=&#34;_blank&#34;&gt;Introduction to dbplyr&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://medium.com/aclu-tech-analytics/dbplyr-a-path-to-more-inclusive-data-transformations-at-the-aclu-5e6af21f4042&#34; target=&#34;_blank&#34;&gt;dbplyr : A Path to More Inclusive Data Transformations at the ACLU&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://mystery.knightlab.com/&#34; target=&#34;_blank&#34;&gt;SQL Tutorial: Solving a Murder Mystery&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Other Data Sources</title>
      <link>https://usi-emba-analytics.netlify.app/reference/other_data_sources/</link>
      <pubDate>Fri, 31 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/reference/other_data_sources/</guid>
      <description>


&lt;p&gt;The web is a vast source of datasets on almost any subject, such as demographics, disease, economics, finance, geography, entertainment, science, etc. You can always start with &lt;a href=&#34;https://toolbox.google.com/datasetsearch&#34; target=&#34;_blank&#34;&gt;Google’s Dataset Search&lt;/a&gt; that indexes thousands of public datasets.&lt;/p&gt;
&lt;p&gt;Here are some more suggestions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.kaggle.com/datasets&#34; target=&#34;_blank&#34;&gt;Kaggle&lt;/a&gt;: Kaggle hosts machine learning competitions and contains a large number of datasets that are generally free and open to the public.&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/awesomedata/awesome-public-datasets/blob/master/README.rst&#34; target=&#34;_blank&#34;&gt;Awesome Public Datasets&lt;/a&gt;: Collection of public datasets, arranged by area&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.reddit.com/r/datasets/&#34; target=&#34;_blank&#34;&gt;Reddit&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://data.gov.uk/&#34; target=&#34;_blank&#34;&gt;UK data&lt;/a&gt; and &lt;a href=&#34;https://www.ons.gov.uk&#34; target=&#34;_blank&#34;&gt;UK Office for National Statistics&lt;/a&gt;&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.data.gov&#34; target=&#34;_blank&#34;&gt;U.S. Government’s open data&lt;/a&gt; with many datasets on a range of issues&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://tinyletter.com/data-is-plural&#34; target=&#34;_blank&#34;&gt;Data is plural&lt;/a&gt;: a weekly newsletter that has collected &lt;a href=&#34;https://docs.google.com/spreadsheets/d/1wZhPLMCHKJvwOkP4juclhjFgqIY8fQFMemwKL2c64vk/edit#gid=0&#34;&gt;over a thousand useful/curious datasets&lt;/a&gt;. This may well be one of my favourite dataset collections!&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://ourworldindata.org&#34;&gt;Our World in Data&lt;/a&gt; contains time series of demographic and global development data. Their &lt;a href=&#34;https://ourworldindata.org/coronavirus&#34;&gt;collection of Covid-19 data&lt;/a&gt; is among the best.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/rfordatascience/tidytuesday&#34; target=&#34;_blank&#34;&gt;TidyTuesday&lt;/a&gt;: A weekly data project in R where they release a new dataset every week and emphasis is placed on understanding how to summarise and arrange data to make meaningful charts with ggplot2, tidyr, dplyr, and other tools in the tidyverse ecosystem.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://fivethirtyeight.com/&#34; target=&#34;_blank&#34;&gt;fivethirtyeight.com&lt;/a&gt; is a data-driven journalism site that &lt;a href=&#34;https://github.com/fivethirtyeight/data&#34; target=&#34;_blank&#34;&gt;share the data on most of their stories&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;In terms of investigative journalism, &lt;a href=&#34;https://themarkup.org//&#34; target=&#34;_blank&#34;&gt;The Markup&lt;/a&gt; and &lt;a href=&#34;https://www.propublica.org/&#34; target=&#34;_blank&#34;&gt;ProPublica&lt;/a&gt; are both data-driven and share their data; &lt;a href=&#34;https://github.com/the-markup&#34; target=&#34;_blank_&#34;&gt;All Markup data is freely available&lt;/a&gt; and &lt;a href=&#34;https://www.propublica.org/datastore/datasets/&#34; target=&#34;_blank_&#34;&gt;ProPublica provides many of their datasets for free&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/erikgahner/PolData&#34; target=&#34;_blank&#34;&gt;Erik Gahner’s list of political science datasets&lt;/a&gt;: Datasets divided by topic (governance, elections, policy, political elites, etc.), geography (country, region), etc.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://cloud.google.com/bigquery/public-data/&#34; target=&#34;_blank&#34;&gt;BigQuery public datasets&lt;/a&gt; Google has set up BigQuery which is a data warehouse for some large datasets that you really need to access with SQL. There is even an R package &lt;a href=&#34;https://cran.r-project.org/web/packages/bigrquery/&#34; target=&#34;_blank_&#34;&gt;&lt;code&gt;bigrquery&lt;/code&gt;&lt;/a&gt; that allows you to easily talk with BigQuery’s database.&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    
    <item>
      <title>Exploratory Data Analysis for Modelling</title>
      <link>https://usi-emba-analytics.netlify.app/model/modelling_eda/</link>
      <pubDate>Tue, 28 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/model/modelling_eda/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#penguin-bill-dimensions&#34;&gt;Penguin Bill dimensions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#exploratory-data-analysis-eda.&#34;&gt;Exploratory Data Analysis (EDA).&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#ggallyggpairs-to-get-scatter-plot-correlation-matrix&#34;&gt;&lt;code&gt;GGally::ggpairs()&lt;/code&gt; to get scatter plot + correlation matrix&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#dummy-variables&#34;&gt;Dummy variables&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#modelling-considerations-of-numerical-variables&#34;&gt;Modelling considerations of numerical variables&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#penguin-body-mass-vs-flipper-length&#34;&gt;Penguin body mass vs flipper length&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#penguin-body-mass-vs-bill-depth&#34;&gt;Penguin body mass vs bill depth&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#penguin-body-mass-and-flipper-size-faceted-by-sex&#34;&gt;Penguin body mass and flipper size, faceted by sex&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#simpsons-paradox-penguin-bill-length-vs-bill-depth&#34;&gt;Simpson’s Paradox: Penguin bill length vs bill depth&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#is-y-heavily-skewed-does-it-need-to-be-transformed&#34;&gt;Is Y heavily skewed? Does it need to be transformed?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#acknowledgements&#34;&gt;Acknowledgements&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;p&gt;You may remember the Happy Feet movie and here is an Adélie penguin singing
&lt;a href=&#34;https://www.youtube.com/watch?v=ZCATC0z0K0I&#34; target=&#34;_blank&#34;&gt;My Way&lt;/a&gt;. We shall analyse data that were collected and made available by &lt;a href=&#34;https://www.uaf.edu/cfos/people/faculty/detail/kristen-gorman.php&#34;&gt;Dr. Kristen Gorman&lt;/a&gt; and the &lt;a href=&#34;https://pal.lternet.edu/&#34;&gt;Palmer Station, Antarctica LTER&lt;/a&gt;. The dataset contains data for 344 penguins on 3 different species of penguins (Adélie, Chinstrap, and Gentoo), collected from 3 islands in the Palmer Archipelago, Antarctica.&lt;/p&gt;
&lt;p&gt;This great artwork was made by &lt;span class=&#34;citation&#34;&gt;[@allison_horst]&lt;/span&gt;(&lt;a href=&#34;https://twitter.com/allison_horst&#34; class=&#34;uri&#34;&gt;https://twitter.com/allison_horst&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/penguins.png&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;and if you are a Happy Feet fan, these are the penguins we have data on&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://happyfeet.fandom.com/wiki/Ad%C3%A9lie_Penguin&#34; target=&#34;_blank&#34;&gt;Adélie&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://happyfeet.fandom.com/wiki/Chinstrap_Penguin&#34; target=&#34;_blank&#34;&gt;Chinstrap&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://happyfeet.fandom.com/wiki/Gentoo_Penguin&#34; target=&#34;_blank&#34;&gt;Gentoo&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div id=&#34;penguin-bill-dimensions&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Penguin Bill dimensions&lt;/h2&gt;
&lt;p&gt;The culmen is the upper ridge of a bird’s bill. In the simplified &lt;code&gt;penguins&lt;/code&gt; data, culmen length and depth are renamed as variables &lt;code&gt;bill_length_mm&lt;/code&gt; and &lt;code&gt;bill_depth_mm&lt;/code&gt; to be more intuitive.&lt;/p&gt;
&lt;p&gt;For this penguin data, the culmen (bill) length and depth are measured as shown below:&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/culmen_depth.png&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;exploratory-data-analysis-eda.&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Exploratory Data Analysis (EDA).&lt;/h2&gt;
&lt;p&gt;The variable of interest is penguin body mass. We want to see whether body mass is related to any of the other variables included in the dataframe. So let us start by looking at the data&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;library(palmerpenguins)
glimpse(penguins)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Rows: 344
## Columns: 8
## $ species           &amp;lt;fct&amp;gt; Adelie, Adelie, Adelie, Adelie, Adelie, Adelie, A...
## $ island            &amp;lt;fct&amp;gt; Torgersen, Torgersen, Torgersen, Torgersen, Torge...
## $ bill_length_mm    &amp;lt;dbl&amp;gt; 39.1, 39.5, 40.3, NA, 36.7, 39.3, 38.9, 39.2, 34....
## $ bill_depth_mm     &amp;lt;dbl&amp;gt; 18.7, 17.4, 18.0, NA, 19.3, 20.6, 17.8, 19.6, 18....
## $ flipper_length_mm &amp;lt;int&amp;gt; 181, 186, 195, NA, 193, 190, 181, 195, 193, 190, ...
## $ body_mass_g       &amp;lt;int&amp;gt; 3750, 3800, 3250, NA, 3450, 3650, 3625, 4675, 347...
## $ sex               &amp;lt;fct&amp;gt; male, female, female, NA, female, male, female, m...
## $ year              &amp;lt;int&amp;gt; 2007, 2007, 2007, 2007, 2007, 2007, 2007, 2007, 2...&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;skimr::skim(penguins)&lt;/code&gt;&lt;/pre&gt;
&lt;table&gt;
&lt;caption&gt;&lt;span id=&#34;tab:unnamed-chunk-3&#34;&gt;Table 1: &lt;/span&gt;Data summary&lt;/caption&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Name&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;penguins&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Number of rows&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;344&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Number of columns&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;8&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;_______________________&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Column type frequency:&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;factor&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;3&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;numeric&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;5&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;________________________&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Group variables&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;None&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Variable type: factor&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th align=&#34;left&#34;&gt;skim_variable&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;n_missing&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;complete_rate&lt;/th&gt;
&lt;th align=&#34;left&#34;&gt;ordered&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;n_unique&lt;/th&gt;
&lt;th align=&#34;left&#34;&gt;top_counts&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;species&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1.00&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;FALSE&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;3&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;Ade: 152, Gen: 124, Chi: 68&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;island&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1.00&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;FALSE&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;3&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;Bis: 168, Dre: 124, Tor: 52&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;sex&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;11&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.97&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;FALSE&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;mal: 168, fem: 165&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Variable type: numeric&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th align=&#34;left&#34;&gt;skim_variable&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;n_missing&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;complete_rate&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;mean&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;sd&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p0&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p25&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p50&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p75&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p100&lt;/th&gt;
&lt;th align=&#34;left&#34;&gt;hist&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;bill_length_mm&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.99&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;43.92&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;5.46&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;32.1&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;39.23&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;44.45&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;48.5&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;59.6&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▃▇▇▆▁&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;bill_depth_mm&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.99&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;17.15&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1.97&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;13.1&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;15.60&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;17.30&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;18.7&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;21.5&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▅▅▇▇▂&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;flipper_length_mm&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.99&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;200.92&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;14.06&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;172.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;190.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;197.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;213.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;231.0&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▂▇▃▅▂&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;body_mass_g&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.99&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;4201.75&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;801.95&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2700.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;3550.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;4050.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;4750.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;6300.0&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▃▇▆▃▂&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;year&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2008.03&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.82&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2007.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2007.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2008.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2009.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2009.0&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▇▁▇▁▇&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div id=&#34;ggallyggpairs-to-get-scatter-plot-correlation-matrix&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;code&gt;GGally::ggpairs()&lt;/code&gt; to get scatter plot + correlation matrix&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;GGally::ggpairs()&lt;/code&gt; is a useful tool for exploring distributions and correlations.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggpairs1 &amp;lt;- penguins %&amp;gt;% 
  na.omit() %&amp;gt;% 
  select( body_mass_g, flipper_length_mm, bill_length_mm, bill_depth_mm, species, sex, island) %&amp;gt;% 
  rename(`Flipper length(mm)` = flipper_length_mm, 
         `Body mass (g)` = body_mass_g, 
         `Bill length (mm)` = bill_length_mm, 
         `Bill depth (mm)` = bill_depth_mm) %&amp;gt;% 
  GGally::ggpairs() +
  theme_minimal() 

ggpairs1&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/model/modelling_eda_files/figure-html/ggpairs1-1.png&#34; width=&#34;672&#34; /&gt;
&lt;code&gt;ggpairs()&lt;/code&gt; provides a lot of information, so let us spend some time deciphering this chart.&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Along the diagonal we get a density plot of each variable of interest. For instance, body mass seems to be right skewed, and the rest of the variables seem bimodal.&lt;/li&gt;
&lt;li&gt;The upper part of the matrix, shows correlation coefficients– to determine between which variables, read off the corresponding row and column header&lt;/li&gt;
&lt;li&gt;The bottom part provides a scatterplot between any two variables which you can again determine by looking at the row/column they correspond.&lt;/li&gt;
&lt;li&gt;For categorical variables (species, sex, island), we do not get any numerical values, but rather histograms and boxplots that show the distribution of outcomes. If we wanted to get a numerical correlation value, we would use the &lt;code&gt;polycor&lt;/code&gt; package and &lt;code&gt;polycor::hetcor()&lt;/code&gt; that calculates polyserial correlations between numeric and ordinal variables, and polychoric correlations between ordinal variables, but this is outside the scope of this class.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Which correlation is the highest? That between body mass and flipper length, or 0.873. We can see the scatterplot of these two variables in the upper left, just underneath the density plot of body mass, whereas to the right of the body mass density plot we can see the correlation value of 0.873. We could somehow “see” a line through these points. In building a model for body mass, surely flipper length will be the first variable to consider and the one that would explain a fair bit of the variation in body mass.&lt;/p&gt;
&lt;p&gt;What about the lowest correlation? That seems to be the one between bill length and bill depth, with a correlation value of -0.229. On the face of it, there seems to be very weak relationship between these two variables.&lt;/p&gt;
&lt;p&gt;What about the second lowest correlation? Numerically, it is the one between body mass and bill depth (-0.472). However, if you look at the corresponding scatterplot in the lower left corner you see two clusters of points, so we need to dig a bit deeper.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;dummy-variables&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Dummy variables&lt;/h2&gt;
&lt;p&gt;Dummy, or categorical, variables allows us to incorporate non-numeric data into our analysis. In this example we have two categorical variables (&lt;code&gt;species&lt;/code&gt;, &lt;code&gt;sex&lt;/code&gt;) and we can use &lt;code&gt;ggpairs()&lt;/code&gt; to dig a bit deeper and then use these categorical variables in our modelling. The first scatterplot matrix does not take into consideration the species or the sex of the penguins, variables that may help explain differences in body mass.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggpairs2 &amp;lt;- penguins %&amp;gt;% 
  na.omit() %&amp;gt;% 
  select( species, sex, body_mass_g, flipper_length_mm, bill_length_mm, bill_depth_mm) %&amp;gt;% 
  rename(`Flipper lenght(mm)` = flipper_length_mm, 
         `Body mass (g)` = body_mass_g, 
         `Bill length (mm)` = bill_length_mm, 
         `Bill depth (mm)` = bill_depth_mm) %&amp;gt;% 
  GGally::ggpairs(aes(colour=species, shape=species),
                  alpha = 0.4) +
  scale_colour_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  scale_fill_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  theme_minimal()
  

ggpairs2&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/model/modelling_eda_files/figure-html/ggpairs2-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;p&gt;When we include the categorical (factor) variables of &lt;code&gt;species&lt;/code&gt; and &lt;code&gt;sex&lt;/code&gt;, and since these are no longer numerical values, we get boxplots and histograms. For instance to explore the relationship between body mass and species, look at the upper left of the table; yo can see that the green penguins (Gentoo) seem to be heavier than the other two species which may have no difference between them.&lt;/p&gt;
&lt;p&gt;Since this plot may be confusing, let us just concentrate on the scatterplot matrix of numerical values coloured by &lt;code&gt;species&lt;/code&gt;.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggpairs3 &amp;lt;- penguins %&amp;gt;% 
  na.omit() %&amp;gt;% 
  select( species, sex, body_mass_g, flipper_length_mm, bill_length_mm, bill_depth_mm) %&amp;gt;% 
  rename(`Flipper lenght(mm)` = flipper_length_mm, 
         `Body mass (g)` = body_mass_g, 
         `Bill length (mm)` = bill_length_mm, 
         `Bill depth (mm)` = bill_depth_mm) %&amp;gt;% 
  GGally::ggpairs(aes(colour=species, shape=species),
                  alpha = 0.4,
                  columns = c(3:6)) + 
  scale_colour_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  scale_fill_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  theme_minimal()
  

ggpairs3&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/model/modelling_eda_files/figure-html/ggpairs3-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;modelling-considerations-of-numerical-variables&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Modelling considerations of numerical variables&lt;/h2&gt;
&lt;p&gt;Let us examine the relationship between body mass and flipper length, and body mass and bill depth.&lt;/p&gt;
&lt;div id=&#34;penguin-body-mass-vs-flipper-length&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Penguin body mass vs flipper length&lt;/h3&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;mass_flipper &amp;lt;- ggplot(data = penguins,
                       aes(x = flipper_length_mm,
                           y = body_mass_g)) +
  geom_point(aes(colour = species,
                 shape = species),
             size = 3,
             alpha = 0.6) +
  theme_minimal() +
  geom_smooth(method = &amp;quot;lm&amp;quot;, se=FALSE, aes(colour = species)) +
  scale_color_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  labs(title = &amp;quot;Penguin size, Palmer Station LTER&amp;quot;,
       subtitle = &amp;quot;Flipper length and body mass for Adelie, Chinstrap and Gentoo Penguins&amp;quot;,
       x = &amp;quot;Flipper length (mm)&amp;quot;,
       y = &amp;quot;Body mass (g)&amp;quot;,
       color = &amp;quot;Penguin species&amp;quot;,
       shape = &amp;quot;Penguin species&amp;quot;) +
  theme(legend.position = c(0.2, 0.7),
        legend.background = element_rect(fill = &amp;quot;white&amp;quot;, colour = NA),
        plot.title.position = &amp;quot;plot&amp;quot;,
        plot.caption = element_text(hjust = 0, face= &amp;quot;italic&amp;quot;),
        plot.caption.position = &amp;quot;plot&amp;quot;)

mass_flipper&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/model/modelling_eda_files/figure-html/unnamed-chunk-4-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;penguin-body-mass-vs-bill-depth&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Penguin body mass vs bill depth&lt;/h3&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;mass_bill_depth &amp;lt;- ggplot(data = penguins,
                       aes(x = bill_depth_mm,
                           y = body_mass_g)) +
  geom_point(aes(colour = species,
                 shape = species),
             size = 3,
             alpha = 0.6) +
  theme_minimal() +
  geom_smooth(method = &amp;quot;lm&amp;quot;, se=FALSE, aes(colour = species)) +
  scale_color_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  labs(title = &amp;quot;Penguin size, Palmer Station LTER&amp;quot;,
       subtitle = &amp;quot;Bill depth and body mass for Adelie, Chinstrap and Gentoo Penguins&amp;quot;,
       x = &amp;quot;Bill depth (mm)&amp;quot;,
       y = &amp;quot;Body mass (g)&amp;quot;,
       color = &amp;quot;Penguin species&amp;quot;,
       shape = &amp;quot;Penguin species&amp;quot;) +
  theme(legend.position = c(0.8, 0.8),
        legend.background = element_rect(fill = &amp;quot;white&amp;quot;, colour = NA),
        plot.title.position = &amp;quot;plot&amp;quot;,
        plot.caption = element_text(hjust = 0, face= &amp;quot;italic&amp;quot;),
        plot.caption.position = &amp;quot;plot&amp;quot;)

mass_bill_depth&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/model/modelling_eda_files/figure-html/unnamed-chunk-5-1.png&#34; width=&#34;672&#34; /&gt;
This shows that there is very little difference between Adelie and Chinstrap, but Gentoo is markedly different. All three species have a positive relationship (as bill depth increases, so does body mass), which is not what the numerical correlation coefficient of -0.472 ould have us believe.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;penguin-body-mass-and-flipper-size-faceted-by-sex&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Penguin body mass and flipper size, faceted by sex&lt;/h3&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(penguins, aes(x = flipper_length_mm,
                            y = body_mass_g)) +
  geom_point(aes(colour = sex)) +
  theme_minimal() +
  scale_color_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;cyan4&amp;quot;), na.translate = FALSE) +
  labs(title = &amp;quot;Penguin flipper and body mass&amp;quot;,
       subtitle = &amp;quot;Dimensions for male and female Adelie, Chinstrap and Gentoo Penguins at Palmer Station LTER&amp;quot;,
       x = &amp;quot;Flipper length (mm)&amp;quot;,
       y = &amp;quot;Body mass (g)&amp;quot;,
       color = &amp;quot;Penguin sex&amp;quot;) +
  theme(legend.position = &amp;quot;bottom&amp;quot;,
        legend.background = element_rect(fill = &amp;quot;white&amp;quot;, color = NA),
        plot.title.position = &amp;quot;plot&amp;quot;,
        plot.caption = element_text(hjust = 0, face= &amp;quot;italic&amp;quot;),
        plot.caption.position = &amp;quot;plot&amp;quot;) +
  facet_wrap(~species)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/model/modelling_eda_files/figure-html/unnamed-chunk-6-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;p&gt;On average, male penguins seem to be heavier than female ones, and this is consistent along all three species.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;simpsons-paradox-penguin-bill-length-vs-bill-depth&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Simpson’s Paradox: Penguin bill length vs bill depth&lt;/h3&gt;
&lt;p&gt;In the original scatterplot matrix without &lt;code&gt;species&lt;/code&gt;, the lowest correlation coefficient of -0.235 was between bill length and bill depth. The following is just the scatterplot with the line of best fit added.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;bill_no_species &amp;lt;- ggplot(data = penguins,
                         aes(x = bill_length_mm,
                             y = bill_depth_mm)) +
  geom_point() +
  theme_minimal() +
  scale_color_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  labs(title = &amp;quot;Penguin bill dimensions (omit species)&amp;quot;,
       subtitle = &amp;quot;Palmer Station LTER&amp;quot;,
       x = &amp;quot;Bill length (mm)&amp;quot;,
       y = &amp;quot;Bill depth (mm)&amp;quot;) +
  theme(plot.title.position = &amp;quot;plot&amp;quot;,
        plot.caption = element_text(hjust = 0, face= &amp;quot;italic&amp;quot;),
        plot.caption.position = &amp;quot;plot&amp;quot;) +
  geom_smooth(method = &amp;quot;lm&amp;quot;, se = FALSE, color = &amp;quot;blue&amp;quot;)

bill_no_species&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/model/modelling_eda_files/figure-html/unnamed-chunk-7-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;p&gt;However, if we plot the same scatterplot colouring points by &lt;code&gt;species&lt;/code&gt;, we get a completely different story.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;bill_len_dep &amp;lt;- ggplot(data = penguins,
                         aes(x = bill_length_mm,
                             y = bill_depth_mm,
                             group = species)) +
  geom_point(aes(colour = species,
                 shape = species),
             size = 3,
             alpha = 0.8) +
  geom_smooth(method = &amp;quot;lm&amp;quot;, se = FALSE, aes(colour = species)) +
  theme_minimal() +
  scale_color_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  labs(title = &amp;quot;Penguin bill dimensions&amp;quot;,
       subtitle = &amp;quot;Bill length and depth for Adelie, Chinstrap and Gentoo Penguins at Palmer Station LTER&amp;quot;,
       x = &amp;quot;Bill length (mm)&amp;quot;,
       y = &amp;quot;Bill depth (mm)&amp;quot;,
       color = &amp;quot;Penguin species&amp;quot;,
       shape = &amp;quot;Penguin species&amp;quot;) +
  theme(legend.position = c(0.85, 0.10),
        legend.background = element_rect(fill = &amp;quot;white&amp;quot;, color = NA),
        plot.title.position = &amp;quot;plot&amp;quot;,
        plot.caption = element_text(hjust = 0, face= &amp;quot;italic&amp;quot;),
        plot.caption.position = &amp;quot;plot&amp;quot;)

bill_len_dep&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/model/modelling_eda_files/figure-html/unnamed-chunk-8-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Simpson%27s_paradox&#34;&gt;Simpson’s paradox&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;is-y-heavily-skewed-does-it-need-to-be-transformed&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Is Y heavily skewed? Does it need to be transformed?&lt;/h2&gt;
&lt;p&gt;THe variable we are interested to explain, body mass, does not appear to be heavily skewed so there is no need for any transformation.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;acknowledgements&#34; class=&#34;section level2 toc-ignore&#34;&gt;
&lt;h2&gt;Acknowledgements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This page is adapted from the Palmer &lt;a href=&#34;https://allisonhorst.github.io/palmerpenguins/articles/examples.html&#34; target=&#34;_blank&#34;&gt;Palmer Penguins package Vignette&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Exploratory Data Analysis for Modelling</title>
      <link>https://usi-emba-analytics.netlify.app/example/modelling_eda/</link>
      <pubDate>Tue, 28 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/example/modelling_eda/</guid>
      <description>
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#penguin-bill-dimensions&#34;&gt;Penguin Bill dimensions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#exploratory-data-analysis-eda.&#34;&gt;Exploratory Data Analysis (EDA).&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#ggallyggpairs-to-get-scatter-plot-correlation-matrix&#34;&gt;&lt;code&gt;GGally::ggpairs()&lt;/code&gt; to get scatter plot + correlation matrix&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#dummy-variables&#34;&gt;Dummy variables&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#modelling-considerations-of-numerical-variables&#34;&gt;Modelling considerations of numerical variables&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#penguin-body-mass-vs-flipper-length&#34;&gt;Penguin body mass vs flipper length&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#penguin-body-mass-vs-bill-depth&#34;&gt;Penguin body mass vs bill depth&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#penguin-body-mass-and-flipper-size-faceted-by-sex&#34;&gt;Penguin body mass and flipper size, faceted by sex&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#simpsons-paradox-penguin-bill-length-vs-bill-depth&#34;&gt;Simpson’s Paradox: Penguin bill length vs bill depth&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#is-y-heavily-skewed-does-it-need-to-be-transformed&#34;&gt;Is Y heavily skewed? Does it need to be transformed?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#acknowledgements&#34;&gt;Acknowledgements&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;p&gt;You may remember the Happy Feet movie and here is an Adélie penguin singing
&lt;a href=&#34;https://www.youtube.com/watch?v=ZCATC0z0K0I&#34; target=&#34;_blank&#34;&gt;My Way&lt;/a&gt;. We shall analyse data that were collected and made available by &lt;a href=&#34;https://www.uaf.edu/cfos/people/faculty/detail/kristen-gorman.php&#34;&gt;Dr. Kristen Gorman&lt;/a&gt; and the &lt;a href=&#34;https://pal.lternet.edu/&#34;&gt;Palmer Station, Antarctica LTER&lt;/a&gt;. The dataset contains data for 344 penguins on 3 different species of penguins (Adélie, Chinstrap, and Gentoo), collected from 3 islands in the Palmer Archipelago, Antarctica.&lt;/p&gt;
&lt;p&gt;This great artwork was made by &lt;span class=&#34;citation&#34;&gt;[@allison_horst]&lt;/span&gt;(&lt;a href=&#34;https://twitter.com/allison_horst&#34; class=&#34;uri&#34;&gt;https://twitter.com/allison_horst&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/penguins.png&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;and if you are a Happy Feet fan, these are the penguins we have data on&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://happyfeet.fandom.com/wiki/Ad%C3%A9lie_Penguin&#34; target=&#34;_blank&#34;&gt;Adélie&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://happyfeet.fandom.com/wiki/Chinstrap_Penguin&#34; target=&#34;_blank&#34;&gt;Chinstrap&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://happyfeet.fandom.com/wiki/Gentoo_Penguin&#34; target=&#34;_blank&#34;&gt;Gentoo&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div id=&#34;penguin-bill-dimensions&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Penguin Bill dimensions&lt;/h2&gt;
&lt;p&gt;The culmen is the upper ridge of a bird’s bill. In the simplified &lt;code&gt;penguins&lt;/code&gt; data, culmen length and depth are renamed as variables &lt;code&gt;bill_length_mm&lt;/code&gt; and &lt;code&gt;bill_depth_mm&lt;/code&gt; to be more intuitive.&lt;/p&gt;
&lt;p&gt;For this penguin data, the culmen (bill) length and depth are measured as shown below:&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/culmen_depth.png&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;exploratory-data-analysis-eda.&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Exploratory Data Analysis (EDA).&lt;/h2&gt;
&lt;p&gt;The variable of interest is penguin body mass. We want to see whether body mass is related to any of the other variables included in the dataframe. So let us start by looking at the data&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;library(palmerpenguins)
glimpse(penguins)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Rows: 344
## Columns: 8
## $ species           &amp;lt;fct&amp;gt; Adelie, Adelie, Adelie, Adelie, Adelie, Adelie, Adel~
## $ island            &amp;lt;fct&amp;gt; Torgersen, Torgersen, Torgersen, Torgersen, Torgerse~
## $ bill_length_mm    &amp;lt;dbl&amp;gt; 39.1, 39.5, 40.3, NA, 36.7, 39.3, 38.9, 39.2, 34.1, ~
## $ bill_depth_mm     &amp;lt;dbl&amp;gt; 18.7, 17.4, 18.0, NA, 19.3, 20.6, 17.8, 19.6, 18.1, ~
## $ flipper_length_mm &amp;lt;int&amp;gt; 181, 186, 195, NA, 193, 190, 181, 195, 193, 190, 186~
## $ body_mass_g       &amp;lt;int&amp;gt; 3750, 3800, 3250, NA, 3450, 3650, 3625, 4675, 3475, ~
## $ sex               &amp;lt;fct&amp;gt; male, female, female, NA, female, male, female, male~
## $ year              &amp;lt;int&amp;gt; 2007, 2007, 2007, 2007, 2007, 2007, 2007, 2007, 2007~&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;skimr::skim(penguins)&lt;/code&gt;&lt;/pre&gt;
&lt;table&gt;
&lt;caption&gt;&lt;span id=&#34;tab:unnamed-chunk-3&#34;&gt;Table 1: &lt;/span&gt;Data summary&lt;/caption&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Name&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;penguins&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Number of rows&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;344&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Number of columns&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;8&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;_______________________&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Column type frequency:&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;factor&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;3&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;numeric&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;5&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;________________________&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Group variables&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;None&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Variable type: factor&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th align=&#34;left&#34;&gt;skim_variable&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;n_missing&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;complete_rate&lt;/th&gt;
&lt;th align=&#34;left&#34;&gt;ordered&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;n_unique&lt;/th&gt;
&lt;th align=&#34;left&#34;&gt;top_counts&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;species&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1.00&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;FALSE&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;3&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;Ade: 152, Gen: 124, Chi: 68&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;island&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1.00&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;FALSE&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;3&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;Bis: 168, Dre: 124, Tor: 52&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;sex&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;11&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.97&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;FALSE&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;mal: 168, fem: 165&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Variable type: numeric&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th align=&#34;left&#34;&gt;skim_variable&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;n_missing&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;complete_rate&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;mean&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;sd&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p0&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p25&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p50&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p75&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p100&lt;/th&gt;
&lt;th align=&#34;left&#34;&gt;hist&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;bill_length_mm&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.99&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;43.92&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;5.46&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;32.1&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;39.23&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;44.45&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;48.5&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;59.6&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▃▇▇▆▁&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;bill_depth_mm&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.99&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;17.15&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1.97&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;13.1&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;15.60&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;17.30&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;18.7&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;21.5&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▅▅▇▇▂&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;flipper_length_mm&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.99&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;200.92&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;14.06&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;172.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;190.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;197.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;213.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;231.0&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▂▇▃▅▂&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;body_mass_g&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.99&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;4201.75&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;801.95&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2700.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;3550.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;4050.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;4750.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;6300.0&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▃▇▆▃▂&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;year&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2008.03&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.82&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2007.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2007.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2008.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2009.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2009.0&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▇▁▇▁▇&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div id=&#34;ggallyggpairs-to-get-scatter-plot-correlation-matrix&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;code&gt;GGally::ggpairs()&lt;/code&gt; to get scatter plot + correlation matrix&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;GGally::ggpairs()&lt;/code&gt; is a useful tool for exploring distributions and correlations.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggpairs1 &amp;lt;- penguins %&amp;gt;% 
  na.omit() %&amp;gt;% 
  select( body_mass_g, flipper_length_mm, bill_length_mm, bill_depth_mm, species, sex, island) %&amp;gt;% 
  rename(`Flipper length(mm)` = flipper_length_mm, 
         `Body mass (g)` = body_mass_g, 
         `Bill length (mm)` = bill_length_mm, 
         `Bill depth (mm)` = bill_depth_mm) %&amp;gt;% 
  GGally::ggpairs() +
  theme_minimal() 

ggpairs1&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/modelling_eda_files/figure-html/ggpairs1-1.png&#34; width=&#34;672&#34; /&gt;
&lt;code&gt;ggpairs()&lt;/code&gt; provides a lot of information, so let us spend some time deciphering this chart.&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Along the diagonal we get a density plot of each variable of interest. For instance, body mass seems to be right skewed, and the rest of the variables seem bimodal.&lt;/li&gt;
&lt;li&gt;The upper part of the matrix, shows correlation coefficients– to determine between which variables, read off the corresponding row and column header&lt;/li&gt;
&lt;li&gt;The bottom part provides a scatterplot between any two variables which you can again determine by looking at the row/column they correspond.&lt;/li&gt;
&lt;li&gt;For categorical variables (species, sex, island), we do not get any numerical values, but rather histograms and boxplots that show the distribution of outcomes. If we wanted to get a numerical correlation value, we would use the &lt;code&gt;polycor&lt;/code&gt; package and &lt;code&gt;polycor::hetcor()&lt;/code&gt; that calculates polyserial correlations between numeric and ordinal variables, and polychoric correlations between ordinal variables, but this is outside the scope of this class.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Which correlation is the highest? That between body mass and flipper length, or 0.873. We can see the scatterplot of these two variables in the upper left, just underneath the density plot of body mass, whereas to the right of the body mass density plot we can see the correlation value of 0.873. We could somehow “see” a line through these points. In building a model for body mass, surely flipper length will be the first variable to consider and the one that would explain a fair bit of the variation in body mass.&lt;/p&gt;
&lt;p&gt;What about the lowest correlation? That seems to be the one between bill length and bill depth, with a correlation value of -0.229. On the face of it, there seems to be very weak relationship between these two variables.&lt;/p&gt;
&lt;p&gt;What about the second lowest correlation? Numerically, it is the one between body mass and bill depth (-0.472). However, if you look at the corresponding scatterplot in the lower left corner you see two clusters of points, so we need to dig a bit deeper.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;dummy-variables&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Dummy variables&lt;/h2&gt;
&lt;p&gt;Dummy, or categorical, variables allows us to incorporate non-numeric data into our analysis. In this example we have two categorical variables (&lt;code&gt;species&lt;/code&gt;, &lt;code&gt;sex&lt;/code&gt;) and we can use &lt;code&gt;ggpairs()&lt;/code&gt; to dig a bit deeper and then use these categorical variables in our modelling. The first scatterplot matrix does not take into consideration the species or the sex of the penguins, variables that may help explain differences in body mass.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggpairs2 &amp;lt;- penguins %&amp;gt;% 
  na.omit() %&amp;gt;% 
  select( species, sex, body_mass_g, flipper_length_mm, bill_length_mm, bill_depth_mm) %&amp;gt;% 
  rename(`Flipper lenght(mm)` = flipper_length_mm, 
         `Body mass (g)` = body_mass_g, 
         `Bill length (mm)` = bill_length_mm, 
         `Bill depth (mm)` = bill_depth_mm) %&amp;gt;% 
  GGally::ggpairs(aes(colour=species, shape=species),
                  alpha = 0.4) +
  scale_colour_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  scale_fill_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  theme_minimal()
  

ggpairs2&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/modelling_eda_files/figure-html/ggpairs2-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;p&gt;When we include the categorical (factor) variables of &lt;code&gt;species&lt;/code&gt; and &lt;code&gt;sex&lt;/code&gt;, and since these are no longer numerical values, we get boxplots and histograms. For instance to explore the relationship between body mass and species, look at the upper left of the table; yo can see that the green penguins (Gentoo) seem to be heavier than the other two species which may have no difference between them.&lt;/p&gt;
&lt;p&gt;Since this plot may be confusing, let us just concentrate on the scatterplot matrix of numerical values coloured by &lt;code&gt;species&lt;/code&gt;.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggpairs3 &amp;lt;- penguins %&amp;gt;% 
  na.omit() %&amp;gt;% 
  select( species, sex, body_mass_g, flipper_length_mm, bill_length_mm, bill_depth_mm) %&amp;gt;% 
  rename(`Flipper lenght(mm)` = flipper_length_mm, 
         `Body mass (g)` = body_mass_g, 
         `Bill length (mm)` = bill_length_mm, 
         `Bill depth (mm)` = bill_depth_mm) %&amp;gt;% 
  GGally::ggpairs(aes(colour=species, shape=species),
                  alpha = 0.4,
                  columns = c(3:6)) + 
  scale_colour_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  scale_fill_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  theme_minimal()
  

ggpairs3&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/modelling_eda_files/figure-html/ggpairs3-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;modelling-considerations-of-numerical-variables&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Modelling considerations of numerical variables&lt;/h2&gt;
&lt;p&gt;Let us examine the relationship between body mass and flipper length, and body mass and bill depth.&lt;/p&gt;
&lt;div id=&#34;penguin-body-mass-vs-flipper-length&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Penguin body mass vs flipper length&lt;/h3&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;mass_flipper &amp;lt;- ggplot(data = penguins,
                       aes(x = flipper_length_mm,
                           y = body_mass_g)) +
  geom_point(aes(colour = species,
                 shape = species),
             size = 3,
             alpha = 0.6) +
  theme_minimal() +
  geom_smooth(method = &amp;quot;lm&amp;quot;, se=FALSE, aes(colour = species)) +
  scale_color_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  labs(title = &amp;quot;Penguin size, Palmer Station LTER&amp;quot;,
       subtitle = &amp;quot;Flipper length and body mass for Adelie, Chinstrap and Gentoo Penguins&amp;quot;,
       x = &amp;quot;Flipper length (mm)&amp;quot;,
       y = &amp;quot;Body mass (g)&amp;quot;,
       color = &amp;quot;Penguin species&amp;quot;,
       shape = &amp;quot;Penguin species&amp;quot;) +
  theme(legend.position = c(0.2, 0.7),
        legend.background = element_rect(fill = &amp;quot;white&amp;quot;, colour = NA),
        plot.title.position = &amp;quot;plot&amp;quot;,
        plot.caption = element_text(hjust = 0, face= &amp;quot;italic&amp;quot;),
        plot.caption.position = &amp;quot;plot&amp;quot;)

mass_flipper&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/modelling_eda_files/figure-html/unnamed-chunk-4-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;penguin-body-mass-vs-bill-depth&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Penguin body mass vs bill depth&lt;/h3&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;mass_bill_depth &amp;lt;- ggplot(data = penguins,
                       aes(x = bill_depth_mm,
                           y = body_mass_g)) +
  geom_point(aes(colour = species,
                 shape = species),
             size = 3,
             alpha = 0.6) +
  theme_minimal() +
  geom_smooth(method = &amp;quot;lm&amp;quot;, se=FALSE, aes(colour = species)) +
  scale_color_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  labs(title = &amp;quot;Penguin size, Palmer Station LTER&amp;quot;,
       subtitle = &amp;quot;Bill depth and body mass for Adelie, Chinstrap and Gentoo Penguins&amp;quot;,
       x = &amp;quot;Bill depth (mm)&amp;quot;,
       y = &amp;quot;Body mass (g)&amp;quot;,
       color = &amp;quot;Penguin species&amp;quot;,
       shape = &amp;quot;Penguin species&amp;quot;) +
  theme(legend.position = c(0.8, 0.8),
        legend.background = element_rect(fill = &amp;quot;white&amp;quot;, colour = NA),
        plot.title.position = &amp;quot;plot&amp;quot;,
        plot.caption = element_text(hjust = 0, face= &amp;quot;italic&amp;quot;),
        plot.caption.position = &amp;quot;plot&amp;quot;)

mass_bill_depth&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/modelling_eda_files/figure-html/unnamed-chunk-5-1.png&#34; width=&#34;672&#34; /&gt;
This shows that there is very little difference between Adelie and Chinstrap, but Gentoo is markedly different. All three species have a positive relationship (as bill depth increases, so does body mass), which is not what the numerical correlation coefficient of -0.472 ould have us believe.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;penguin-body-mass-and-flipper-size-faceted-by-sex&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Penguin body mass and flipper size, faceted by sex&lt;/h3&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(penguins, aes(x = flipper_length_mm,
                            y = body_mass_g)) +
  geom_point(aes(colour = sex)) +
  theme_minimal() +
  scale_color_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;cyan4&amp;quot;), na.translate = FALSE) +
  labs(title = &amp;quot;Penguin flipper and body mass&amp;quot;,
       subtitle = &amp;quot;Dimensions for male and female Adelie, Chinstrap and Gentoo Penguins at Palmer Station LTER&amp;quot;,
       x = &amp;quot;Flipper length (mm)&amp;quot;,
       y = &amp;quot;Body mass (g)&amp;quot;,
       color = &amp;quot;Penguin sex&amp;quot;) +
  theme(legend.position = &amp;quot;bottom&amp;quot;,
        legend.background = element_rect(fill = &amp;quot;white&amp;quot;, color = NA),
        plot.title.position = &amp;quot;plot&amp;quot;,
        plot.caption = element_text(hjust = 0, face= &amp;quot;italic&amp;quot;),
        plot.caption.position = &amp;quot;plot&amp;quot;) +
  facet_wrap(~species)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/modelling_eda_files/figure-html/unnamed-chunk-6-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;p&gt;On average, male penguins seem to be heavier than female ones, and this is consistent along all three species.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;simpsons-paradox-penguin-bill-length-vs-bill-depth&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Simpson’s Paradox: Penguin bill length vs bill depth&lt;/h3&gt;
&lt;p&gt;In the original scatterplot matrix without &lt;code&gt;species&lt;/code&gt;, the lowest correlation coefficient of -0.235 was between bill length and bill depth. The following is just the scatterplot with the line of best fit added.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;bill_no_species &amp;lt;- ggplot(data = penguins,
                         aes(x = bill_length_mm,
                             y = bill_depth_mm)) +
  geom_point() +
  theme_minimal() +
  scale_color_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  labs(title = &amp;quot;Penguin bill dimensions (omit species)&amp;quot;,
       subtitle = &amp;quot;Palmer Station LTER&amp;quot;,
       x = &amp;quot;Bill length (mm)&amp;quot;,
       y = &amp;quot;Bill depth (mm)&amp;quot;) +
  theme(plot.title.position = &amp;quot;plot&amp;quot;,
        plot.caption = element_text(hjust = 0, face= &amp;quot;italic&amp;quot;),
        plot.caption.position = &amp;quot;plot&amp;quot;) +
  geom_smooth(method = &amp;quot;lm&amp;quot;, se = FALSE, color = &amp;quot;blue&amp;quot;)

bill_no_species&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/modelling_eda_files/figure-html/unnamed-chunk-7-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;p&gt;However, if we plot the same scatterplot colouring points by &lt;code&gt;species&lt;/code&gt;, we get a completely different story.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;bill_len_dep &amp;lt;- ggplot(data = penguins,
                         aes(x = bill_length_mm,
                             y = bill_depth_mm,
                             group = species)) +
  geom_point(aes(colour = species,
                 shape = species),
             size = 3,
             alpha = 0.8) +
  geom_smooth(method = &amp;quot;lm&amp;quot;, se = FALSE, aes(colour = species)) +
  theme_minimal() +
  scale_color_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  labs(title = &amp;quot;Penguin bill dimensions&amp;quot;,
       subtitle = &amp;quot;Bill length and depth for Adelie, Chinstrap and Gentoo Penguins at Palmer Station LTER&amp;quot;,
       x = &amp;quot;Bill length (mm)&amp;quot;,
       y = &amp;quot;Bill depth (mm)&amp;quot;,
       color = &amp;quot;Penguin species&amp;quot;,
       shape = &amp;quot;Penguin species&amp;quot;) +
  theme(legend.position = c(0.85, 0.10),
        legend.background = element_rect(fill = &amp;quot;white&amp;quot;, color = NA),
        plot.title.position = &amp;quot;plot&amp;quot;,
        plot.caption = element_text(hjust = 0, face= &amp;quot;italic&amp;quot;),
        plot.caption.position = &amp;quot;plot&amp;quot;)

bill_len_dep&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/modelling_eda_files/figure-html/unnamed-chunk-8-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Simpson%27s_paradox&#34;&gt;Simpson’s paradox&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;is-y-heavily-skewed-does-it-need-to-be-transformed&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Is Y heavily skewed? Does it need to be transformed?&lt;/h2&gt;
&lt;p&gt;The variable we are interested to explain, body mass, does not appear to be heavily skewed so there is no need for any transformation.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;acknowledgements&#34; class=&#34;section level2 toc-ignore&#34;&gt;
&lt;h2&gt;Acknowledgements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This page is adapted from the Palmer &lt;a href=&#34;https://allisonhorst.github.io/palmerpenguins/articles/examples.html&#34; target=&#34;_blank&#34;&gt;Palmer Penguins package Vignette&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Import data</title>
      <link>https://usi-emba-analytics.netlify.app/example/eda-import-data/</link>
      <pubDate>Tue, 21 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/example/eda-import-data/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#overview&#34;&gt;Overview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#importing-csv-files-read_csv&#34;&gt;Importing CSV files: &lt;code&gt;read_csv()&lt;/code&gt;&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#importing-csv-files-directly-off-the-internet&#34;&gt;Importing CSV files directly off the internet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#importing-csv-files-saved-locally&#34;&gt;Importing CSV files saved locally&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#need-for-speed-enter-data.tablefread&#34;&gt;Need for speed: Enter &lt;code&gt;data.table::fread()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#other-data-formats&#34;&gt;Other data formats&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#rio-a-swiss-army-knife-for-data-input-output&#34;&gt;&lt;code&gt;rio&lt;/code&gt;: a swiss-army knife for data input-output&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#never-work-directly-on-the-raw-data&#34;&gt;Never work directly on the raw data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#other-links&#34;&gt;Other links&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;blockquote&gt;
&lt;p&gt;Learning Objectives &lt;br&gt;
1. Load external data from a .csv file into a data frame.&lt;br&gt;
2. Describe what a data frame is.&lt;br&gt;
3. Use indexing to subset specific portions of data frames.&lt;br&gt;
4. Describe what a factor is.&lt;br&gt;
5. Reorder and rename factors.&lt;br&gt;
6. Format dates.&lt;br&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div id=&#34;overview&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Overview&lt;/h2&gt;
&lt;p&gt;One of the things that I found strange when I started working with R was that, unlike other software like Excel, Stata, SPSS, etc., you couldn’t just double click on an .xls, .dta, or .sav file, load the data and look at its contents. In R, we must use a command to explicitly import the data into memory.&lt;/p&gt;
&lt;p&gt;While there are many possible data formats, we will concentrate on &lt;strong&gt;CSV&lt;/strong&gt; files, namely &lt;em&gt;Comma Separated Values&lt;/em&gt; files that are a common way to save the raw data from spreadsheets, without any of the formatting, etc. The &lt;strong&gt;readr&lt;/strong&gt; R package contains functions for importing data saved as &lt;em&gt;flat file&lt;/em&gt; documents; &lt;code&gt;readr&lt;/code&gt; is a core member of the tidyverse and is loaded everytime you call &lt;code&gt;library(tidyverse)&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;CSV file names end with a .csv and if you opened one inside Excel, it would look like a regular Excel file. NASA provides an estimate of global surface temperature change which allows us to calculate weather anomalies. The data is available at &lt;a href=&#34;https://data.giss.nasa.gov/gistemp/tabledata_v3/NH.Ts+dSST.csv&#34;&gt;https://data.giss.nasa.gov/gistemp/tabledata_v3/NH.Ts+dSST.csv&lt;/a&gt; as a CSV file which you open inside Excel looks something like this:&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/weatherAnomaliesCSVinExcel.png&#34; width=&#34;80%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;However, this is what a &lt;strong&gt;CSV&lt;/strong&gt; file looks like on the inside: a bunch of values separated with commas.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/weatherAnomaliesCSV.png&#34; width=&#34;80%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;By the way, if you look at the data closely, you will notice that the values in the &lt;code&gt;D-N&lt;/code&gt; (December-November) and &lt;code&gt;DJF&lt;/code&gt; (December-January-February) columns for the year 1880 are &lt;code&gt;***&lt;/code&gt;. These &lt;code&gt;***&lt;/code&gt; denote a missing value, in the same way that R uses the &lt;code&gt;NA&lt;/code&gt; (or &lt;strong&gt;not available&lt;/strong&gt;) value.&lt;/p&gt;
&lt;p&gt;If you’d like R to treat these &lt;code&gt;***&lt;/code&gt; values as missing, you will need to convert them to &lt;code&gt;NA&lt;/code&gt;s. One way to do this is to ask &lt;code&gt;read_csv()&lt;/code&gt; to parse &lt;code&gt;***&lt;/code&gt; values as &lt;code&gt;NA&lt;/code&gt; values when it reads in the data.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;importing-csv-files-read_csv&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Importing CSV files: &lt;code&gt;read_csv()&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;Importing CSV is part of base R using the &lt;code&gt;read.csv()&lt;/code&gt; command. However, we will use the &lt;code&gt;readr&lt;/code&gt; package and its &lt;code&gt;read_csv()&lt;/code&gt; command that allows us to read flat data. &lt;code&gt;read_csv()&lt;/code&gt; is significantly (8-10 times) faster and more user friendly than the base R command, with no need to define rownames, no &lt;code&gt;stringsAsFactors = TRUE&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Even though we only concentrate on CSV files, &lt;code&gt;readr&lt;/code&gt; has several functions that allow you to import a specific flat file format.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th&gt;Function&lt;/th&gt;
&lt;th&gt;Reads&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;read_csv()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Comma separated values&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;read_csv2()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Semi-colon separate values&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;read_delim()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;General delimited files&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;read_fwf()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Fixed width files&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;read_log()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Apache log files&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;read_table()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Space separated files&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;read_tsv()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Tab delimited values&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Just as you can import data, &lt;code&gt;readr&lt;/code&gt; allows you to export data and save it locally. These functions are similar to the &lt;code&gt;read_&lt;/code&gt; functions and each save a tibble (or data frame) in the specific file format.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th&gt;Function&lt;/th&gt;
&lt;th&gt;Writes&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;write_csv()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Comma separated values&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;write_excel_csv()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;CSV that you plan to open in Excel&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;write_delim()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;General delimited files&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;write_file()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;A single string, written as is&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;write_lines()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;A vector of strings, one string per line&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;write_tsv()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Tab delimited values&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;To use a &lt;code&gt;write_&lt;/code&gt; function, first give it the name of the data frame to save, then give it a filename to save in your working directory.&lt;/p&gt;
&lt;div id=&#34;importing-csv-files-directly-off-the-internet&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Importing CSV files directly off the internet&lt;/h3&gt;
&lt;p&gt;If the CSV exists on the internet and you have the URL address, you don’t have to download it to your local machine and then import it; you can import it directly off the web using the URL link.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;url &amp;lt;- &amp;quot;https://data.giss.nasa.gov/gistemp/tabledata_v3/NH.Ts+dSST.csv&amp;quot;
weather &amp;lt;- read_csv(url, skip = 1, na = &amp;quot;***&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;When using the &lt;code&gt;read_csv()&lt;/code&gt; function, we added two options:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;&lt;code&gt;skip = 1&lt;/code&gt; option is there as the real data table only starts in Row 2, so we need to skip one row.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;na = &#34;***&#34;&lt;/code&gt;option informs R how missing observations in the spreadsheet are coded. As discussed earlier, it is best to specify NA values here, as otherwise some of the data may not be recognized as numeric data.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Notice that the code above saves the output to an object named &lt;code&gt;weather&lt;/code&gt;. You must save the output of &lt;code&gt;read_csv()&lt;/code&gt; to an object if you wish to use it later; otherwise, &lt;code&gt;read_csv()&lt;/code&gt; will just print the contents of the data set at the command line.&lt;/p&gt;
&lt;p&gt;Also, the assignment statement doesn’t produce any output for &lt;code&gt;weather&lt;/code&gt; because assignments don’t display anything. If we want to check that our data has been loaded, we can see glimpse the structure of the dataframe using &lt;code&gt;glimpse()&lt;/code&gt; or see its contents by just typing its name: &lt;code&gt;weather&lt;/code&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;glimpse(weather)&lt;/code&gt; shows us the number of observations and variables, and then, for each variable, shows the variable type; in our case, all of the variables are &lt;code&gt;dbl&lt;/code&gt; or double, namely numeric variables.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;weather&lt;/code&gt;, just invoking the name of the dataframe, shows the contents of the dataframe in the tabular form it is saved in&lt;/li&gt;
&lt;/ul&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;glimpse(weather)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Rows: 140
## Columns: 19
## $ Year  &amp;lt;dbl&amp;gt; 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1...
## $ Jan   &amp;lt;dbl&amp;gt; -0.54, -0.19, 0.22, -0.59, -0.23, -1.00, -0.68, -1.07, -0.53,...
## $ Feb   &amp;lt;dbl&amp;gt; -0.38, -0.25, 0.22, -0.67, -0.11, -0.37, -0.68, -0.58, -0.59,...
## $ Mar   &amp;lt;dbl&amp;gt; -0.26, 0.02, 0.00, -0.16, -0.65, -0.21, -0.57, -0.36, -0.58, ...
## $ Apr   &amp;lt;dbl&amp;gt; -0.37, -0.02, -0.36, -0.27, -0.62, -0.53, -0.34, -0.42, -0.24...
## $ May   &amp;lt;dbl&amp;gt; -0.11, -0.06, -0.32, -0.32, -0.42, -0.55, -0.34, -0.27, -0.16...
## $ Jun   &amp;lt;dbl&amp;gt; -0.22, -0.36, -0.38, -0.26, -0.52, -0.47, -0.43, -0.20, -0.04...
## $ Jul   &amp;lt;dbl&amp;gt; -0.23, -0.06, -0.37, -0.09, -0.48, -0.39, -0.20, -0.23, 0.04,...
## $ Aug   &amp;lt;dbl&amp;gt; -0.24, -0.03, -0.14, -0.26, -0.50, -0.44, -0.47, -0.52, -0.19...
## $ Sep   &amp;lt;dbl&amp;gt; -0.26, -0.23, -0.17, -0.33, -0.45, -0.32, -0.34, -0.17, -0.12...
## $ Oct   &amp;lt;dbl&amp;gt; -0.32, -0.40, -0.53, -0.21, -0.41, -0.30, -0.31, -0.40, 0.04,...
## $ Nov   &amp;lt;dbl&amp;gt; -0.37, -0.42, -0.32, -0.40, -0.48, -0.28, -0.45, -0.19, -0.03...
## $ Dec   &amp;lt;dbl&amp;gt; -0.48, -0.28, -0.42, -0.25, -0.40, 0.00, -0.17, -0.43, -0.26,...
## $ `J-D` &amp;lt;dbl&amp;gt; -0.32, -0.19, -0.21, -0.32, -0.44, -0.40, -0.42, -0.40, -0.22...
## $ `D-N` &amp;lt;dbl&amp;gt; NA, -0.21, -0.20, -0.33, -0.43, -0.44, -0.40, -0.38, -0.24, -...
## $ DJF   &amp;lt;dbl&amp;gt; NA, -0.31, 0.06, -0.56, -0.20, -0.59, -0.45, -0.61, -0.52, -0...
## $ MAM   &amp;lt;dbl&amp;gt; -0.24, -0.02, -0.22, -0.25, -0.56, -0.43, -0.42, -0.35, -0.33...
## $ JJA   &amp;lt;dbl&amp;gt; -0.23, -0.15, -0.30, -0.20, -0.50, -0.44, -0.37, -0.32, -0.06...
## $ SON   &amp;lt;dbl&amp;gt; -0.32, -0.35, -0.34, -0.32, -0.44, -0.30, -0.37, -0.25, -0.04...&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;weather&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 140 x 19
##     Year   Jan    Feb    Mar   Apr   May   Jun   Jul   Aug   Sep   Oct   Nov
##    &amp;lt;dbl&amp;gt; &amp;lt;dbl&amp;gt;  &amp;lt;dbl&amp;gt;  &amp;lt;dbl&amp;gt; &amp;lt;dbl&amp;gt; &amp;lt;dbl&amp;gt; &amp;lt;dbl&amp;gt; &amp;lt;dbl&amp;gt; &amp;lt;dbl&amp;gt; &amp;lt;dbl&amp;gt; &amp;lt;dbl&amp;gt; &amp;lt;dbl&amp;gt;
##  1  1880 -0.54 -0.38  -0.26  -0.37 -0.11 -0.22 -0.23 -0.24 -0.26 -0.32 -0.37
##  2  1881 -0.19 -0.25   0.02  -0.02 -0.06 -0.36 -0.06 -0.03 -0.23 -0.4  -0.42
##  3  1882  0.22  0.22   0     -0.36 -0.32 -0.38 -0.37 -0.14 -0.17 -0.53 -0.32
##  4  1883 -0.59 -0.67  -0.16  -0.27 -0.32 -0.26 -0.09 -0.26 -0.33 -0.21 -0.4 
##  5  1884 -0.23 -0.11  -0.65  -0.62 -0.42 -0.52 -0.48 -0.5  -0.45 -0.41 -0.48
##  6  1885 -1    -0.37  -0.21  -0.53 -0.55 -0.47 -0.39 -0.44 -0.32 -0.3  -0.28
##  7  1886 -0.68 -0.68  -0.570 -0.34 -0.34 -0.43 -0.2  -0.47 -0.34 -0.31 -0.45
##  8  1887 -1.07 -0.580 -0.36  -0.42 -0.27 -0.2  -0.23 -0.52 -0.17 -0.4  -0.19
##  9  1888 -0.53 -0.59  -0.580 -0.24 -0.16 -0.04  0.04 -0.19 -0.12  0.04 -0.03
## 10  1889 -0.31  0.35   0.07   0.15 -0.05 -0.12 -0.1  -0.16 -0.26 -0.34 -0.61
## # ... with 130 more rows, and 7 more variables: Dec &amp;lt;dbl&amp;gt;, `J-D` &amp;lt;dbl&amp;gt;,
## #   `D-N` &amp;lt;dbl&amp;gt;, DJF &amp;lt;dbl&amp;gt;, MAM &amp;lt;dbl&amp;gt;, JJA &amp;lt;dbl&amp;gt;, SON &amp;lt;dbl&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;When you use &lt;code&gt;read_csv()&lt;/code&gt;, &lt;code&gt;read_csv()&lt;/code&gt; tries to match each column of input to one of the basic data types in R. In our case, &lt;code&gt;read_csv()&lt;/code&gt; misidentified the contents of the &lt;code&gt;Year&lt;/code&gt; column to a real number, rather than an integer. You can correct this with R’s &lt;code&gt;as.integer()&lt;/code&gt; function, or you can read the data in again, this time instructing &lt;code&gt;read_csv()&lt;/code&gt; to parse the column as integers.&lt;/p&gt;
&lt;p&gt;To do this:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;add the argument &lt;code&gt;col_types&lt;/code&gt; to &lt;code&gt;read_csv()&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;set equal the &lt;code&gt;col_types&lt;/code&gt; arguent to a list.&lt;/li&gt;
&lt;li&gt;add a named element to the list for each column you would like to manually parse; in our case, we want to make column ‘Year’ an integer.&lt;/li&gt;
&lt;/ol&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;weather &amp;lt;- read_csv(url, skip = 1, na = &amp;quot;***&amp;quot;,
                   col_types = list(Year = col_integer()))&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;To complete the code, set &lt;code&gt;Year&lt;/code&gt; equal to one of the functions below, each function instructs &lt;code&gt;read_csv()&lt;/code&gt; to parse &lt;code&gt;Year&lt;/code&gt; as a specific type of data.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th&gt;Type function&lt;/th&gt;
&lt;th&gt;Data Type&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;col_character()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;character&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;col_date()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Date&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;col_datetime()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;POSIXct (date-time)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;col_double()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;double (numeric)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;col_factor()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;factor&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;col_guess()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;let readr geuss (default)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;col_integer()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;integer&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;col_logical()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;logical&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;col_number()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;numbers mixed with non-number characters&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;col_numeric()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;double or integer&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;col_skip()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;do not read this column&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;col_time()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;time&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div id=&#34;importing-csv-files-saved-locally&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Importing CSV files saved locally&lt;/h3&gt;
&lt;p&gt;If you want to read a CSV file you have saved locally in your computer, you must let RStudio know which folder the file lives in; in more technical terms, you have to set the Working Directory. You can determine the location of your working directory by running &lt;code&gt;getwd()&lt;/code&gt;. You can change the location of your working directory by going to &lt;strong&gt;Session &amp;gt; Set Working Directory&lt;/strong&gt; in the RStudio IDE menu bar or use the &lt;code&gt;Ctrl+Shift+H&lt;/code&gt; shortcut in Windows, &lt;code&gt;Cmd+Shift+H&lt;/code&gt; in Mac to browse for the folder where the file resides.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;need-for-speed-enter-data.tablefread&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Need for speed: Enter &lt;code&gt;data.table::fread()&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;If you have a file which is fairly large, the &lt;strong&gt;fread()&lt;/strong&gt; function from the &lt;em&gt;data.table&lt;/em&gt; package, &lt;code&gt;data.table::fread()&lt;/code&gt;, can make your life easier. You use it in a similar way to &lt;code&gt;read_csv()&lt;/code&gt;, but it is faster. The following table compares how long it takes to read 1.1 million rows from CDC’s &lt;a href=&#34;https://data.cdc.gov/Case-Surveillance/COVID-19-Case-Surveillance-Public-Use-Data/vbim-akqf&#34;&gt;COVID-19 Case Surveillance Public Use Data&lt;/a&gt;. We downloaded the CSV locally and then read it with base R &lt;code&gt;read.csv()&lt;/code&gt;, &lt;code&gt;readr::read_csv()&lt;/code&gt;, and &lt;code&gt;data.table::fread()&lt;/code&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;library(microbenchmark)
mbm = microbenchmark(
  baseR =   read.csv(&amp;quot;COVID-19_Case_Surveillance_Public_Use_Data.csv&amp;quot;),
  readr =   read_csv(&amp;quot;COVID-19_Case_Surveillance_Public_Use_Data.csv&amp;quot;),
  data.table =   fread(&amp;quot;COVID-19_Case_Surveillance_Public_Use_Data.csv&amp;quot;),
  times=10
)
mbm&lt;/code&gt;&lt;/pre&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th&gt;Unit: seconds&lt;/th&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;expr&lt;/td&gt;
&lt;td&gt;min&lt;/td&gt;
&lt;td&gt;lq&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;mean&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;median&lt;/td&gt;
&lt;td&gt;uq&lt;/td&gt;
&lt;td&gt;max&lt;/td&gt;
&lt;td&gt;neval&lt;/td&gt;
&lt;td&gt;cld&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;baseR&lt;/td&gt;
&lt;td&gt;6.314878&lt;/td&gt;
&lt;td&gt;7.598240&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;9.930234&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;9.556545&lt;/td&gt;
&lt;td&gt;11.353675&lt;/td&gt;
&lt;td&gt;15.014476&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;c&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;readr&lt;/td&gt;
&lt;td&gt;4.450299&lt;/td&gt;
&lt;td&gt;5.270310&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;6.300699&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;6.317381&lt;/td&gt;
&lt;td&gt;7.489372&lt;/td&gt;
&lt;td&gt;8.341003&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;b&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;data.table&lt;/td&gt;
&lt;td&gt;1.080079&lt;/td&gt;
&lt;td&gt;1.950533&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;2.240901&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;2.251069&lt;/td&gt;
&lt;td&gt;2.729169&lt;/td&gt;
&lt;td&gt;3.030911&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;a&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The diffenrence in speed is remarkarble; base R is the slowest with an avearge loading time of 9.93 seconds. &lt;code&gt;read_csv()&lt;/code&gt; yields an average of 6.3 seconds, and &lt;code&gt;data.table:fread()&lt;/code&gt; reduces loading time to 2.24 seconds.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;other-data-formats&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Other data formats&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;readr&lt;/code&gt; package provides efficient functions for reading and saving common flat file data formats. For other data types, consider using :&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th&gt;Package&lt;/th&gt;
&lt;th&gt;Reads&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;readxl&lt;/td&gt;
&lt;td&gt;Excel files (.xls, .xlsx)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;haven&lt;/td&gt;
&lt;td&gt;SPSS, Stata, and SAS files&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;jsonlite&lt;/td&gt;
&lt;td&gt;json&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;xml2&lt;/td&gt;
&lt;td&gt;xml&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;httr&lt;/td&gt;
&lt;td&gt;web API’s&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;rvest&lt;/td&gt;
&lt;td&gt;web pages (web scraping)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;DBI&lt;/td&gt;
&lt;td&gt;databases&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;sparklyr&lt;/td&gt;
&lt;td&gt;data loaded into spark&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;div id=&#34;rio-a-swiss-army-knife-for-data-input-output&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;&lt;code&gt;rio&lt;/code&gt;: a swiss-army knife for data input-output&lt;/h3&gt;
&lt;p&gt;A really neat package to handle importing- exporing data is &lt;code&gt;rio&lt;/code&gt; whose authors call it &lt;em&gt;A Swiss-Army knife for data input-output&lt;/em&gt;. It works by determining the data structure from the file extension, uses reasonable defaults for data import and export (e.g., ‘stringsAsFactors=FALSE’), supports web-based import (including from SSL/HTTPS). It also has a useful function, ‘convert()’, that provides a simple method for converting between file types. You can &lt;a href=&#34;https://cran.r-project.org/web/packages/rio/vignettes/rio.html&#34;&gt;read more about &lt;code&gt;rio&lt;/code&gt; here&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;never-work-directly-on-the-raw-data&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Never work directly on the raw data&lt;/h2&gt;
&lt;p&gt;In 2012 Cecilia Giménez, an 83-year-old widow and amateur painter, attempted to restore a century-old fresco of Jesus crowned with thorns in her local church in Borja, Spain. The restoration didn’t go very well, but, surprisingly, the &lt;a href=&#34;https://news.artnet.com/art-world/botched-restoration-of-jesus-fresco-miraculously-saves-spanish-town-197057&#34;&gt;botched restoration of Jesus fresco miraculously saved the Spanish Town&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/restoration.png&#34; width=&#34;80%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;As a most important rule, please do not work on the raw data; it’s unlikely you will have Cecilia Giménez’s good fortune to become (in)famous for your not-so-brilliant work. Make sure you import the data in R, leave the raw data aside, and if you make any changes tidying and wrangling your data, save it using &lt;code&gt;write_csv()&lt;/code&gt; with a different file name.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;other-links&#34; class=&#34;section level2 toc-ignore&#34;&gt;
&lt;h2&gt;Other links&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.nytimes.com/2014/08/18/technology/for-big-data-scientists-hurdle-to-insights-is-janitor-work.html&#34;&gt;For Big-Data Scientists, ‘Janitor Work’ Is Key Hurdle to Insights&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Importing data</title>
      <link>https://usi-emba-analytics.netlify.app/start/01-start/</link>
      <pubDate>Tue, 21 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/start/01-start/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#overview&#34;&gt;Overview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#importing-csv-files-read_csv&#34;&gt;Importing CSV files: &lt;code&gt;read_csv()&lt;/code&gt;&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#importing-csv-files-directly-off-the-internet&#34;&gt;Importing CSV files directly off the internet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#importing-csv-files-saved-locally&#34;&gt;Importing CSV files saved locally&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#need-for-speed-enter-data.tablefread&#34;&gt;Need for speed: Enter &lt;code&gt;data.table::fread()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#other-data-formats&#34;&gt;Other data formats&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#rio-a-swiss-army-knife-for-data-input-output&#34;&gt;&lt;code&gt;rio&lt;/code&gt;: a swiss-army knife for data input-output&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#never-work-directly-on-the-raw-data&#34;&gt;Never work directly on the raw data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#other-links&#34;&gt;Other links&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;blockquote&gt;
&lt;p&gt;Learning Objectives &lt;br&gt;
1. Load external data from a .csv file into a data frame.&lt;br&gt;
2. Describe what a data frame is.&lt;br&gt;
3. Use indexing to subset specific portions of data frames.&lt;br&gt;
4. Describe what a factor is.&lt;br&gt;
5. Reorder and rename factors.&lt;br&gt;
6. Format dates.&lt;br&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div id=&#34;overview&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Overview&lt;/h2&gt;
&lt;p&gt;One of the things that I found strange when I started working with R was that, unlike other software like Excel, Stata, SPSS, etc., you couldn’t just double click on an .xls, .dta, or .sav file, load the data and look at its contents. In R, we must use a command to explicitly import the data into memory.&lt;/p&gt;
&lt;p&gt;While there are many possible data formats, we will concentrate on &lt;strong&gt;CSV&lt;/strong&gt; files, namely &lt;em&gt;Comma Separated Values&lt;/em&gt; files that are a common way to save the raw data from spreadsheets, without any of the formatting, etc. The &lt;strong&gt;readr&lt;/strong&gt; R package contains functions for importing data saved as &lt;em&gt;flat file&lt;/em&gt; documents; &lt;code&gt;readr&lt;/code&gt; is a core member of the tidyverse and is loaded everytime you call &lt;code&gt;library(tidyverse)&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;CSV file names end with a .csv and if you opened one inside Excel, it would look like a regular Excel file. NASA provides an estimate of global surface temperature change which allows us to calculate weather anomalies. The data is available at &lt;a href=&#34;https://data.giss.nasa.gov/gistemp/tabledata_v3/NH.Ts+dSST.csv&#34;&gt;https://data.giss.nasa.gov/gistemp/tabledata_v3/NH.Ts+dSST.csv&lt;/a&gt; as a CSV file which you open inside Excel looks something like this:&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/weatherAnomaliesCSVinExcel.png&#34; width=&#34;80%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;However, this is what a &lt;strong&gt;CSV&lt;/strong&gt; file looks like on the inside: a bunch of values separated with commas.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/weatherAnomaliesCSV.png&#34; width=&#34;80%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;By the way, if you look at the data closely, you will notice that the values in the &lt;code&gt;D-N&lt;/code&gt; (December-November) and &lt;code&gt;DJF&lt;/code&gt; (December-January-February) columns for the year 1880 are &lt;code&gt;***&lt;/code&gt;. These &lt;code&gt;***&lt;/code&gt; denote a missing value, in the same way that R uses the &lt;code&gt;NA&lt;/code&gt; (or &lt;strong&gt;not available&lt;/strong&gt;) value.&lt;/p&gt;
&lt;p&gt;If you’d like R to treat these &lt;code&gt;***&lt;/code&gt; values as missing, you will need to convert them to &lt;code&gt;NA&lt;/code&gt;s. One way to do this is to ask &lt;code&gt;read_csv()&lt;/code&gt; to parse &lt;code&gt;***&lt;/code&gt; values as &lt;code&gt;NA&lt;/code&gt; values when it reads in the data.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;importing-csv-files-read_csv&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Importing CSV files: &lt;code&gt;read_csv()&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;Importing CSV is part of base R using the &lt;code&gt;read.csv()&lt;/code&gt; command. However, we will use the &lt;code&gt;readr&lt;/code&gt; package and its &lt;code&gt;read_csv()&lt;/code&gt; command that allows us to read flat data. &lt;code&gt;read_csv()&lt;/code&gt; is significantly (8-10 times) faster and more user friendly than the base R command, with no need to define rownames, no &lt;code&gt;stringsAsFactors = TRUE&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Even though we only concentrate on CSV files, &lt;code&gt;readr&lt;/code&gt; has several functions that allow you to import a specific flat file format.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th&gt;Function&lt;/th&gt;
&lt;th&gt;Reads&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;read_csv()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Comma separated values&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;read_csv2()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Semi-colon separate values&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;read_delim()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;General delimited files&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;read_fwf()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Fixed width files&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;read_log()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Apache log files&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;read_table()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Space separated files&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;read_tsv()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Tab delimited values&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Just as you can import data, &lt;code&gt;readr&lt;/code&gt; allows you to export data and save it locally. These functions are similar to the &lt;code&gt;read_&lt;/code&gt; functions and each save a tibble (or data frame) in the specific file format.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th&gt;Function&lt;/th&gt;
&lt;th&gt;Writes&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;write_csv()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Comma separated values&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;write_excel_csv()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;CSV that you plan to open in Excel&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;write_delim()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;General delimited files&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;write_file()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;A single string, written as is&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;write_lines()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;A vector of strings, one string per line&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;write_tsv()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Tab delimited values&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;To use a &lt;code&gt;write_&lt;/code&gt; function, first give it the name of the data frame to save, then give it a filename to save in your working directory.&lt;/p&gt;
&lt;div id=&#34;importing-csv-files-directly-off-the-internet&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Importing CSV files directly off the internet&lt;/h3&gt;
&lt;p&gt;If the CSV exists on the internet and you have the URL address, you don’t have to download it to your local machine and then import it; you can import it directly off the web using the URL link.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;url &amp;lt;- &amp;quot;https://data.giss.nasa.gov/gistemp/tabledata_v3/NH.Ts+dSST.csv&amp;quot;
weather &amp;lt;- read_csv(url, skip = 1, na = &amp;quot;***&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;When using the &lt;code&gt;read_csv()&lt;/code&gt; function, we added two options:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;&lt;code&gt;skip = 1&lt;/code&gt; option is there as the real data table only starts in Row 2, so we need to skip one row.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;na = &#34;***&#34;&lt;/code&gt;option informs R how missing observations in the spreadsheet are coded. As discussed earlier, it is best to specify NA values here, as otherwise some of the data may not be recognized as numeric data.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Notice that the code above saves the output to an object named &lt;code&gt;weather&lt;/code&gt;. You must save the output of &lt;code&gt;read_csv()&lt;/code&gt; to an object if you wish to use it later; otherwise, &lt;code&gt;read_csv()&lt;/code&gt; will just print the contents of the data set at the command line.&lt;/p&gt;
&lt;p&gt;Also, the assignment statement doesn’t produce any output for &lt;code&gt;weather&lt;/code&gt; because assignments don’t display anything. If we want to check that our data has been loaded, we can see glimpse the structure of the dataframe using &lt;code&gt;glimpse()&lt;/code&gt; or see its contents by just typing its name: &lt;code&gt;weather&lt;/code&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;glimpse(weather)&lt;/code&gt; shows us the number of observations and variables, and then, for each variable, shows the variable type; in our case, all of the variables are &lt;code&gt;dbl&lt;/code&gt; or double, namely numeric variables.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;weather&lt;/code&gt;, just invoking the name of the dataframe, shows the contents of the dataframe in the tabular form it is saved in&lt;/li&gt;
&lt;/ul&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;glimpse(weather)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Rows: 140
## Columns: 19
## $ Year  &amp;lt;dbl&amp;gt; 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1...
## $ Jan   &amp;lt;dbl&amp;gt; -0.54, -0.19, 0.22, -0.59, -0.23, -1.00, -0.68, -1.07, -0.53,...
## $ Feb   &amp;lt;dbl&amp;gt; -0.38, -0.25, 0.22, -0.67, -0.11, -0.37, -0.68, -0.58, -0.59,...
## $ Mar   &amp;lt;dbl&amp;gt; -0.26, 0.02, 0.00, -0.16, -0.65, -0.21, -0.57, -0.36, -0.58, ...
## $ Apr   &amp;lt;dbl&amp;gt; -0.37, -0.02, -0.36, -0.27, -0.62, -0.53, -0.34, -0.42, -0.24...
## $ May   &amp;lt;dbl&amp;gt; -0.11, -0.06, -0.32, -0.32, -0.42, -0.55, -0.34, -0.27, -0.16...
## $ Jun   &amp;lt;dbl&amp;gt; -0.22, -0.36, -0.38, -0.26, -0.52, -0.47, -0.43, -0.20, -0.04...
## $ Jul   &amp;lt;dbl&amp;gt; -0.23, -0.06, -0.37, -0.09, -0.48, -0.39, -0.20, -0.23, 0.04,...
## $ Aug   &amp;lt;dbl&amp;gt; -0.24, -0.03, -0.14, -0.26, -0.50, -0.44, -0.47, -0.52, -0.19...
## $ Sep   &amp;lt;dbl&amp;gt; -0.26, -0.23, -0.17, -0.33, -0.45, -0.32, -0.34, -0.17, -0.12...
## $ Oct   &amp;lt;dbl&amp;gt; -0.32, -0.40, -0.53, -0.21, -0.41, -0.30, -0.31, -0.40, 0.04,...
## $ Nov   &amp;lt;dbl&amp;gt; -0.37, -0.42, -0.32, -0.40, -0.48, -0.28, -0.45, -0.19, -0.03...
## $ Dec   &amp;lt;dbl&amp;gt; -0.48, -0.28, -0.42, -0.25, -0.40, 0.00, -0.17, -0.43, -0.26,...
## $ `J-D` &amp;lt;dbl&amp;gt; -0.32, -0.19, -0.21, -0.32, -0.44, -0.40, -0.42, -0.40, -0.22...
## $ `D-N` &amp;lt;dbl&amp;gt; NA, -0.21, -0.20, -0.33, -0.43, -0.44, -0.40, -0.38, -0.24, -...
## $ DJF   &amp;lt;dbl&amp;gt; NA, -0.31, 0.06, -0.56, -0.20, -0.59, -0.45, -0.61, -0.52, -0...
## $ MAM   &amp;lt;dbl&amp;gt; -0.24, -0.02, -0.22, -0.25, -0.56, -0.43, -0.42, -0.35, -0.33...
## $ JJA   &amp;lt;dbl&amp;gt; -0.23, -0.15, -0.30, -0.20, -0.50, -0.44, -0.37, -0.32, -0.06...
## $ SON   &amp;lt;dbl&amp;gt; -0.32, -0.35, -0.34, -0.32, -0.44, -0.30, -0.37, -0.25, -0.04...&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;weather&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 140 x 19
##     Year   Jan    Feb    Mar   Apr   May   Jun   Jul   Aug   Sep   Oct   Nov
##    &amp;lt;dbl&amp;gt; &amp;lt;dbl&amp;gt;  &amp;lt;dbl&amp;gt;  &amp;lt;dbl&amp;gt; &amp;lt;dbl&amp;gt; &amp;lt;dbl&amp;gt; &amp;lt;dbl&amp;gt; &amp;lt;dbl&amp;gt; &amp;lt;dbl&amp;gt; &amp;lt;dbl&amp;gt; &amp;lt;dbl&amp;gt; &amp;lt;dbl&amp;gt;
##  1  1880 -0.54 -0.38  -0.26  -0.37 -0.11 -0.22 -0.23 -0.24 -0.26 -0.32 -0.37
##  2  1881 -0.19 -0.25   0.02  -0.02 -0.06 -0.36 -0.06 -0.03 -0.23 -0.4  -0.42
##  3  1882  0.22  0.22   0     -0.36 -0.32 -0.38 -0.37 -0.14 -0.17 -0.53 -0.32
##  4  1883 -0.59 -0.67  -0.16  -0.27 -0.32 -0.26 -0.09 -0.26 -0.33 -0.21 -0.4 
##  5  1884 -0.23 -0.11  -0.65  -0.62 -0.42 -0.52 -0.48 -0.5  -0.45 -0.41 -0.48
##  6  1885 -1    -0.37  -0.21  -0.53 -0.55 -0.47 -0.39 -0.44 -0.32 -0.3  -0.28
##  7  1886 -0.68 -0.68  -0.570 -0.34 -0.34 -0.43 -0.2  -0.47 -0.34 -0.31 -0.45
##  8  1887 -1.07 -0.580 -0.36  -0.42 -0.27 -0.2  -0.23 -0.52 -0.17 -0.4  -0.19
##  9  1888 -0.53 -0.59  -0.580 -0.24 -0.16 -0.04  0.04 -0.19 -0.12  0.04 -0.03
## 10  1889 -0.31  0.35   0.07   0.15 -0.05 -0.12 -0.1  -0.16 -0.26 -0.34 -0.61
## # ... with 130 more rows, and 7 more variables: Dec &amp;lt;dbl&amp;gt;, `J-D` &amp;lt;dbl&amp;gt;,
## #   `D-N` &amp;lt;dbl&amp;gt;, DJF &amp;lt;dbl&amp;gt;, MAM &amp;lt;dbl&amp;gt;, JJA &amp;lt;dbl&amp;gt;, SON &amp;lt;dbl&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;When you use &lt;code&gt;read_csv()&lt;/code&gt;, &lt;code&gt;read_csv()&lt;/code&gt; tries to match each column of input to one of the basic data types in R. In our case, &lt;code&gt;read_csv()&lt;/code&gt; misidentified the contents of the &lt;code&gt;Year&lt;/code&gt; column to a real number, rather than an integer. You can correct this with R’s &lt;code&gt;as.integer()&lt;/code&gt; function, or you can read the data in again, this time instructing &lt;code&gt;read_csv()&lt;/code&gt; to parse the column as integers.&lt;/p&gt;
&lt;p&gt;To do this:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;add the argument &lt;code&gt;col_types&lt;/code&gt; to &lt;code&gt;read_csv()&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;set equal the &lt;code&gt;col_types&lt;/code&gt; arguent to a list.&lt;/li&gt;
&lt;li&gt;add a named element to the list for each column you would like to manually parse; in our case, we want to make column ‘Year’ an integer.&lt;/li&gt;
&lt;/ol&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;weather &amp;lt;- read_csv(url, skip = 1, na = &amp;quot;***&amp;quot;,
                   col_types = list(Year = col_integer()))&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;To complete the code, set &lt;code&gt;Year&lt;/code&gt; equal to one of the functions below, each function instructs &lt;code&gt;read_csv()&lt;/code&gt; to parse &lt;code&gt;Year&lt;/code&gt; as a specific type of data.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th&gt;Type function&lt;/th&gt;
&lt;th&gt;Data Type&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;col_character()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;character&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;col_date()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Date&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;col_datetime()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;POSIXct (date-time)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;col_double()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;double (numeric)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;col_factor()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;factor&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;col_guess()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;let readr geuss (default)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;col_integer()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;integer&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;col_logical()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;logical&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;col_number()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;numbers mixed with non-number characters&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;col_numeric()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;double or integer&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;col_skip()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;do not read this column&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;col_time()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;time&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div id=&#34;importing-csv-files-saved-locally&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Importing CSV files saved locally&lt;/h3&gt;
&lt;p&gt;If you want to read a CSV file you have saved locally in your computer, you must let RStudio know which folder the file lives in; in more technical terms, you have to set the Working Directory. You can determine the location of your working directory by running &lt;code&gt;getwd()&lt;/code&gt;. You can change the location of your working directory by going to &lt;strong&gt;Session &amp;gt; Set Working Directory&lt;/strong&gt; in the RStudio IDE menu bar or use the &lt;code&gt;Ctrl+Shift+H&lt;/code&gt; shortcut in Windows, &lt;code&gt;Cmd+Shift+H&lt;/code&gt; in Mac to browse for the folder where the file resides.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;need-for-speed-enter-data.tablefread&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Need for speed: Enter &lt;code&gt;data.table::fread()&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;If you have a file which is fairly large, the &lt;strong&gt;fread()&lt;/strong&gt; function from the &lt;em&gt;data.table&lt;/em&gt; package, &lt;code&gt;data.table::fread()&lt;/code&gt;, can make your life easier. You use it in a similar way to &lt;code&gt;read_csv()&lt;/code&gt;, but it is faster. The following table compares how long it takes to read 1.1 million rows from CDC’s &lt;a href=&#34;https://data.cdc.gov/Case-Surveillance/COVID-19-Case-Surveillance-Public-Use-Data/vbim-akqf&#34;&gt;COVID-19 Case Surveillance Public Use Data&lt;/a&gt;. We downloaded the CSV locally and then read it with base R &lt;code&gt;read.csv()&lt;/code&gt;, &lt;code&gt;readr::read_csv()&lt;/code&gt;, and &lt;code&gt;data.table::fread()&lt;/code&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;library(microbenchmark)
mbm = microbenchmark(
  baseR =   read.csv(&amp;quot;COVID-19_Case_Surveillance_Public_Use_Data.csv&amp;quot;),
  readr =   read_csv(&amp;quot;COVID-19_Case_Surveillance_Public_Use_Data.csv&amp;quot;),
  data.table =   fread(&amp;quot;COVID-19_Case_Surveillance_Public_Use_Data.csv&amp;quot;),
  times=10
)
mbm&lt;/code&gt;&lt;/pre&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th&gt;Unit: seconds&lt;/th&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;expr&lt;/td&gt;
&lt;td&gt;min&lt;/td&gt;
&lt;td&gt;lq&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;mean&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;median&lt;/td&gt;
&lt;td&gt;uq&lt;/td&gt;
&lt;td&gt;max&lt;/td&gt;
&lt;td&gt;neval&lt;/td&gt;
&lt;td&gt;cld&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;baseR&lt;/td&gt;
&lt;td&gt;6.314878&lt;/td&gt;
&lt;td&gt;7.598240&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;9.930234&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;9.556545&lt;/td&gt;
&lt;td&gt;11.353675&lt;/td&gt;
&lt;td&gt;15.014476&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;c&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;readr&lt;/td&gt;
&lt;td&gt;4.450299&lt;/td&gt;
&lt;td&gt;5.270310&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;6.300699&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;6.317381&lt;/td&gt;
&lt;td&gt;7.489372&lt;/td&gt;
&lt;td&gt;8.341003&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;b&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;data.table&lt;/td&gt;
&lt;td&gt;1.080079&lt;/td&gt;
&lt;td&gt;1.950533&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;2.240901&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;2.251069&lt;/td&gt;
&lt;td&gt;2.729169&lt;/td&gt;
&lt;td&gt;3.030911&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;a&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The diffenrence in speed is remarkarble; base R is the slowest with an avearge loading time of 9.93 seconds. &lt;code&gt;read_csv()&lt;/code&gt; yields an average of 6.3 seconds, and &lt;code&gt;data.table:fread()&lt;/code&gt; reduces loading time to 2.24 seconds.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;other-data-formats&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Other data formats&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;readr&lt;/code&gt; package provides efficient functions for reading and saving common flat file data formats. For other data types, consider using :&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th&gt;Package&lt;/th&gt;
&lt;th&gt;Reads&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;readxl&lt;/td&gt;
&lt;td&gt;Excel files (.xls, .xlsx)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;haven&lt;/td&gt;
&lt;td&gt;SPSS, Stata, and SAS files&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;jsonlite&lt;/td&gt;
&lt;td&gt;json&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;xml2&lt;/td&gt;
&lt;td&gt;xml&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;httr&lt;/td&gt;
&lt;td&gt;web API’s&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;rvest&lt;/td&gt;
&lt;td&gt;web pages (web scraping)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;DBI&lt;/td&gt;
&lt;td&gt;databases&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;sparklyr&lt;/td&gt;
&lt;td&gt;data loaded into spark&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;div id=&#34;rio-a-swiss-army-knife-for-data-input-output&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;&lt;code&gt;rio&lt;/code&gt;: a swiss-army knife for data input-output&lt;/h3&gt;
&lt;p&gt;A really neat package to handle importing- exporing data is &lt;code&gt;rio&lt;/code&gt; whose authors call it &lt;em&gt;A Swiss-Army knife for data input-output&lt;/em&gt;. It works by determining the data structure from the file extension, uses reasonable defaults for data import and export (e.g., ‘stringsAsFactors=FALSE’), supports web-based import (including from SSL/HTTPS). It also has a useful function, ‘convert()’, that provides a simple method for converting between file types. You can &lt;a href=&#34;https://cran.r-project.org/web/packages/rio/vignettes/rio.html&#34;&gt;read more about &lt;code&gt;rio&lt;/code&gt; here&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;never-work-directly-on-the-raw-data&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Never work directly on the raw data&lt;/h2&gt;
&lt;p&gt;In 2012 Cecilia Giménez, an 83-year-old widow and amateur painter, attempted to restore a century-old fresco of Jesus crowned with thorns in her local church in Borja, Spain. The restoration didn’t go very well, but, surprisingly, the &lt;a href=&#34;https://news.artnet.com/art-world/botched-restoration-of-jesus-fresco-miraculously-saves-spanish-town-197057&#34;&gt;botched restoration of Jesus fresco miraculously saved the Spanish Town&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/restoration.png&#34; width=&#34;80%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;As a most important rule, please do not work on the raw data; it’s unlikely you will have Cecilia Giménez’s good fortune to become (in)famous for your not-so-brilliant work. Make sure you import the data in R, leave the raw data aside, and if you make any changes tidying and wrangling your data, save it using &lt;code&gt;write_csv()&lt;/code&gt; with a different file name.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;other-links&#34; class=&#34;section level2 toc-ignore&#34;&gt;
&lt;h2&gt;Other links&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.nytimes.com/2014/08/18/technology/for-big-data-scientists-hurdle-to-insights-is-janitor-work.html&#34;&gt;For Big-Data Scientists, ‘Janitor Work’ Is Key Hurdle to Insights&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Sampling and confidence intervals (CI)</title>
      <link>https://usi-emba-analytics.netlify.app/example/inference_sampling_ci/</link>
      <pubDate>Wed, 29 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/example/inference_sampling_ci/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#summary-statistics&#34;&gt;Summary statistics&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#boxplots&#34;&gt;Boxplots&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#confidence-intervals-ci&#34;&gt;Confidence Intervals (CI)&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#cis-for-body-mass&#34;&gt;CIs for body mass&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#cis-for-flipper-length&#34;&gt;CIs for flipper length&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#t-test-assuming-unequal-variance&#34;&gt;t-Test assuming unequal variance&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#t-test-for-body-mass&#34;&gt;t-Test for body mass&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#t-test-for-flipper-length&#34;&gt;t-Test for flipper length&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#t-test-assuming-equal-variance&#34;&gt;t-Test assuming equal variance&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#how-do-we-test-whether-the-two-groups-have-equal-variance&#34;&gt;How do we test whether the two groups have equal variance?&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#bartlett-test-check-equality-of-variances-based-on-the-mean&#34;&gt;Bartlett test: Check equality of variances based on the &lt;em&gt;mean&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#levene-test-check-equality-of-variances-based-on-the-median&#34;&gt;Levene test Check equality of variances based on the &lt;em&gt;median&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#fligner-killeen-test-check-homogeneity-of-variances-based-on-the-median-so-its-more-robust-to-outliers&#34;&gt;Fligner-Killeen test: Check homogeneity of variances based on the median, so it’s more robust to outliers&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#acknowledgements&#34;&gt;Acknowledgements&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;p&gt;We are back to dealing with penguins, and we want to explore body mass and flipper length across the three different species.&lt;/p&gt;
&lt;div id=&#34;summary-statistics&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Summary statistics&lt;/h2&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;penguins %&amp;gt;%
  group_by(species) %&amp;gt;%
  summarize(across(c( body_mass_g, flipper_length_mm),
                   mean, na.rm = TRUE)) %&amp;gt;% 
  kable()&lt;/code&gt;&lt;/pre&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
species
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
body_mass_g
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
flipper_length_mm
&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Adelie
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3701
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
190
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Chinstrap
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3733
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
196
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Gentoo
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
5076
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
217
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div id=&#34;boxplots&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Boxplots&lt;/h2&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;body_mass_plot &amp;lt;- ggplot(data = penguins, aes(y = species, x= body_mass_g)) +
  geom_boxplot(aes(color = species), width = 0.3, show.legend = FALSE) +
  geom_jitter(aes(color = species), alpha = 0.5, show.legend = FALSE, position = position_jitter(width = 0.2, seed = 0)) +
  scale_color_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  theme_minimal() +
  labs(title = &amp;quot;Penguin size, Palmer Station LTER&amp;quot;,
       subtitle = &amp;quot;Body mass (in grams) for Adelie, Chinstrap and Gentoo Penguins&amp;quot;,
       y = &amp;quot;Species&amp;quot;,
       x = &amp;quot;Body mass (grams)&amp;quot;)

body_mass_plot&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/inference_sampling_ci_files/figure-html/unnamed-chunk-2-1.png&#34; width=&#34;648&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;flipper_plot &amp;lt;- ggplot(data = penguins, aes(y = species, x = flipper_length_mm)) +
  geom_boxplot(aes(color = species), width = 0.3, show.legend = FALSE) +
  geom_jitter(aes(color = species), alpha = 0.5, show.legend = FALSE, position = position_jitter(width = 0.2, seed = 0)) +
  scale_color_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  theme_minimal() +
  labs(title = &amp;quot;Penguin size, Palmer Station LTER&amp;quot;,
       subtitle = &amp;quot;Flipper length for Adelie, Chinstrap and Gentoo Penguins&amp;quot;,
       y = &amp;quot;Species&amp;quot;,
       x = &amp;quot;Flipper length (mm)&amp;quot;)



flipper_plot&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/inference_sampling_ci_files/figure-html/unnamed-chunk-2-2.png&#34; width=&#34;648&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;confidence-intervals-ci&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Confidence Intervals (CI)&lt;/h2&gt;
&lt;div id=&#34;cis-for-body-mass&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;CIs for body mass&lt;/h3&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;formula_ci_body_mass &amp;lt;- penguins %&amp;gt;%
  group_by(species) %&amp;gt;%
  summarise( mean_body_mass = mean(body_mass_g, na.rm = TRUE), 
             sd_mass = sd(body_mass_g, na.rm = TRUE), 
             count = n(), 
             
             # get t-critical value with (n-1) degrees of freedom
             t_critical = qt(0.975, count-1),
             se = sd_mass/sqrt(count),
             margin_of_error = t_critical * se,
             ci_low = mean_body_mass - margin_of_error,
             ci_high = mean_body_mass + margin_of_error
  )


formula_ci_body_mass %&amp;gt;% 
  kable()&lt;/code&gt;&lt;/pre&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
species
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
mean_body_mass
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
sd_mass
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
count
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
t_critical
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
se
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
margin_of_error
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
ci_low
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
ci_high
&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Adelie
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3701
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
459
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
152
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1.98
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
37.2
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
73.5
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3627
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3774
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Chinstrap
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3733
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
384
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
68
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
2.00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
46.6
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
93.0
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3640
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3826
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Gentoo
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
5076
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
504
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
124
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1.98
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
45.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
89.6
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
4986
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
5166
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#visualise  CIs for all species 
ggplot(formula_ci_body_mass, 
       aes(x=reorder(species, mean_body_mass), 
           y=mean_body_mass, 
           colour=species)) +
  geom_point() +
  scale_colour_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  geom_errorbar(width=.2, aes(ymin=ci_low, ymax=ci_high)) + 
  labs(x=&amp;quot; &amp;quot;,
       y= &amp;quot;Mean body mass (grams)&amp;quot;, 
       title=&amp;quot;Which species has the highest mean weight?&amp;quot;) + 
  theme_minimal()+
  coord_flip()+
  theme(legend.position = &amp;quot;none&amp;quot;)+
  NULL&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/inference_sampling_ci_files/figure-html/unnamed-chunk-4-1.png&#34; width=&#34;648&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# we will draw a violin plot and then use position=&amp;quot;jitter&amp;quot; or geom_jitter() 
# to see how spread out the actual points are

ggplot(data = penguins, aes(y = species, x= body_mass_g)) +
  geom_violin(aes(colour = species), width = 0.3, show.legend = FALSE) +
  geom_jitter(aes(colour = species), alpha = 0.5, show.legend = FALSE, position = position_jitter(width = 0.2, seed = 0)) +
  scale_color_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  
 # superimpose  the mean as a big orange dot
  geom_point(data = formula_ci_body_mass,
             aes(x=mean_body_mass, y = species), colour = &amp;quot;orange&amp;quot;, size = 8)+

  
  theme_minimal() +
  labs(title = &amp;quot;Penguin size, Palmer Station LTER&amp;quot;,
       subtitle = &amp;quot;Body mass (in grams) for Adelie, Chinstrap and Gentoo Penguins&amp;quot;,
       y = &amp;quot;Species&amp;quot;,
       x = &amp;quot;Body mass (grams)&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/inference_sampling_ci_files/figure-html/unnamed-chunk-4-2.png&#34; width=&#34;648&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;cis-for-flipper-length&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;CIs for flipper length&lt;/h3&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;formula_ci_flipper_length &amp;lt;- penguins %&amp;gt;%
  group_by(species) %&amp;gt;%
  summarise( mean_flipper_length = mean(flipper_length_mm, na.rm = TRUE), 
             sd_flipper_length = sd(flipper_length_mm, na.rm = TRUE), 
             count = n(), 
             
             # get t-critical value with (n-1) degrees of freedom
             t_critical = qt(0.975, count-1),
             se = sd_flipper_length/sqrt(count),
             margin_of_error = t_critical * se,
             ci_low = mean_flipper_length - margin_of_error,
             ci_high = mean_flipper_length + margin_of_error
  )


formula_ci_flipper_length %&amp;gt;% 
  kable()&lt;/code&gt;&lt;/pre&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
species
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
mean_flipper_length
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
sd_flipper_length
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
count
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
t_critical
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
se
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
margin_of_error
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
ci_low
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
ci_high
&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Adelie
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
190
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
6.54
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
152
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1.98
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.530
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1.05
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
189
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
191
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Chinstrap
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
196
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
7.13
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
68
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
2.00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.865
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1.73
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
194
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
198
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Gentoo
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
217
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
6.49
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
124
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1.98
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.582
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1.15
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
216
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
218
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#visualise  CIs for all species 
ggplot(formula_ci_flipper_length, 
       aes(x=reorder(species, mean_flipper_length), 
           y=mean_flipper_length, 
           colour=species)) +
  geom_point() +
  scale_colour_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  geom_errorbar(width=.2, aes(ymin=ci_low, ymax=ci_high)) + 
  labs(x=&amp;quot; &amp;quot;,
       y= &amp;quot;Mean flipper length (mm)&amp;quot;, 
       title=&amp;quot;Which species has the longest mean flipper?&amp;quot;) + 
  theme_minimal()+
  coord_flip()+
  theme(legend.position = &amp;quot;none&amp;quot;)+
  NULL&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/inference_sampling_ci_files/figure-html/unnamed-chunk-6-1.png&#34; width=&#34;648&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# we will draw a violin plot and then use position=&amp;quot;jitter&amp;quot; or geom_jitter() 
# to see how spread out the actual points are

ggplot(data = penguins, aes(y = species, x= flipper_length_mm)) +
  geom_violin(aes(colour = species), width = 0.3, show.legend = FALSE) +
  geom_jitter(aes(colour = species), alpha = 0.5, show.legend = FALSE, position = position_jitter(width = 0.2, seed = 0)) +
  scale_color_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  
 # superimpose  the mean as a big orange dot
  geom_point(data = formula_ci_flipper_length,
             aes(x=mean_flipper_length, y = species), colour = &amp;quot;orange&amp;quot;, size = 8)+

  theme_minimal() +
  labs(title = &amp;quot;Penguin size, Palmer Station LTER&amp;quot;,
       subtitle = &amp;quot;Flipper length (in mm) for Adelie, Chinstrap and Gentoo Penguins&amp;quot;,
       y = &amp;quot;Species&amp;quot;,
       x = &amp;quot;Flipper length (mm)&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/inference_sampling_ci_files/figure-html/unnamed-chunk-6-2.png&#34; width=&#34;648&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Remember in the penguins data, we saw that Gentoo penguins are very unlike the other two; however, what if we wanted to compare Adelie and Chinstrap both in terms of body mass and flipper length? By looking at the confidence intervals, we already have an indication as to whether there is a difference or not. We will use a t-Test to check if the group means are different.&lt;/p&gt;
&lt;p&gt;Briefly, a t-Test should be used when we want to assess whether the mean between two groups are similar or not. The null hypothesis for a t-test is that the two means are equal, and the alternative is that they are not.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;t-test-assuming-unequal-variance&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;t-Test assuming unequal variance&lt;/h2&gt;
&lt;p&gt;R’s built-in function for running a t-test is &lt;code&gt;t.test()&lt;/code&gt; and by default R assumes that the variance in the two groups’ populations is not equal.&lt;/p&gt;
&lt;div id=&#34;t-test-for-body-mass&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;t-Test for body mass&lt;/h3&gt;
&lt;p&gt;Remember that in our plots, body mass seemed to be fairly similar. While there was variability between the two species, the two average values were fairly similar and the two Confidence Intervals ovelapped quite a bit.&lt;/p&gt;
&lt;p&gt;When we run our hypothesis test, we must first set up the hypotheses.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Null Hypothesis, &lt;span class=&#34;math inline&#34;&gt;\(H_0\)&lt;/span&gt;&lt;/strong&gt;: There is no difference in &lt;em&gt;mean&lt;/em&gt; body mass measurements between the two species (Adelie and Chinstrap). In other words &lt;span class=&#34;math inline&#34;&gt;\(\mu_1 = \mu_2\)&lt;/span&gt;, or their difference is equal to 0.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Altenative Hypothesis, &lt;span class=&#34;math inline&#34;&gt;\(H_1\)&lt;/span&gt;&lt;/strong&gt;: There is a difference in &lt;em&gt;mean&lt;/em&gt; body mass measurements between the two species.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Does the data provide enough evidence to reject the null hypothesis, or could the variation be due to luck? Typically, we wanr the p-value to be less than 5%, or equivalently the t-stat to be roughly more than 2, as fairly strong evidence to reject the null hypothesis.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#select only Adelie and Chinstrap penguins
adelie_chinstrap_test_data &amp;lt;- penguins %&amp;gt;%
  filter(species %in% c(&amp;quot;Adelie&amp;quot;, &amp;quot;Chinstrap&amp;quot;))


test1 &amp;lt;- t.test(body_mass_g ~ species, 
        data = adelie_chinstrap_test_data) 

test1&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## 
##  Welch Two Sample t-test
## 
## data:  body_mass_g by species
## t = -0.5, df = 152, p-value = 0.6
## alternative hypothesis: true difference in means is not equal to 0
## 95 percent confidence interval:
##  -150.4   85.5
## sample estimates:
##    mean in group Adelie mean in group Chinstrap 
##                    3701                    3733&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;In our case, the t-test confirms what we already knew. First, the t-value is -0.5 and the p-value=0.6. Another way to look at it, is that the CI for the difference between the two means is [-150.4, 85.5] which contains zero indicating that we do &lt;strong&gt;not&lt;/strong&gt; have strong evidence to reject the null hypothesis.&lt;/p&gt;
&lt;p&gt;We can use &lt;code&gt;broom:tidy()&lt;/code&gt; to convert these t-test results to a nice data frame.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;test1_tidy &amp;lt;- tidy(test1) %&amp;gt;% 
  # Calculate difference in means, since t.test() doesn&amp;#39;t actually do that
  mutate(estimate = estimate1 - estimate2) %&amp;gt;%
  # Rearrange columns
  select(starts_with(&amp;quot;estimate&amp;quot;), everything())

test1_tidy&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 1 x 10
##   estimate estimate1 estimate2 statistic p.value parameter conf.low conf.high
##      &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;   &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;    &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;
## 1    -32.4     3701.     3733.    -0.543   0.588      152.    -150.      85.5
## # ... with 2 more variables: method &amp;lt;chr&amp;gt;, alternative &amp;lt;chr&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;A much cleaner output! The estimated average difference in body mass is -32.4g (we subtracted Adelie - Chinstrap, 3701-3733), the t-statistic = -0.543 and the p-value = 0.588, way greater than 0.05.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;t-test-for-flipper-length&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;t-Test for flipper length&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Null Hypothesis, &lt;span class=&#34;math inline&#34;&gt;\(H_0\)&lt;/span&gt;&lt;/strong&gt;: There is no difference in &lt;em&gt;mean&lt;/em&gt; flipper length measurements between the two species (Adelie and Chinstrap).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Altenative Hypothesis, &lt;span class=&#34;math inline&#34;&gt;\(H_1\)&lt;/span&gt;&lt;/strong&gt;: There is a difference in &lt;em&gt;mean&lt;/em&gt; flipper length measurements between the two species.&lt;/li&gt;
&lt;/ul&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;test2 &amp;lt;- t.test(flipper_length_mm ~ species, 
        data = adelie_chinstrap_test_data) 

test2_tidy &amp;lt;- tidy(test2) %&amp;gt;% 
  # Calculate difference in means, since t.test() doesn&amp;#39;t actually do that
  mutate(estimate = estimate1 - estimate2) %&amp;gt;%
  # Rearrange columns
  select(starts_with(&amp;quot;estimate&amp;quot;), everything())

test2_tidy&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 1 x 10
##   estimate estimate1 estimate2 statistic p.value parameter conf.low conf.high
##      &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;   &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;    &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;
## 1    -5.87      190.      196.     -5.78 6.05e-8      120.    -7.88     -3.86
## # ... with 2 more variables: method &amp;lt;chr&amp;gt;, alternative &amp;lt;chr&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;In our case, the t-test confirms what we already knew. the t-value is well above 2 and the p-value well below 0.05, indicating that we have strong evidence to reject the null hypothesis and therefore determine that there is a difference in mean flipper length.&lt;/p&gt;
&lt;p&gt;The estimated average difference in flipper length is -5.9mm, the t-statistic is t-stat = -5.78 and the p-value = 6.05e-08 = &lt;span class=&#34;math inline&#34;&gt;\(6.05*10^{-8} = 0.00000605\)&lt;/span&gt;, a tiny number which is way less than 0.05.&lt;/p&gt;
&lt;p&gt;So where does this leave us?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;In terms of body mass even though we measured an average difference of 32 grams, this is not statistically significant, as its t-statistic was less than 2 and, equivalently, its p-value is &amp;gt;&amp;gt; 0.05&lt;/li&gt;
&lt;li&gt;In terms of lfipper length, he measured average difference of 5.87mm &lt;strong&gt;is&lt;/strong&gt; statistically significant as the t-statistic is 5.78 and the p-vaue &amp;lt;&amp;lt;&amp;lt; 0.0.5&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;t-test-assuming-equal-variance&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;t-Test assuming equal variance&lt;/h2&gt;
&lt;p&gt;We can run &lt;code&gt;t.test()&lt;/code&gt; assuming the two groups have equal variance.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;test1_equal_variance &amp;lt;- t.test(body_mass_g ~ species, 
        data = adelie_chinstrap_test_data,
        var.equal = TRUE) # assume equal variance 

test1_tidy_equal_variance &amp;lt;- tidy(test1_equal_variance) %&amp;gt;% 
  # Calculate difference in means, since t.test() doesn&amp;#39;t actually do that
  mutate(estimate = estimate1 - estimate2) %&amp;gt;%
  # Rearrange columns
  select(starts_with(&amp;quot;estimate&amp;quot;), everything())

test1_tidy_equal_variance&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 1 x 10
##   estimate estimate1 estimate2 statistic p.value parameter conf.low conf.high
##      &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;   &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;    &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;
## 1    -32.4     3701.     3733.    -0.508   0.612       217    -158.      93.4
## # ... with 2 more variables: method &amp;lt;chr&amp;gt;, alternative &amp;lt;chr&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;test2_equal_variance &amp;lt;- t.test(flipper_length_mm ~ species, 
        data = adelie_chinstrap_test_data,
        var.equal = TRUE) # assume equal variance 

test2_tidy_equal_variance &amp;lt;- tidy(test2_equal_variance) %&amp;gt;% 
  # Calculate difference in means, since t.test() doesn&amp;#39;t actually do that
  mutate(estimate = estimate1 - estimate2) %&amp;gt;%
  # Rearrange columns
  select(starts_with(&amp;quot;estimate&amp;quot;), everything())

test2_tidy_equal_variance&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 1 x 10
##   estimate estimate1 estimate2 statistic p.value parameter conf.low conf.high
##      &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;   &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;    &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;
## 1    -5.87      190.      196.     -5.97 9.38e-9       217    -7.81     -3.93
## # ... with 2 more variables: method &amp;lt;chr&amp;gt;, alternative &amp;lt;chr&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;how-do-we-test-whether-the-two-groups-have-equal-variance&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;How do we test whether the two groups have equal variance?&lt;/h2&gt;
&lt;p&gt;There are several ways to check if the two groups have equal variance. For all these tests, the null hypothesis is that the two groups have equal variances.&lt;/p&gt;
&lt;p&gt;As in all hypothesis tests, if the p-value is less than 0.05, we can assume that they have unequal variances.&lt;/p&gt;
&lt;div id=&#34;bartlett-test-check-equality-of-variances-based-on-the-mean&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Bartlett test: Check equality of variances based on the &lt;em&gt;mean&lt;/em&gt;&lt;/h3&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;body_mass_variance &amp;lt;- bartlett.test(body_mass_g ~ species, 
        data = adelie_chinstrap_test_data)
body_mass_variance&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## 
##  Bartlett test of homogeneity of variances
## 
## data:  body_mass_g by species
## Bartlett&amp;#39;s K-squared = 3, df = 1, p-value = 0.1&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;flipper_variance &amp;lt;- bartlett.test(flipper_length_mm ~ species, 
        data = adelie_chinstrap_test_data)
flipper_variance&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## 
##  Bartlett test of homogeneity of variances
## 
## data:  flipper_length_mm by species
## Bartlett&amp;#39;s K-squared = 0.7, df = 1, p-value = 0.4&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;In both cases, since the p-value is greater than 0.05, we cannot reject the null hypothesis so we assume that the two groups have equal variances.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;levene-test-check-equality-of-variances-based-on-the-median&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Levene test Check equality of variances based on the &lt;em&gt;median&lt;/em&gt;&lt;/h3&gt;
&lt;p&gt;Levene’s test also checks for homogeneity of variance and can based either on the mean or on the median. The median is a robust statistic, as it’s not influenced by outliers as much as the mean can be.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;car::leveneTest(body_mass_g ~ species, 
                center = mean,
                data = adelie_chinstrap_test_data)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Levene&amp;#39;s Test for Homogeneity of Variance (center = mean)
##        Df F value Pr(&amp;gt;F)  
## group   1    4.63  0.032 *
##       217                 
## ---
## Signif. codes:  0 &amp;#39;***&amp;#39; 0.001 &amp;#39;**&amp;#39; 0.01 &amp;#39;*&amp;#39; 0.05 &amp;#39;.&amp;#39; 0.1 &amp;#39; &amp;#39; 1&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;car::leveneTest(flipper_length_mm ~ species, 
                  center = mean,
                  data = adelie_chinstrap_test_data)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Levene&amp;#39;s Test for Homogeneity of Variance (center = mean)
##        Df F value Pr(&amp;gt;F)
## group   1    0.62   0.43
##       217&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;car::leveneTest(body_mass_g ~ species, 
                center = median,
                data = adelie_chinstrap_test_data)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Levene&amp;#39;s Test for Homogeneity of Variance (center = median)
##        Df F value Pr(&amp;gt;F)  
## group   1    4.82  0.029 *
##       217                 
## ---
## Signif. codes:  0 &amp;#39;***&amp;#39; 0.001 &amp;#39;**&amp;#39; 0.01 &amp;#39;*&amp;#39; 0.05 &amp;#39;.&amp;#39; 0.1 &amp;#39; &amp;#39; 1&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;car::leveneTest(flipper_length_mm ~ species, 
                  center = median,
                  data = adelie_chinstrap_test_data)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Levene&amp;#39;s Test for Homogeneity of Variance (center = median)
##        Df F value Pr(&amp;gt;F)
## group   1    0.62   0.43
##       217&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Checking for homogeneity of variance based on the median, we can reject the null hypothesis for body mass (p-value = 0.029 &amp;lt; 0.05), but not for flipper length.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;fligner-killeen-test-check-homogeneity-of-variances-based-on-the-median-so-its-more-robust-to-outliers&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Fligner-Killeen test: Check homogeneity of variances based on the median, so it’s more robust to outliers&lt;/h3&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;fligner.test(body_mass_g ~ species, 
             data = adelie_chinstrap_test_data)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## 
##  Fligner-Killeen test of homogeneity of variances
## 
## data:  body_mass_g by species
## Fligner-Killeen:med chi-squared = 4, df = 1, p-value = 0.04&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;fligner.test(flipper_length_mm ~ species, 
              data = adelie_chinstrap_test_data)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## 
##  Fligner-Killeen test of homogeneity of variances
## 
## data:  flipper_length_mm by species
## Fligner-Killeen:med chi-squared = 0.5, df = 1, p-value = 0.5&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Let us summarise all the p-values from these tests&lt;/p&gt;
&lt;table style=&#34;width:71%;&#34;&gt;
&lt;colgroup&gt;
&lt;col width=&#34;30%&#34; /&gt;
&lt;col width=&#34;16%&#34; /&gt;
&lt;col width=&#34;23%&#34; /&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th align=&#34;left&#34;&gt;Test&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;Body Mass&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;Flipper Length&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;&lt;strong&gt;Bartlett&lt;/strong&gt;&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.1&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;&lt;strong&gt;Levene (mean)&lt;/strong&gt;&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.032&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.43&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;&lt;strong&gt;Levene (median)&lt;/strong&gt;&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.029&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.43&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;&lt;strong&gt;Fligner-Killeen&lt;/strong&gt;&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.04&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.4&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;In all of the Body mass tests, with the exception of the Bartlett tests, the p-value is less than 0.05. In other words, we sem to have enough evidence to conclude that the variances are different.&lt;/p&gt;
&lt;p&gt;However, in all of the flipper length tests,, all of the p-values are &amp;gt; 0.0.5, which means we cannot reject the null hypothesis so we’re probably safe assuming the variances are equal and leaving &lt;code&gt;var.equal = TRUE&lt;/code&gt; on.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;acknowledgements&#34; class=&#34;section level2 toc-ignore&#34;&gt;
&lt;h2&gt;Acknowledgements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This page is adapted from the &lt;a href=&#34;https://allisonhorst.github.io/palmerpenguins/articles/examples.html&#34; target=&#34;_blank&#34;&gt;Palmer Penguins package Vignette&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>janitor::clean_names()</title>
      <link>https://usi-emba-analytics.netlify.app/start/011-start/</link>
      <pubDate>Fri, 24 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/start/011-start/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#janitor-package-for-cleaning-variable-names&#34;&gt;&lt;code&gt;janitor&lt;/code&gt; package for cleaning variable names&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#code-that-works-is-not-necessarily-good-code&#34;&gt;&lt;em&gt;Code that works is not necessarily good code&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#other-links&#34;&gt;Other links&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;janitor-package-for-cleaning-variable-names&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;code&gt;janitor&lt;/code&gt; package for cleaning variable names&lt;/h2&gt;
&lt;p&gt;When we create data files, we frequently use variable names and formats that are easily readable for humans, but no so for computers.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Data scientists, according to interviews and expert estimates, spend from 50 percent to 80 percent of their time mired in this more mundane labor of collecting and preparing unruly digital data, before it can be explored for useful nuggets.
– &lt;a href=&#34;https://www.nytimes.com/2014/08/18/technology/for-big-data-scientists-hurdle-to-insights-is-janitor-work.html&#34;&gt;For Big-Data Scientists, ‘Janitor Work’ Is Key Hurdle to Insights&lt;/a&gt; &lt;em&gt;The New York Times, 2014&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;janitor&lt;/code&gt; has many functions, but its core function is &lt;code&gt;clean_names()&lt;/code&gt; which will make your life easier if you call it whenever you load data into R. The following example is taken from &lt;a href=&#34;https://www.rdocumentation.org/packages/janitor/versions/1.2.0&#34;&gt;janitor’s documentation page&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Let us read an Excel file with a roster of teachers at a fictional American high school, stored in the Microsoft Excel file &lt;code&gt;dirty_data.xlsx&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/dirty_data.png&#34; width=&#34;80%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Some of the variable names, e.g., &lt;code&gt;First Name&lt;/code&gt;, &lt;code&gt;Last Name&lt;/code&gt;, are not only capitalised, but also contain a space in the variable name. Let us read in the file and have a glimpse inside it.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;roster &amp;lt;- readxl::read_excel(here(&amp;quot;data&amp;quot;, &amp;quot;dirty_data.xlsx&amp;quot;))

glimpse(roster)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Rows: 13
## Columns: 11
## $ `First Name`        &amp;lt;chr&amp;gt; &amp;quot;Jason&amp;quot;, &amp;quot;Jason&amp;quot;, &amp;quot;Alicia&amp;quot;, &amp;quot;Ada&amp;quot;, &amp;quot;Desus&amp;quot;, &amp;quot;Ch...
## $ `Last Name`         &amp;lt;chr&amp;gt; &amp;quot;Bourne&amp;quot;, &amp;quot;Bourne&amp;quot;, &amp;quot;Keys&amp;quot;, &amp;quot;Lovelace&amp;quot;, &amp;quot;Nice&amp;quot;,...
## $ `Employee Status`   &amp;lt;chr&amp;gt; &amp;quot;Teacher&amp;quot;, &amp;quot;Teacher&amp;quot;, &amp;quot;Teacher&amp;quot;, &amp;quot;Teacher&amp;quot;, &amp;quot;Ad...
## $ Subject             &amp;lt;chr&amp;gt; &amp;quot;PE&amp;quot;, &amp;quot;Drafting&amp;quot;, &amp;quot;Music&amp;quot;, NA, &amp;quot;Dean&amp;quot;, &amp;quot;Physics...
## $ `Hire Date`         &amp;lt;dbl&amp;gt; 39690, 39690, 37118, 27515, 41431, 11037, 11037...
## $ `% Allocated`       &amp;lt;dbl&amp;gt; 0.75, 0.25, 1.00, 1.00, 1.00, 0.50, 0.50, NA, 0...
## $ `Full time?`        &amp;lt;chr&amp;gt; &amp;quot;Yes&amp;quot;, &amp;quot;Yes&amp;quot;, &amp;quot;Yes&amp;quot;, &amp;quot;Yes&amp;quot;, &amp;quot;Yes&amp;quot;, &amp;quot;Yes&amp;quot;, &amp;quot;Yes&amp;quot;...
## $ `do not edit! ---&amp;gt;` &amp;lt;lgl&amp;gt; NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA
## $ Certification...9   &amp;lt;chr&amp;gt; &amp;quot;Physical ed&amp;quot;, &amp;quot;Physical ed&amp;quot;, &amp;quot;Instr. music&amp;quot;, &amp;quot;...
## $ Certification...10  &amp;lt;chr&amp;gt; &amp;quot;Theater&amp;quot;, &amp;quot;Theater&amp;quot;, &amp;quot;Vocal music&amp;quot;, &amp;quot;Computers...
## $ Certification...11  &amp;lt;lgl&amp;gt; NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We notice that if we wanted to refer to the variable for a first name (1st in the list) or percent allocated (6th in the list), we would need to refer to them as the string “First Name” and “% Allocated” respectively. To avoid this, we can use &lt;code&gt;janitor::clean_names()&lt;/code&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;roster_clean &amp;lt;- roster %&amp;gt;% 
  clean_names()

glimpse(roster_clean)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Rows: 13
## Columns: 11
## $ first_name        &amp;lt;chr&amp;gt; &amp;quot;Jason&amp;quot;, &amp;quot;Jason&amp;quot;, &amp;quot;Alicia&amp;quot;, &amp;quot;Ada&amp;quot;, &amp;quot;Desus&amp;quot;, &amp;quot;Chie...
## $ last_name         &amp;lt;chr&amp;gt; &amp;quot;Bourne&amp;quot;, &amp;quot;Bourne&amp;quot;, &amp;quot;Keys&amp;quot;, &amp;quot;Lovelace&amp;quot;, &amp;quot;Nice&amp;quot;, &amp;quot;...
## $ employee_status   &amp;lt;chr&amp;gt; &amp;quot;Teacher&amp;quot;, &amp;quot;Teacher&amp;quot;, &amp;quot;Teacher&amp;quot;, &amp;quot;Teacher&amp;quot;, &amp;quot;Admi...
## $ subject           &amp;lt;chr&amp;gt; &amp;quot;PE&amp;quot;, &amp;quot;Drafting&amp;quot;, &amp;quot;Music&amp;quot;, NA, &amp;quot;Dean&amp;quot;, &amp;quot;Physics&amp;quot;,...
## $ hire_date         &amp;lt;dbl&amp;gt; 39690, 39690, 37118, 27515, 41431, 11037, 11037, ...
## $ percent_allocated &amp;lt;dbl&amp;gt; 0.75, 0.25, 1.00, 1.00, 1.00, 0.50, 0.50, NA, 0.5...
## $ full_time         &amp;lt;chr&amp;gt; &amp;quot;Yes&amp;quot;, &amp;quot;Yes&amp;quot;, &amp;quot;Yes&amp;quot;, &amp;quot;Yes&amp;quot;, &amp;quot;Yes&amp;quot;, &amp;quot;Yes&amp;quot;, &amp;quot;Yes&amp;quot;, ...
## $ do_not_edit       &amp;lt;lgl&amp;gt; NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA
## $ certification_9   &amp;lt;chr&amp;gt; &amp;quot;Physical ed&amp;quot;, &amp;quot;Physical ed&amp;quot;, &amp;quot;Instr. music&amp;quot;, &amp;quot;PE...
## $ certification_10  &amp;lt;chr&amp;gt; &amp;quot;Theater&amp;quot;, &amp;quot;Theater&amp;quot;, &amp;quot;Vocal music&amp;quot;, &amp;quot;Computers&amp;quot;,...
## $ certification_11  &amp;lt;lgl&amp;gt; NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Now, the variable names contain no spaces, are all lower case, and we can explicitly refer to them rather than using a string of characters– it all makes life a bit easier!&lt;/p&gt;
&lt;div id=&#34;code-that-works-is-not-necessarily-good-code&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;&lt;em&gt;Code that works is not necessarily good code&lt;/em&gt;&lt;/h3&gt;
&lt;p&gt;According to Phil Karlton, &lt;a href=&#34;https://martinfowler.com/bliki/TwoHardThings.html&#34;&gt;&lt;em&gt;there are only two hard things in Computer Science: cache invalidation and naming things&lt;/em&gt;&lt;/a&gt;. It is good practice to use meaningful names for variables and data frames, use spacing, comments, etc. Both Google and Hadley Wickham have great &lt;a href=&#34;https://style.tidyverse.org/&#34;&gt;style guides for programming in R&lt;/a&gt; and the &lt;code&gt;janitor&lt;/code&gt; package helps in creating variable names with a consistent style.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;other-links&#34; class=&#34;section level2 toc-ignore&#34;&gt;
&lt;h2&gt;Other links&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.nytimes.com/2014/08/18/technology/for-big-data-scientists-hurdle-to-insights-is-janitor-work.html&#34;&gt;For Big-Data Scientists, ‘Janitor Work’ Is Key Hurdle to Insights&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Testing for differences in mean values</title>
      <link>https://usi-emba-analytics.netlify.app/example/inference_diff_means/</link>
      <pubDate>Wed, 29 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/example/inference_diff_means/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#summary-statistics&#34;&gt;Summary statistics&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#boxplots&#34;&gt;Boxplots&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#confidence-intervals-ci&#34;&gt;Confidence Intervals (CI)&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#cis-for-body-mass&#34;&gt;CIs for body mass&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#cis-for-flipper-length&#34;&gt;CIs for flipper length&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#t-test-assuming-unequal-variance&#34;&gt;t-Test assuming unequal variance&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#t-test-for-body-mass&#34;&gt;t-Test for body mass&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#t-test-for-flipper-length&#34;&gt;t-Test for flipper length&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#t-test-assuming-equal-variance&#34;&gt;t-Test assuming equal variance&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#how-do-we-test-whether-the-two-groups-have-equal-variance&#34;&gt;How do we test whether the two groups have equal variance?&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#bartlett-test-check-equality-of-variances-based-on-the-mean&#34;&gt;Bartlett test: Check equality of variances based on the &lt;em&gt;mean&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#levene-test-check-equality-of-variances-based-on-the-median&#34;&gt;Levene test Check equality of variances based on the &lt;em&gt;median&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#fligner-killeen-test-check-homogeneity-of-variances-based-on-the-median-so-its-more-robust-to-outliers&#34;&gt;Fligner-Killeen test: Check homogeneity of variances based on the median, so it’s more robust to outliers&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#acknowledgements&#34;&gt;Acknowledgements&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;p&gt;We are back to dealing with penguins, and we want to explore body mass and flipper length across the three different species.&lt;/p&gt;
&lt;div id=&#34;summary-statistics&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Summary statistics&lt;/h2&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;penguins %&amp;gt;%
  group_by(species) %&amp;gt;%
  summarize(across(c( body_mass_g, flipper_length_mm),
                   mean, na.rm = TRUE)) %&amp;gt;% 
  kable()&lt;/code&gt;&lt;/pre&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
species
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
body_mass_g
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
flipper_length_mm
&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Adelie
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3701
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
190
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Chinstrap
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3733
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
196
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Gentoo
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
5076
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
217
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div id=&#34;boxplots&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Boxplots&lt;/h2&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;body_mass_plot &amp;lt;- ggplot(data = penguins, aes(y = species, x= body_mass_g)) +
  geom_boxplot(aes(color = species), width = 0.3, show.legend = FALSE) +
  geom_jitter(aes(color = species), alpha = 0.5, show.legend = FALSE, position = position_jitter(width = 0.2, seed = 0)) +
  scale_color_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  theme_minimal() +
  labs(title = &amp;quot;Penguin size, Palmer Station LTER&amp;quot;,
       subtitle = &amp;quot;Body mass (in grams) for Adelie, Chinstrap and Gentoo Penguins&amp;quot;,
       y = &amp;quot;Species&amp;quot;,
       x = &amp;quot;Body mass (grams)&amp;quot;)

body_mass_plot&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/inference_diff_means_files/figure-html/unnamed-chunk-2-1.png&#34; width=&#34;648&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;flipper_plot &amp;lt;- ggplot(data = penguins, aes(y = species, x = flipper_length_mm)) +
  geom_boxplot(aes(color = species), width = 0.3, show.legend = FALSE) +
  geom_jitter(aes(color = species), alpha = 0.5, show.legend = FALSE, position = position_jitter(width = 0.2, seed = 0)) +
  scale_color_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  theme_minimal() +
  labs(title = &amp;quot;Penguin size, Palmer Station LTER&amp;quot;,
       subtitle = &amp;quot;Flipper length for Adelie, Chinstrap and Gentoo Penguins&amp;quot;,
       y = &amp;quot;Species&amp;quot;,
       x = &amp;quot;Flipper length (mm)&amp;quot;)



flipper_plot&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/inference_diff_means_files/figure-html/unnamed-chunk-2-2.png&#34; width=&#34;648&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;confidence-intervals-ci&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Confidence Intervals (CI)&lt;/h2&gt;
&lt;div id=&#34;cis-for-body-mass&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;CIs for body mass&lt;/h3&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;formula_ci_body_mass &amp;lt;- penguins %&amp;gt;%
  group_by(species) %&amp;gt;%
  summarise( mean_body_mass = mean(body_mass_g, na.rm = TRUE), 
             sd_mass = sd(body_mass_g, na.rm = TRUE), 
             count = n(), 
             
             # get t-critical value with (n-1) degrees of freedom
             t_critical = qt(0.975, count-1),
             se = sd_mass/sqrt(count),
             margin_of_error = t_critical * se,
             ci_low = mean_body_mass - margin_of_error,
             ci_high = mean_body_mass + margin_of_error
  )


formula_ci_body_mass %&amp;gt;% 
  kable()&lt;/code&gt;&lt;/pre&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
species
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
mean_body_mass
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
sd_mass
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
count
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
t_critical
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
se
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
margin_of_error
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
ci_low
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
ci_high
&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Adelie
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3701
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
459
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
152
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1.98
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
37.2
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
73.5
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3627
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3774
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Chinstrap
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3733
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
384
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
68
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
2.00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
46.6
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
93.0
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3640
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3826
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Gentoo
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
5076
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
504
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
124
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1.98
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
45.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
89.6
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
4986
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
5166
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#visualise  CIs for all species 
ggplot(formula_ci_body_mass, 
       aes(x=reorder(species, mean_body_mass), 
           y=mean_body_mass, 
           colour=species)) +
  geom_point() +
  scale_colour_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  geom_errorbar(width=.2, aes(ymin=ci_low, ymax=ci_high)) + 
  labs(x=&amp;quot; &amp;quot;,
       y= &amp;quot;Mean body mass (grams)&amp;quot;, 
       title=&amp;quot;Which species has the highest mean weight?&amp;quot;) + 
  theme_minimal()+
  coord_flip()+
  theme(legend.position = &amp;quot;none&amp;quot;)+
  NULL&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/inference_diff_means_files/figure-html/unnamed-chunk-4-1.png&#34; width=&#34;648&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# we will draw a violin plot and then use position=&amp;quot;jitter&amp;quot; or geom_jitter() 
# to see how spread out the actual points are

ggplot(data = penguins, aes(y = species, x= body_mass_g)) +
  geom_violin(aes(colour = species), width = 0.3, show.legend = FALSE) +
  geom_jitter(aes(colour = species), alpha = 0.5, show.legend = FALSE, position = position_jitter(width = 0.2, seed = 0)) +
  scale_color_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  
 # superimpose  the mean as a big orange dot
  geom_point(data = formula_ci_body_mass,
             aes(x=mean_body_mass, y = species), colour = &amp;quot;orange&amp;quot;, size = 8)+

  
  theme_minimal() +
  labs(title = &amp;quot;Penguin size, Palmer Station LTER&amp;quot;,
       subtitle = &amp;quot;Body mass (in grams) for Adelie, Chinstrap and Gentoo Penguins&amp;quot;,
       y = &amp;quot;Species&amp;quot;,
       x = &amp;quot;Body mass (grams)&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/inference_diff_means_files/figure-html/unnamed-chunk-4-2.png&#34; width=&#34;648&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;cis-for-flipper-length&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;CIs for flipper length&lt;/h3&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;formula_ci_flipper_length &amp;lt;- penguins %&amp;gt;%
  group_by(species) %&amp;gt;%
  summarise( mean_flipper_length = mean(flipper_length_mm, na.rm = TRUE), 
             sd_flipper_length = sd(flipper_length_mm, na.rm = TRUE), 
             count = n(), 
             
             # get t-critical value with (n-1) degrees of freedom
             t_critical = qt(0.975, count-1),
             se = sd_flipper_length/sqrt(count),
             margin_of_error = t_critical * se,
             ci_low = mean_flipper_length - margin_of_error,
             ci_high = mean_flipper_length + margin_of_error
  )


formula_ci_flipper_length %&amp;gt;% 
  kable()&lt;/code&gt;&lt;/pre&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
species
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
mean_flipper_length
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
sd_flipper_length
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
count
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
t_critical
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
se
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
margin_of_error
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
ci_low
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
ci_high
&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Adelie
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
190
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
6.54
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
152
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1.98
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.530
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1.05
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
189
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
191
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Chinstrap
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
196
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
7.13
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
68
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
2.00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.865
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1.73
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
194
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
198
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Gentoo
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
217
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
6.49
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
124
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1.98
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.582
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1.15
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
216
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
218
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#visualise  CIs for all species 
ggplot(formula_ci_flipper_length, 
       aes(x=reorder(species, mean_flipper_length), 
           y=mean_flipper_length, 
           colour=species)) +
  geom_point() +
  scale_colour_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  geom_errorbar(width=.2, aes(ymin=ci_low, ymax=ci_high)) + 
  labs(x=&amp;quot; &amp;quot;,
       y= &amp;quot;Mean flipper length (mm)&amp;quot;, 
       title=&amp;quot;Which species has the longest mean flipper?&amp;quot;) + 
  theme_minimal()+
  coord_flip()+
  theme(legend.position = &amp;quot;none&amp;quot;)+
  NULL&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/inference_diff_means_files/figure-html/unnamed-chunk-6-1.png&#34; width=&#34;648&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# we will draw a violin plot and then use position=&amp;quot;jitter&amp;quot; or geom_jitter() 
# to see how spread out the actual points are

ggplot(data = penguins, aes(y = species, x= flipper_length_mm)) +
  geom_violin(aes(colour = species), width = 0.3, show.legend = FALSE) +
  geom_jitter(aes(colour = species), alpha = 0.5, show.legend = FALSE, position = position_jitter(width = 0.2, seed = 0)) +
  scale_color_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  
 # superimpose  the mean as a big orange dot
  geom_point(data = formula_ci_flipper_length,
             aes(x=mean_flipper_length, y = species), colour = &amp;quot;orange&amp;quot;, size = 8)+

  theme_minimal() +
  labs(title = &amp;quot;Penguin size, Palmer Station LTER&amp;quot;,
       subtitle = &amp;quot;Flipper length (in mm) for Adelie, Chinstrap and Gentoo Penguins&amp;quot;,
       y = &amp;quot;Species&amp;quot;,
       x = &amp;quot;Flipper length (mm)&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/inference_diff_means_files/figure-html/unnamed-chunk-6-2.png&#34; width=&#34;648&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Remember in the penguins data, we saw that Gentoo penguins are very unlike the other two; however, what if we wanted to compare Adelie and Chinstrap both in terms of body mass and flipper length? By looking at the confidence intervals, we already have an indication as to whether there is a difference or not. We will use a t-Test to check if the group means are different.&lt;/p&gt;
&lt;p&gt;Briefly, a t-Test should be used when we want to assess whether the mean between two groups are similar or not. The null hypothesis for a t-test is that the two means are equal, and the alternative is that they are not.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;t-test-assuming-unequal-variance&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;t-Test assuming unequal variance&lt;/h2&gt;
&lt;p&gt;R’s built-in function for running a t-test is &lt;code&gt;t.test()&lt;/code&gt; and by default R assumes that the variance in the two groups’ populations is not equal.&lt;/p&gt;
&lt;div id=&#34;t-test-for-body-mass&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;t-Test for body mass&lt;/h3&gt;
&lt;p&gt;Remember that in our plots, body mass seemed to be fairly similar. While there was variability between the two species, the two average values were fairly similar and the two Confidence Intervals ovelapped quite a bit.&lt;/p&gt;
&lt;p&gt;When we run our hypothesis test, we must first set up the hypotheses.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Null Hypothesis, &lt;span class=&#34;math inline&#34;&gt;\(H_0\)&lt;/span&gt;&lt;/strong&gt;: There is no difference in &lt;em&gt;mean&lt;/em&gt; body mass measurements between the two species (Adelie and Chinstrap). In other words &lt;span class=&#34;math inline&#34;&gt;\(\mu_1 = \mu_2\)&lt;/span&gt;, or their difference is equal to 0.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Altenative Hypothesis, &lt;span class=&#34;math inline&#34;&gt;\(H_1\)&lt;/span&gt;&lt;/strong&gt;: There is a difference in &lt;em&gt;mean&lt;/em&gt; body mass measurements between the two species.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Does the data provide enough evidence to reject the null hypothesis, or could the variation be due to luck? Typically, we wanr the p-value to be less than 5%, or equivalently the t-stat to be roughly more than 2, as fairly strong evidence to reject the null hypothesis.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#select only Adelie and Chinstrap penguins
adelie_chinstrap_test_data &amp;lt;- penguins %&amp;gt;%
  filter(species %in% c(&amp;quot;Adelie&amp;quot;, &amp;quot;Chinstrap&amp;quot;))


test1 &amp;lt;- t.test(body_mass_g ~ species, 
        data = adelie_chinstrap_test_data) 

test1&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## 
##  Welch Two Sample t-test
## 
## data:  body_mass_g by species
## t = -0.5, df = 152, p-value = 0.6
## alternative hypothesis: true difference in means is not equal to 0
## 95 percent confidence interval:
##  -150.4   85.5
## sample estimates:
##    mean in group Adelie mean in group Chinstrap 
##                    3701                    3733&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;In our case, the t-test confirms what we already knew. First, the t-value is -0.5 and the p-value=0.6. Another way to look at it, is that the CI for the difference between the two means is [-150.4, 85.5] which contains zero indicating that we do &lt;strong&gt;not&lt;/strong&gt; have strong evidence to reject the null hypothesis.&lt;/p&gt;
&lt;p&gt;We can use &lt;code&gt;broom:tidy()&lt;/code&gt; to convert these t-test results to a nice data frame.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;test1_tidy &amp;lt;- tidy(test1) %&amp;gt;% 
  # Calculate difference in means, since t.test() doesn&amp;#39;t actually do that
  mutate(estimate = estimate1 - estimate2) %&amp;gt;%
  # Rearrange columns
  select(starts_with(&amp;quot;estimate&amp;quot;), everything())

test1_tidy&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 1 x 10
##   estimate estimate1 estimate2 statistic p.value parameter conf.low conf.high
##      &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;   &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;    &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;
## 1    -32.4     3701.     3733.    -0.543   0.588      152.    -150.      85.5
## # ... with 2 more variables: method &amp;lt;chr&amp;gt;, alternative &amp;lt;chr&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;A much cleaner output! The estimated average difference in body mass is -32.4g (we subtracted Adelie - Chinstrap, 3701-3733), the t-statistic = -0.543 and the p-value = 0.588, way greater than 0.05.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;t-test-for-flipper-length&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;t-Test for flipper length&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Null Hypothesis, &lt;span class=&#34;math inline&#34;&gt;\(H_0\)&lt;/span&gt;&lt;/strong&gt;: There is no difference in &lt;em&gt;mean&lt;/em&gt; flipper length measurements between the two species (Adelie and Chinstrap).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Altenative Hypothesis, &lt;span class=&#34;math inline&#34;&gt;\(H_1\)&lt;/span&gt;&lt;/strong&gt;: There is a difference in &lt;em&gt;mean&lt;/em&gt; flipper length measurements between the two species.&lt;/li&gt;
&lt;/ul&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;test2 &amp;lt;- t.test(flipper_length_mm ~ species, 
        data = adelie_chinstrap_test_data) 

test2_tidy &amp;lt;- tidy(test2) %&amp;gt;% 
  # Calculate difference in means, since t.test() doesn&amp;#39;t actually do that
  mutate(estimate = estimate1 - estimate2) %&amp;gt;%
  # Rearrange columns
  select(starts_with(&amp;quot;estimate&amp;quot;), everything())

test2_tidy&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 1 x 10
##   estimate estimate1 estimate2 statistic p.value parameter conf.low conf.high
##      &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;   &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;    &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;
## 1    -5.87      190.      196.     -5.78 6.05e-8      120.    -7.88     -3.86
## # ... with 2 more variables: method &amp;lt;chr&amp;gt;, alternative &amp;lt;chr&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;In our case, the t-test confirms what we already knew. the t-value is well above 2 and the p-value well below 0.05, indicating that we have strong evidence to reject the null hypothesis and therefore determine that there is a difference in mean flipper length.&lt;/p&gt;
&lt;p&gt;The estimated average difference in flipper length is -5.9mm, the t-statistic is t-stat = -5.78 and the p-value = 6.05e-08 = &lt;span class=&#34;math inline&#34;&gt;\(6.05*10^{-8} = 0.00000605\)&lt;/span&gt;, a tiny number which is way less than 0.05.&lt;/p&gt;
&lt;p&gt;So where does this leave us?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;In terms of body mass even though we measured an average difference of 32 grams, this is not statistically significant, as its t-statistic was less than 2 and, equivalently, its p-value is &amp;gt;&amp;gt; 0.05&lt;/li&gt;
&lt;li&gt;In terms of lfipper length, he measured average difference of 5.87mm &lt;strong&gt;is&lt;/strong&gt; statistically significant as the t-statistic is 5.78 and the p-vaue &amp;lt;&amp;lt;&amp;lt; 0.0.5&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;t-test-assuming-equal-variance&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;t-Test assuming equal variance&lt;/h2&gt;
&lt;p&gt;We can run &lt;code&gt;t.test()&lt;/code&gt; assuming the two groups have equal variance.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;test1_equal_variance &amp;lt;- t.test(body_mass_g ~ species, 
        data = adelie_chinstrap_test_data,
        var.equal = TRUE) # assume equal variance 

test1_tidy_equal_variance &amp;lt;- tidy(test1_equal_variance) %&amp;gt;% 
  # Calculate difference in means, since t.test() doesn&amp;#39;t actually do that
  mutate(estimate = estimate1 - estimate2) %&amp;gt;%
  # Rearrange columns
  select(starts_with(&amp;quot;estimate&amp;quot;), everything())

test1_tidy_equal_variance&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 1 x 10
##   estimate estimate1 estimate2 statistic p.value parameter conf.low conf.high
##      &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;   &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;    &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;
## 1    -32.4     3701.     3733.    -0.508   0.612       217    -158.      93.4
## # ... with 2 more variables: method &amp;lt;chr&amp;gt;, alternative &amp;lt;chr&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;test2_equal_variance &amp;lt;- t.test(flipper_length_mm ~ species, 
        data = adelie_chinstrap_test_data,
        var.equal = TRUE) # assume equal variance 

test2_tidy_equal_variance &amp;lt;- tidy(test2_equal_variance) %&amp;gt;% 
  # Calculate difference in means, since t.test() doesn&amp;#39;t actually do that
  mutate(estimate = estimate1 - estimate2) %&amp;gt;%
  # Rearrange columns
  select(starts_with(&amp;quot;estimate&amp;quot;), everything())

test2_tidy_equal_variance&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 1 x 10
##   estimate estimate1 estimate2 statistic p.value parameter conf.low conf.high
##      &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;   &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;    &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;
## 1    -5.87      190.      196.     -5.97 9.38e-9       217    -7.81     -3.93
## # ... with 2 more variables: method &amp;lt;chr&amp;gt;, alternative &amp;lt;chr&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;how-do-we-test-whether-the-two-groups-have-equal-variance&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;How do we test whether the two groups have equal variance?&lt;/h2&gt;
&lt;p&gt;There are several ways to check if the two groups have equal variance. For all these tests, the null hypothesis is that the two groups have equal variances.&lt;/p&gt;
&lt;p&gt;As in all hypothesis tests, if the p-value is less than 0.05, we can assume that they have unequal variances.&lt;/p&gt;
&lt;div id=&#34;bartlett-test-check-equality-of-variances-based-on-the-mean&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Bartlett test: Check equality of variances based on the &lt;em&gt;mean&lt;/em&gt;&lt;/h3&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;body_mass_variance &amp;lt;- bartlett.test(body_mass_g ~ species, 
        data = adelie_chinstrap_test_data)
body_mass_variance&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## 
##  Bartlett test of homogeneity of variances
## 
## data:  body_mass_g by species
## Bartlett&amp;#39;s K-squared = 3, df = 1, p-value = 0.1&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;flipper_variance &amp;lt;- bartlett.test(flipper_length_mm ~ species, 
        data = adelie_chinstrap_test_data)
flipper_variance&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## 
##  Bartlett test of homogeneity of variances
## 
## data:  flipper_length_mm by species
## Bartlett&amp;#39;s K-squared = 0.7, df = 1, p-value = 0.4&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;In both cases, since the p-value is greater than 0.05, we cannot reject the null hypothesis so we assume that the two groups have equal variances.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;levene-test-check-equality-of-variances-based-on-the-median&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Levene test Check equality of variances based on the &lt;em&gt;median&lt;/em&gt;&lt;/h3&gt;
&lt;p&gt;Levene’s test also checks for homogeneity of variance and can based either on the mean or on the median. The median is a robust statistic, as it’s not influenced by outliers as much as the mean can be.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;car::leveneTest(body_mass_g ~ species, 
                center = mean,
                data = adelie_chinstrap_test_data)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Levene&amp;#39;s Test for Homogeneity of Variance (center = mean)
##        Df F value Pr(&amp;gt;F)  
## group   1    4.63  0.032 *
##       217                 
## ---
## Signif. codes:  0 &amp;#39;***&amp;#39; 0.001 &amp;#39;**&amp;#39; 0.01 &amp;#39;*&amp;#39; 0.05 &amp;#39;.&amp;#39; 0.1 &amp;#39; &amp;#39; 1&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;car::leveneTest(flipper_length_mm ~ species, 
                  center = mean,
                  data = adelie_chinstrap_test_data)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Levene&amp;#39;s Test for Homogeneity of Variance (center = mean)
##        Df F value Pr(&amp;gt;F)
## group   1    0.62   0.43
##       217&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;car::leveneTest(body_mass_g ~ species, 
                center = median,
                data = adelie_chinstrap_test_data)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Levene&amp;#39;s Test for Homogeneity of Variance (center = median)
##        Df F value Pr(&amp;gt;F)  
## group   1    4.82  0.029 *
##       217                 
## ---
## Signif. codes:  0 &amp;#39;***&amp;#39; 0.001 &amp;#39;**&amp;#39; 0.01 &amp;#39;*&amp;#39; 0.05 &amp;#39;.&amp;#39; 0.1 &amp;#39; &amp;#39; 1&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;car::leveneTest(flipper_length_mm ~ species, 
                  center = median,
                  data = adelie_chinstrap_test_data)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Levene&amp;#39;s Test for Homogeneity of Variance (center = median)
##        Df F value Pr(&amp;gt;F)
## group   1    0.62   0.43
##       217&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Checking for homogeneity of variance based on the median, we can reject the null hypothesis for body mass (p-value = 0.029 &amp;lt; 0.05), but not for flipper length.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;fligner-killeen-test-check-homogeneity-of-variances-based-on-the-median-so-its-more-robust-to-outliers&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Fligner-Killeen test: Check homogeneity of variances based on the median, so it’s more robust to outliers&lt;/h3&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;fligner.test(body_mass_g ~ species, 
             data = adelie_chinstrap_test_data)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## 
##  Fligner-Killeen test of homogeneity of variances
## 
## data:  body_mass_g by species
## Fligner-Killeen:med chi-squared = 4, df = 1, p-value = 0.04&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;fligner.test(flipper_length_mm ~ species, 
              data = adelie_chinstrap_test_data)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## 
##  Fligner-Killeen test of homogeneity of variances
## 
## data:  flipper_length_mm by species
## Fligner-Killeen:med chi-squared = 0.5, df = 1, p-value = 0.5&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Let us summarise all the p-values from these tests&lt;/p&gt;
&lt;table style=&#34;width:71%;&#34;&gt;
&lt;colgroup&gt;
&lt;col width=&#34;30%&#34; /&gt;
&lt;col width=&#34;16%&#34; /&gt;
&lt;col width=&#34;23%&#34; /&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th align=&#34;left&#34;&gt;Test&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;Body Mass&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;Flipper Length&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;&lt;strong&gt;Bartlett&lt;/strong&gt;&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.1&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;&lt;strong&gt;Levene (mean)&lt;/strong&gt;&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.032&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.43&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;&lt;strong&gt;Levene (median)&lt;/strong&gt;&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.029&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.43&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;&lt;strong&gt;Fligner-Killeen&lt;/strong&gt;&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.04&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.4&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;In all of the Body mass tests, with the exception of the Bartlett tests, the p-value is less than 0.05. In other words, we sem to have enough evidence to conclude that the variances are different.&lt;/p&gt;
&lt;p&gt;However, in all of the flipper length tests,, all of the p-values are &amp;gt; 0.0.5, which means we cannot reject the null hypothesis so we’re probably safe assuming the variances are equal and leaving &lt;code&gt;var.equal = TRUE&lt;/code&gt; on.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;acknowledgements&#34; class=&#34;section level2 toc-ignore&#34;&gt;
&lt;h2&gt;Acknowledgements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This page is adapted from the &lt;a href=&#34;https://allisonhorst.github.io/palmerpenguins/articles/examples.html&#34; target=&#34;_blank&#34;&gt;Palmer Penguins package Vignette&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Testing for differences in mean values</title>
      <link>https://usi-emba-analytics.netlify.app/model/modelling_diff_means/</link>
      <pubDate>Wed, 29 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/model/modelling_diff_means/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#summary-statistics&#34;&gt;Summary statistics&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#boxplots&#34;&gt;Boxplots&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#confidence-intervals-ci&#34;&gt;Confidence Intervals (CI)&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#cis-for-body-mass&#34;&gt;CIs for body mass&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#cis-for-flipper-length&#34;&gt;CIs for flipper length&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#t-test-assuming-unequal-variance&#34;&gt;t-Test assuming unequal variance&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#t-test-for-body-mass&#34;&gt;t-Test for body mass&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#t-test-for-flipper-length&#34;&gt;t-Test for flipper length&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#t-test-assuming-equal-variance&#34;&gt;t-Test assuming equal variance&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#how-do-we-test-whether-the-two-groups-have-equal-variance&#34;&gt;How do we test whether the two groups have equal variance?&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#bartlett-test-check-equality-of-variances-based-on-the-mean&#34;&gt;Bartlett test: Check equality of variances based on the &lt;em&gt;mean&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#levene-test-check-equality-of-variances-based-on-the-median&#34;&gt;Levene test Check equality of variances based on the &lt;em&gt;median&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#fligner-killeen-test-check-homogeneity-of-variances-based-on-the-median-so-its-more-robust-to-outliers&#34;&gt;Fligner-Killeen test: Check homogeneity of variances based on the median, so it’s more robust to outliers&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#acknowledgements&#34;&gt;Acknowledgements&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;p&gt;We are back to dealing with penguins, and we want to explore body mass and flipper length across the three different species.&lt;/p&gt;
&lt;div id=&#34;summary-statistics&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Summary statistics&lt;/h2&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;penguins %&amp;gt;%
  group_by(species) %&amp;gt;%
  summarize(across(c( body_mass_g, flipper_length_mm),
                   mean, na.rm = TRUE)) %&amp;gt;% 
  kable()&lt;/code&gt;&lt;/pre&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
species
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
body_mass_g
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
flipper_length_mm
&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Adelie
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3701
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
190
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Chinstrap
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3733
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
196
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Gentoo
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
5076
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
217
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div id=&#34;boxplots&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Boxplots&lt;/h2&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;body_mass_plot &amp;lt;- ggplot(data = penguins, aes(y = species, x= body_mass_g)) +
  geom_boxplot(aes(color = species), width = 0.3, show.legend = FALSE) +
  geom_jitter(aes(color = species), alpha = 0.5, show.legend = FALSE, position = position_jitter(width = 0.2, seed = 0)) +
  scale_color_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  theme_minimal() +
  labs(title = &amp;quot;Penguin size, Palmer Station LTER&amp;quot;,
       subtitle = &amp;quot;Body mass (in grams) for Adelie, Chinstrap and Gentoo Penguins&amp;quot;,
       y = &amp;quot;Species&amp;quot;,
       x = &amp;quot;Body mass (grams)&amp;quot;)

body_mass_plot&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/model/modelling_diff_means_files/figure-html/unnamed-chunk-2-1.png&#34; width=&#34;648&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;flipper_plot &amp;lt;- ggplot(data = penguins, aes(y = species, x = flipper_length_mm)) +
  geom_boxplot(aes(color = species), width = 0.3, show.legend = FALSE) +
  geom_jitter(aes(color = species), alpha = 0.5, show.legend = FALSE, position = position_jitter(width = 0.2, seed = 0)) +
  scale_color_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  theme_minimal() +
  labs(title = &amp;quot;Penguin size, Palmer Station LTER&amp;quot;,
       subtitle = &amp;quot;Flipper length for Adelie, Chinstrap and Gentoo Penguins&amp;quot;,
       y = &amp;quot;Species&amp;quot;,
       x = &amp;quot;Flipper length (mm)&amp;quot;)



flipper_plot&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/model/modelling_diff_means_files/figure-html/unnamed-chunk-2-2.png&#34; width=&#34;648&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;confidence-intervals-ci&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Confidence Intervals (CI)&lt;/h2&gt;
&lt;div id=&#34;cis-for-body-mass&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;CIs for body mass&lt;/h3&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;formula_ci_body_mass &amp;lt;- penguins %&amp;gt;%
  group_by(species) %&amp;gt;%
  summarise( mean_body_mass = mean(body_mass_g, na.rm = TRUE), 
             sd_mass = sd(body_mass_g, na.rm = TRUE), 
             count = n(), 
             
             # get t-critical value with (n-1) degrees of freedom
             t_critical = qt(0.975, count-1),
             se = sd_mass/sqrt(count),
             margin_of_error = t_critical * se,
             ci_low = mean_body_mass - margin_of_error,
             ci_high = mean_body_mass + margin_of_error
  )


formula_ci_body_mass %&amp;gt;% 
  kable()&lt;/code&gt;&lt;/pre&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
species
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
mean_body_mass
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
sd_mass
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
count
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
t_critical
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
se
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
margin_of_error
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
ci_low
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
ci_high
&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Adelie
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3701
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
459
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
152
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1.98
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
37.2
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
73.5
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3627
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3774
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Chinstrap
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3733
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
384
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
68
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
2.00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
46.6
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
93.0
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3640
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3826
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Gentoo
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
5076
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
504
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
124
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1.98
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
45.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
89.6
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
4986
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
5166
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#visualise  CIs for all species 
ggplot(formula_ci_body_mass, 
       aes(x=reorder(species, mean_body_mass), 
           y=mean_body_mass, 
           colour=species)) +
  geom_point() +
  scale_colour_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  geom_errorbar(width=.2, aes(ymin=ci_low, ymax=ci_high)) + 
  labs(x=&amp;quot; &amp;quot;,
       y= &amp;quot;Mean body mass (grams)&amp;quot;, 
       title=&amp;quot;Which species has the highest mean weight?&amp;quot;) + 
  theme_minimal()+
  coord_flip()+
  theme(legend.position = &amp;quot;none&amp;quot;)+
  NULL&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/model/modelling_diff_means_files/figure-html/unnamed-chunk-4-1.png&#34; width=&#34;648&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# we will draw a violin plot and then use position=&amp;quot;jitter&amp;quot; or geom_jitter() 
# to see how spread out the actual points are

ggplot(data = penguins, aes(y = species, x= body_mass_g)) +
  geom_violin(aes(colour = species), width = 0.3, show.legend = FALSE) +
  geom_jitter(aes(colour = species), alpha = 0.5, show.legend = FALSE, position = position_jitter(width = 0.2, seed = 0)) +
  scale_color_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  
 # superimpose  the mean as a big orange dot
  geom_point(data = formula_ci_body_mass,
             aes(x=mean_body_mass, y = species), colour = &amp;quot;orange&amp;quot;, size = 8)+

  
  theme_minimal() +
  labs(title = &amp;quot;Penguin size, Palmer Station LTER&amp;quot;,
       subtitle = &amp;quot;Body mass (in grams) for Adelie, Chinstrap and Gentoo Penguins&amp;quot;,
       y = &amp;quot;Species&amp;quot;,
       x = &amp;quot;Body mass (grams)&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/model/modelling_diff_means_files/figure-html/unnamed-chunk-4-2.png&#34; width=&#34;648&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;cis-for-flipper-length&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;CIs for flipper length&lt;/h3&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;formula_ci_flipper_length &amp;lt;- penguins %&amp;gt;%
  group_by(species) %&amp;gt;%
  summarise( mean_flipper_length = mean(flipper_length_mm, na.rm = TRUE), 
             sd_flipper_length = sd(flipper_length_mm, na.rm = TRUE), 
             count = n(), 
             
             # get t-critical value with (n-1) degrees of freedom
             t_critical = qt(0.975, count-1),
             se = sd_flipper_length/sqrt(count),
             margin_of_error = t_critical * se,
             ci_low = mean_flipper_length - margin_of_error,
             ci_high = mean_flipper_length + margin_of_error
  )


formula_ci_flipper_length %&amp;gt;% 
  kable()&lt;/code&gt;&lt;/pre&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
species
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
mean_flipper_length
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
sd_flipper_length
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
count
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
t_critical
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
se
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
margin_of_error
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
ci_low
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
ci_high
&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Adelie
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
190
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
6.54
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
152
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1.98
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.530
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1.05
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
189
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
191
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Chinstrap
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
196
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
7.13
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
68
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
2.00
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.865
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1.73
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
194
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
198
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Gentoo
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
217
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
6.49
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
124
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1.98
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
0.582
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1.15
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
216
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
218
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#visualise  CIs for all species 
ggplot(formula_ci_flipper_length, 
       aes(x=reorder(species, mean_flipper_length), 
           y=mean_flipper_length, 
           colour=species)) +
  geom_point() +
  scale_colour_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  geom_errorbar(width=.2, aes(ymin=ci_low, ymax=ci_high)) + 
  labs(x=&amp;quot; &amp;quot;,
       y= &amp;quot;Mean flipper length (mm)&amp;quot;, 
       title=&amp;quot;Which species has the longest mean flipper?&amp;quot;) + 
  theme_minimal()+
  coord_flip()+
  theme(legend.position = &amp;quot;none&amp;quot;)+
  NULL&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/model/modelling_diff_means_files/figure-html/unnamed-chunk-6-1.png&#34; width=&#34;648&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# we will draw a violin plot and then use position=&amp;quot;jitter&amp;quot; or geom_jitter() 
# to see how spread out the actual points are

ggplot(data = penguins, aes(y = species, x= flipper_length_mm)) +
  geom_violin(aes(colour = species), width = 0.3, show.legend = FALSE) +
  geom_jitter(aes(colour = species), alpha = 0.5, show.legend = FALSE, position = position_jitter(width = 0.2, seed = 0)) +
  scale_color_manual(values = c(&amp;quot;darkorange&amp;quot;,&amp;quot;purple&amp;quot;,&amp;quot;cyan4&amp;quot;)) +
  
 # superimpose  the mean as a big orange dot
  geom_point(data = formula_ci_flipper_length,
             aes(x=mean_flipper_length, y = species), colour = &amp;quot;orange&amp;quot;, size = 8)+

  theme_minimal() +
  labs(title = &amp;quot;Penguin size, Palmer Station LTER&amp;quot;,
       subtitle = &amp;quot;Flipper length (in mm) for Adelie, Chinstrap and Gentoo Penguins&amp;quot;,
       y = &amp;quot;Species&amp;quot;,
       x = &amp;quot;Flipper length (mm)&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/model/modelling_diff_means_files/figure-html/unnamed-chunk-6-2.png&#34; width=&#34;648&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Remember in the penguins data, we saw that Gentoo penguins are very unlike the other two; however, what if we wanted to compare Adelie and Chinstrap both in terms of body mass and flipper length? By looking at the confidence intervals, we already have an indication as to whether there is a difference or not. We will use a t-Test to check if the group means are different.&lt;/p&gt;
&lt;p&gt;Briefly, a t-Test should be used when we want to assess whether the mean between two groups are similar or not. The null hypothesis for a t-test is that the two means are equal, and the alternative is that they are not.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;t-test-assuming-unequal-variance&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;t-Test assuming unequal variance&lt;/h2&gt;
&lt;p&gt;R’s built-in function for running a t-test is &lt;code&gt;t.test()&lt;/code&gt; and by default R assumes that the variance in the two groups’ populations is not equal.&lt;/p&gt;
&lt;div id=&#34;t-test-for-body-mass&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;t-Test for body mass&lt;/h3&gt;
&lt;p&gt;Remember that in our plots, body mass seemed to be fairly similar. While there was variability between the two species, the two average values were fairly similar and the two Confidence Intervals ovelapped quite a bit.&lt;/p&gt;
&lt;p&gt;When we run our hypothesis test, we must first set up the hypotheses.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Null Hypothesis, &lt;span class=&#34;math inline&#34;&gt;\(H_0\)&lt;/span&gt;&lt;/strong&gt;: There is no difference in &lt;em&gt;mean&lt;/em&gt; body mass measurements between the two species (Adelie and Chinstrap). In other words &lt;span class=&#34;math inline&#34;&gt;\(\mu_1 = \mu_2\)&lt;/span&gt;, or their difference is equal to 0.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Altenative Hypothesis, &lt;span class=&#34;math inline&#34;&gt;\(H_1\)&lt;/span&gt;&lt;/strong&gt;: There is a difference in &lt;em&gt;mean&lt;/em&gt; body mass measurements between the two species.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Does the data provide enough evidence to reject the null hypothesis, or could the variation be due to luck? Typically, we wanr the p-value to be less than 5%, or equivalently the t-stat to be roughly more than 2, as fairly strong evidence to reject the null hypothesis.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#select only Adelie and Chinstrap penguins
adelie_chinstrap_test_data &amp;lt;- penguins %&amp;gt;%
  filter(species %in% c(&amp;quot;Adelie&amp;quot;, &amp;quot;Chinstrap&amp;quot;))


test1 &amp;lt;- t.test(body_mass_g ~ species, 
        data = adelie_chinstrap_test_data) 

test1&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## 
##  Welch Two Sample t-test
## 
## data:  body_mass_g by species
## t = -0.5, df = 152, p-value = 0.6
## alternative hypothesis: true difference in means is not equal to 0
## 95 percent confidence interval:
##  -150.4   85.5
## sample estimates:
##    mean in group Adelie mean in group Chinstrap 
##                    3701                    3733&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;In our case, the t-test confirms what we already knew. First, the t-value is -0.5 and the p-value=0.6. Another way to look at it, is that the CI for the difference between the two means is [-150.4, 85.5] which contains zero indicating that we do &lt;strong&gt;not&lt;/strong&gt; have strong evidence to reject the null hypothesis.&lt;/p&gt;
&lt;p&gt;We can use &lt;code&gt;broom:tidy()&lt;/code&gt; to convert these t-test results to a nice data frame.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;test1_tidy &amp;lt;- tidy(test1) %&amp;gt;% 
  # Calculate difference in means, since t.test() doesn&amp;#39;t actually do that
  mutate(estimate = estimate1 - estimate2) %&amp;gt;%
  # Rearrange columns
  select(starts_with(&amp;quot;estimate&amp;quot;), everything())

test1_tidy&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 1 x 10
##   estimate estimate1 estimate2 statistic p.value parameter conf.low conf.high
##      &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;   &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;    &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;
## 1    -32.4     3701.     3733.    -0.543   0.588      152.    -150.      85.5
## # ... with 2 more variables: method &amp;lt;chr&amp;gt;, alternative &amp;lt;chr&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;A much cleaner output! The estimated average difference in body mass is -32.4g (we subtracted Adelie - Chinstrap, 3701-3733), the t-statistic = -0.543 and the p-value = 0.588, way greater than 0.05.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;t-test-for-flipper-length&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;t-Test for flipper length&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Null Hypothesis, &lt;span class=&#34;math inline&#34;&gt;\(H_0\)&lt;/span&gt;&lt;/strong&gt;: There is no difference in &lt;em&gt;mean&lt;/em&gt; flipper length measurements between the two species (Adelie and Chinstrap).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Altenative Hypothesis, &lt;span class=&#34;math inline&#34;&gt;\(H_1\)&lt;/span&gt;&lt;/strong&gt;: There is a difference in &lt;em&gt;mean&lt;/em&gt; flipper length measurements between the two species.&lt;/li&gt;
&lt;/ul&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;test2 &amp;lt;- t.test(flipper_length_mm ~ species, 
        data = adelie_chinstrap_test_data) 

test2_tidy &amp;lt;- tidy(test2) %&amp;gt;% 
  # Calculate difference in means, since t.test() doesn&amp;#39;t actually do that
  mutate(estimate = estimate1 - estimate2) %&amp;gt;%
  # Rearrange columns
  select(starts_with(&amp;quot;estimate&amp;quot;), everything())

test2_tidy&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 1 x 10
##   estimate estimate1 estimate2 statistic p.value parameter conf.low conf.high
##      &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;   &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;    &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;
## 1    -5.87      190.      196.     -5.78 6.05e-8      120.    -7.88     -3.86
## # ... with 2 more variables: method &amp;lt;chr&amp;gt;, alternative &amp;lt;chr&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;In our case, the t-test confirms what we already knew. the t-value is well above 2 and the p-value well below 0.05, indicating that we have strong evidence to reject the null hypothesis and therefore determine that there is a difference in mean flipper length.&lt;/p&gt;
&lt;p&gt;The estimated average difference in flipper length is -5.9mm, the t-statistic is t-stat = -5.78 and the p-value = 6.05e-08 = &lt;span class=&#34;math inline&#34;&gt;\(6.05*10^{-8} = 0.00000605\)&lt;/span&gt;, a tiny number which is way less than 0.05.&lt;/p&gt;
&lt;p&gt;So where does this leave us?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;In terms of body mass even though we measured an average difference of 32 grams, this is not statistically significant, as its t-statistic was less than 2 and, equivalently, its p-value is &amp;gt;&amp;gt; 0.05&lt;/li&gt;
&lt;li&gt;In terms of lfipper length, he measured average difference of 5.87mm &lt;strong&gt;is&lt;/strong&gt; statistically significant as the t-statistic is 5.78 and the p-vaue &amp;lt;&amp;lt;&amp;lt; 0.0.5&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;t-test-assuming-equal-variance&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;t-Test assuming equal variance&lt;/h2&gt;
&lt;p&gt;We can run &lt;code&gt;t.test()&lt;/code&gt; assuming the two groups have equal variance.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;test1_equal_variance &amp;lt;- t.test(body_mass_g ~ species, 
        data = adelie_chinstrap_test_data,
        var.equal = TRUE) # assume equal variance 

test1_tidy_equal_variance &amp;lt;- tidy(test1_equal_variance) %&amp;gt;% 
  # Calculate difference in means, since t.test() doesn&amp;#39;t actually do that
  mutate(estimate = estimate1 - estimate2) %&amp;gt;%
  # Rearrange columns
  select(starts_with(&amp;quot;estimate&amp;quot;), everything())

test1_tidy_equal_variance&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 1 x 10
##   estimate estimate1 estimate2 statistic p.value parameter conf.low conf.high
##      &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;   &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;    &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;
## 1    -32.4     3701.     3733.    -0.508   0.612       217    -158.      93.4
## # ... with 2 more variables: method &amp;lt;chr&amp;gt;, alternative &amp;lt;chr&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;test2_equal_variance &amp;lt;- t.test(flipper_length_mm ~ species, 
        data = adelie_chinstrap_test_data,
        var.equal = TRUE) # assume equal variance 

test2_tidy_equal_variance &amp;lt;- tidy(test2_equal_variance) %&amp;gt;% 
  # Calculate difference in means, since t.test() doesn&amp;#39;t actually do that
  mutate(estimate = estimate1 - estimate2) %&amp;gt;%
  # Rearrange columns
  select(starts_with(&amp;quot;estimate&amp;quot;), everything())

test2_tidy_equal_variance&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 1 x 10
##   estimate estimate1 estimate2 statistic p.value parameter conf.low conf.high
##      &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;   &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;    &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;
## 1    -5.87      190.      196.     -5.97 9.38e-9       217    -7.81     -3.93
## # ... with 2 more variables: method &amp;lt;chr&amp;gt;, alternative &amp;lt;chr&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;how-do-we-test-whether-the-two-groups-have-equal-variance&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;How do we test whether the two groups have equal variance?&lt;/h2&gt;
&lt;p&gt;There are several ways to check if the two groups have equal variance. For all these tests, the null hypothesis is that the two groups have equal variances.&lt;/p&gt;
&lt;p&gt;As in all hypothesis tests, if the p-value is less than 0.05, we can assume that they have unequal variances.&lt;/p&gt;
&lt;div id=&#34;bartlett-test-check-equality-of-variances-based-on-the-mean&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Bartlett test: Check equality of variances based on the &lt;em&gt;mean&lt;/em&gt;&lt;/h3&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;body_mass_variance &amp;lt;- bartlett.test(body_mass_g ~ species, 
        data = adelie_chinstrap_test_data)
body_mass_variance&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## 
##  Bartlett test of homogeneity of variances
## 
## data:  body_mass_g by species
## Bartlett&amp;#39;s K-squared = 3, df = 1, p-value = 0.1&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;flipper_variance &amp;lt;- bartlett.test(flipper_length_mm ~ species, 
        data = adelie_chinstrap_test_data)
flipper_variance&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## 
##  Bartlett test of homogeneity of variances
## 
## data:  flipper_length_mm by species
## Bartlett&amp;#39;s K-squared = 0.7, df = 1, p-value = 0.4&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;In both cases, since the p-value is greater than 0.05, we cannot reject the null hypothesis so we assume that the two groups have equal variances.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;levene-test-check-equality-of-variances-based-on-the-median&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Levene test Check equality of variances based on the &lt;em&gt;median&lt;/em&gt;&lt;/h3&gt;
&lt;p&gt;Levene’s test also checks for homogeneity of variance and can based either on the mean or on the median. The median is a robust statistic, as it’s not influenced by outliers as much as the mean can be.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;car::leveneTest(body_mass_g ~ species, 
                center = mean,
                data = adelie_chinstrap_test_data)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Levene&amp;#39;s Test for Homogeneity of Variance (center = mean)
##        Df F value Pr(&amp;gt;F)  
## group   1    4.63  0.032 *
##       217                 
## ---
## Signif. codes:  0 &amp;#39;***&amp;#39; 0.001 &amp;#39;**&amp;#39; 0.01 &amp;#39;*&amp;#39; 0.05 &amp;#39;.&amp;#39; 0.1 &amp;#39; &amp;#39; 1&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;car::leveneTest(flipper_length_mm ~ species, 
                  center = mean,
                  data = adelie_chinstrap_test_data)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Levene&amp;#39;s Test for Homogeneity of Variance (center = mean)
##        Df F value Pr(&amp;gt;F)
## group   1    0.62   0.43
##       217&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;car::leveneTest(body_mass_g ~ species, 
                center = median,
                data = adelie_chinstrap_test_data)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Levene&amp;#39;s Test for Homogeneity of Variance (center = median)
##        Df F value Pr(&amp;gt;F)  
## group   1    4.82  0.029 *
##       217                 
## ---
## Signif. codes:  0 &amp;#39;***&amp;#39; 0.001 &amp;#39;**&amp;#39; 0.01 &amp;#39;*&amp;#39; 0.05 &amp;#39;.&amp;#39; 0.1 &amp;#39; &amp;#39; 1&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;car::leveneTest(flipper_length_mm ~ species, 
                  center = median,
                  data = adelie_chinstrap_test_data)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Levene&amp;#39;s Test for Homogeneity of Variance (center = median)
##        Df F value Pr(&amp;gt;F)
## group   1    0.62   0.43
##       217&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Checking for homogeneity of variance based on the median, we can reject the null hypothesis for body mass (p-value = 0.029 &amp;lt; 0.05), but not for flipper length.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;fligner-killeen-test-check-homogeneity-of-variances-based-on-the-median-so-its-more-robust-to-outliers&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Fligner-Killeen test: Check homogeneity of variances based on the median, so it’s more robust to outliers&lt;/h3&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;fligner.test(body_mass_g ~ species, 
             data = adelie_chinstrap_test_data)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## 
##  Fligner-Killeen test of homogeneity of variances
## 
## data:  body_mass_g by species
## Fligner-Killeen:med chi-squared = 4, df = 1, p-value = 0.04&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;fligner.test(flipper_length_mm ~ species, 
              data = adelie_chinstrap_test_data)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## 
##  Fligner-Killeen test of homogeneity of variances
## 
## data:  flipper_length_mm by species
## Fligner-Killeen:med chi-squared = 0.5, df = 1, p-value = 0.5&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Let us summarise all the p-values from these tests&lt;/p&gt;
&lt;table style=&#34;width:71%;&#34;&gt;
&lt;colgroup&gt;
&lt;col width=&#34;30%&#34; /&gt;
&lt;col width=&#34;16%&#34; /&gt;
&lt;col width=&#34;23%&#34; /&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th align=&#34;left&#34;&gt;Test&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;Body Mass&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;Flipper Length&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;&lt;strong&gt;Bartlett&lt;/strong&gt;&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.1&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;&lt;strong&gt;Levene (mean)&lt;/strong&gt;&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.032&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.43&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;&lt;strong&gt;Levene (median)&lt;/strong&gt;&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.029&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.43&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;&lt;strong&gt;Fligner-Killeen&lt;/strong&gt;&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.04&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.4&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;In all of the Body mass tests, with the exception of the Bartlett tests, the p-value is less than 0.05. In other words, we sem to have enough evidence to conclude that the variances are different.&lt;/p&gt;
&lt;p&gt;However, in all of the flipper length tests,, all of the p-values are &amp;gt; 0.0.5, which means we cannot reject the null hypothesis so we’re probably safe assuming the variances are equal and leaving &lt;code&gt;var.equal = TRUE&lt;/code&gt; on.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;acknowledgements&#34; class=&#34;section level2 toc-ignore&#34;&gt;
&lt;h2&gt;Acknowledgements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This page is adapted from the &lt;a href=&#34;https://allisonhorst.github.io/palmerpenguins/articles/examples.html&#34; target=&#34;_blank&#34;&gt;Palmer Penguins package Vignette&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Simulation-based tests</title>
      <link>https://usi-emba-analytics.netlify.app/model/modelling_simulating_t_tests/</link>
      <pubDate>Wed, 29 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/model/modelling_simulating_t_tests/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#there-is-only-one-test&#34;&gt;&lt;em&gt;There is only one test&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#bootstrap-simulation-using-infer-package&#34;&gt;Bootstrap simulation, using &lt;code&gt;infer&lt;/code&gt; package&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#ci-for-median&#34;&gt;CI for median&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;there-is-only-one-test&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;em&gt;There is only one test&lt;/em&gt;&lt;/h2&gt;
&lt;p&gt;We can use &lt;code&gt;t.test()&lt;/code&gt; to check whether two means are equal or not. Instead of dealing with the assumptions of the data and finding the appropriate statistical test to test for equality of variance, we can use the power of bootstrapping, permutation, and simulation to construct a null distribution, calculate confidence intervals and run ny kind of test for inference.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The beauty and power of simulation is that we can run hypothesis test not just on differences of &lt;strong&gt;means&lt;/strong&gt; that we have fomuals for, but also on other parameters, like &lt;strong&gt;medians&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;According to Allen Downey, &lt;a href=&#34;http://allendowney.blogspot.com/2016/06/there-is-still-only-one-test.html&#34; target=&#34;_blank&#34;&gt;there is only one statistical test&lt;/a&gt; and that all statistical tests follow the same pattern:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Step 1: Calculate a sample statistic from the observed data, or &lt;span class=&#34;math inline&#34;&gt;\(\delta^{*}\)&lt;/span&gt;. This is the measure you care about: the difference in means, the mean, the median, the proportion, the difference in proportions, anything you want really!&lt;/li&gt;
&lt;li&gt;Step 2: Use simulation to invent a world where &lt;span class=&#34;math inline&#34;&gt;\(\delta\)&lt;/span&gt; is null. Simulate what the world would look like if there was no difference between two groups, or if there was no difference in medians or proportions, or where the average value is a specific number.&lt;/li&gt;
&lt;li&gt;Step 3: Look at &lt;span class=&#34;math inline&#34;&gt;\(\delta^{*}\)&lt;/span&gt; in the null world. Put the observed sample statistic in the null world and see if it fits well.&lt;/li&gt;
&lt;li&gt;Step 4: Calculate the probability that &lt;span class=&#34;math inline&#34;&gt;\(\delta^{*}\)&lt;/span&gt; could exist in null world. This is the p-value, or the probability that you’d see a &lt;span class=&#34;math inline&#34;&gt;\(\delta^{*}\)&lt;/span&gt; at least that high in a world where there’s no difference.&lt;/li&gt;
&lt;li&gt;Step 5: Decide if &lt;span class=&#34;math inline&#34;&gt;\(\delta^{*}\)&lt;/span&gt; is statistically significant. Choose some threshold, cutoff value (e.g., 0.05) for deciding if there’s sufficient proof for rejecting the null world.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;bootstrap-simulation-using-infer-package&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Bootstrap simulation, using &lt;code&gt;infer&lt;/code&gt; package&lt;/h2&gt;
&lt;/div&gt;
&lt;div id=&#34;ci-for-median&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;CI for median&lt;/h2&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Inpecting data</title>
      <link>https://usi-emba-analytics.netlify.app/start/012-start/</link>
      <pubDate>Fri, 24 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/start/012-start/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#overview&#34;&gt;Overview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#dplyrglimpse&#34;&gt;&lt;code&gt;dplyr::glimpse()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#skimrskim&#34;&gt;&lt;code&gt;skimr::skim()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#on-you-own&#34;&gt;On you own&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;blockquote&gt;
&lt;p&gt;Learning Objectives &lt;br&gt;
1. Glimpse the structure of the dataframe &lt;br&gt;
3. Summarize the structure of a dataframe&lt;br&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div id=&#34;overview&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Overview&lt;/h2&gt;
&lt;p&gt;Once you have loaded your data set into R, you have to inspect and get a feel for the data. We are typically interested in the following:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;The dimensions of the data set; how many rows (cases) and how many columns does the data frame have.&lt;/li&gt;
&lt;li&gt;The types of variables we have; are they integer, character, logical, factor (categorical) etc.&lt;/li&gt;
&lt;li&gt;The number of missing, or &lt;code&gt;NA&lt;/code&gt;, values in the dataframe.&lt;/li&gt;
&lt;li&gt;A quick look at some summary statistics&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;First, if we wanted to look at the dataset in a spreadsheet-style data viewer, we can just invoke &lt;code&gt;View(gapminder)&lt;/code&gt; (&lt;strong&gt;V&lt;/strong&gt;iew with a capital &lt;strong&gt;V&lt;/strong&gt;).&lt;/p&gt;
&lt;p&gt;While this is nice, it is not very useful, as we cannot dig deeper and see what kind of variables we have, whether there are any missing values, etc.&lt;/p&gt;
&lt;p&gt;There are two functions that we will talk about, &lt;code&gt;dplyr::glimpse()&lt;/code&gt; and &lt;code&gt;skimr::skim()&lt;/code&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;dplyrglimpse&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;code&gt;dplyr::glimpse()&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;glimpse()&lt;/code&gt; is like a transposed version of &lt;code&gt;print()&lt;/code&gt;: It first gives you the dimensions (rows and columns) and then gives us the dataframe’s columns (or variables), the variable type (&lt;fct&gt;, &lt;int&gt;, &lt;dbl&gt;), and then gives us the first few values of each variable. Let us look at the outcome of&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;glimpse(gapminder)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Rows: 1,704
## Columns: 6
## $ country   &amp;lt;fct&amp;gt; Afghanistan, Afghanistan, Afghanistan, Afghanistan, Afgha...
## $ continent &amp;lt;fct&amp;gt; Asia, Asia, Asia, Asia, Asia, Asia, Asia, Asia, Asia, Asi...
## $ year      &amp;lt;int&amp;gt; 1952, 1957, 1962, 1967, 1972, 1977, 1982, 1987, 1992, 199...
## $ lifeExp   &amp;lt;dbl&amp;gt; 28.801, 30.332, 31.997, 34.020, 36.088, 38.438, 39.854, 4...
## $ pop       &amp;lt;int&amp;gt; 8425333, 9240934, 10267083, 11537966, 13079460, 14880372,...
## $ gdpPercap &amp;lt;dbl&amp;gt; 779.4453, 820.8530, 853.1007, 836.1971, 739.9811, 786.113...&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We see that we have 1704 rows, or cases. We also have 6 columns, or variables and right underneath we see each column individually:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;country&lt;/code&gt; is a categorical, or factor variable of type &lt;code&gt;&amp;lt;fct&amp;gt;&lt;/code&gt;. and the first few cases are all Afghanistan, just because it is the first one alphabetically&lt;/li&gt;
&lt;li&gt;&lt;code&gt;continent&lt;/code&gt; is also a factor variable, and the first values of this categorical variable are “Asia”, &#34;Europe’, etc.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;year&lt;/code&gt; is an integer variable of type &lt;code&gt;&amp;lt;int&amp;gt;&lt;/code&gt;. This is the year for which we have data for each country, between 1952 and 2007 in 5-year intervals.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;lifeExp&lt;/code&gt; is a double precision, or real number, of type &lt;code&gt;&amp;lt;dbl&amp;gt;&lt;/code&gt; that refers to life expectancy&lt;/li&gt;
&lt;li&gt;&lt;code&gt;pop&lt;/code&gt; is an integer variable of type &lt;code&gt;&amp;lt;int&amp;gt;&lt;/code&gt; that refers to the population&lt;/li&gt;
&lt;li&gt;&lt;code&gt;gdpPercap&lt;/code&gt; is a double precision, or real number, of type &lt;code&gt;&amp;lt;dbl&amp;gt;&lt;/code&gt; that refers to GDP per capita&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;skimrskim&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;code&gt;skimr::skim()&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;While &lt;code&gt;glimpse()&lt;/code&gt; allows us to look at the contents of the dataframe, &lt;code&gt;skimr::skim()&lt;/code&gt; is more useful and I always use it in my workflow.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;skimr::skim(gapminder)&lt;/code&gt;&lt;/pre&gt;
&lt;table&gt;
&lt;caption&gt;&lt;span id=&#34;tab:unnamed-chunk-2&#34;&gt;Table 1: &lt;/span&gt;Data summary&lt;/caption&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Name&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;gapminder&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Number of rows&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;1704&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Number of columns&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;6&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;_______________________&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Column type frequency:&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;factor&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;numeric&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;________________________&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Group variables&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;None&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Variable type: factor&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th align=&#34;left&#34;&gt;skim_variable&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;n_missing&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;complete_rate&lt;/th&gt;
&lt;th align=&#34;left&#34;&gt;ordered&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;n_unique&lt;/th&gt;
&lt;th align=&#34;left&#34;&gt;top_counts&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;country&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;FALSE&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;142&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;Afg: 12, Alb: 12, Alg: 12, Ang: 12&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;continent&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;FALSE&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;5&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;Afr: 624, Asi: 396, Eur: 360, Ame: 300&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Variable type: numeric&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;colgroup&gt;
&lt;col width=&#34;8%&#34; /&gt;
&lt;col width=&#34;6%&#34; /&gt;
&lt;col width=&#34;8%&#34; /&gt;
&lt;col width=&#34;7%&#34; /&gt;
&lt;col width=&#34;8%&#34; /&gt;
&lt;col width=&#34;5%&#34; /&gt;
&lt;col width=&#34;6%&#34; /&gt;
&lt;col width=&#34;6%&#34; /&gt;
&lt;col width=&#34;7%&#34; /&gt;
&lt;col width=&#34;8%&#34; /&gt;
&lt;col width=&#34;25%&#34; /&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th align=&#34;left&#34;&gt;skim_variable&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;n_missing&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;complete_rate&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;mean&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;sd&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p0&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p25&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p50&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p75&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p100&lt;/th&gt;
&lt;th align=&#34;left&#34;&gt;hist&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;year&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1979.50&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;17.27&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1952.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1965.75&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1979.50&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1993.25&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2007.0&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▇▅▅▅▇&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;lifeExp&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;59.47&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;12.92&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;23.60&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;48.20&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;60.71&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;70.85&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;82.6&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▁▆▇▇▇&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;pop&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;29601212.32&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;106157896.74&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;60011.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2793664.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;7023595.50&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;19585221.75&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1318683096.0&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▇▁▁▁▁&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;gdpPercap&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;7215.33&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;9857.45&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;241.17&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1202.06&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;3531.85&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;9325.46&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;113523.1&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▇▁▁▁▁&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;code&gt;skimr::skim()&lt;/code&gt; give us a data summary with the dimensions (rows and columns) of the dataframe, and the type of columns; in this case, we have 2 factor and 2 numeric columns (variables).&lt;/p&gt;
&lt;p&gt;For all variable types, it gives us the number of missing values (&lt;code&gt;n_missing&lt;/code&gt;) and the &lt;code&gt;complete_rate&lt;/code&gt;; in the gapminder data, there are no missing values, so &lt;code&gt;n_mising = 0&lt;/code&gt; and &lt;code&gt;complete_rate = 1&lt;/code&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;For factor variables&lt;/strong&gt;, skim() provides information on
&lt;ul&gt;
&lt;li&gt;whether it is an &lt;code&gt;ordered&lt;/code&gt; factor; if false, the default ordering is alphabetical, otherwise one has to explicitly specify the order of the categories.&lt;/li&gt;
&lt;li&gt;the &lt;code&gt;n_unique&lt;/code&gt;, or distinct instances of each country; in &lt;code&gt;gapminder&lt;/code&gt; we have data on 142 distinct countries and 5 continents&lt;/li&gt;
&lt;li&gt;the &lt;code&gt;top_counts&lt;/code&gt; shows the top number of instances for each factor; each &lt;code&gt;country&lt;/code&gt; has 12 observations, but in &lt;code&gt;continent&lt;/code&gt; Africa has 624 observations, Asia 396, etc.&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;For numeric variables&lt;/strong&gt;, skim() provides summary statistics; mean, standard deviation and the 0th (min), 25th, 50, 75th and 100th (max) percentile. It also gives us a rough histogram to get an idea on the shape of the distribution (normal, skewed, uniform)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;on-you-own&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;On you own&lt;/h2&gt;
&lt;p&gt;The following dataframe has data on London’d cycle hire scheme, &lt;a href=&#34;https://tfl.gov.uk/modes/cycling/santander-cycles&#34;&gt;Santander Cycles&lt;/a&gt;. Besides the number of bikes rented out, the dataframe also contains weather information.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;bikes &amp;lt;- read_csv(here(&amp;quot;data&amp;quot;, &amp;quot;londonBikes.csv&amp;quot;))&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;skimr::skim(bikes)&lt;/code&gt;&lt;/pre&gt;
&lt;table&gt;
&lt;caption&gt;&lt;span id=&#34;tab:bikes3&#34;&gt;Table 2: &lt;/span&gt;Data summary&lt;/caption&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Name&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;bikes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Number of rows&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;3439&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Number of columns&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;14&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;_______________________&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Column type frequency:&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;character&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;1&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;logical&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;numeric&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;9&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;________________________&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Group variables&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;None&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Variable type: character&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th align=&#34;left&#34;&gt;skim_variable&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;n_missing&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;complete_rate&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;min&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;max&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;empty&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;n_unique&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;whitespace&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;date&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;8&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;8&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;3439&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Variable type: logical&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th align=&#34;left&#34;&gt;skim_variable&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;n_missing&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;complete_rate&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;mean&lt;/th&gt;
&lt;th align=&#34;left&#34;&gt;count&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;rain&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;851&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.75&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.62&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;TRU: 1595, FAL: 993&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;fog&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;851&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.75&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.07&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;FAL: 2403, TRU: 185&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;thunderstorm&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;851&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.75&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.03&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;FAL: 2512, TRU: 76&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;snow&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;851&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.75&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.02&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;FAL: 2533, TRU: 55&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Variable type: numeric&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th align=&#34;left&#34;&gt;skim_variable&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;n_missing&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;complete_rate&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;mean&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;sd&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p0&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p25&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p50&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p75&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p100&lt;/th&gt;
&lt;th align=&#34;left&#34;&gt;hist&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;bikes_hired&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;26158.95&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;9135.13&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;3531.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;19626.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;26022.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;32759.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;73094.0&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▃▇▅▁▁&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;season&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2.46&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1.12&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;3.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;4.0&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▇▇▁▇▇&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;max_temp&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1877&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.45&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;16.48&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;6.19&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;-1.2&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;11.93&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;16.7&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;20.9&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;36.7&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▁▆▇▃▁&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;min_temp&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1929&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.44&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;7.62&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;5.14&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;-8.2&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;3.90&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;7.9&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;11.8&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;20.0&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▁▅▇▇▂&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;avg_temp&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;27&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.99&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;11.70&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;5.41&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;-4.1&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;7.60&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;11.6&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;15.9&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;28.6&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▁▆▇▅▁&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;avg_humidity&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;745&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.78&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;74.91&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;10.84&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;37.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;67.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;76.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;83.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;100.0&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▁▂▆▇▂&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;avg_pressure&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;773&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.78&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1015.10&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;10.24&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;979.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1009.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1016.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1022.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1044.0&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▁▂▇▆▁&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;avg_windspeed&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;745&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.78&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;14.01&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;6.10&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;3.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;10.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;13.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;18.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;47.0&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▇▇▂▁▁&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;rainfall_mm&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;51&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.99&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1.67&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;3.68&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1.5&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;48.0&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▇▁▁▁▁&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;A couple of graded learnr interactive exercices?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;What kind of variable is &lt;code&gt;date&lt;/code&gt;? What kind of variable is &lt;code&gt;season&lt;/code&gt;?&lt;/li&gt;
&lt;li&gt;How often does it rain in London?&lt;/li&gt;
&lt;li&gt;What is the average annual temperature (in degrees C)?&lt;/li&gt;
&lt;li&gt;What is the maximum rainfall?&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Inpect data</title>
      <link>https://usi-emba-analytics.netlify.app/example/eda-inspect-data/</link>
      <pubDate>Fri, 24 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/example/eda-inspect-data/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#overview&#34;&gt;Overview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#dplyrglimpse&#34;&gt;&lt;code&gt;dplyr::glimpse()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#skimrskim&#34;&gt;&lt;code&gt;skimr::skim()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#on-you-own&#34;&gt;On you own&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;blockquote&gt;
&lt;p&gt;Learning Objectives &lt;br&gt;
1. Glimpse the structure of the dataframe &lt;br&gt;
3. Summarize the structure of a dataframe&lt;br&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div id=&#34;overview&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Overview&lt;/h2&gt;
&lt;p&gt;Once you have loaded your data set into R, you have to inspect and get a feel for the data. We are typically interested in the following:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;The dimensions of the data set; how many rows (cases) and how many columns does the data frame have.&lt;/li&gt;
&lt;li&gt;The types of variables we have; are they integer, character, logical, factor (categorical) etc.&lt;/li&gt;
&lt;li&gt;The number of missing, or &lt;code&gt;NA&lt;/code&gt;, values in the dataframe.&lt;/li&gt;
&lt;li&gt;A quick look at some summary statistics&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;First, if we wanted to look at the dataset in a spreadsheet-style data viewer, we can just invoke &lt;code&gt;View(gapminder)&lt;/code&gt; (&lt;strong&gt;V&lt;/strong&gt;iew with a capital &lt;strong&gt;V&lt;/strong&gt;).&lt;/p&gt;
&lt;p&gt;While this is nice, it is not very useful, as we cannot dig deeper and see what kind of variables we have, whether there are any missing values, etc.&lt;/p&gt;
&lt;p&gt;There are two functions that we will talk about, &lt;code&gt;dplyr::glimpse()&lt;/code&gt; and &lt;code&gt;skimr::skim()&lt;/code&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;dplyrglimpse&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;code&gt;dplyr::glimpse()&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;glimpse()&lt;/code&gt; is like a transposed version of &lt;code&gt;print()&lt;/code&gt;: It first gives you the dimensions (rows and columns) and then gives us the dataframe’s columns (or variables), the variable type (&lt;fct&gt;, &lt;int&gt;, &lt;dbl&gt;), and then gives us the first few values of each variable. Let us look at the outcome of&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;glimpse(gapminder)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Rows: 1,704
## Columns: 6
## $ country   &amp;lt;fct&amp;gt; Afghanistan, Afghanistan, Afghanistan, Afghanistan, Afgha...
## $ continent &amp;lt;fct&amp;gt; Asia, Asia, Asia, Asia, Asia, Asia, Asia, Asia, Asia, Asi...
## $ year      &amp;lt;int&amp;gt; 1952, 1957, 1962, 1967, 1972, 1977, 1982, 1987, 1992, 199...
## $ lifeExp   &amp;lt;dbl&amp;gt; 28.801, 30.332, 31.997, 34.020, 36.088, 38.438, 39.854, 4...
## $ pop       &amp;lt;int&amp;gt; 8425333, 9240934, 10267083, 11537966, 13079460, 14880372,...
## $ gdpPercap &amp;lt;dbl&amp;gt; 779.4453, 820.8530, 853.1007, 836.1971, 739.9811, 786.113...&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We see that we have 1704 rows, or cases. We also have 6 columns, or variables and right underneath we see each column individually:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;country&lt;/code&gt; is a categorical, or factor variable of type &lt;code&gt;&amp;lt;fct&amp;gt;&lt;/code&gt;. and the first few cases are all Afghanistan, just because it is the first one alphabetically&lt;/li&gt;
&lt;li&gt;&lt;code&gt;continent&lt;/code&gt; is also a factor variable, and the first values of this categorical variable are “Asia”, &#34;Europe’, etc.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;year&lt;/code&gt; is an integer variable of type &lt;code&gt;&amp;lt;int&amp;gt;&lt;/code&gt;. This is the year for which we have data for each country, between 1952 and 2007 in 5-year intervals.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;lifeExp&lt;/code&gt; is a double precision, or real number, of type &lt;code&gt;&amp;lt;dbl&amp;gt;&lt;/code&gt; that refers to life expectancy&lt;/li&gt;
&lt;li&gt;&lt;code&gt;pop&lt;/code&gt; is an integer variable of type &lt;code&gt;&amp;lt;int&amp;gt;&lt;/code&gt; that refers to the population&lt;/li&gt;
&lt;li&gt;&lt;code&gt;gdpPercap&lt;/code&gt; is a double precision, or real number, of type &lt;code&gt;&amp;lt;dbl&amp;gt;&lt;/code&gt; that refers to GDP per capita&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;skimrskim&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;code&gt;skimr::skim()&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;While &lt;code&gt;glimpse()&lt;/code&gt; allows us to look at the contents of the dataframe, &lt;code&gt;skimr::skim()&lt;/code&gt; is more useful and I always use it in my workflow.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;skimr::skim(gapminder)&lt;/code&gt;&lt;/pre&gt;
&lt;table&gt;
&lt;caption&gt;&lt;span id=&#34;tab:unnamed-chunk-2&#34;&gt;Table 1: &lt;/span&gt;Data summary&lt;/caption&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Name&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;gapminder&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Number of rows&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;1704&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Number of columns&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;6&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;_______________________&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Column type frequency:&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;factor&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;numeric&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;________________________&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Group variables&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;None&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Variable type: factor&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th align=&#34;left&#34;&gt;skim_variable&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;n_missing&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;complete_rate&lt;/th&gt;
&lt;th align=&#34;left&#34;&gt;ordered&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;n_unique&lt;/th&gt;
&lt;th align=&#34;left&#34;&gt;top_counts&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;country&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;FALSE&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;142&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;Afg: 12, Alb: 12, Alg: 12, Ang: 12&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;continent&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;FALSE&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;5&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;Afr: 624, Asi: 396, Eur: 360, Ame: 300&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Variable type: numeric&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;colgroup&gt;
&lt;col width=&#34;8%&#34; /&gt;
&lt;col width=&#34;6%&#34; /&gt;
&lt;col width=&#34;8%&#34; /&gt;
&lt;col width=&#34;7%&#34; /&gt;
&lt;col width=&#34;8%&#34; /&gt;
&lt;col width=&#34;5%&#34; /&gt;
&lt;col width=&#34;6%&#34; /&gt;
&lt;col width=&#34;6%&#34; /&gt;
&lt;col width=&#34;7%&#34; /&gt;
&lt;col width=&#34;8%&#34; /&gt;
&lt;col width=&#34;25%&#34; /&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th align=&#34;left&#34;&gt;skim_variable&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;n_missing&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;complete_rate&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;mean&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;sd&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p0&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p25&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p50&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p75&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p100&lt;/th&gt;
&lt;th align=&#34;left&#34;&gt;hist&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;year&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1979.50&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;17.27&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1952.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1965.75&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1979.50&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1993.25&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2007.0&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▇▅▅▅▇&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;lifeExp&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;59.47&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;12.92&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;23.60&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;48.20&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;60.71&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;70.85&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;82.6&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▁▆▇▇▇&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;pop&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;29601212.32&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;106157896.74&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;60011.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2793664.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;7023595.50&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;19585221.75&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1318683096.0&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▇▁▁▁▁&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;gdpPercap&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;7215.33&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;9857.45&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;241.17&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1202.06&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;3531.85&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;9325.46&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;113523.1&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▇▁▁▁▁&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;code&gt;skimr::skim()&lt;/code&gt; give us a data summary with the dimensions (rows and columns) of the dataframe, and the type of columns; in this case, we have 2 factor and 2 numeric columns (variables).&lt;/p&gt;
&lt;p&gt;For all variable types, it gives us the number of missing values (&lt;code&gt;n_missing&lt;/code&gt;) and the &lt;code&gt;complete_rate&lt;/code&gt;; in the gapminder data, there are no missing values, so &lt;code&gt;n_mising = 0&lt;/code&gt; and &lt;code&gt;complete_rate = 1&lt;/code&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;For factor variables&lt;/strong&gt;, skim() provides information on
&lt;ul&gt;
&lt;li&gt;whether it is an &lt;code&gt;ordered&lt;/code&gt; factor; if false, the default ordering is alphabetical, otherwise one has to explicitly specify the order of the categories.&lt;/li&gt;
&lt;li&gt;the &lt;code&gt;n_unique&lt;/code&gt;, or distinct instances of each country; in &lt;code&gt;gapminder&lt;/code&gt; we have data on 142 distinct countries and 5 continents&lt;/li&gt;
&lt;li&gt;the &lt;code&gt;top_counts&lt;/code&gt; shows the top number of instances for each factor; each &lt;code&gt;country&lt;/code&gt; has 12 observations, but in &lt;code&gt;continent&lt;/code&gt; Africa has 624 observations, Asia 396, etc.&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;For numeric variables&lt;/strong&gt;, skim() provides summary statistics; mean, standard deviation and the 0th (min), 25th, 50, 75th and 100th (max) percentile. It also gives us a rough histogram to get an idea on the shape of the distribution (normal, skewed, uniform)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;on-you-own&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;On you own&lt;/h2&gt;
&lt;p&gt;The following dataframe has data on London’d cycle hire scheme, &lt;a href=&#34;https://tfl.gov.uk/modes/cycling/santander-cycles&#34;&gt;Santander Cycles&lt;/a&gt;. Besides the number of bikes rented out, the dataframe also contains weather information.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;bikes &amp;lt;- read_csv(here(&amp;quot;data&amp;quot;, &amp;quot;londonBikes.csv&amp;quot;))&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;skimr::skim(bikes)&lt;/code&gt;&lt;/pre&gt;
&lt;table&gt;
&lt;caption&gt;&lt;span id=&#34;tab:bikes3&#34;&gt;Table 2: &lt;/span&gt;Data summary&lt;/caption&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Name&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;bikes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Number of rows&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;3439&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Number of columns&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;14&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;_______________________&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Column type frequency:&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;character&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;1&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;logical&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;numeric&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;9&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;________________________&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;Group variables&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;None&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Variable type: character&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th align=&#34;left&#34;&gt;skim_variable&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;n_missing&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;complete_rate&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;min&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;max&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;empty&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;n_unique&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;whitespace&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;date&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;8&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;8&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;3439&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Variable type: logical&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th align=&#34;left&#34;&gt;skim_variable&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;n_missing&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;complete_rate&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;mean&lt;/th&gt;
&lt;th align=&#34;left&#34;&gt;count&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;rain&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;851&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.75&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.62&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;TRU: 1595, FAL: 993&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;fog&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;851&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.75&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.07&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;FAL: 2403, TRU: 185&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;thunderstorm&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;851&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.75&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.03&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;FAL: 2512, TRU: 76&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;snow&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;851&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.75&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.02&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;FAL: 2533, TRU: 55&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Variable type: numeric&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th align=&#34;left&#34;&gt;skim_variable&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;n_missing&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;complete_rate&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;mean&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;sd&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p0&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p25&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p50&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p75&lt;/th&gt;
&lt;th align=&#34;right&#34;&gt;p100&lt;/th&gt;
&lt;th align=&#34;left&#34;&gt;hist&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;bikes_hired&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;26158.95&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;9135.13&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;3531.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;19626.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;26022.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;32759.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;73094.0&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▃▇▅▁▁&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;season&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2.46&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1.12&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;2.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;3.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;4.0&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▇▇▁▇▇&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;max_temp&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1877&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.45&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;16.48&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;6.19&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;-1.2&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;11.93&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;16.7&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;20.9&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;36.7&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▁▆▇▃▁&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;min_temp&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1929&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.44&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;7.62&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;5.14&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;-8.2&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;3.90&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;7.9&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;11.8&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;20.0&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▁▅▇▇▂&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;avg_temp&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;27&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.99&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;11.70&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;5.41&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;-4.1&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;7.60&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;11.6&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;15.9&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;28.6&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▁▆▇▅▁&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;avg_humidity&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;745&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.78&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;74.91&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;10.84&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;37.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;67.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;76.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;83.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;100.0&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▁▂▆▇▂&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;avg_pressure&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;773&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.78&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1015.10&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;10.24&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;979.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1009.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1016.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1022.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1044.0&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▁▂▇▆▁&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;avg_windspeed&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;745&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.78&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;14.01&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;6.10&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;3.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;10.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;13.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;18.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;47.0&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▇▇▂▁▁&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;rainfall_mm&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;51&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.99&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1.67&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;3.68&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.00&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;0.0&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;1.5&lt;/td&gt;
&lt;td align=&#34;right&#34;&gt;48.0&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;▇▁▁▁▁&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;A couple of graded learnr interactive exercices?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;What kind of variable is &lt;code&gt;date&lt;/code&gt;? What kind of variable is &lt;code&gt;season&lt;/code&gt;?&lt;/li&gt;
&lt;li&gt;How often does it rain in London?&lt;/li&gt;
&lt;li&gt;What is the average annual temperature (in degrees C)?&lt;/li&gt;
&lt;li&gt;What is the maximum rainfall?&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Simulation-based tests</title>
      <link>https://usi-emba-analytics.netlify.app/example/inference_simulating_t_tests/</link>
      <pubDate>Wed, 29 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/example/inference_simulating_t_tests/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#there-is-only-one-test&#34;&gt;&lt;em&gt;There is only one test&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#bootstrap-simulation-using-infer-package&#34;&gt;Bootstrap simulation, using &lt;code&gt;infer&lt;/code&gt; package&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#ci-for-median&#34;&gt;CI for median&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;there-is-only-one-test&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;em&gt;There is only one test&lt;/em&gt;&lt;/h2&gt;
&lt;p&gt;We can use &lt;code&gt;t.test()&lt;/code&gt; to check whether two means are equal or not. Instead of dealing with the assumptions of the data and finding the appropriate statistical test to test for equality of variance, we can use the power of bootstrapping, permutation, and simulation to construct a null distribution, calculate confidence intervals and run ny kind of test for inference.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The beauty and power of simulation is that we can run hypothesis test not just on differences of &lt;strong&gt;means&lt;/strong&gt; that we have fomuals for, but also on other parameters, like &lt;strong&gt;medians&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;According to Allen Downey, &lt;a href=&#34;http://allendowney.blogspot.com/2016/06/there-is-still-only-one-test.html&#34; target=&#34;_blank&#34;&gt;there is only one statistical test&lt;/a&gt; and that all statistical tests follow the same pattern:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Step 1: Calculate a sample statistic from the observed data, or &lt;span class=&#34;math inline&#34;&gt;\(\delta^{*}\)&lt;/span&gt;. This is the measure you care about: the difference in means, the mean, the median, the proportion, the difference in proportions, anything you want really!&lt;/li&gt;
&lt;li&gt;Step 2: Use simulation to invent a world where &lt;span class=&#34;math inline&#34;&gt;\(\delta\)&lt;/span&gt; is null. Simulate what the world would look like if there was no difference between two groups, or if there was no difference in medians or proportions, or where the average value is a specific number.&lt;/li&gt;
&lt;li&gt;Step 3: Look at &lt;span class=&#34;math inline&#34;&gt;\(\delta^{*}\)&lt;/span&gt; in the null world. Put the observed sample statistic in the null world and see if it fits well.&lt;/li&gt;
&lt;li&gt;Step 4: Calculate the probability that &lt;span class=&#34;math inline&#34;&gt;\(\delta^{*}\)&lt;/span&gt; could exist in null world. This is the p-value, or the probability that you’d see a &lt;span class=&#34;math inline&#34;&gt;\(\delta^{*}\)&lt;/span&gt; at least that high in a world where there’s no difference.&lt;/li&gt;
&lt;li&gt;Step 5: Decide if &lt;span class=&#34;math inline&#34;&gt;\(\delta^{*}\)&lt;/span&gt; is statistically significant. Choose some threshold, cutoff value (e.g., 0.05) for deciding if there’s sufficient proof for rejecting the null world.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;bootstrap-simulation-using-infer-package&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Bootstrap simulation, using &lt;code&gt;infer&lt;/code&gt; package&lt;/h2&gt;
&lt;/div&gt;
&lt;div id=&#34;ci-for-median&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;CI for median&lt;/h2&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Clean data</title>
      <link>https://usi-emba-analytics.netlify.app/example/eda-clean-data/</link>
      <pubDate>Fri, 24 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/example/eda-clean-data/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#janitor-package-for-cleaning-variable-names&#34;&gt;&lt;code&gt;janitor&lt;/code&gt; package for cleaning variable names&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#code-that-works-is-not-necessarily-good-code&#34;&gt;&lt;em&gt;Code that works is not necessarily good code&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#other-links&#34;&gt;Other links&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;janitor-package-for-cleaning-variable-names&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;code&gt;janitor&lt;/code&gt; package for cleaning variable names&lt;/h2&gt;
&lt;p&gt;When we create data files, we frequently use variable names and formats that are easily readable for humans, but no so for computers.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Data scientists, according to interviews and expert estimates, spend from 50 percent to 80 percent of their time mired in this more mundane labor of collecting and preparing unruly digital data, before it can be explored for useful nuggets.
– &lt;a href=&#34;https://www.nytimes.com/2014/08/18/technology/for-big-data-scientists-hurdle-to-insights-is-janitor-work.html&#34;&gt;For Big-Data Scientists, ‘Janitor Work’ Is Key Hurdle to Insights&lt;/a&gt; &lt;em&gt;The New York Times, 2014&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;janitor&lt;/code&gt; has many functions, but its core function is &lt;code&gt;clean_names()&lt;/code&gt; which will make your life easier if you call it whenever you load data into R. The following example is taken from &lt;a href=&#34;https://www.rdocumentation.org/packages/janitor/versions/1.2.0&#34;&gt;janitor’s documentation page&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Let us read an Excel file with a roster of teachers at a fictional American high school, stored in the Microsoft Excel file &lt;code&gt;dirty_data.xlsx&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/dirty_data.png&#34; width=&#34;80%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Some of the variable names, e.g., &lt;code&gt;First Name&lt;/code&gt;, &lt;code&gt;Last Name&lt;/code&gt;, are not only capitalised, but also contain a space in the variable name. Let us read in the file and have a glimpse inside it.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;roster &amp;lt;- readxl::read_excel(here(&amp;quot;data&amp;quot;, &amp;quot;dirty_data.xlsx&amp;quot;))

glimpse(roster)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Rows: 13
## Columns: 11
## $ `First Name`        &amp;lt;chr&amp;gt; &amp;quot;Jason&amp;quot;, &amp;quot;Jason&amp;quot;, &amp;quot;Alicia&amp;quot;, &amp;quot;Ada&amp;quot;, &amp;quot;Desus&amp;quot;, &amp;quot;Ch...
## $ `Last Name`         &amp;lt;chr&amp;gt; &amp;quot;Bourne&amp;quot;, &amp;quot;Bourne&amp;quot;, &amp;quot;Keys&amp;quot;, &amp;quot;Lovelace&amp;quot;, &amp;quot;Nice&amp;quot;,...
## $ `Employee Status`   &amp;lt;chr&amp;gt; &amp;quot;Teacher&amp;quot;, &amp;quot;Teacher&amp;quot;, &amp;quot;Teacher&amp;quot;, &amp;quot;Teacher&amp;quot;, &amp;quot;Ad...
## $ Subject             &amp;lt;chr&amp;gt; &amp;quot;PE&amp;quot;, &amp;quot;Drafting&amp;quot;, &amp;quot;Music&amp;quot;, NA, &amp;quot;Dean&amp;quot;, &amp;quot;Physics...
## $ `Hire Date`         &amp;lt;dbl&amp;gt; 39690, 39690, 37118, 27515, 41431, 11037, 11037...
## $ `% Allocated`       &amp;lt;dbl&amp;gt; 0.75, 0.25, 1.00, 1.00, 1.00, 0.50, 0.50, NA, 0...
## $ `Full time?`        &amp;lt;chr&amp;gt; &amp;quot;Yes&amp;quot;, &amp;quot;Yes&amp;quot;, &amp;quot;Yes&amp;quot;, &amp;quot;Yes&amp;quot;, &amp;quot;Yes&amp;quot;, &amp;quot;Yes&amp;quot;, &amp;quot;Yes&amp;quot;...
## $ `do not edit! ---&amp;gt;` &amp;lt;lgl&amp;gt; NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA
## $ Certification...9   &amp;lt;chr&amp;gt; &amp;quot;Physical ed&amp;quot;, &amp;quot;Physical ed&amp;quot;, &amp;quot;Instr. music&amp;quot;, &amp;quot;...
## $ Certification...10  &amp;lt;chr&amp;gt; &amp;quot;Theater&amp;quot;, &amp;quot;Theater&amp;quot;, &amp;quot;Vocal music&amp;quot;, &amp;quot;Computers...
## $ Certification...11  &amp;lt;lgl&amp;gt; NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We notice that if we wanted to refer to the variable for a first name (1st in the list) or percent allocated (6th in the list), we would need to refer to them as the string “First Name” and “% Allocated” respectively. To avoid this, we can use &lt;code&gt;janitor::clean_names()&lt;/code&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;roster_clean &amp;lt;- roster %&amp;gt;% 
  clean_names()

glimpse(roster_clean)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Rows: 13
## Columns: 11
## $ first_name        &amp;lt;chr&amp;gt; &amp;quot;Jason&amp;quot;, &amp;quot;Jason&amp;quot;, &amp;quot;Alicia&amp;quot;, &amp;quot;Ada&amp;quot;, &amp;quot;Desus&amp;quot;, &amp;quot;Chie...
## $ last_name         &amp;lt;chr&amp;gt; &amp;quot;Bourne&amp;quot;, &amp;quot;Bourne&amp;quot;, &amp;quot;Keys&amp;quot;, &amp;quot;Lovelace&amp;quot;, &amp;quot;Nice&amp;quot;, &amp;quot;...
## $ employee_status   &amp;lt;chr&amp;gt; &amp;quot;Teacher&amp;quot;, &amp;quot;Teacher&amp;quot;, &amp;quot;Teacher&amp;quot;, &amp;quot;Teacher&amp;quot;, &amp;quot;Admi...
## $ subject           &amp;lt;chr&amp;gt; &amp;quot;PE&amp;quot;, &amp;quot;Drafting&amp;quot;, &amp;quot;Music&amp;quot;, NA, &amp;quot;Dean&amp;quot;, &amp;quot;Physics&amp;quot;,...
## $ hire_date         &amp;lt;dbl&amp;gt; 39690, 39690, 37118, 27515, 41431, 11037, 11037, ...
## $ percent_allocated &amp;lt;dbl&amp;gt; 0.75, 0.25, 1.00, 1.00, 1.00, 0.50, 0.50, NA, 0.5...
## $ full_time         &amp;lt;chr&amp;gt; &amp;quot;Yes&amp;quot;, &amp;quot;Yes&amp;quot;, &amp;quot;Yes&amp;quot;, &amp;quot;Yes&amp;quot;, &amp;quot;Yes&amp;quot;, &amp;quot;Yes&amp;quot;, &amp;quot;Yes&amp;quot;, ...
## $ do_not_edit       &amp;lt;lgl&amp;gt; NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA
## $ certification_9   &amp;lt;chr&amp;gt; &amp;quot;Physical ed&amp;quot;, &amp;quot;Physical ed&amp;quot;, &amp;quot;Instr. music&amp;quot;, &amp;quot;PE...
## $ certification_10  &amp;lt;chr&amp;gt; &amp;quot;Theater&amp;quot;, &amp;quot;Theater&amp;quot;, &amp;quot;Vocal music&amp;quot;, &amp;quot;Computers&amp;quot;,...
## $ certification_11  &amp;lt;lgl&amp;gt; NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Now, the variable names contain no spaces, are all lower case, and we can explicitly refer to them rather than using a string of characters– it all makes life a bit easier!&lt;/p&gt;
&lt;div id=&#34;code-that-works-is-not-necessarily-good-code&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;&lt;em&gt;Code that works is not necessarily good code&lt;/em&gt;&lt;/h3&gt;
&lt;p&gt;According to Phil Karlton, &lt;a href=&#34;https://martinfowler.com/bliki/TwoHardThings.html&#34;&gt;&lt;em&gt;there are only two hard things in Computer Science: cache invalidation and naming things&lt;/em&gt;&lt;/a&gt;. It is good practice to use meaningful names for variables and data frames, use spacing, comments, etc. Both Google and Hadley Wickham have great &lt;a href=&#34;https://style.tidyverse.org/&#34;&gt;style guides for programming in R&lt;/a&gt; and the &lt;code&gt;janitor&lt;/code&gt; package helps in creating variable names with a consistent style.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;other-links&#34; class=&#34;section level2 toc-ignore&#34;&gt;
&lt;h2&gt;Other links&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.nytimes.com/2014/08/18/technology/for-big-data-scientists-hurdle-to-insights-is-janitor-work.html&#34;&gt;For Big-Data Scientists, ‘Janitor Work’ Is Key Hurdle to Insights&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Linear Model Fitting</title>
      <link>https://usi-emba-analytics.netlify.app/example/modelling_fit_lm/</link>
      <pubDate>Tue, 28 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/example/modelling_fit_lm/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#fit-a-model-using-lmy-x1-x2-...-data-dataframe&#34;&gt;Fit a model using &lt;code&gt;lm(Y ~ X1 + X2 +..., data = dataframe)&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#look-at-model-output&#34;&gt;Look at model output&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#write-down-the-equation-for-model1&#34;&gt;Write down the equation for model1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#plot-scatterplot-and-residuals&#34;&gt;Plot scatterplot and residuals&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#add-more-explanatory-variables&#34;&gt;Add more explanatory variables&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#check-collinearity&#34;&gt;Check collinearity&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#summary-model-comparison-table-using-huxtablehuxreg&#34;&gt;Summary model comparison table using &lt;code&gt;huxtable::huxreg()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#fitting-multiple-regression-models-in-one-go&#34;&gt;Fitting multiple regression models in one go&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#simpsons-paradox&#34;&gt;Simpson’s paradox&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;p&gt;We will be using the Palmer penguins data to understand body mass.&lt;/p&gt;
&lt;div id=&#34;fit-a-model-using-lmy-x1-x2-...-data-dataframe&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Fit a model using &lt;code&gt;lm(Y ~ X1 + X2 +..., data = dataframe)&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;The function to fit a linear regression model in R is &lt;code&gt;lm(Y ~ X1 + X2 +..., data = mydataframe)&lt;/code&gt;. &lt;code&gt;lm&lt;/code&gt;, as many other functions in R, uses the formula interface The tilde (~) can be translated as &lt;em&gt;is a function of&lt;/em&gt;. We are saying that &lt;span class=&#34;math inline&#34;&gt;\(Y\)&lt;/span&gt; is a function of &lt;span class=&#34;math inline&#34;&gt;\(X1\)&lt;/span&gt;, &lt;span class=&#34;math inline&#34;&gt;\(X2\)&lt;/span&gt;, etc., and the data for our analysis comes from &lt;code&gt;mydataframe&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Back to our penguins, we want to see whether body mass is a function of flipper length. We create an object called &lt;code&gt;model1&lt;/code&gt; that holds the results of this linear regression model.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;model1 &amp;lt;- lm(body_mass_g ~ flipper_length_mm, data = penguins)&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;look-at-model-output&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Look at model output&lt;/h2&gt;
&lt;p&gt;We will be using the &lt;code&gt;broom&lt;/code&gt; package to make modelling easier to work with. There are 3 main functions in broom:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;tidy()&lt;/code&gt; - This is where you get most of the output you want, including coefficients and p-values&lt;/li&gt;
&lt;li&gt;&lt;code&gt;glance()&lt;/code&gt; - additional measures on your model, including R-squared, log likelihood, and AIC/BIC&lt;/li&gt;
&lt;li&gt;&lt;code&gt;augment()&lt;/code&gt; - make predictions with your model using new data&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For now, we will use &lt;code&gt;broom::tidy()&lt;/code&gt; and &lt;code&gt;broom::glance()&lt;/code&gt; to get model results.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;model1 %&amp;gt;% broom::tidy()&lt;/code&gt;&lt;/pre&gt;
&lt;table class=&#34;huxtable&#34; style=&#34;border-collapse: collapse; border: 0px; margin-bottom: 2em; margin-top: 2em; ; margin-left: auto; margin-right: auto;  &#34; id=&#34;tab:model1_output&#34;&gt;
&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;term&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;estimate&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;std.error&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;statistic&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;p.value&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;(Intercept)&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;-5.78e+03&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;306&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;-18.9&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;5.59e-55&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;flipper_length_mm&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;49.7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;1.52&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;32.7&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;4.37e-107&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;model1 %&amp;gt;% broom::glance()&lt;/code&gt;&lt;/pre&gt;
&lt;table class=&#34;huxtable&#34; style=&#34;border-collapse: collapse; border: 0px; margin-bottom: 2em; margin-top: 2em; ; margin-left: auto; margin-right: auto;  &#34; id=&#34;tab:model1_output&#34;&gt;
&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;r.squared&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;adj.r.squared&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;sigma&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;statistic&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;p.value&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;df&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;logLik&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;AIC&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;BIC&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;deviance&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;df.residual&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;nobs&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;0.759&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;0.758&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;394&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;1.07e+03&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;4.37e-107&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;1&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;-2.53e+03&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;5.06e+03&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;5.07e+03&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;5.29e+07&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;340&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;342&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;/div&gt;
&lt;div id=&#34;write-down-the-equation-for-model1&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Write down the equation for model1&lt;/h2&gt;
&lt;p&gt;&lt;span class=&#34;math display&#34;&gt;\[
\text{body_mass_g} = \alpha + \beta_{1}(\text{flipper_length_mm}) + \epsilon
\]&lt;/span&gt;
&lt;span class=&#34;math display&#34;&gt;\[
\text{body_mass_g} = -5780.83 + 49.69(\text{flipper_length_mm}) + \epsilon
\]&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;plot-scatterplot-and-residuals&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Plot scatterplot and residuals&lt;/h2&gt;
&lt;/div&gt;
&lt;div id=&#34;add-more-explanatory-variables&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Add more explanatory variables&lt;/h2&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;model2 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + species , data = penguins)

model3 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + species + sex , data = penguins)

model4 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + species + sex + bill_length_mm, data = penguins)

model5 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + species + sex + bill_length_mm + bill_depth_mm , data = penguins)

# Fit a model with all explanatory variables (~ .)
model6 &amp;lt;- lm(body_mass_g ~ . , data = penguins)&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;check-collinearity&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Check collinearity&lt;/h2&gt;
&lt;p&gt;With so many explanatory variables, we need to worry about colinearity, i.e., whether the explanatory variables (all of the &lt;span class=&#34;math inline&#34;&gt;\(X\)&lt;/span&gt;’s) are highly correlated among themselves.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#model2 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + species , data = penguins)
car::vif(model2)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;##                   GVIF Df GVIF^(1/(2*Df))
## flipper_length_mm 4.51  1            2.12
## species           4.51  2            1.46&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# model3 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + species + sex , data = penguins)
car::vif(model3)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;##                   GVIF Df GVIF^(1/(2*Df))
## flipper_length_mm 6.05  1            2.46
## species           5.65  2            1.54
## sex               1.36  1            1.17&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# model4 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + species + sex + bill_length_mm, data = penguins)
car::vif(model4)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;##                    GVIF Df GVIF^(1/(2*Df))
## flipper_length_mm  6.44  1            2.54
## species           18.16  2            2.06
## sex                1.81  1            1.35
## bill_length_mm     5.95  1            2.44&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# model5 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + species + sex + bill_length_mm + bill_depth_mm , data = penguins)
car::vif(model5)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;##                    GVIF Df GVIF^(1/(2*Df))
## flipper_length_mm  6.69  1            2.59
## species           41.07  2            2.53
## sex                2.31  1            1.52
## bill_length_mm     6.07  1            2.46
## bill_depth_mm      6.08  1            2.47&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# model6 &amp;lt;- lm(body_mass_g ~ . , data = penguins)
car::vif(model6)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;##                    GVIF Df GVIF^(1/(2*Df))
## species           71.20  2            2.90
## island             3.76  2            1.39
## bill_length_mm     6.12  1            2.47
## bill_depth_mm      6.27  1            2.50
## flipper_length_mm  7.78  1            2.79
## sex                2.34  1            1.53
## year               1.17  1            1.08&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;model7 &amp;lt;- lm(body_mass_g ~ flipper_length_mm +  sex + bill_depth_mm , data = penguins)
car::vif(model7)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## flipper_length_mm               sex     bill_depth_mm 
##              2.44              1.89              2.65&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;summary-model-comparison-table-using-huxtablehuxreg&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Summary model comparison table using &lt;code&gt;huxtable::huxreg()&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;Which of the six models we have fit seems to be the best one? Let us compare them on one table.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;huxreg(model1, model2, model3, model4, model5, model6, model7,
                 statistics = c(&amp;#39;#observations&amp;#39; = &amp;#39;nobs&amp;#39;, 
                                &amp;#39;R squared&amp;#39; = &amp;#39;r.squared&amp;#39;, 
                                &amp;#39;Adj. R Squared&amp;#39; = &amp;#39;adj.r.squared&amp;#39;, 
                                &amp;#39;Residual SE&amp;#39; = &amp;#39;sigma&amp;#39;), 
                 bold_signif = 0.05
) %&amp;gt;% 
  set_caption(&amp;#39;Comparison of models&amp;#39;)&lt;/code&gt;&lt;/pre&gt;
&lt;table class=&#34;huxtable&#34; style=&#34;border-collapse: collapse; border: 0px; margin-bottom: 2em; margin-top: 2em; ; margin-left: auto; margin-right: auto;  &#34; id=&#34;tab:compare_models&#34;&gt;
&lt;caption style=&#34;caption-side: top; text-align: center;&#34;&gt;Comparison of models&lt;/caption&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(1)&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(2)&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(3)&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(4)&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(5)&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(6)&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(7)&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(Intercept)&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-5780.831 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-4031.477 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-365.817&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-759.064&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-1460.995 *&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;84087.945 *&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-2246.829 ***&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(305.815)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(584.151)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(532.050)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(541.377)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(571.308)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(41912.019)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(625.286)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;flipper_length_mm&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;49.686 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;40.705 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;20.025 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;17.847 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;15.950 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;18.504 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;38.190 ***&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(1.518)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(3.071)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(2.846)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(2.902)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(2.910)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(3.128)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(2.084)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;speciesChinstrap&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-206.510 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-87.634&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-291.711 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-251.477 **&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-282.539 **&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(57.731)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(46.347)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(81.502)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(81.079)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(88.790)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;speciesGentoo&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;266.810 **&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;836.260 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;707.028 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;1014.627 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;890.958 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(95.264)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(85.185)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(94.359)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(129.561)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(144.563)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;sexmale&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;530.381 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;465.395 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;389.892 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;378.977 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;538.080 ***&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(37.810)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(43.081)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(47.848)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(48.074)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(51.310)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;bill_length_mm&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;21.633 **&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;18.204 *&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;18.964 **&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(7.148)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(7.106)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(7.112)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;bill_depth_mm&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;67.218 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;60.798 **&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-86.947 ***&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(19.742)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(20.002)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(15.456)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;islandDream&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-21.180&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(58.390)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;islandTorgersen&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-58.777&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(60.852)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;year&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-42.785 *&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(20.949)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;#observations&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;342&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;342&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;333&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;333&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;333&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;333&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;333&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;R squared&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.759&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.783&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.867&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.871&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.875&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.877&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.823&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;Adj. R Squared&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.758&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.781&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.865&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.869&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.873&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.873&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.821&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;Residual SE&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;394.278&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;375.535&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;295.565&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;291.955&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;287.338&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;286.524&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;340.427&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th colspan=&#34;8&#34; style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt; *** p &amp;lt; 0.001;  ** p &amp;lt; 0.01;  * p &amp;lt; 0.05.&lt;/th&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;The best model seems to be model 7, so we will use &lt;code&gt;broom::tidy()&lt;/code&gt; and &lt;code&gt;broom::glance()&lt;/code&gt; to get model results.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;model7 %&amp;gt;% broom::tidy()&lt;/code&gt;&lt;/pre&gt;
&lt;table class=&#34;huxtable&#34; style=&#34;border-collapse: collapse; border: 0px; margin-bottom: 2em; margin-top: 2em; ; margin-left: auto; margin-right: auto;  &#34; id=&#34;tab:model7_output&#34;&gt;
&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;term&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;estimate&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;std.error&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;statistic&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;p.value&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;(Intercept)&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;-2.25e+03&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;625&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;-3.59&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;0.000376&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;flipper_length_mm&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;38.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;2.08&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;18.3&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0.4pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;3.47e-52&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;sexmale&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;538&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;51.3&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;10.5&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0.4pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;2.17e-22&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;bill_depth_mm&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-86.9&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;15.5&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-5.63&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;3.96e-08&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;model7 %&amp;gt;% broom::glance()&lt;/code&gt;&lt;/pre&gt;
&lt;table class=&#34;huxtable&#34; style=&#34;border-collapse: collapse; border: 0px; margin-bottom: 2em; margin-top: 2em; ; margin-left: auto; margin-right: auto;  &#34; id=&#34;tab:model7_output&#34;&gt;
&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;r.squared&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;adj.r.squared&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;sigma&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;statistic&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;p.value&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;df&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;logLik&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;AIC&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;BIC&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;deviance&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;df.residual&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;nobs&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;0.823&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;0.821&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;340&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;509&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;2.9e-123&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;3&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;-2.41e+03&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;4.83e+03&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;4.85e+03&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;3.81e+07&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;329&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;333&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;Let us write down its equation&lt;/p&gt;
&lt;p&gt;&lt;span class=&#34;math display&#34;&gt;\[
\begin{aligned}
\text{body_mass_g} &amp;amp;= \alpha + \beta_{1}(\text{flipper_length_mm}) + \beta_{2}(\text{sex}_{\text{male}})\ + \beta_{3}(\text{bill_depth_mm}) + \epsilon
\end{aligned}
\]&lt;/span&gt;&lt;span class=&#34;math display&#34;&gt;\[
\begin{aligned}
\text{body_mass_g} &amp;amp;= -2246.83 + 38.19(\text{flipper_length_mm}) + 538.08(\text{sex}_{\text{male}})\ - 86.95(\text{bill_depth_mm}) + \epsilon
\end{aligned}
\]&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;fitting-multiple-regression-models-in-one-go&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Fitting multiple regression models in one go&lt;/h2&gt;
&lt;p&gt;Let us recall the relationship between body mass and bill depth and have a look at the scatteplot.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/modelling_fit_lm_files/figure-html/unnamed-chunk-2-1.png&#34; width=&#34;648&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;We could run three separate regression, but we can estimate three regression models with a few lines of code.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;penguins %&amp;gt;%
  na.omit() %&amp;gt;% 
  group_by(species) %&amp;gt;%
  summarise(
    broom::tidy(lm( body_mass_g ~ bill_depth_mm))
  )&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 6
## # Groups:   species [3]
##   species   term          estimate std.error statistic  p.value
##   &amp;lt;fct&amp;gt;     &amp;lt;chr&amp;gt;            &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;    &amp;lt;dbl&amp;gt;
## 1 Adelie    (Intercept)     -297.      469.    -0.634  5.27e- 1
## 2 Adelie    bill_depth_mm    218.       25.5    8.55   1.67e-14
## 3 Chinstrap (Intercept)      -36.2     613.    -0.0591 9.53e- 1
## 4 Chinstrap bill_depth_mm    205.       33.2    6.16   4.79e- 8
## 5 Gentoo    (Intercept)     -422.      488.    -0.864  3.89e- 1
## 6 Gentoo    bill_depth_mm    368.       32.5   11.3    1.64e-20&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;What we see is BLAH…&lt;/p&gt;
&lt;p&gt;What if we add &lt;code&gt;sex&lt;/code&gt;? First, let us facet_wrap() our scatter plot to see what it looks like&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/modelling_fit_lm_files/figure-html/unnamed-chunk-3-1.png&#34; width=&#34;648&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;penguins %&amp;gt;%
  na.omit() %&amp;gt;% 
  group_by(species) %&amp;gt;%
  summarise(
    broom::tidy(lm( body_mass_g ~ bill_depth_mm + sex))
  )&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 9 x 6
## # Groups:   species [3]
##   species   term          estimate std.error statistic  p.value
##   &amp;lt;fct&amp;gt;     &amp;lt;chr&amp;gt;            &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;    &amp;lt;dbl&amp;gt;
## 1 Adelie    (Intercept)     1931.      452.      4.28  3.47e- 5
## 2 Adelie    bill_depth_mm     81.6      25.6     3.19  1.74e- 3
## 3 Adelie    sexmale          556.       62.1     8.96  1.63e-15
## 4 Chinstrap (Intercept)      830.      861.      0.964 3.39e- 1
## 5 Chinstrap bill_depth_mm    153.       48.9     3.14  2.55e- 3
## 6 Chinstrap sexmale          156.      110.      1.42  1.60e- 1
## 7 Gentoo    (Intercept)     2741.      579.      4.73  6.37e- 6
## 8 Gentoo    bill_depth_mm    136.       40.6     3.35  1.08e- 3
## 9 Gentoo    sexmale          604.       79.8     7.57  9.94e-12&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;simpsons-paradox&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Simpson’s paradox&lt;/h2&gt;
&lt;p&gt;Recall from our EDA, we saw no relationship between bill length and depth.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;bill_no_species&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/modelling_fit_lm_files/figure-html/unnamed-chunk-5-1.png&#34; width=&#34;648&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;If we fit a simple regression model, we get the following&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;simpsons_model &amp;lt;- lm( bill_depth_mm ~ bill_length_mm, 
                      data = penguins %&amp;gt;% na.omit())

simpsons_model %&amp;gt;% broom::tidy()&lt;/code&gt;&lt;/pre&gt;
&lt;table class=&#34;huxtable&#34; style=&#34;border-collapse: collapse; border: 0px; margin-bottom: 2em; margin-top: 2em; ; margin-left: auto; margin-right: auto;  &#34; id=&#34;tab:unnamed-chunk-6&#34;&gt;
&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;term&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;estimate&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;std.error&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;statistic&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;p.value&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;(Intercept)&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;20.8&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;0.854&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;24.3&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;1.03e-75&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;bill_length_mm&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-0.0823&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.0193&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-4.27&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;2.53e-05&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;simpsons_model %&amp;gt;% broom::glance()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;table class=&#34;huxtable&#34; style=&#34;border-collapse: collapse; border: 0px; margin-bottom: 2em; margin-top: 2em; ; margin-left: auto; margin-right: auto;  &#34; id=&#34;tab:unnamed-chunk-6&#34;&gt;
&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;r.squared&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;adj.r.squared&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;sigma&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;statistic&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;p.value&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;df&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;logLik&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;AIC&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;BIC&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;deviance&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;df.residual&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;nobs&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;0.0523&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;0.0494&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;1.92&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;18.3&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;2.53e-05&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;1&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;-689&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;1.38e+03&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;1.39e+03&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;1.22e+03&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;331&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;333&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

The slope is significant, but the model r.squared (R2) explains only 5% of the overall variability.&lt;/p&gt;
&lt;p&gt;However, when we plotted the same scatterplot colouring points by species, we got a completely different story.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;bill_len_dep&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/modelling_fit_lm_files/figure-html/unnamed-chunk-7-1.png&#34; width=&#34;648&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;We can again fit three individual models in one go&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;penguins %&amp;gt;%
  na.omit() %&amp;gt;% 
  group_by(species) %&amp;gt;%
  summarise(
    broom::tidy(lm( bill_depth_mm ~ bill_length_mm )),
    broom::glance(lm( bill_depth_mm ~ bill_length_mm ))
  )&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 16
## # Groups:   species [3]
##   species term  estimate std.error statistic  p.value r.squared adj.r.squared
##   &amp;lt;fct&amp;gt;   &amp;lt;chr&amp;gt;    &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;    &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;         &amp;lt;dbl&amp;gt;
## 1 Adelie  (Int~   11.5      1.37        25.2 1.51e- 6     0.149         0.143
## 2 Adelie  bill~    0.177    0.0352      25.2 1.51e- 6     0.149         0.143
## 3 Chinst~ (Int~    7.57     1.55        49.2 1.53e- 9     0.427         0.418
## 4 Chinst~ bill~    0.222    0.0317      49.2 1.53e- 9     0.427         0.418
## 5 Gentoo  (Int~    5.12     1.06        87.5 7.34e-16     0.428         0.423
## 6 Gentoo  bill~    0.208    0.0222      87.5 7.34e-16     0.428         0.423
## # ... with 8 more variables: sigma &amp;lt;dbl&amp;gt;, df &amp;lt;dbl&amp;gt;, logLik &amp;lt;dbl&amp;gt;, AIC &amp;lt;dbl&amp;gt;,
## #   BIC &amp;lt;dbl&amp;gt;, deviance &amp;lt;dbl&amp;gt;, df.residual &amp;lt;int&amp;gt;, nobs &amp;lt;int&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Alternatively, we can run a multiple regression model and the adjusted R2 = 76.5%&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;simpsons_model2 &amp;lt;- lm( bill_depth_mm ~ bill_length_mm + species, 
                      data = penguins %&amp;gt;% na.omit())

simpsons_model2 %&amp;gt;% broom::tidy()&lt;/code&gt;&lt;/pre&gt;
&lt;table class=&#34;huxtable&#34; style=&#34;border-collapse: collapse; border: 0px; margin-bottom: 2em; margin-top: 2em; ; margin-left: auto; margin-right: auto;  &#34; id=&#34;tab:unnamed-chunk-8&#34;&gt;
&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;term&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;estimate&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;std.error&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;statistic&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;p.value&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;(Intercept)&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;10.6&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;0.691&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;15.3&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;2.98e-40&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;bill_length_mm&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.2&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.0177&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;11.3&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0.4pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;2.26e-25&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;speciesChinstrap&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;-1.93&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;0.226&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;-8.56&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0.4pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;4.26e-16&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;speciesGentoo&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-5.1&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.194&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-26.3&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;1.04e-82&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;simpsons_model2 %&amp;gt;% broom::glance()&lt;/code&gt;&lt;/pre&gt;
&lt;table class=&#34;huxtable&#34; style=&#34;border-collapse: collapse; border: 0px; margin-bottom: 2em; margin-top: 2em; ; margin-left: auto; margin-right: auto;  &#34; id=&#34;tab:unnamed-chunk-8&#34;&gt;
&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;r.squared&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;adj.r.squared&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;sigma&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;statistic&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;p.value&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;df&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;logLik&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;AIC&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;BIC&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;deviance&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;df.residual&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;nobs&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;0.767&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;0.765&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;0.954&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;362&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;8.88e-104&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;3&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;-455&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;920&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;939&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;300&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;329&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;333&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Linear Model Fitting</title>
      <link>https://usi-emba-analytics.netlify.app/model/modelling_fit_lm/</link>
      <pubDate>Tue, 28 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/model/modelling_fit_lm/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#fit-a-model-using-lmy-x1-x2-...-data-dataframe&#34;&gt;Fit a model using &lt;code&gt;lm(Y ~ X1 + X2 +..., data = dataframe)&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#look-at-model-output&#34;&gt;Look at model output&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#write-down-the-equation-for-model1&#34;&gt;Write down the equation for model1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#plot-scatterplot-and-residuals&#34;&gt;Plot scatterplot and residuals&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#add-more-explanatory-variables&#34;&gt;Add more explanatory variables&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#check-collinearity&#34;&gt;Check collinearity&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#summary-model-comparison-table-using-huxtablehuxreg&#34;&gt;Summary model comparison table using &lt;code&gt;huxtable::huxreg()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#fitting-multiple-regression-models-in-one-go&#34;&gt;Fitting multiple regression models in one go&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#simpsons-paradox&#34;&gt;Simpson’s paradox&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;p&gt;We will be using the Palmer penguins data to understand body mass.&lt;/p&gt;
&lt;div id=&#34;fit-a-model-using-lmy-x1-x2-...-data-dataframe&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Fit a model using &lt;code&gt;lm(Y ~ X1 + X2 +..., data = dataframe)&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;The function to fit a linear regression model in R is &lt;code&gt;lm(Y ~ X1 + X2 +..., data = mydataframe)&lt;/code&gt;. &lt;code&gt;lm&lt;/code&gt;, as many other functions in R, uses the formula interface The tilde (~) can be translated as &lt;em&gt;is a function of&lt;/em&gt;. We are saying that &lt;span class=&#34;math inline&#34;&gt;\(Y\)&lt;/span&gt; is a function of &lt;span class=&#34;math inline&#34;&gt;\(X1\)&lt;/span&gt;, &lt;span class=&#34;math inline&#34;&gt;\(X2\)&lt;/span&gt;, etc., and the data for our analysis comes from &lt;code&gt;mydataframe&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Back to our penguins, we want to see whether body mass is a function of flipper length. We create an object called &lt;code&gt;model1&lt;/code&gt; that holds the results of this linear regression model.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;model1 &amp;lt;- lm(body_mass_g ~ flipper_length_mm, data = penguins)&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;look-at-model-output&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Look at model output&lt;/h2&gt;
&lt;p&gt;We will be using the &lt;code&gt;broom&lt;/code&gt; package to make modelling easier to work with. There are 3 main functions in broom:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;tidy()&lt;/code&gt; - This is where you get most of the output you want, including coefficients and p-values&lt;/li&gt;
&lt;li&gt;&lt;code&gt;glance()&lt;/code&gt; - additional measures on your model, including R-squared, log likelihood, and AIC/BIC&lt;/li&gt;
&lt;li&gt;&lt;code&gt;augment()&lt;/code&gt; - make predictions with your model using new data&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For now, we will use &lt;code&gt;broom::tidy()&lt;/code&gt; and &lt;code&gt;broom::glance()&lt;/code&gt; to get model results.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;model1 %&amp;gt;% broom::tidy()&lt;/code&gt;&lt;/pre&gt;
&lt;table class=&#34;huxtable&#34; style=&#34;border-collapse: collapse; border: 0px; margin-bottom: 2em; margin-top: 2em; ; margin-left: auto; margin-right: auto;  &#34; id=&#34;tab:model1_output&#34;&gt;
&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;term&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;estimate&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;std.error&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;statistic&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;p.value&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;(Intercept)&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;-5.78e+03&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;306&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;-18.9&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;5.59e-55&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;flipper_length_mm&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;49.7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;1.52&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;32.7&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;4.37e-107&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;model1 %&amp;gt;% broom::glance()&lt;/code&gt;&lt;/pre&gt;
&lt;table class=&#34;huxtable&#34; style=&#34;border-collapse: collapse; border: 0px; margin-bottom: 2em; margin-top: 2em; ; margin-left: auto; margin-right: auto;  &#34; id=&#34;tab:model1_output&#34;&gt;
&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;r.squared&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;adj.r.squared&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;sigma&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;statistic&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;p.value&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;df&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;logLik&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;AIC&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;BIC&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;deviance&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;df.residual&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;nobs&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;0.759&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;0.758&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;394&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;1.07e+03&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;4.37e-107&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;1&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;-2.53e+03&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;5.06e+03&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;5.07e+03&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;5.29e+07&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;340&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;342&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;/div&gt;
&lt;div id=&#34;write-down-the-equation-for-model1&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Write down the equation for model1&lt;/h2&gt;
&lt;p&gt;&lt;span class=&#34;math display&#34;&gt;\[
\text{body_mass_g} = \alpha + \beta_{1}(\text{flipper_length_mm}) + \epsilon
\]&lt;/span&gt;
&lt;span class=&#34;math display&#34;&gt;\[
\text{body_mass_g} = -5780.83 + 49.69(\text{flipper_length_mm}) + \epsilon
\]&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;plot-scatterplot-and-residuals&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Plot scatterplot and residuals&lt;/h2&gt;
&lt;/div&gt;
&lt;div id=&#34;add-more-explanatory-variables&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Add more explanatory variables&lt;/h2&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;model2 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + species , data = penguins)

model3 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + species + sex , data = penguins)

model4 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + species + sex + bill_length_mm, data = penguins)

model5 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + species + sex + bill_length_mm + bill_depth_mm , data = penguins)

# Fit a model with all explanatory variables (~ .)
model6 &amp;lt;- lm(body_mass_g ~ . , data = penguins)&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;check-collinearity&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Check collinearity&lt;/h2&gt;
&lt;p&gt;With so many explanatory variables, we need to worry about colinearity, i.e., whether the explanatory variables (all of the &lt;span class=&#34;math inline&#34;&gt;\(X\)&lt;/span&gt;’s) are highly correlated among themselves.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#model2 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + species , data = penguins)
car::vif(model2)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;##                   GVIF Df GVIF^(1/(2*Df))
## flipper_length_mm 4.51  1            2.12
## species           4.51  2            1.46&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# model3 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + species + sex , data = penguins)
car::vif(model3)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;##                   GVIF Df GVIF^(1/(2*Df))
## flipper_length_mm 6.05  1            2.46
## species           5.65  2            1.54
## sex               1.36  1            1.17&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# model4 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + species + sex + bill_length_mm, data = penguins)
car::vif(model4)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;##                    GVIF Df GVIF^(1/(2*Df))
## flipper_length_mm  6.44  1            2.54
## species           18.16  2            2.06
## sex                1.81  1            1.35
## bill_length_mm     5.95  1            2.44&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# model5 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + species + sex + bill_length_mm + bill_depth_mm , data = penguins)
car::vif(model5)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;##                    GVIF Df GVIF^(1/(2*Df))
## flipper_length_mm  6.69  1            2.59
## species           41.07  2            2.53
## sex                2.31  1            1.52
## bill_length_mm     6.07  1            2.46
## bill_depth_mm      6.08  1            2.47&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# model6 &amp;lt;- lm(body_mass_g ~ . , data = penguins)
car::vif(model6)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;##                    GVIF Df GVIF^(1/(2*Df))
## species           71.20  2            2.90
## island             3.76  2            1.39
## bill_length_mm     6.12  1            2.47
## bill_depth_mm      6.27  1            2.50
## flipper_length_mm  7.78  1            2.79
## sex                2.34  1            1.53
## year               1.17  1            1.08&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;model7 &amp;lt;- lm(body_mass_g ~ flipper_length_mm +  sex + bill_depth_mm , data = penguins)
car::vif(model7)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## flipper_length_mm               sex     bill_depth_mm 
##              2.44              1.89              2.65&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;summary-model-comparison-table-using-huxtablehuxreg&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Summary model comparison table using &lt;code&gt;huxtable::huxreg()&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;Which of the six models we have fit seems to be the best one? Let us compare them on one table.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;huxreg(model1, model2, model3, model4, model5, model6, model7,
                 statistics = c(&amp;#39;#observations&amp;#39; = &amp;#39;nobs&amp;#39;, 
                                &amp;#39;R squared&amp;#39; = &amp;#39;r.squared&amp;#39;, 
                                &amp;#39;Adj. R Squared&amp;#39; = &amp;#39;adj.r.squared&amp;#39;, 
                                &amp;#39;Residual SE&amp;#39; = &amp;#39;sigma&amp;#39;), 
                 bold_signif = 0.05
) %&amp;gt;% 
  set_caption(&amp;#39;Comparison of models&amp;#39;)&lt;/code&gt;&lt;/pre&gt;
&lt;table class=&#34;huxtable&#34; style=&#34;border-collapse: collapse; border: 0px; margin-bottom: 2em; margin-top: 2em; ; margin-left: auto; margin-right: auto;  &#34; id=&#34;tab:compare_models&#34;&gt;
&lt;caption style=&#34;caption-side: top; text-align: center;&#34;&gt;Comparison of models&lt;/caption&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(1)&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(2)&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(3)&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(4)&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(5)&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(6)&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(7)&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(Intercept)&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-5780.831 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-4031.477 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-365.817&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-759.064&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-1460.995 *&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;84087.945 *&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-2246.829 ***&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(305.815)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(584.151)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(532.050)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(541.377)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(571.308)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(41912.019)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(625.286)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;flipper_length_mm&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;49.686 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;40.705 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;20.025 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;17.847 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;15.950 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;18.504 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;38.190 ***&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(1.518)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(3.071)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(2.846)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(2.902)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(2.910)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(3.128)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(2.084)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;speciesChinstrap&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-206.510 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-87.634&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-291.711 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-251.477 **&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-282.539 **&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(57.731)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(46.347)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(81.502)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(81.079)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(88.790)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;speciesGentoo&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;266.810 **&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;836.260 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;707.028 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;1014.627 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;890.958 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(95.264)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(85.185)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(94.359)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(129.561)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(144.563)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;sexmale&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;530.381 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;465.395 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;389.892 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;378.977 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;538.080 ***&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(37.810)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(43.081)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(47.848)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(48.074)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(51.310)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;bill_length_mm&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;21.633 **&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;18.204 *&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;18.964 **&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(7.148)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(7.106)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(7.112)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;bill_depth_mm&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;67.218 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;60.798 **&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-86.947 ***&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(19.742)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(20.002)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(15.456)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;islandDream&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-21.180&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(58.390)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;islandTorgersen&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-58.777&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(60.852)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;year&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-42.785 *&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(20.949)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;#observations&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;342&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;342&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;333&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;333&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;333&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;333&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;333&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;R squared&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.759&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.783&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.867&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.871&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.875&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.877&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.823&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;Adj. R Squared&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.758&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.781&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.865&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.869&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.873&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.873&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.821&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;Residual SE&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;394.278&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;375.535&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;295.565&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;291.955&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;287.338&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;286.524&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;340.427&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th colspan=&#34;8&#34; style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt; *** p &amp;lt; 0.001;  ** p &amp;lt; 0.01;  * p &amp;lt; 0.05.&lt;/th&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;The best model seems to be model 7, so we will use &lt;code&gt;broom::tidy()&lt;/code&gt; and &lt;code&gt;broom::glance()&lt;/code&gt; to get model results.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;model7 %&amp;gt;% broom::tidy()&lt;/code&gt;&lt;/pre&gt;
&lt;table class=&#34;huxtable&#34; style=&#34;border-collapse: collapse; border: 0px; margin-bottom: 2em; margin-top: 2em; ; margin-left: auto; margin-right: auto;  &#34; id=&#34;tab:model7_output&#34;&gt;
&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;term&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;estimate&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;std.error&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;statistic&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;p.value&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;(Intercept)&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;-2.25e+03&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;625&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;-3.59&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;0.000376&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;flipper_length_mm&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;38.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;2.08&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;18.3&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0.4pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;3.47e-52&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;sexmale&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;538&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;51.3&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;10.5&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0.4pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;2.17e-22&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;bill_depth_mm&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-86.9&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;15.5&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-5.63&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;3.96e-08&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;model7 %&amp;gt;% broom::glance()&lt;/code&gt;&lt;/pre&gt;
&lt;table class=&#34;huxtable&#34; style=&#34;border-collapse: collapse; border: 0px; margin-bottom: 2em; margin-top: 2em; ; margin-left: auto; margin-right: auto;  &#34; id=&#34;tab:model7_output&#34;&gt;
&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;r.squared&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;adj.r.squared&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;sigma&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;statistic&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;p.value&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;df&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;logLik&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;AIC&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;BIC&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;deviance&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;df.residual&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;nobs&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;0.823&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;0.821&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;340&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;509&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;2.9e-123&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;3&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;-2.41e+03&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;4.83e+03&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;4.85e+03&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;3.81e+07&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;329&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;333&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;Let us write down its equation&lt;/p&gt;
&lt;p&gt;&lt;span class=&#34;math display&#34;&gt;\[
\begin{aligned}
\text{body_mass_g} &amp;amp;= \alpha + \beta_{1}(\text{flipper_length_mm}) + \beta_{2}(\text{sex}_{\text{male}})\ + \beta_{3}(\text{bill_depth_mm}) + \epsilon
\end{aligned}
\]&lt;/span&gt;&lt;span class=&#34;math display&#34;&gt;\[
\begin{aligned}
\text{body_mass_g} &amp;amp;= -2246.83 + 38.19(\text{flipper_length_mm}) + 538.08(\text{sex}_{\text{male}})\ - 86.95(\text{bill_depth_mm}) + \epsilon
\end{aligned}
\]&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;fitting-multiple-regression-models-in-one-go&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Fitting multiple regression models in one go&lt;/h2&gt;
&lt;p&gt;Let us recall the relationship between body mass and bill depth and have a look at the scatteplot.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/model/modelling_fit_lm_files/figure-html/unnamed-chunk-2-1.png&#34; width=&#34;648&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;We could run three separate regression, but we can estimate three regression models with a few lines of code.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;penguins %&amp;gt;%
  na.omit() %&amp;gt;% 
  group_by(species) %&amp;gt;%
  summarise(
    broom::tidy(lm( body_mass_g ~ bill_depth_mm))
  )&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 6
## # Groups:   species [3]
##   species   term          estimate std.error statistic  p.value
##   &amp;lt;fct&amp;gt;     &amp;lt;chr&amp;gt;            &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;    &amp;lt;dbl&amp;gt;
## 1 Adelie    (Intercept)     -297.      469.    -0.634  5.27e- 1
## 2 Adelie    bill_depth_mm    218.       25.5    8.55   1.67e-14
## 3 Chinstrap (Intercept)      -36.2     613.    -0.0591 9.53e- 1
## 4 Chinstrap bill_depth_mm    205.       33.2    6.16   4.79e- 8
## 5 Gentoo    (Intercept)     -422.      488.    -0.864  3.89e- 1
## 6 Gentoo    bill_depth_mm    368.       32.5   11.3    1.64e-20&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;What we see is BLAH…&lt;/p&gt;
&lt;p&gt;What if we add &lt;code&gt;sex&lt;/code&gt;? First, let us facet_wrap() our scatter plot to see what it looks like&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/model/modelling_fit_lm_files/figure-html/unnamed-chunk-3-1.png&#34; width=&#34;648&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;penguins %&amp;gt;%
  na.omit() %&amp;gt;% 
  group_by(species) %&amp;gt;%
  summarise(
    broom::tidy(lm( body_mass_g ~ bill_depth_mm + sex))
  )&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 9 x 6
## # Groups:   species [3]
##   species   term          estimate std.error statistic  p.value
##   &amp;lt;fct&amp;gt;     &amp;lt;chr&amp;gt;            &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;    &amp;lt;dbl&amp;gt;
## 1 Adelie    (Intercept)     1931.      452.      4.28  3.47e- 5
## 2 Adelie    bill_depth_mm     81.6      25.6     3.19  1.74e- 3
## 3 Adelie    sexmale          556.       62.1     8.96  1.63e-15
## 4 Chinstrap (Intercept)      830.      861.      0.964 3.39e- 1
## 5 Chinstrap bill_depth_mm    153.       48.9     3.14  2.55e- 3
## 6 Chinstrap sexmale          156.      110.      1.42  1.60e- 1
## 7 Gentoo    (Intercept)     2741.      579.      4.73  6.37e- 6
## 8 Gentoo    bill_depth_mm    136.       40.6     3.35  1.08e- 3
## 9 Gentoo    sexmale          604.       79.8     7.57  9.94e-12&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;simpsons-paradox&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Simpson’s paradox&lt;/h2&gt;
&lt;p&gt;Recall from our EDA, we saw no relationship between bill length and depth.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;bill_no_species&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/model/modelling_fit_lm_files/figure-html/unnamed-chunk-5-1.png&#34; width=&#34;648&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;If we fit a simple regression model, we get the following&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;simpsons_model &amp;lt;- lm( bill_depth_mm ~ bill_length_mm, 
                      data = penguins %&amp;gt;% na.omit())

simpsons_model %&amp;gt;% broom::tidy()&lt;/code&gt;&lt;/pre&gt;
&lt;table class=&#34;huxtable&#34; style=&#34;border-collapse: collapse; border: 0px; margin-bottom: 2em; margin-top: 2em; ; margin-left: auto; margin-right: auto;  &#34; id=&#34;tab:unnamed-chunk-6&#34;&gt;
&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;term&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;estimate&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;std.error&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;statistic&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;p.value&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;(Intercept)&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;20.8&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;0.854&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;24.3&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;1.03e-75&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;bill_length_mm&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-0.0823&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.0193&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-4.27&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;2.53e-05&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;simpsons_model %&amp;gt;% broom::glance()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;table class=&#34;huxtable&#34; style=&#34;border-collapse: collapse; border: 0px; margin-bottom: 2em; margin-top: 2em; ; margin-left: auto; margin-right: auto;  &#34; id=&#34;tab:unnamed-chunk-6&#34;&gt;
&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;r.squared&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;adj.r.squared&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;sigma&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;statistic&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;p.value&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;df&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;logLik&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;AIC&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;BIC&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;deviance&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;df.residual&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;nobs&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;0.0523&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;0.0494&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;1.92&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;18.3&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;2.53e-05&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;1&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;-689&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;1.38e+03&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;1.39e+03&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;1.22e+03&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;331&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;333&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

The slope is significant, but the model r.squared (R2) explains only 5% of the overall variability.&lt;/p&gt;
&lt;p&gt;However, when we plotted the same scatterplot colouring points by species, we got a completely different story.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;bill_len_dep&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/model/modelling_fit_lm_files/figure-html/unnamed-chunk-7-1.png&#34; width=&#34;648&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;We can again fit three individual models in one go&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;penguins %&amp;gt;%
  na.omit() %&amp;gt;% 
  group_by(species) %&amp;gt;%
  summarise(
    broom::tidy(lm( bill_depth_mm ~ bill_length_mm )),
    broom::glance(lm( bill_depth_mm ~ bill_length_mm ))
  )&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 16
## # Groups:   species [3]
##   species term  estimate std.error statistic  p.value r.squared adj.r.squared
##   &amp;lt;fct&amp;gt;   &amp;lt;chr&amp;gt;    &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;    &amp;lt;dbl&amp;gt;     &amp;lt;dbl&amp;gt;         &amp;lt;dbl&amp;gt;
## 1 Adelie  (Int~   11.5      1.37        25.2 1.51e- 6     0.149         0.143
## 2 Adelie  bill~    0.177    0.0352      25.2 1.51e- 6     0.149         0.143
## 3 Chinst~ (Int~    7.57     1.55        49.2 1.53e- 9     0.427         0.418
## 4 Chinst~ bill~    0.222    0.0317      49.2 1.53e- 9     0.427         0.418
## 5 Gentoo  (Int~    5.12     1.06        87.5 7.34e-16     0.428         0.423
## 6 Gentoo  bill~    0.208    0.0222      87.5 7.34e-16     0.428         0.423
## # ... with 8 more variables: sigma &amp;lt;dbl&amp;gt;, df &amp;lt;dbl&amp;gt;, logLik &amp;lt;dbl&amp;gt;, AIC &amp;lt;dbl&amp;gt;,
## #   BIC &amp;lt;dbl&amp;gt;, deviance &amp;lt;dbl&amp;gt;, df.residual &amp;lt;int&amp;gt;, nobs &amp;lt;int&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Alternatively, we can run a multiple regression model and the adjusted R2 = 76.5%&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;simpsons_model2 &amp;lt;- lm( bill_depth_mm ~ bill_length_mm + species, 
                      data = penguins %&amp;gt;% na.omit())

simpsons_model2 %&amp;gt;% broom::tidy()&lt;/code&gt;&lt;/pre&gt;
&lt;table class=&#34;huxtable&#34; style=&#34;border-collapse: collapse; border: 0px; margin-bottom: 2em; margin-top: 2em; ; margin-left: auto; margin-right: auto;  &#34; id=&#34;tab:unnamed-chunk-8&#34;&gt;
&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;term&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;estimate&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;std.error&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;statistic&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;p.value&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;(Intercept)&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;10.6&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;0.691&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;15.3&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;2.98e-40&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;bill_length_mm&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.2&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.0177&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;11.3&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0.4pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;2.26e-25&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;speciesChinstrap&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;-1.93&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;0.226&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;-8.56&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0.4pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;4.26e-16&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;speciesGentoo&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-5.1&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.194&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-26.3&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;1.04e-82&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;simpsons_model2 %&amp;gt;% broom::glance()&lt;/code&gt;&lt;/pre&gt;
&lt;table class=&#34;huxtable&#34; style=&#34;border-collapse: collapse; border: 0px; margin-bottom: 2em; margin-top: 2em; ; margin-left: auto; margin-right: auto;  &#34; id=&#34;tab:unnamed-chunk-8&#34;&gt;
&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;r.squared&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;adj.r.squared&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;sigma&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;statistic&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;p.value&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;df&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;logLik&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;AIC&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;BIC&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;deviance&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;df.residual&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;nobs&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0.4pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;0.767&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;0.765&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;0.954&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;362&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;8.88e-104&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;3&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;-455&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;920&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;939&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;300&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;329&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0.4pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; background-color: rgb(242, 242, 242); font-weight: normal;&#34;&gt;333&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Data Visualisation</title>
      <link>https://usi-emba-analytics.netlify.app/start/02-start/</link>
      <pubDate>Tue, 21 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/start/02-start/</guid>
      <description>
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/kePrint/kePrint.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/htmlwidgets/htmlwidgets.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/plotly-binding/plotly.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/typedarray/typedarray.min.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/jquery/jquery.min.js&#34;&gt;&lt;/script&gt;
&lt;link href=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/crosstalk/css/crosstalk.css&#34; rel=&#34;stylesheet&#34; /&gt;
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/crosstalk/js/crosstalk.min.js&#34;&gt;&lt;/script&gt;
&lt;link href=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/plotly-htmlwidgets-css/plotly-htmlwidgets.css&#34; rel=&#34;stylesheet&#34; /&gt;
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/plotly-main/plotly-latest.min.js&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#overview&#34;&gt;Overview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#layers&#34;&gt;Layers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#facetting&#34;&gt;Facetting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#tweaking-graphics-for-publication-quality&#34;&gt;Tweaking graphics for publication quality&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#making-plots-interactive-using-plotly&#34;&gt;Making plots interactive using &lt;code&gt;plotly&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#animated-graphs&#34;&gt;Animated Graphs&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#gapminder-animations---transition_time&#34;&gt;Gapminder Animations - &lt;code&gt;transition_time()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#why-you-should-always-plot-your-data&#34;&gt;Why you should always plot your data&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#what-data-patterns-can-lie-behind-a-correlation-coefficient&#34;&gt;What data patterns can lie behind a correlation coefficient?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#rstudios-primers-for-ggplot2&#34;&gt;RStudio’s primers for &lt;strong&gt;ggplot2&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#further-resources&#34;&gt;Further resources&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;blockquote&gt;
&lt;p&gt;Learning Objectives &lt;br&gt;
1. Produce scatter plots, boxplots, and time series plots using ggplot. &lt;br&gt;
2. Set universal plot settings &lt;br&gt;
3. Describe what faceting is and apply faceting in ggplot. &lt;br&gt;
4. Modify the aesthetics of an existing ggplot plot (including axis labels and colour). &lt;br&gt;
5. Build complex and customized plots from data in a data frame.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div id=&#34;overview&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Overview&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;Above all else show the data. &lt;br&gt;
      –Edward Tufte, &lt;em&gt;The Visual Display of Quantitative Information&lt;/em&gt;, 2001&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;ggplot2&lt;/code&gt; has become the de facto standard for visualising data in R. The ggplot system moves away from a defined set of graphs (e.g., scatterplot, bar chart, etc) and instead breaks graphics down to their basic components and allows you to build plots layer by layer.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;“In brief… a statistical graphic is a mapping from &lt;strong&gt;data&lt;/strong&gt; to &lt;strong&gt;aesthetic attributes&lt;/strong&gt; (colour, shape, size) of &lt;strong&gt;geometric objects&lt;/strong&gt; (points, lines, bars). The plot may also contain statistical transformations of the data and is drawn on a specific coordinates system” &lt;br&gt;
      – Hadley Wickham (ggplot2 creator)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/ggplot.png&#34; width=&#34;80%&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;It may seem verbose and unwieldy, but the idea of building a plot on a layer-by-layer basis is very powerful.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;You begin a plot by defining the dataset we will use.&lt;/li&gt;
&lt;li&gt;Then, we specify aesthetics, namely (x,y) coordinates, colour, size, etc.&lt;/li&gt;
&lt;li&gt;Finally, we choose what &lt;code&gt;geom&lt;/code&gt; (or geometric shape) we want to use to represent our data.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We can then add more layers, like legends, labels, facets. etc.&lt;/p&gt;
&lt;p&gt;In the following examples, we will use the &lt;code&gt;gapminder&lt;/code&gt; dataset with data on life expectancy &lt;code&gt;lifeExp&lt;/code&gt;, population &lt;code&gt;pop&lt;/code&gt;, and GDP per capita &lt;code&gt;gdpPerCap&lt;/code&gt; for a number of countries between 1952 and 2007. We want to build a graph that shows the relationship between GDP per capita and life expectancy.&lt;/p&gt;
&lt;p&gt;As we said, first we define the dataset we are using&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;library(gapminder) #load the package gapminder that contains the data

ggplot(data=gapminder)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/gapminder1-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;We just get an empty canvas, as we haven’t done much with our dataset.&lt;/p&gt;
&lt;p&gt;The next thing is to map &lt;strong&gt;aesthetics&lt;/strong&gt;. In our case, we will map &lt;code&gt;gdpPercap&lt;/code&gt; to the x-axis, and &lt;code&gt;lifeExp&lt;/code&gt; to the y-axis.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(
  data = gapminder,
  mapping = aes(
    x = gdpPercap,
    y = lifeExp))&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/gapminder2-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;This is an improvement over the blank canvas we got earlier, as we have mapped the x- and y- axes and we see the likely ranges of both variables. However, to see the scatter plot we want, we must add a &lt;strong&gt;geometry&lt;/strong&gt;; as scatter plots are a bunch of points, the relevant geometry is &lt;code&gt;geom_point()&lt;/code&gt;.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(
  data = gapminder,
  mapping = aes(
    x = gdpPercap,
    y = lifeExp)) +
  geom_point()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/gapminder3-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;What if we wanted to colour the points by the continent each country is in? This is a change of the aesthetic properties, so we just add &lt;code&gt;colour = continent&lt;/code&gt;.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(
  data = gapminder,
  mapping = aes(
    x = gdpPercap,
    y = lifeExp, 
    colour = continent)) +
  geom_point()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/gapminder4-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;What if instead of a scatter plot we wanted to create a line plot? It would be the same code as before, but now the relevant geometry we should is &lt;code&gt;geom_line&lt;/code&gt; insrtead of &lt;code&gt;geom_point&lt;/code&gt;.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(
  data = gapminder,
  mapping = aes(
    x = gdpPercap,
    y = lifeExp, 
    colour = continent)) +
  geom_line()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/gapminder5-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;However, this is not a particularly useful plot, so let us go back to our scatter plot.&lt;/p&gt;
&lt;p&gt;What if we wanted to have the size of each point correspond to the population of the country? This is not a geometry, but an aesthetic property. If we add &lt;code&gt;size = pop&lt;/code&gt;, the points produced will be proportional to the country’s population, and we still have the aesthetic property &lt;code&gt;colour = continent&lt;/code&gt; that will colour its point with the continent the country is in.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(
  data = gapminder,
  mapping = aes(
    x = gdpPercap,
    y = lifeExp, 
    colour = continent,
    size = pop)) +
  geom_point()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/gapminder6-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;This is a more interesting graph, but given the non-linear pattern we see, we can perhaps improve it by taking the logarithm of the x-axis, GDP per capita. At the end of the commands, or layers, that make up our graph we add &lt;code&gt;scale_x_log10()&lt;/code&gt;. This will take the logarithm of the values in the x-axis and should produce a scatterplot with a linear pattern.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(
  data = gapminder,
  mapping = aes(
    x = gdpPercap,
    y = lifeExp, 
    colour = continent,
    size = pop)) +
  geom_point()+
  scale_x_log10()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/gapminder7-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;If we wanted to change the labels on the x-axis to dollars, we add &lt;code&gt;labels = scales::dollar&lt;/code&gt; to the function &lt;code&gt;scale_x_log10()&lt;/code&gt;.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(
  data = gapminder,
  mapping = aes(
    x = gdpPercap,
    y = lifeExp, 
    colour = continent,
    size = pop)) +
  geom_point()+
  scale_x_log10(labels = scales::dollar)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/gapminder8-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Any graph should be properly labelled, and we can add labels by adding another layer: &lt;code&gt;labs&lt;/code&gt; will add the relevant labels (title, subtitle, x- and y-axes, and a caption) as shown below.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(
  data = gapminder,
  mapping = aes(
    x = gdpPercap,
    y = lifeExp, 
    colour = continent,
    size = pop)) +
  geom_point() +
  scale_x_log10(labels = scales::dollar) +
  labs(title = &amp;quot;Life Expectancy vs GDP per capita&amp;quot;,
       subtitle = &amp;quot;1952-2007&amp;quot;, 
       x = &amp;quot;GDP per capita&amp;quot;, 
       y = &amp;quot;Life Expectancy&amp;quot;,
       caption = &amp;quot;Source: Gapminder&amp;quot;  
  )+
  NULL&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/gapminder9-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Style advice: While you can have the entire code for a ggplot in one single line, &lt;strong&gt;please don’t&lt;/strong&gt;! &lt;br&gt;
First, it makes it very hard to read and understand. &lt;br&gt;
Secondly, you build a ggplot in layers; by having each layer in a separate line, you can easily comment out a line (just add a hashtag &lt;code&gt;#&lt;/code&gt; at the beginning of the line) and see what is the effect of removing that layer. &lt;br&gt; What about the final &lt;code&gt;NULL&lt;/code&gt;? Well, it’s there to ensure that no matter how many lines you comment out, you have no orphan &lt;code&gt;+&lt;/code&gt;s and your code will run fine.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Finally, we can change the default theme which is a plot on a grey background; for this graph, we have chosen &lt;code&gt;theme_minimal()&lt;/code&gt;.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(
  data = gapminder,
  mapping = aes(
    x = gdpPercap,
    y = lifeExp, 
    colour = continent,
    size = pop)) +
  geom_point() +
  scale_x_log10(labels = scales::dollar) +
  labs(title = &amp;quot;Life Expectancy vs GDP per capita&amp;quot;,
       subtitle = &amp;quot;1952-2007&amp;quot;, 
       x = &amp;quot;GDP per capita&amp;quot;, 
       y = &amp;quot;Life Expectancy&amp;quot;,
       caption = &amp;quot;Source: Gapminder&amp;quot;  
      ) +
  theme_minimal()+
  NULL&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/gapminder10-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Your turn&lt;/strong&gt;:
&lt;br&gt;
Try exprimenting with different themes. &lt;br&gt;
1. Change &lt;code&gt;theme_minimal()&lt;/code&gt; to &lt;code&gt;theme_bw()&lt;/code&gt;. What’s the difference? &lt;br&gt;
2. Now use &lt;code&gt;theme_void()&lt;/code&gt; which is an even more minimal theme!
&lt;br&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;!---LEARNR EX 1--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;myIframev1&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/ggplot_theme1/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;p&gt;Let us revisit our simple scatter plot. Because we have too may data points, we can add &lt;code&gt;alpha = 0.4&lt;/code&gt; in &lt;code&gt;geom_point()&lt;/code&gt; to make some of the points more transparent; &lt;code&gt;alpha = 1&lt;/code&gt; means solid colour and opaque data points, whereas lower values of &lt;code&gt;alpha&lt;/code&gt; make some points more transparent.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(
  data = gapminder,
  mapping = aes(
    x = gdpPercap,
    y = lifeExp, 
    colour = continent,
    size = pop, 
    )) +
  geom_point(alpha = 0.4) +
  scale_x_log10(labels = scales::dollar) +
  labs(title = &amp;quot;Life Expectancy vs GDP per capita&amp;quot;,
       subtitle = &amp;quot;1952-2007&amp;quot;, 
       x = &amp;quot;GDP per capita&amp;quot;, 
       y = &amp;quot;Life Expectancy&amp;quot;,
       caption = &amp;quot;Source: Gapminder&amp;quot;  
      ) +
  theme_minimal()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/gapminder10-1-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;layers&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Layers&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;ggplot&lt;/code&gt; create graphics in layers. Once you define your data and the aesthetics [(x,y) coordinates, colour, size, fill, etc.], you can then add add more layers in that you keep on ‘doing’ things to the data.&lt;/p&gt;
&lt;p&gt;In essence, each &lt;code&gt;geom&lt;/code&gt; layer specifies&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A &lt;code&gt;geom&lt;/code&gt;: the graphical object to be drawn (histogram, boxplot, density plot, etc.)&lt;/li&gt;
&lt;li&gt;A &lt;code&gt;stat&lt;/code&gt;: what “statistic” it is applied to&lt;/li&gt;
&lt;li&gt;A &lt;code&gt;position&lt;/code&gt;: how it is placed; &lt;code&gt;identity&lt;/code&gt;, &lt;code&gt;jitter&lt;/code&gt;, &lt;code&gt;dodge&lt;/code&gt;, &lt;code&gt;stack&lt;/code&gt;, &lt;code&gt;fill&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;Unfortunately, due to an early design mistake I called these either stat_() or geom_(). A better decision would have been to call them layer_() functions: that’s a more accurate description because every layer involves a stat and a geom. – Hadley Wickham&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Position adjustments are used, as the name says, to adjust the position of each geom. The following position adjustments and their defaults are shown below:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;position_identity&lt;/code&gt; - default of most geoms– Doesn’t adjust position&lt;/li&gt;
&lt;li&gt;&lt;code&gt;position_jitter&lt;/code&gt; - default of geom_jitter. Adding random noise to a plot can sometimes make it easier to read. Jittering is particularly useful for small datasets with at least one discrete position.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;position_dodge&lt;/code&gt; - default of geom_boxplot. Dodging preserves the vertical position of an geom while adjusting the horizontal position.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;position_stack&lt;/code&gt; - default of geom_bar==geom_histogram and geom_area– it stacks bars on top of each other&lt;/li&gt;
&lt;li&gt;&lt;code&gt;position_fill&lt;/code&gt; - useful for geom_bar==geom_histogram and geom_area– stacks bars and standardises each stack to have constant height&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Let us create a base plot of life expectancy, coloured by continent&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;life_exp_plot &amp;lt;- 
  ggplot(
    data = gapminder,
    mapping = aes(
      x = lifeExp,
      fill = continent)
  ) &lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Nothing much happens, as we have just defined the base plot. Let us now plot a &lt;code&gt;geom_histogram()&lt;/code&gt;, which uses position_fill as its default.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;life_exp_plot + 
  geom_histogram()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/life_expectancy__plot1-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Is this a useful graph? &lt;code&gt;position_stack&lt;/code&gt;, the deafult for geom_histogram(), stacks bars on top of each other. Look at the bar that appears right after the 70 year life expectancy. Right at the bottomw, we have a a few observations from, followed by the blue European one, the green Asia, etc. all the way to the top where you see the few red observations that correspond to Africa.&lt;/p&gt;
&lt;p&gt;We can improve on this by using &lt;code&gt;position = &#34;identity&#34;&lt;/code&gt; that doesn’t adjust position. We also use &lt;code&gt;alpha = 0.3&lt;/code&gt; to make the bars more transparent. We also plot a density plot, a smoothed version of a histogram using &lt;code&gt;geom_density&lt;/code&gt;; its default position is identity and both plots are equivalent.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;life_exp_plot + 
  geom_histogram(
    position = &amp;quot;identity&amp;quot;,
    alpha = 0.3
  )&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/life_expectancy_plot2-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;life_exp_plot + 
  geom_density( alpha = 0.3)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/life_expectancy_plot2-2.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;If we again think what each layer specifies&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A &lt;code&gt;geom&lt;/code&gt;: density plot&lt;/li&gt;
&lt;li&gt;A &lt;code&gt;stat&lt;/code&gt;: density&lt;/li&gt;
&lt;li&gt;A &lt;code&gt;position&lt;/code&gt;: identity&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;What if we change the position and we use &lt;code&gt;stack&lt;/code&gt; for the position layer?&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;life_exp_plot + 
  geom_histogram(
    position = &amp;quot;stack&amp;quot;,
    alpha = 0.3
  )&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/life_expectancy_plot3-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;life_exp_plot + 
  geom_histogram(alpha = 0.3)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/life_expectancy_plot3-2.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Both plots are identical; in the second one, we didn’t specify what &lt;code&gt;position&lt;/code&gt; should be, so ggplot used the default position for a histogram, which is &lt;code&gt;position = stack&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Finallt, we can also use &lt;code&gt;position = &#34;fill&#34;&lt;/code&gt; which stacks bars and standardises each stack to have constant height, or &lt;code&gt;position = &#34;dodge&#34;&lt;/code&gt; (to separate each continent) for the position layer&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;life_exp_plot + 
  geom_histogram(
    position = &amp;quot;fill&amp;quot;,
    alpha = 0.3
  )&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/life_expectancy_plot4-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;life_exp_plot + 
  geom_histogram(
    position = &amp;quot;dodge&amp;quot;,
    alpha = 0.5
  )&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/life_expectancy_plot4-2.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;facetting&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Facetting&lt;/h2&gt;
&lt;p&gt;One of the nice features of &lt;code&gt;ggplot2&lt;/code&gt; is a special technique called faceting that allows us to split one plot into multiple plots based on a factor included in the dataset. In the &lt;code&gt;gapminder&lt;/code&gt; scatterplot example, we can use facetting and produce one scatter plot for each continent separately by using &lt;code&gt;facet_wrap&lt;/code&gt; and &lt;code&gt;facet_grid&lt;/code&gt; as shown below.&lt;/p&gt;
&lt;p&gt;Before proceeding, we will define an object &lt;code&gt;gapminder_scatterplot&lt;/code&gt; with the sequence of layers that gives us the ‘core’ life expectancy vs GDP scatterplot. Having stored the ‘core’ plot into an object, we can then add layers to it as needed, something which is useful for programming, as it saves you from retyping things.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;facet_wrap()&lt;/code&gt; allows us to get the same graph, but looking at by changing another variable; in our case, we will look at the core scatterplot first by &lt;code&gt;continent&lt;/code&gt;, and then by `year.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#define the core gapminder scatterplot of life expectancy vs GDP
# store it in an obect called `gapminder_scatterplot`
gapminder_scatterplot &amp;lt;-  
  ggplot(
    data = gapminder,
    mapping = aes(
      x = gdpPercap,
      y = lifeExp, 
      colour = continent, 
      alpha = 0.2)) +
  geom_point() +
  scale_x_log10(labels = scales::dollar) +
  labs(title = &amp;quot;Life Expectancy vs GDP per capita, 1952-2007&amp;quot;, 
       x = &amp;quot;GDP per capita&amp;quot;, 
       y = &amp;quot;Life Expectancy&amp;quot;,
       caption = &amp;quot;Source: Gapminder&amp;quot;  
  ) +
  theme_minimal()


# We now add a new layer to our base plot: facet_wrap(~x), 
# where x is the variable you want to facet by

# first, facet the scatterplot by continent
gapminder_scatterplot +
  facet_wrap(~continent) &lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/gapminder11_facet-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# then, facet the scatterplot by year
gapminder_scatterplot +
  facet_wrap(~year) &lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/gapminder11_facet-2.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;We can use the &lt;code&gt;nrow&lt;/code&gt; argument to manually control the number of rows in the faceting. We will consider the faceting by continent plot and want to have the output in 3 rows, so &lt;code&gt;nrow = 3&lt;/code&gt;. Also, we do not want any legends for the colours used, as ggplot will explicitly name the continents. To remove the legends, we add &lt;code&gt;theme(legend.position=&#34;none&#34;)&lt;/code&gt; to our ggplot.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;gapminder_scatterplot +
  facet_wrap(
    facets = vars(continent),
         nrow = 3) +
  theme(legend.position=&amp;quot;none&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/gapminder11-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;If you want to facet a plot and have its results appear in grid, we can use &lt;code&gt;facet_grid()&lt;/code&gt;. You can define what the row and the columns in your grid should correspond to.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# use facet_grid(), where rows refer to continents
gapminder_scatterplot +
  facet_grid(vars(rows=continent)) +
  theme(legend.position=&amp;quot;none&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/gapminder_facet_grid-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# we can create a facet_grid where you can define *both* rows and columns
# in our scatterplot, we add a facet_grid() layer where columns = continents and rows =  year
gapminder_scatterplot+
  theme_minimal(8) + # just make the font size smaller
  facet_grid(
    cols = vars(continent), 
    rows = vars(year)
    ) +
  theme(legend.position=&amp;quot;none&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/gapminder_facet_grid-2.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Finally, if instead of a scatter plot we wanted to create a &lt;strong&gt;boxplot&lt;/strong&gt; of life expectancy by continent, we use similar aesthetics, but the relevant geometry is &lt;code&gt;geom_boxplot()&lt;/code&gt;.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(
  data = gapminder,
  mapping = aes(
    x = continent,
    y = lifeExp, 
    fill = continent)) +
  geom_boxplot() +
  labs(title = &amp;quot;Life Expectancy among the continents, 1952-2007&amp;quot;, 
       x = &amp;quot; &amp;quot;, # Empty, as the levels of the x-variable are the continets
       y = &amp;quot;Life Expectancy&amp;quot;,
       caption = &amp;quot;Source: Gapminder&amp;quot;  
      ) +
  theme_minimal()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/gapminder12-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;tweaking-graphics-for-publication-quality&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Tweaking graphics for publication quality&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;ggplot&lt;/code&gt; comes with many other options for tweaking plots to get them just the way you want for publication. These can be a bit hard to remember, but I usually look them up in &lt;a href=&#34;http://www.cookbook-r.com/Graphs/&#34;&gt;R graphics cookbook&lt;/a&gt; and the &lt;a href=&#34;https://bbc.github.io/rcookbook/&#34;&gt;BBC Visual and Data Journalism cookbook for R graphics&lt;/a&gt;, both of which have example code to cover most use cases!&lt;/p&gt;
&lt;p&gt;In the example below, we select only those observations between 1997 and 2007, calculate the average life expectancy, average GDP per capita, and average population. We then create a new object, &lt;code&gt;gapminder9707_plot&lt;/code&gt; which is the series of commands that make up our plot. To actually see the plot, we either use &lt;code&gt;print(gapminder9707_plot)&lt;/code&gt; or just &lt;code&gt;gapminder9707_plot&lt;/code&gt;.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;gapminder9707 &amp;lt;- gapminder %&amp;gt;% 
  group_by(continent, country) %&amp;gt;%
  filter(year %in% c(1997, 2002, 2007)) %&amp;gt;%
  summarise(avg_life = mean(lifeExp, na.rm = TRUE),
            avg_gdp = mean(gdpPercap, na.rm = TRUE),
            avg_population_millions = mean(pop/1000000, na.rm = TRUE)) %&amp;gt;% 
  ungroup()          
            
gapminder9707_plot &amp;lt;- ggplot(data = gapminder9707,
       mapping = aes(x = avg_gdp,
                     y = avg_life,
                     colour = continent,
                     size = avg_population_millions,
                     label = country)) +
  geom_point() +
  scale_x_log10(labels = scales::dollar) +
  theme_bw() +
  labs(title = &amp;quot;Life Expectancy vs GDP per capita, 1997-2007&amp;quot;, 
       x = &amp;quot;Average GDP per capita&amp;quot;, 
       y = &amp;quot;Average Life Expectancy&amp;quot;,
       caption = &amp;quot;Source: Gapminder&amp;quot;) +
  geom_text(nudge_y = -.8, size = 2.2, check_overlap = TRUE)+
  theme(legend.position=&amp;quot;none&amp;quot;) 


gapminder9707_plot&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/publication_ready_plot-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;making-plots-interactive-using-plotly&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Making plots interactive using &lt;code&gt;plotly&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;We can make our plots interactive using the &lt;code&gt;plotly&lt;/code&gt; package, which allows us to look at each point, zoon in/out, etc. Once you load the plotly library, it is simply a matter or using the &lt;code&gt;ggplotly&lt;/code&gt; command. Move your cursor on the graph and see what happens!&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;plotly::ggplotly(gapminder9707_plot)&lt;/code&gt;&lt;/pre&gt;
&lt;div id=&#34;htmlwidget-1&#34; style=&#34;width:672px;height:480px;&#34; class=&#34;plotly html-widget&#34;&gt;&lt;/div&gt;
&lt;script type=&#34;application/json&#34; data-for=&#34;htmlwidget-1&#34;&gt;{&#34;x&#34;:{&#34;data&#34;:[{&#34;x&#34;:[3.73529816636707,3.5162117673424,3.13002676887317,4.03101235742701,3.02816078018156,2.64985043208335,3.276495823188,2.8623726152838,3.11005149558937,3.03283057509239,2.44243072300279,3.54821673665988,3.22009207134793,3.29268125150292,3.68451524445853,3.87836985020573,2.88840235491599,2.76261568000973,4.1298084405593,2.83823298308871,3.06004771237998,2.96342380553952,2.81326976138648,3.13685252983265,3.12825534292477,2.71465484474075,4.0150749225077,2.98910899771779,2.8486096223189,2.96758686339591,3.20998901027445,3.96070082304799,3.52551008129843,2.80835720900158,3.62950845746983,2.77840610712675,3.24338575658821,3.82517133418015,2.87287207097169,3.15539712949296,3.18794125122919,2.85261795104452,2.96044212782028,3.91133151367053,3.31722763319711,3.62042639176536,2.96937593184278,2.96244470228726,3.77067082874193,2.97013916557606,3.05616507642202,2.80937964846766],&#34;y&#34;:[70.8156666666667,41.5656666666667,55.3036666666667,49.9726666666667,51.0896666666667,47.422,50.8283333333333,44.705,50.9163333333333,62.9286666666667,44.6716666666667,53.7513333333333,47.717,53.7736666666667,69.4536666666667,49.724,55.5526666666667,51.0246666666667,57.9856666666667,57.7833333333333,59.0103333333333,53.7126666666667,45.5883333333333,53.1696666666667,47.581,43.884,72.748,57.2356666666667,46.9356666666667,52.0626666666667,62.2803333333333,71.8303333333333,69.4796666666667,44.1506666666667,54.4313333333333,54.2253333333333,46.977,75.6526666666667,41.914,64.3903333333333,61.6163333333333,41.159,45.9633333333333,54.3133333333333,56.766,45.9236666666667,50.2113333333333,58.1236666666667,72.9793333333333,47.9776666666667,40.605,43.4283333333333],&#34;text&#34;:[&#34;avg_gdp:  5436&lt;br /&gt;avg_life: 70.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   31.231&lt;br /&gt;country: Algeria&#34;,&#34;avg_gdp:  3283&lt;br /&gt;avg_life: 41.6&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   11.054&lt;br /&gt;country: Angola&#34;,&#34;avg_gdp:  1349&lt;br /&gt;avg_life: 55.3&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    7.057&lt;br /&gt;country: Benin&#34;,&#34;avg_gdp: 10740&lt;br /&gt;avg_life: 50.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    1.602&lt;br /&gt;country: Botswana&#34;,&#34;avg_gdp:  1067&lt;br /&gt;avg_life: 51.1&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   12.310&lt;br /&gt;country: Burkina Faso&#34;,&#34;avg_gdp:   447&lt;br /&gt;avg_life: 47.4&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    7.178&lt;br /&gt;country: Burundi&#34;,&#34;avg_gdp:  1890&lt;br /&gt;avg_life: 50.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   15.941&lt;br /&gt;country: Cameroon&#34;,&#34;avg_gdp:   728&lt;br /&gt;avg_life: 44.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    4.038&lt;br /&gt;country: Central African Republic&#34;,&#34;avg_gdp:  1288&lt;br /&gt;avg_life: 50.9&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    8.879&lt;br /&gt;country: Chad&#34;,&#34;avg_gdp:  1079&lt;br /&gt;avg_life: 62.9&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    0.618&lt;br /&gt;country: Comoros&#34;,&#34;avg_gdp:   277&lt;br /&gt;avg_life: 44.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   55.929&lt;br /&gt;country: Congo, Dem. Rep.&#34;,&#34;avg_gdp:  3534&lt;br /&gt;avg_life: 53.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    3.310&lt;br /&gt;country: Congo, Rep.&#34;,&#34;avg_gdp:  1660&lt;br /&gt;avg_life: 47.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   16.297&lt;br /&gt;country: Cote d&#39;Ivoire&#34;,&#34;avg_gdp:  1962&lt;br /&gt;avg_life: 53.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    0.454&lt;br /&gt;country: Djibouti&#34;,&#34;avg_gdp:  4836&lt;br /&gt;avg_life: 69.5&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   73.237&lt;br /&gt;country: Egypt&#34;,&#34;avg_gdp:  7557&lt;br /&gt;avg_life: 49.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    0.496&lt;br /&gt;country: Equatorial Guinea&#34;,&#34;avg_gdp:   773&lt;br /&gt;avg_life: 55.6&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    4.460&lt;br /&gt;country: Eritrea&#34;,&#34;avg_gdp:   579&lt;br /&gt;avg_life: 51.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   68.107&lt;br /&gt;country: Ethiopia&#34;,&#34;avg_gdp: 13484&lt;br /&gt;avg_life: 58.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    1.293&lt;br /&gt;country: Gabon&#34;,&#34;avg_gdp:   689&lt;br /&gt;avg_life: 57.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    1.461&lt;br /&gt;country: Gambia&#34;,&#34;avg_gdp:  1148&lt;br /&gt;avg_life: 59.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   20.614&lt;br /&gt;country: Ghana&#34;,&#34;avg_gdp:   919&lt;br /&gt;avg_life: 53.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    8.935&lt;br /&gt;country: Guinea&#34;,&#34;avg_gdp:   651&lt;br /&gt;avg_life: 45.6&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    1.333&lt;br /&gt;country: Guinea-Bissau&#34;,&#34;avg_gdp:  1370&lt;br /&gt;avg_life: 53.2&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   31.754&lt;br /&gt;country: Kenya&#34;,&#34;avg_gdp:  1344&lt;br /&gt;avg_life: 47.6&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    2.014&lt;br /&gt;country: Lesotho&#34;,&#34;avg_gdp:   518&lt;br /&gt;avg_life: 43.9&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    2.736&lt;br /&gt;country: Liberia&#34;,&#34;avg_gdp: 10353&lt;br /&gt;avg_life: 72.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    5.388&lt;br /&gt;country: Libya&#34;,&#34;avg_gdp:   975&lt;br /&gt;avg_life: 57.2&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   16.602&lt;br /&gt;country: Madagascar&#34;,&#34;avg_gdp:   706&lt;br /&gt;avg_life: 46.9&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   11.857&lt;br /&gt;country: Malawi&#34;,&#34;avg_gdp:   928&lt;br /&gt;avg_life: 52.1&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   10.666&lt;br /&gt;country: Mali&#34;,&#34;avg_gdp:  1622&lt;br /&gt;avg_life: 62.3&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    2.848&lt;br /&gt;country: Mauritania&#34;,&#34;avg_gdp:  9135&lt;br /&gt;avg_life: 71.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    1.200&lt;br /&gt;country: Mauritius&#34;,&#34;avg_gdp:  3354&lt;br /&gt;avg_life: 69.5&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   31.151&lt;br /&gt;country: Morocco&#34;,&#34;avg_gdp:   643&lt;br /&gt;avg_life: 44.2&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   18.343&lt;br /&gt;country: Mozambique&#34;,&#34;avg_gdp:  4261&lt;br /&gt;avg_life: 54.4&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    1.934&lt;br /&gt;country: Namibia&#34;,&#34;avg_gdp:   600&lt;br /&gt;avg_life: 54.2&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   11.234&lt;br /&gt;country: Niger&#34;,&#34;avg_gdp:  1751&lt;br /&gt;avg_life: 47.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:  120.380&lt;br /&gt;country: Nigeria&#34;,&#34;avg_gdp:  6686&lt;br /&gt;avg_life: 75.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    0.742&lt;br /&gt;country: Reunion&#34;,&#34;avg_gdp:   746&lt;br /&gt;avg_life: 41.9&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    7.975&lt;br /&gt;country: Rwanda&#34;,&#34;avg_gdp:  1430&lt;br /&gt;avg_life: 64.4&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    0.172&lt;br /&gt;country: Sao Tome and Principe&#34;,&#34;avg_gdp:  1541&lt;br /&gt;avg_life: 61.6&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   10.891&lt;br /&gt;country: Senegal&#34;,&#34;avg_gdp:   712&lt;br /&gt;avg_life: 41.2&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    5.361&lt;br /&gt;country: Sierra Leone&#34;,&#34;avg_gdp:   913&lt;br /&gt;avg_life: 46.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    7.835&lt;br /&gt;country: Somalia&#34;,&#34;avg_gdp:  8153&lt;br /&gt;avg_life: 54.3&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   43.755&lt;br /&gt;country: South Africa&#34;,&#34;avg_gdp:  2076&lt;br /&gt;avg_life: 56.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   37.181&lt;br /&gt;country: Sudan&#34;,&#34;avg_gdp:  4173&lt;br /&gt;avg_life: 45.9&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    1.106&lt;br /&gt;country: Swaziland&#34;,&#34;avg_gdp:   932&lt;br /&gt;avg_life: 50.2&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   34.473&lt;br /&gt;country: Tanzania&#34;,&#34;avg_gdp:   917&lt;br /&gt;avg_life: 58.1&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    5.000&lt;br /&gt;country: Togo&#34;,&#34;avg_gdp:  5898&lt;br /&gt;avg_life: 73.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    9.759&lt;br /&gt;country: Tunisia&#34;,&#34;avg_gdp:   934&lt;br /&gt;avg_life: 48.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   25.040&lt;br /&gt;country: Uganda&#34;,&#34;avg_gdp:  1138&lt;br /&gt;avg_life: 40.6&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   10.587&lt;br /&gt;country: Zambia&#34;,&#34;avg_gdp:   645&lt;br /&gt;avg_life: 43.4&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   11.881&lt;br /&gt;country: Zimbabwe&#34;],&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;markers&#34;,&#34;marker&#34;:{&#34;autocolorscale&#34;:false,&#34;color&#34;:&#34;rgba(248,118,109,1)&#34;,&#34;opacity&#34;:1,&#34;size&#34;:[6.72760602797348,5.52454756951681,5.16755216054104,4.41213862760544,5.62251958020771,5.17968548501525,5.88013868706544,4.81963153494679,5.34044521712509,4.13277174729714,7.7295011179664,4.71663739995308,5.90376239097201,4.06046263566322,8.30122249508917,4.08051501130236,4.87493748319513,8.13958204323653,4.33975554870753,4.38005760189931,6.17124751081782,5.34545406635119,4.34948176618431,6.75231541729152,4.49751602359385,4.62666602047349,4.98772210313198,5.92373866899622,5.5878102614617,5.49313800874509,4.64487722965116,4.31598727853304,6.72383986873236,6.03447276259101,4.4817371621777,5.53892501171234,9.5793254023263,4.1790594814895,5.25722641853177,3.77952755905512,5.51143547817408,4.98450219787755,5.24391149213095,7.27179461844066,6.99764690026521,4.29078480884114,6.87768026134228,4.94186890499087,5.41747897593005,6.41749218442389,5.48666683201641,5.5896428134198],&#34;symbol&#34;:&#34;circle&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:&#34;rgba(248,118,109,1)&#34;}},&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34;Africa&#34;,&#34;legendgroup&#34;:&#34;Africa&#34;,&#34;showlegend&#34;:true,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[4.03535371072954,3.54660611539427,3.92350297184792,4.51676942867998,4.05523145026848,3.79886238147315,3.9039135314952,3.83928400703392,3.67526752213631,3.82555079918739,3.73332428839496,3.6910434950007,3.10422857646474,3.51448197982362,3.85405449985021,4.03459253822447,3.39659989857463,3.90810792731621,3.60937784709796,3.8051897695126,4.26468994293184,4.1056428099285,4.59408370350983,3.9632951225695,4.00268932982023],&#34;y&#34;:[74.3116666666667,63.829,70.928,79.6776666666667,77.4096666666667,71.628,78.055,77.194,71.013,73.8263333333333,70.7156666666667,68.5196666666667,58.5746666666667,68.8073333333333,72.292,74.9223333333333,70.7203333333333,74.6623333333333,70.6356666666667,69.9043333333333,77.147,69.42,77.454,75.3046666666667,72.8863333333333],&#34;text&#34;:[&#34;avg_gdp: 10848&lt;br /&gt;avg_life: 74.3&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:   38.279&lt;br /&gt;country: Argentina&#34;,&#34;avg_gdp:  3521&lt;br /&gt;avg_life: 63.8&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:    8.419&lt;br /&gt;country: Bolivia&#34;,&#34;avg_gdp:  8385&lt;br /&gt;avg_life: 70.9&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:  179.491&lt;br /&gt;country: Brazil&#34;,&#34;avg_gdp: 32868&lt;br /&gt;avg_life: 79.7&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:   31.866&lt;br /&gt;country: Canada&#34;,&#34;avg_gdp: 11356&lt;br /&gt;avg_life: 77.4&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:   15.461&lt;br /&gt;country: Chile&#34;,&#34;avg_gdp:  6293&lt;br /&gt;avg_life: 71.6&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:   40.965&lt;br /&gt;country: Colombia&#34;,&#34;avg_gdp:  8015&lt;br /&gt;avg_life: 78.1&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:    3.829&lt;br /&gt;country: Costa Rica&#34;,&#34;avg_gdp:  6907&lt;br /&gt;avg_life: 77.2&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:   11.209&lt;br /&gt;country: Cuba&#34;,&#34;avg_gdp:  4734&lt;br /&gt;avg_life: 71.0&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:    8.654&lt;br /&gt;country: Dominican Republic&#34;,&#34;avg_gdp:  6692&lt;br /&gt;avg_life: 73.8&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:   12.863&lt;br /&gt;country: Ecuador&#34;,&#34;avg_gdp:  5412&lt;br /&gt;avg_life: 70.7&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:    6.359&lt;br /&gt;country: El Salvador&#34;,&#34;avg_gdp:  4910&lt;br /&gt;avg_life: 68.5&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:   11.185&lt;br /&gt;country: Guatemala&#34;,&#34;avg_gdp:  1271&lt;br /&gt;avg_life: 58.6&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:    7.675&lt;br /&gt;country: Haiti&#34;,&#34;avg_gdp:  3270&lt;br /&gt;avg_life: 68.8&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:    6.676&lt;br /&gt;country: Honduras&#34;,&#34;avg_gdp:  7146&lt;br /&gt;avg_life: 72.3&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:    2.659&lt;br /&gt;country: Jamaica&#34;,&#34;avg_gdp: 10829&lt;br /&gt;avg_life: 74.9&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:  102.359&lt;br /&gt;country: Mexico&#34;,&#34;avg_gdp:  2492&lt;br /&gt;avg_life: 70.7&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:    5.144&lt;br /&gt;country: Nicaragua&#34;,&#34;avg_gdp:  8093&lt;br /&gt;avg_life: 74.7&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:    2.989&lt;br /&gt;country: Panama&#34;,&#34;avg_gdp:  4068&lt;br /&gt;avg_life: 70.6&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:    5.902&lt;br /&gt;country: Paraguay&#34;,&#34;avg_gdp:  6385&lt;br /&gt;avg_life: 69.9&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:   26.731&lt;br /&gt;country: Peru&#34;,&#34;avg_gdp: 18395&lt;br /&gt;avg_life: 77.1&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:    3.854&lt;br /&gt;country: Puerto Rico&#34;,&#34;avg_gdp: 12754&lt;br /&gt;avg_life: 69.4&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:    1.099&lt;br /&gt;country: Trinidad and Tobago&#34;,&#34;avg_gdp: 39272&lt;br /&gt;avg_life: 77.5&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:  287.242&lt;br /&gt;country: United States&#34;,&#34;avg_gdp:  9190&lt;br /&gt;avg_life: 75.3&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:    3.358&lt;br /&gt;country: Uruguay&#34;,&#34;avg_gdp: 10062&lt;br /&gt;avg_life: 72.9&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:   24.249&lt;br /&gt;country: Venezuela&#34;],&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;markers&#34;,&#34;marker&#34;:{&#34;autocolorscale&#34;:false,&#34;color&#34;:&#34;rgba(163,165,0,1)&#34;,&#34;opacity&#34;:1,&#34;size&#34;:[7.04501506814027,5.29868143481951,10.8632004179082,6.75760404471265,5.84791211970399,7.15812828876902,4.79114302942878,5.53694165524078,5.32016768188401,5.66402109672951,5.09532400534705,5.53504210918148,5.22849262510052,5.12865375375649,4.61372783584097,9.12693334049441,4.95907240449911,4.66743024288311,5.04579546811574,6.50568499341888,4.79457654357769,4.28883990013158,12.7422524239991,4.72373070502124,6.37518537135309],&#34;symbol&#34;:&#34;circle&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:&#34;rgba(163,165,0,1)&#34;}},&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34;Americas&#34;,&#34;legendgroup&#34;:&#34;Americas&#34;,&#34;showlegend&#34;:true,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[2.89147347846538,4.38911659206344,3.0669981893363,3.04718265879913,3.53855823020568,4.51548362443266,3.27552612958804,3.50214933931494,3.98692194680545,3.59981101151252,4.35746144606758,4.47264552165406,3.60241299933731,3.21577679421717,4.29059590535987,4.6117860068265,3.97817992874428,4.03864060310991,3.3765017515434,2.81734497144193,3.02249136296315,4.31381862691475,3.35205449766939,3.446015835998,4.31002782822298,4.58989661059359,3.50740387576007,3.61242046477958,4.38117840609998,3.80672723259957,3.27044045988688,3.68876098267699,3.34459367012025],&#34;y&#34;:[42.5733333333333,74.785,61.829,57.6696666666667,71.805,81.2343333333333,63.114,68.4263333333333,69.4856666666667,58.4673333333333,79.57,81.7643333333333,71.19,67.2286666666667,76.7716666666667,76.8826666666667,71.0953333333333,73.0743333333333,65.1536666666667,60.7683333333333,61.517,74.1106666666667,63.637,70.185,71.6453333333333,78.6333333333333,71.2226666666667,72.9076666666667,76.88,68.9003333333333,72.646,72.296,60.342],&#34;text&#34;:[&#34;avg_gdp:   779&lt;br /&gt;avg_life: 42.6&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   26.462&lt;br /&gt;country: Afghanistan&#34;,&#34;avg_gdp: 24497&lt;br /&gt;avg_life: 74.8&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:    0.655&lt;br /&gt;country: Bahrain&#34;,&#34;avg_gdp:  1167&lt;br /&gt;avg_life: 61.8&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:  136.473&lt;br /&gt;country: Bangladesh&#34;,&#34;avg_gdp:  1115&lt;br /&gt;avg_life: 57.7&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   12.947&lt;br /&gt;country: Cambodia&#34;,&#34;avg_gdp:  3456&lt;br /&gt;avg_life: 71.8&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 1276.386&lt;br /&gt;country: China&#34;,&#34;avg_gdp: 32771&lt;br /&gt;avg_life: 81.2&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:    6.746&lt;br /&gt;country: Hong Kong, China&#34;,&#34;avg_gdp:  1886&lt;br /&gt;avg_life: 63.1&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 1034.523&lt;br /&gt;country: India&#34;,&#34;avg_gdp:  3178&lt;br /&gt;avg_life: 68.4&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:  211.295&lt;br /&gt;country: Indonesia&#34;,&#34;avg_gdp:  9703&lt;br /&gt;avg_life: 69.5&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   66.563&lt;br /&gt;country: Iran&#34;,&#34;avg_gdp:  3979&lt;br /&gt;avg_life: 58.5&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   24.092&lt;br /&gt;country: Iraq&#34;,&#34;avg_gdp: 22775&lt;br /&gt;avg_life: 79.6&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:    5.996&lt;br /&gt;country: Israel&#34;,&#34;avg_gdp: 29692&lt;br /&gt;avg_life: 81.8&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:  126.830&lt;br /&gt;country: Japan&#34;,&#34;avg_gdp:  4003&lt;br /&gt;avg_life: 71.2&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:    5.296&lt;br /&gt;country: Jordan&#34;,&#34;avg_gdp:  1644&lt;br /&gt;avg_life: 67.2&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   22.367&lt;br /&gt;country: Korea, Dem. Rep.&#34;,&#34;avg_gdp: 19525&lt;br /&gt;avg_life: 76.8&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   47.729&lt;br /&gt;country: Korea, Rep.&#34;,&#34;avg_gdp: 40906&lt;br /&gt;avg_life: 76.9&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:    2.127&lt;br /&gt;country: Kuwait&#34;,&#34;avg_gdp:  9510&lt;br /&gt;avg_life: 71.1&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:    3.676&lt;br /&gt;country: Lebanon&#34;,&#34;avg_gdp: 10931&lt;br /&gt;avg_life: 73.1&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   22.653&lt;br /&gt;country: Malaysia&#34;,&#34;avg_gdp:  2380&lt;br /&gt;avg_life: 65.2&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:    2.681&lt;br /&gt;country: Mongolia&#34;,&#34;avg_gdp:   657&lt;br /&gt;avg_life: 60.8&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   45.536&lt;br /&gt;country: Myanmar&#34;,&#34;avg_gdp:  1053&lt;br /&gt;avg_life: 61.5&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   25.926&lt;br /&gt;country: Nepal&#34;,&#34;avg_gdp: 20598&lt;br /&gt;avg_life: 74.1&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:    2.734&lt;br /&gt;country: Oman&#34;,&#34;avg_gdp:  2249&lt;br /&gt;avg_life: 63.6&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:  152.746&lt;br /&gt;country: Pakistan&#34;,&#34;avg_gdp:  2793&lt;br /&gt;avg_life: 70.2&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   83.028&lt;br /&gt;country: Philippines&#34;,&#34;avg_gdp: 20419&lt;br /&gt;avg_life: 71.6&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   24.444&lt;br /&gt;country: Saudi Arabia&#34;,&#34;avg_gdp: 38895&lt;br /&gt;avg_life: 78.6&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:    4.184&lt;br /&gt;country: Singapore&#34;,&#34;avg_gdp:  3217&lt;br /&gt;avg_life: 71.2&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   19.551&lt;br /&gt;country: Sri Lanka&#34;,&#34;avg_gdp:  4097&lt;br /&gt;avg_life: 72.9&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   17.184&lt;br /&gt;country: Syria&#34;,&#34;avg_gdp: 24054&lt;br /&gt;avg_life: 76.9&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   22.419&lt;br /&gt;country: Taiwan&#34;,&#34;avg_gdp:  6408&lt;br /&gt;avg_life: 68.9&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   62.697&lt;br /&gt;country: Thailand&#34;,&#34;avg_gdp:  1864&lt;br /&gt;avg_life: 72.6&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   80.740&lt;br /&gt;country: Vietnam&#34;,&#34;avg_gdp:  4884&lt;br /&gt;avg_life: 72.3&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:    3.411&lt;br /&gt;country: West Bank and Gaza&#34;,&#34;avg_gdp:  2211&lt;br /&gt;avg_life: 60.3&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   18.913&lt;br /&gt;country: Yemen, Rep.&#34;],&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;markers&#34;,&#34;marker&#34;:{&#34;autocolorscale&#34;:false,&#34;color&#34;:&#34;rgba(0,191,125,1)&#34;,&#34;opacity&#34;:1,&#34;size&#34;:[6.49185137707063,4.1470342010906,9.95537054210971,5.67026697086806,22.6771653543307,5.13588550970687,20.7924816353829,11.4657626469075,8.08976546048613,6.36673446156033,5.05613352188063,9.73289216790774,4.97693226597572,6.27170320674659,7.42752718539711,4.51928556792372,4.76982752293953,6.2876998158144,4.61746871530203,7.34241414194419,6.46404362079212,4.62626271180737,10.313641086751,8.59467173768862,6.38568597001294,4.83915669700179,6.10823856211687,5.96137058433025,6.27460109152898,7.96239174145164,8.52770538606763,4.73162726006918,6.06958165353194],&#34;symbol&#34;:&#34;circle&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:&#34;rgba(0,191,125,1)&#34;}},&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34;Asia&#34;,&#34;legendgroup&#34;:&#34;Asia&#34;,&#34;showlegend&#34;:true,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[3.66068514409951,4.5125066096541,4.48543599205057,3.78370424250963,3.90934131248531,4.08066515550477,4.27475830787878,4.51076507057034,4.45299007477962,4.45375564554941,4.47709741882628,4.36046948640673,4.17187905673463,4.50245029453059,4.51971860982492,4.43250345570442,3.87072967448547,4.52620492575145,4.6542546300248,4.09750889663096,4.28721621089926,3.93852611693021,3.91972173615152,4.1706852723108,4.32626336525676,4.39270770393705,4.4696648282381,4.54042416565394,3.85668443215778,4.47108034127712],&#34;y&#34;:[75.008,78.773,78.4303333333333,74.062,71.8216666666667,74.768,75.3353333333333,77.2073333333333,78.271,79.629,78.472,78.536,72.3226666666667,80.4023333333333,77.5966666666667,79.8686666666667,74.6563333333333,78.774,79.1886666666667,74.3276666666667,77.1193333333333,71.1726666666667,73.149,73.7243333333333,76.572,79.8303333333333,80.1046666666667,80.5636666666667,70.4856666666667,78.3713333333333],&#34;text&#34;:[&#34;avg_gdp:  4578&lt;br /&gt;avg_life: 75.0&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    3.512&lt;br /&gt;country: Albania&#34;,&#34;avg_gdp: 32547&lt;br /&gt;avg_life: 78.8&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    8.139&lt;br /&gt;country: Austria&#34;,&#34;avg_gdp: 30580&lt;br /&gt;avg_life: 78.4&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   10.301&lt;br /&gt;country: Belgium&#34;,&#34;avg_gdp:  6077&lt;br /&gt;avg_life: 74.1&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    4.108&lt;br /&gt;country: Bosnia and Herzegovina&#34;,&#34;avg_gdp:  8116&lt;br /&gt;avg_life: 71.8&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    7.684&lt;br /&gt;country: Bulgaria&#34;,&#34;avg_gdp: 12041&lt;br /&gt;avg_life: 74.8&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    4.473&lt;br /&gt;country: Croatia&#34;,&#34;avg_gdp: 18826&lt;br /&gt;avg_life: 75.3&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   10.262&lt;br /&gt;country: Czech Republic&#34;,&#34;avg_gdp: 32416&lt;br /&gt;avg_life: 77.2&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    5.375&lt;br /&gt;country: Denmark&#34;,&#34;avg_gdp: 28379&lt;br /&gt;avg_life: 78.3&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    5.189&lt;br /&gt;country: Finland&#34;,&#34;avg_gdp: 28429&lt;br /&gt;avg_life: 79.6&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   59.877&lt;br /&gt;country: France&#34;,&#34;avg_gdp: 29998&lt;br /&gt;avg_life: 78.5&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   82.254&lt;br /&gt;country: Germany&#34;,&#34;avg_gdp: 22933&lt;br /&gt;avg_life: 78.5&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   10.604&lt;br /&gt;country: Greece&#34;,&#34;avg_gdp: 14855&lt;br /&gt;avg_life: 72.3&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   10.095&lt;br /&gt;country: Hungary&#34;,&#34;avg_gdp: 31802&lt;br /&gt;avg_life: 80.4&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    0.287&lt;br /&gt;country: Iceland&#34;,&#34;avg_gdp: 33092&lt;br /&gt;avg_life: 77.6&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    3.885&lt;br /&gt;country: Ireland&#34;,&#34;avg_gdp: 27071&lt;br /&gt;avg_life: 79.9&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   57.851&lt;br /&gt;country: Italy&#34;,&#34;avg_gdp:  7426&lt;br /&gt;avg_life: 74.7&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    0.699&lt;br /&gt;country: Montenegro&#34;,&#34;avg_gdp: 33590&lt;br /&gt;avg_life: 78.8&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   16.099&lt;br /&gt;country: Netherlands&#34;,&#34;avg_gdp: 45108&lt;br /&gt;avg_life: 79.2&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    4.523&lt;br /&gt;country: Norway&#34;,&#34;avg_gdp: 12517&lt;br /&gt;avg_life: 74.3&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   38.600&lt;br /&gt;country: Poland&#34;,&#34;avg_gdp: 19374&lt;br /&gt;avg_life: 77.1&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   10.411&lt;br /&gt;country: Portugal&#34;,&#34;avg_gdp:  8680&lt;br /&gt;avg_life: 71.2&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   22.414&lt;br /&gt;country: Romania&#34;,&#34;avg_gdp:  8312&lt;br /&gt;avg_life: 73.1&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   10.199&lt;br /&gt;country: Serbia&#34;,&#34;avg_gdp: 14814&lt;br /&gt;avg_life: 73.7&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    5.414&lt;br /&gt;country: Slovak Republic&#34;,&#34;avg_gdp: 21196&lt;br /&gt;avg_life: 76.6&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    2.011&lt;br /&gt;country: Slovenia&#34;,&#34;avg_gdp: 24701&lt;br /&gt;avg_life: 79.8&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   40.152&lt;br /&gt;country: Spain&#34;,&#34;avg_gdp: 29489&lt;br /&gt;avg_life: 80.1&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    8.961&lt;br /&gt;country: Sweden&#34;,&#34;avg_gdp: 34708&lt;br /&gt;avg_life: 80.6&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    7.370&lt;br /&gt;country: Switzerland&#34;,&#34;avg_gdp:  7189&lt;br /&gt;avg_life: 70.5&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   67.172&lt;br /&gt;country: Turkey&#34;,&#34;avg_gdp: 29586&lt;br /&gt;avg_life: 78.4&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   59.832&lt;br /&gt;country: United Kingdom&#34;],&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;markers&#34;,&#34;marker&#34;:{&#34;autocolorscale&#34;:false,&#34;color&#34;:&#34;rgba(0,176,246,1)&#34;,&#34;opacity&#34;:1,&#34;size&#34;:[4.74636125829721,5.27268627833302,5.4631286533769,4.829052305981,5.22935189554844,4.87660340242221,5.45985013599608,4.9862275737699,4.96436386330961,7.86698548992764,8.57212271456568,5.4881111444911,5.44586871965755,3.9590704474622,4.79888394793951,7.7970347219531,4.16367355543581,5.89067640483796,4.88297273410438,7.0587350989316,5.47222158421371,6.27433402395287,5.45464270246248,4.99062896081242,4.49687331593756,7.12431252832405,5.34778779327948,5.19877426131893,8.10947650172528,7.86543977705],&#34;symbol&#34;:&#34;circle&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:&#34;rgba(0,176,246,1)&#34;}},&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34;Europe&#34;,&#34;legendgroup&#34;:&#34;Europe&#34;,&#34;showlegend&#34;:true,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[4.48723766591315,4.36439603639178],&#34;y&#34;:[80.145,78.9546666666667],&#34;text&#34;:[&#34;avg_gdp: 30707&lt;br /&gt;avg_life: 80.1&lt;br /&gt;continent: Oceania&lt;br /&gt;avg_population_millions:   19.515&lt;br /&gt;country: Australia&#34;,&#34;avg_gdp: 23142&lt;br /&gt;avg_life: 79.0&lt;br /&gt;continent: Oceania&lt;br /&gt;avg_population_millions:    3.900&lt;br /&gt;country: New Zealand&#34;],&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;markers&#34;,&#34;marker&#34;:{&#34;autocolorscale&#34;:false,&#34;color&#34;:&#34;rgba(231,107,243,1)&#34;,&#34;opacity&#34;:1,&#34;size&#34;:[6.10608530174377,4.80091886080825],&#34;symbol&#34;:&#34;circle&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:&#34;rgba(231,107,243,1)&#34;}},&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34;Oceania&#34;,&#34;legendgroup&#34;:&#34;Oceania&#34;,&#34;showlegend&#34;:true,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[3.73529816636707,3.5162117673424,3.13002676887317,4.03101235742701,3.02816078018156,2.64985043208335,3.276495823188,2.8623726152838,3.11005149558937,3.03283057509239,2.44243072300279,3.54821673665988,3.22009207134793,3.29268125150292,3.68451524445853,3.87836985020573,2.88840235491599,2.76261568000973,4.1298084405593,2.83823298308871,3.06004771237998,2.96342380553952,2.81326976138648,3.13685252983265,3.12825534292477,2.71465484474075,4.0150749225077,2.98910899771779,2.8486096223189,2.96758686339591,3.20998901027445,3.96070082304799,3.52551008129843,2.80835720900158,3.62950845746983,2.77840610712675,3.24338575658821,3.82517133418015,2.87287207097169,3.15539712949296,3.18794125122919,2.85261795104452,2.96044212782028,3.91133151367053,3.31722763319711,3.62042639176536,2.96937593184278,2.96244470228726,3.77067082874193,2.97013916557606,3.05616507642202,2.80937964846766],&#34;y&#34;:[70.0156666666667,40.7656666666667,54.5036666666667,49.1726666666667,50.2896666666667,46.622,50.0283333333333,43.905,50.1163333333333,62.1286666666667,43.8716666666667,52.9513333333333,46.917,52.9736666666667,68.6536666666667,48.924,54.7526666666667,50.2246666666667,57.1856666666667,56.9833333333333,58.2103333333333,52.9126666666667,44.7883333333333,52.3696666666667,46.781,43.084,71.948,56.4356666666667,46.1356666666667,51.2626666666667,61.4803333333333,71.0303333333333,68.6796666666667,43.3506666666667,53.6313333333333,53.4253333333333,46.177,74.8526666666667,41.114,63.5903333333333,60.8163333333333,40.359,45.1633333333333,53.5133333333333,55.966,45.1236666666667,49.4113333333333,57.3236666666667,72.1793333333333,47.1776666666667,39.805,42.6283333333333],&#34;text&#34;:[&#34;Algeria&#34;,&#34;Angola&#34;,&#34;Benin&#34;,&#34;Botswana&#34;,&#34;Burkina Faso&#34;,&#34;Burundi&#34;,&#34;Cameroon&#34;,&#34;Central African Republic&#34;,&#34;Chad&#34;,&#34;Comoros&#34;,&#34;Congo, Dem. Rep.&#34;,&#34;Congo, Rep.&#34;,&#34;Cote d&#39;Ivoire&#34;,&#34;Djibouti&#34;,&#34;Egypt&#34;,&#34;Equatorial Guinea&#34;,&#34;Eritrea&#34;,&#34;Ethiopia&#34;,&#34;Gabon&#34;,&#34;Gambia&#34;,&#34;Ghana&#34;,&#34;Guinea&#34;,&#34;Guinea-Bissau&#34;,&#34;Kenya&#34;,&#34;Lesotho&#34;,&#34;Liberia&#34;,&#34;Libya&#34;,&#34;Madagascar&#34;,&#34;Malawi&#34;,&#34;Mali&#34;,&#34;Mauritania&#34;,&#34;Mauritius&#34;,&#34;Morocco&#34;,&#34;Mozambique&#34;,&#34;Namibia&#34;,&#34;Niger&#34;,&#34;Nigeria&#34;,&#34;Reunion&#34;,&#34;Rwanda&#34;,&#34;Sao Tome and Principe&#34;,&#34;Senegal&#34;,&#34;Sierra Leone&#34;,&#34;Somalia&#34;,&#34;South Africa&#34;,&#34;Sudan&#34;,&#34;Swaziland&#34;,&#34;Tanzania&#34;,&#34;Togo&#34;,&#34;Tunisia&#34;,&#34;Uganda&#34;,&#34;Zambia&#34;,&#34;Zimbabwe&#34;],&#34;hovertext&#34;:[&#34;avg_gdp:  5436&lt;br /&gt;avg_life: 70.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Algeria&#34;,&#34;avg_gdp:  3283&lt;br /&gt;avg_life: 41.6&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Angola&#34;,&#34;avg_gdp:  1349&lt;br /&gt;avg_life: 55.3&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Benin&#34;,&#34;avg_gdp: 10740&lt;br /&gt;avg_life: 50.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Botswana&#34;,&#34;avg_gdp:  1067&lt;br /&gt;avg_life: 51.1&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Burkina Faso&#34;,&#34;avg_gdp:   447&lt;br /&gt;avg_life: 47.4&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Burundi&#34;,&#34;avg_gdp:  1890&lt;br /&gt;avg_life: 50.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Cameroon&#34;,&#34;avg_gdp:   728&lt;br /&gt;avg_life: 44.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Central African Republic&#34;,&#34;avg_gdp:  1288&lt;br /&gt;avg_life: 50.9&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Chad&#34;,&#34;avg_gdp:  1079&lt;br /&gt;avg_life: 62.9&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Comoros&#34;,&#34;avg_gdp:   277&lt;br /&gt;avg_life: 44.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Congo, Dem. Rep.&#34;,&#34;avg_gdp:  3534&lt;br /&gt;avg_life: 53.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Congo, Rep.&#34;,&#34;avg_gdp:  1660&lt;br /&gt;avg_life: 47.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Cote d&#39;Ivoire&#34;,&#34;avg_gdp:  1962&lt;br /&gt;avg_life: 53.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Djibouti&#34;,&#34;avg_gdp:  4836&lt;br /&gt;avg_life: 69.5&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Egypt&#34;,&#34;avg_gdp:  7557&lt;br /&gt;avg_life: 49.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Equatorial Guinea&#34;,&#34;avg_gdp:   773&lt;br /&gt;avg_life: 55.6&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Eritrea&#34;,&#34;avg_gdp:   579&lt;br /&gt;avg_life: 51.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Ethiopia&#34;,&#34;avg_gdp: 13484&lt;br /&gt;avg_life: 58.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Gabon&#34;,&#34;avg_gdp:   689&lt;br /&gt;avg_life: 57.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Gambia&#34;,&#34;avg_gdp:  1148&lt;br /&gt;avg_life: 59.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Ghana&#34;,&#34;avg_gdp:   919&lt;br /&gt;avg_life: 53.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Guinea&#34;,&#34;avg_gdp:   651&lt;br /&gt;avg_life: 45.6&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Guinea-Bissau&#34;,&#34;avg_gdp:  1370&lt;br /&gt;avg_life: 53.2&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Kenya&#34;,&#34;avg_gdp:  1344&lt;br /&gt;avg_life: 47.6&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Lesotho&#34;,&#34;avg_gdp:   518&lt;br /&gt;avg_life: 43.9&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Liberia&#34;,&#34;avg_gdp: 10353&lt;br /&gt;avg_life: 72.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Libya&#34;,&#34;avg_gdp:   975&lt;br /&gt;avg_life: 57.2&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Madagascar&#34;,&#34;avg_gdp:   706&lt;br /&gt;avg_life: 46.9&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Malawi&#34;,&#34;avg_gdp:   928&lt;br /&gt;avg_life: 52.1&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Mali&#34;,&#34;avg_gdp:  1622&lt;br /&gt;avg_life: 62.3&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Mauritania&#34;,&#34;avg_gdp:  9135&lt;br /&gt;avg_life: 71.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Mauritius&#34;,&#34;avg_gdp:  3354&lt;br /&gt;avg_life: 69.5&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Morocco&#34;,&#34;avg_gdp:   643&lt;br /&gt;avg_life: 44.2&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Mozambique&#34;,&#34;avg_gdp:  4261&lt;br /&gt;avg_life: 54.4&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Namibia&#34;,&#34;avg_gdp:   600&lt;br /&gt;avg_life: 54.2&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Niger&#34;,&#34;avg_gdp:  1751&lt;br /&gt;avg_life: 47.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Nigeria&#34;,&#34;avg_gdp:  6686&lt;br /&gt;avg_life: 75.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Reunion&#34;,&#34;avg_gdp:   746&lt;br /&gt;avg_life: 41.9&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Rwanda&#34;,&#34;avg_gdp:  1430&lt;br /&gt;avg_life: 64.4&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Sao Tome and Principe&#34;,&#34;avg_gdp:  1541&lt;br /&gt;avg_life: 61.6&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Senegal&#34;,&#34;avg_gdp:   712&lt;br /&gt;avg_life: 41.2&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Sierra Leone&#34;,&#34;avg_gdp:   913&lt;br /&gt;avg_life: 46.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Somalia&#34;,&#34;avg_gdp:  8153&lt;br /&gt;avg_life: 54.3&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: South Africa&#34;,&#34;avg_gdp:  2076&lt;br /&gt;avg_life: 56.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Sudan&#34;,&#34;avg_gdp:  4173&lt;br /&gt;avg_life: 45.9&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Swaziland&#34;,&#34;avg_gdp:   932&lt;br /&gt;avg_life: 50.2&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Tanzania&#34;,&#34;avg_gdp:   917&lt;br /&gt;avg_life: 58.1&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Togo&#34;,&#34;avg_gdp:  5898&lt;br /&gt;avg_life: 73.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Tunisia&#34;,&#34;avg_gdp:   934&lt;br /&gt;avg_life: 48.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Uganda&#34;,&#34;avg_gdp:  1138&lt;br /&gt;avg_life: 40.6&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Zambia&#34;,&#34;avg_gdp:   645&lt;br /&gt;avg_life: 43.4&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Zimbabwe&#34;],&#34;textfont&#34;:{&#34;size&#34;:8.31496062992126,&#34;color&#34;:&#34;rgba(248,118,109,1)&#34;},&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;text&#34;,&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34;Africa&#34;,&#34;legendgroup&#34;:&#34;Africa&#34;,&#34;showlegend&#34;:false,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[4.03535371072954,3.54660611539427,3.92350297184792,4.51676942867998,4.05523145026848,3.79886238147315,3.9039135314952,3.83928400703392,3.67526752213631,3.82555079918739,3.73332428839496,3.6910434950007,3.10422857646474,3.51448197982362,3.85405449985021,4.03459253822447,3.39659989857463,3.90810792731621,3.60937784709796,3.8051897695126,4.26468994293184,4.1056428099285,4.59408370350983,3.9632951225695,4.00268932982023],&#34;y&#34;:[73.5116666666667,63.029,70.128,78.8776666666667,76.6096666666667,70.828,77.255,76.394,70.213,73.0263333333333,69.9156666666667,67.7196666666667,57.7746666666667,68.0073333333333,71.492,74.1223333333333,69.9203333333333,73.8623333333333,69.8356666666667,69.1043333333333,76.347,68.62,76.654,74.5046666666667,72.0863333333333],&#34;text&#34;:[&#34;Argentina&#34;,&#34;Bolivia&#34;,&#34;Brazil&#34;,&#34;Canada&#34;,&#34;Chile&#34;,&#34;Colombia&#34;,&#34;Costa Rica&#34;,&#34;Cuba&#34;,&#34;Dominican Republic&#34;,&#34;Ecuador&#34;,&#34;El Salvador&#34;,&#34;Guatemala&#34;,&#34;Haiti&#34;,&#34;Honduras&#34;,&#34;Jamaica&#34;,&#34;Mexico&#34;,&#34;Nicaragua&#34;,&#34;Panama&#34;,&#34;Paraguay&#34;,&#34;Peru&#34;,&#34;Puerto Rico&#34;,&#34;Trinidad and Tobago&#34;,&#34;United States&#34;,&#34;Uruguay&#34;,&#34;Venezuela&#34;],&#34;hovertext&#34;:[&#34;avg_gdp: 10848&lt;br /&gt;avg_life: 74.3&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Argentina&#34;,&#34;avg_gdp:  3521&lt;br /&gt;avg_life: 63.8&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Bolivia&#34;,&#34;avg_gdp:  8385&lt;br /&gt;avg_life: 70.9&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Brazil&#34;,&#34;avg_gdp: 32868&lt;br /&gt;avg_life: 79.7&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Canada&#34;,&#34;avg_gdp: 11356&lt;br /&gt;avg_life: 77.4&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Chile&#34;,&#34;avg_gdp:  6293&lt;br /&gt;avg_life: 71.6&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Colombia&#34;,&#34;avg_gdp:  8015&lt;br /&gt;avg_life: 78.1&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Costa Rica&#34;,&#34;avg_gdp:  6907&lt;br /&gt;avg_life: 77.2&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Cuba&#34;,&#34;avg_gdp:  4734&lt;br /&gt;avg_life: 71.0&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Dominican Republic&#34;,&#34;avg_gdp:  6692&lt;br /&gt;avg_life: 73.8&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Ecuador&#34;,&#34;avg_gdp:  5412&lt;br /&gt;avg_life: 70.7&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: El Salvador&#34;,&#34;avg_gdp:  4910&lt;br /&gt;avg_life: 68.5&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Guatemala&#34;,&#34;avg_gdp:  1271&lt;br /&gt;avg_life: 58.6&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Haiti&#34;,&#34;avg_gdp:  3270&lt;br /&gt;avg_life: 68.8&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Honduras&#34;,&#34;avg_gdp:  7146&lt;br /&gt;avg_life: 72.3&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Jamaica&#34;,&#34;avg_gdp: 10829&lt;br /&gt;avg_life: 74.9&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Mexico&#34;,&#34;avg_gdp:  2492&lt;br /&gt;avg_life: 70.7&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Nicaragua&#34;,&#34;avg_gdp:  8093&lt;br /&gt;avg_life: 74.7&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Panama&#34;,&#34;avg_gdp:  4068&lt;br /&gt;avg_life: 70.6&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Paraguay&#34;,&#34;avg_gdp:  6385&lt;br /&gt;avg_life: 69.9&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Peru&#34;,&#34;avg_gdp: 18395&lt;br /&gt;avg_life: 77.1&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Puerto Rico&#34;,&#34;avg_gdp: 12754&lt;br /&gt;avg_life: 69.4&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Trinidad and Tobago&#34;,&#34;avg_gdp: 39272&lt;br /&gt;avg_life: 77.5&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: United States&#34;,&#34;avg_gdp:  9190&lt;br /&gt;avg_life: 75.3&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Uruguay&#34;,&#34;avg_gdp: 10062&lt;br /&gt;avg_life: 72.9&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Venezuela&#34;],&#34;textfont&#34;:{&#34;size&#34;:8.31496062992126,&#34;color&#34;:&#34;rgba(163,165,0,1)&#34;},&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;text&#34;,&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34;Americas&#34;,&#34;legendgroup&#34;:&#34;Americas&#34;,&#34;showlegend&#34;:false,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[2.89147347846538,4.38911659206344,3.0669981893363,3.04718265879913,3.53855823020568,4.51548362443266,3.27552612958804,3.50214933931494,3.98692194680545,3.59981101151252,4.35746144606758,4.47264552165406,3.60241299933731,3.21577679421717,4.29059590535987,4.6117860068265,3.97817992874428,4.03864060310991,3.3765017515434,2.81734497144193,3.02249136296315,4.31381862691475,3.35205449766939,3.446015835998,4.31002782822298,4.58989661059359,3.50740387576007,3.61242046477958,4.38117840609998,3.80672723259957,3.27044045988688,3.68876098267699,3.34459367012025],&#34;y&#34;:[41.7733333333333,73.985,61.029,56.8696666666667,71.005,80.4343333333333,62.314,67.6263333333333,68.6856666666667,57.6673333333333,78.77,80.9643333333333,70.39,66.4286666666667,75.9716666666667,76.0826666666667,70.2953333333333,72.2743333333333,64.3536666666667,59.9683333333333,60.717,73.3106666666667,62.837,69.385,70.8453333333333,77.8333333333333,70.4226666666667,72.1076666666667,76.08,68.1003333333333,71.846,71.496,59.542],&#34;text&#34;:[&#34;Afghanistan&#34;,&#34;Bahrain&#34;,&#34;Bangladesh&#34;,&#34;Cambodia&#34;,&#34;China&#34;,&#34;Hong Kong, China&#34;,&#34;India&#34;,&#34;Indonesia&#34;,&#34;Iran&#34;,&#34;Iraq&#34;,&#34;Israel&#34;,&#34;Japan&#34;,&#34;Jordan&#34;,&#34;Korea, Dem. Rep.&#34;,&#34;Korea, Rep.&#34;,&#34;Kuwait&#34;,&#34;Lebanon&#34;,&#34;Malaysia&#34;,&#34;Mongolia&#34;,&#34;Myanmar&#34;,&#34;Nepal&#34;,&#34;Oman&#34;,&#34;Pakistan&#34;,&#34;Philippines&#34;,&#34;Saudi Arabia&#34;,&#34;Singapore&#34;,&#34;Sri Lanka&#34;,&#34;Syria&#34;,&#34;Taiwan&#34;,&#34;Thailand&#34;,&#34;Vietnam&#34;,&#34;West Bank and Gaza&#34;,&#34;Yemen, Rep.&#34;],&#34;hovertext&#34;:[&#34;avg_gdp:   779&lt;br /&gt;avg_life: 42.6&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Afghanistan&#34;,&#34;avg_gdp: 24497&lt;br /&gt;avg_life: 74.8&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Bahrain&#34;,&#34;avg_gdp:  1167&lt;br /&gt;avg_life: 61.8&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Bangladesh&#34;,&#34;avg_gdp:  1115&lt;br /&gt;avg_life: 57.7&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Cambodia&#34;,&#34;avg_gdp:  3456&lt;br /&gt;avg_life: 71.8&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: China&#34;,&#34;avg_gdp: 32771&lt;br /&gt;avg_life: 81.2&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Hong Kong, China&#34;,&#34;avg_gdp:  1886&lt;br /&gt;avg_life: 63.1&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: India&#34;,&#34;avg_gdp:  3178&lt;br /&gt;avg_life: 68.4&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Indonesia&#34;,&#34;avg_gdp:  9703&lt;br /&gt;avg_life: 69.5&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Iran&#34;,&#34;avg_gdp:  3979&lt;br /&gt;avg_life: 58.5&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Iraq&#34;,&#34;avg_gdp: 22775&lt;br /&gt;avg_life: 79.6&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Israel&#34;,&#34;avg_gdp: 29692&lt;br /&gt;avg_life: 81.8&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Japan&#34;,&#34;avg_gdp:  4003&lt;br /&gt;avg_life: 71.2&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Jordan&#34;,&#34;avg_gdp:  1644&lt;br /&gt;avg_life: 67.2&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Korea, Dem. Rep.&#34;,&#34;avg_gdp: 19525&lt;br /&gt;avg_life: 76.8&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Korea, Rep.&#34;,&#34;avg_gdp: 40906&lt;br /&gt;avg_life: 76.9&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Kuwait&#34;,&#34;avg_gdp:  9510&lt;br /&gt;avg_life: 71.1&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Lebanon&#34;,&#34;avg_gdp: 10931&lt;br /&gt;avg_life: 73.1&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Malaysia&#34;,&#34;avg_gdp:  2380&lt;br /&gt;avg_life: 65.2&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Mongolia&#34;,&#34;avg_gdp:   657&lt;br /&gt;avg_life: 60.8&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Myanmar&#34;,&#34;avg_gdp:  1053&lt;br /&gt;avg_life: 61.5&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Nepal&#34;,&#34;avg_gdp: 20598&lt;br /&gt;avg_life: 74.1&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Oman&#34;,&#34;avg_gdp:  2249&lt;br /&gt;avg_life: 63.6&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Pakistan&#34;,&#34;avg_gdp:  2793&lt;br /&gt;avg_life: 70.2&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Philippines&#34;,&#34;avg_gdp: 20419&lt;br /&gt;avg_life: 71.6&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Saudi Arabia&#34;,&#34;avg_gdp: 38895&lt;br /&gt;avg_life: 78.6&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Singapore&#34;,&#34;avg_gdp:  3217&lt;br /&gt;avg_life: 71.2&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Sri Lanka&#34;,&#34;avg_gdp:  4097&lt;br /&gt;avg_life: 72.9&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Syria&#34;,&#34;avg_gdp: 24054&lt;br /&gt;avg_life: 76.9&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Taiwan&#34;,&#34;avg_gdp:  6408&lt;br /&gt;avg_life: 68.9&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Thailand&#34;,&#34;avg_gdp:  1864&lt;br /&gt;avg_life: 72.6&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Vietnam&#34;,&#34;avg_gdp:  4884&lt;br /&gt;avg_life: 72.3&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: West Bank and Gaza&#34;,&#34;avg_gdp:  2211&lt;br /&gt;avg_life: 60.3&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Yemen, Rep.&#34;],&#34;textfont&#34;:{&#34;size&#34;:8.31496062992126,&#34;color&#34;:&#34;rgba(0,191,125,1)&#34;},&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;text&#34;,&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34;Asia&#34;,&#34;legendgroup&#34;:&#34;Asia&#34;,&#34;showlegend&#34;:false,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[3.66068514409951,4.5125066096541,4.48543599205057,3.78370424250963,3.90934131248531,4.08066515550477,4.27475830787878,4.51076507057034,4.45299007477962,4.45375564554941,4.47709741882628,4.36046948640673,4.17187905673463,4.50245029453059,4.51971860982492,4.43250345570442,3.87072967448547,4.52620492575145,4.6542546300248,4.09750889663096,4.28721621089926,3.93852611693021,3.91972173615152,4.1706852723108,4.32626336525676,4.39270770393705,4.4696648282381,4.54042416565394,3.85668443215778,4.47108034127712],&#34;y&#34;:[74.208,77.973,77.6303333333333,73.262,71.0216666666667,73.968,74.5353333333333,76.4073333333333,77.471,78.829,77.672,77.736,71.5226666666667,79.6023333333333,76.7966666666667,79.0686666666667,73.8563333333333,77.974,78.3886666666667,73.5276666666667,76.3193333333333,70.3726666666667,72.349,72.9243333333333,75.772,79.0303333333333,79.3046666666667,79.7636666666667,69.6856666666667,77.5713333333333],&#34;text&#34;:[&#34;Albania&#34;,&#34;Austria&#34;,&#34;Belgium&#34;,&#34;Bosnia and Herzegovina&#34;,&#34;Bulgaria&#34;,&#34;Croatia&#34;,&#34;Czech Republic&#34;,&#34;Denmark&#34;,&#34;Finland&#34;,&#34;France&#34;,&#34;Germany&#34;,&#34;Greece&#34;,&#34;Hungary&#34;,&#34;Iceland&#34;,&#34;Ireland&#34;,&#34;Italy&#34;,&#34;Montenegro&#34;,&#34;Netherlands&#34;,&#34;Norway&#34;,&#34;Poland&#34;,&#34;Portugal&#34;,&#34;Romania&#34;,&#34;Serbia&#34;,&#34;Slovak Republic&#34;,&#34;Slovenia&#34;,&#34;Spain&#34;,&#34;Sweden&#34;,&#34;Switzerland&#34;,&#34;Turkey&#34;,&#34;United Kingdom&#34;],&#34;hovertext&#34;:[&#34;avg_gdp:  4578&lt;br /&gt;avg_life: 75.0&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Albania&#34;,&#34;avg_gdp: 32547&lt;br /&gt;avg_life: 78.8&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Austria&#34;,&#34;avg_gdp: 30580&lt;br /&gt;avg_life: 78.4&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Belgium&#34;,&#34;avg_gdp:  6077&lt;br /&gt;avg_life: 74.1&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Bosnia and Herzegovina&#34;,&#34;avg_gdp:  8116&lt;br /&gt;avg_life: 71.8&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Bulgaria&#34;,&#34;avg_gdp: 12041&lt;br /&gt;avg_life: 74.8&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Croatia&#34;,&#34;avg_gdp: 18826&lt;br /&gt;avg_life: 75.3&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Czech Republic&#34;,&#34;avg_gdp: 32416&lt;br /&gt;avg_life: 77.2&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Denmark&#34;,&#34;avg_gdp: 28379&lt;br /&gt;avg_life: 78.3&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Finland&#34;,&#34;avg_gdp: 28429&lt;br /&gt;avg_life: 79.6&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: France&#34;,&#34;avg_gdp: 29998&lt;br /&gt;avg_life: 78.5&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Germany&#34;,&#34;avg_gdp: 22933&lt;br /&gt;avg_life: 78.5&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Greece&#34;,&#34;avg_gdp: 14855&lt;br /&gt;avg_life: 72.3&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Hungary&#34;,&#34;avg_gdp: 31802&lt;br /&gt;avg_life: 80.4&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Iceland&#34;,&#34;avg_gdp: 33092&lt;br /&gt;avg_life: 77.6&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Ireland&#34;,&#34;avg_gdp: 27071&lt;br /&gt;avg_life: 79.9&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Italy&#34;,&#34;avg_gdp:  7426&lt;br /&gt;avg_life: 74.7&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Montenegro&#34;,&#34;avg_gdp: 33590&lt;br /&gt;avg_life: 78.8&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Netherlands&#34;,&#34;avg_gdp: 45108&lt;br /&gt;avg_life: 79.2&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Norway&#34;,&#34;avg_gdp: 12517&lt;br /&gt;avg_life: 74.3&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Poland&#34;,&#34;avg_gdp: 19374&lt;br /&gt;avg_life: 77.1&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Portugal&#34;,&#34;avg_gdp:  8680&lt;br /&gt;avg_life: 71.2&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Romania&#34;,&#34;avg_gdp:  8312&lt;br /&gt;avg_life: 73.1&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Serbia&#34;,&#34;avg_gdp: 14814&lt;br /&gt;avg_life: 73.7&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Slovak Republic&#34;,&#34;avg_gdp: 21196&lt;br /&gt;avg_life: 76.6&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Slovenia&#34;,&#34;avg_gdp: 24701&lt;br /&gt;avg_life: 79.8&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Spain&#34;,&#34;avg_gdp: 29489&lt;br /&gt;avg_life: 80.1&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Sweden&#34;,&#34;avg_gdp: 34708&lt;br /&gt;avg_life: 80.6&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Switzerland&#34;,&#34;avg_gdp:  7189&lt;br /&gt;avg_life: 70.5&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Turkey&#34;,&#34;avg_gdp: 29586&lt;br /&gt;avg_life: 78.4&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: United Kingdom&#34;],&#34;textfont&#34;:{&#34;size&#34;:8.31496062992126,&#34;color&#34;:&#34;rgba(0,176,246,1)&#34;},&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;text&#34;,&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34;Europe&#34;,&#34;legendgroup&#34;:&#34;Europe&#34;,&#34;showlegend&#34;:false,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[4.48723766591315,4.36439603639178],&#34;y&#34;:[79.345,78.1546666666667],&#34;text&#34;:[&#34;Australia&#34;,&#34;New Zealand&#34;],&#34;hovertext&#34;:[&#34;avg_gdp: 30707&lt;br /&gt;avg_life: 80.1&lt;br /&gt;continent: Oceania&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Australia&#34;,&#34;avg_gdp: 23142&lt;br /&gt;avg_life: 79.0&lt;br /&gt;continent: Oceania&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: New Zealand&#34;],&#34;textfont&#34;:{&#34;size&#34;:8.31496062992126,&#34;color&#34;:&#34;rgba(231,107,243,1)&#34;},&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;text&#34;,&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34;Oceania&#34;,&#34;legendgroup&#34;:&#34;Oceania&#34;,&#34;showlegend&#34;:false,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null}],&#34;layout&#34;:{&#34;margin&#34;:{&#34;t&#34;:43.7625570776256,&#34;r&#34;:7.30593607305936,&#34;b&#34;:40.1826484018265,&#34;l&#34;:37.2602739726027},&#34;plot_bgcolor&#34;:&#34;rgba(255,255,255,1)&#34;,&#34;paper_bgcolor&#34;:&#34;rgba(255,255,255,1)&#34;,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:14.6118721461187},&#34;title&#34;:{&#34;text&#34;:&#34;Life Expectancy vs GDP per capita, 1997-2007&#34;,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:17.5342465753425},&#34;x&#34;:0,&#34;xref&#34;:&#34;paper&#34;},&#34;xaxis&#34;:{&#34;domain&#34;:[0,1],&#34;automargin&#34;:true,&#34;type&#34;:&#34;linear&#34;,&#34;autorange&#34;:false,&#34;range&#34;:[2.33183952765169,4.7648458253759],&#34;tickmode&#34;:&#34;array&#34;,&#34;ticktext&#34;:[&#34;$300.00&#34;,&#34;$1,000.00&#34;,&#34;$3,000.00&#34;,&#34;$10,000.00&#34;,&#34;$30,000.00&#34;],&#34;tickvals&#34;:[2.47712125471966,3,3.47712125471966,4,4.47712125471966],&#34;categoryorder&#34;:&#34;array&#34;,&#34;categoryarray&#34;:[&#34;$300.00&#34;,&#34;$1,000.00&#34;,&#34;$3,000.00&#34;,&#34;$10,000.00&#34;,&#34;$30,000.00&#34;],&#34;nticks&#34;:null,&#34;ticks&#34;:&#34;outside&#34;,&#34;tickcolor&#34;:&#34;rgba(51,51,51,1)&#34;,&#34;ticklen&#34;:3.65296803652968,&#34;tickwidth&#34;:0.66417600664176,&#34;showticklabels&#34;:true,&#34;tickfont&#34;:{&#34;color&#34;:&#34;rgba(77,77,77,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:11.689497716895},&#34;tickangle&#34;:-0,&#34;showline&#34;:false,&#34;linecolor&#34;:null,&#34;linewidth&#34;:0,&#34;showgrid&#34;:true,&#34;gridcolor&#34;:&#34;rgba(235,235,235,1)&#34;,&#34;gridwidth&#34;:0.66417600664176,&#34;zeroline&#34;:false,&#34;anchor&#34;:&#34;y&#34;,&#34;title&#34;:{&#34;text&#34;:&#34;Average GDP per capita&#34;,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:14.6118721461187}},&#34;hoverformat&#34;:&#34;.2f&#34;},&#34;yaxis&#34;:{&#34;domain&#34;:[0,1],&#34;automargin&#34;:true,&#34;type&#34;:&#34;linear&#34;,&#34;autorange&#34;:false,&#34;range&#34;:[37.7070333333333,83.8623],&#34;tickmode&#34;:&#34;array&#34;,&#34;ticktext&#34;:[&#34;40&#34;,&#34;50&#34;,&#34;60&#34;,&#34;70&#34;,&#34;80&#34;],&#34;tickvals&#34;:[40,50,60,70,80],&#34;categoryorder&#34;:&#34;array&#34;,&#34;categoryarray&#34;:[&#34;40&#34;,&#34;50&#34;,&#34;60&#34;,&#34;70&#34;,&#34;80&#34;],&#34;nticks&#34;:null,&#34;ticks&#34;:&#34;outside&#34;,&#34;tickcolor&#34;:&#34;rgba(51,51,51,1)&#34;,&#34;ticklen&#34;:3.65296803652968,&#34;tickwidth&#34;:0.66417600664176,&#34;showticklabels&#34;:true,&#34;tickfont&#34;:{&#34;color&#34;:&#34;rgba(77,77,77,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:11.689497716895},&#34;tickangle&#34;:-0,&#34;showline&#34;:false,&#34;linecolor&#34;:null,&#34;linewidth&#34;:0,&#34;showgrid&#34;:true,&#34;gridcolor&#34;:&#34;rgba(235,235,235,1)&#34;,&#34;gridwidth&#34;:0.66417600664176,&#34;zeroline&#34;:false,&#34;anchor&#34;:&#34;x&#34;,&#34;title&#34;:{&#34;text&#34;:&#34;Average Life Expectancy&#34;,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:14.6118721461187}},&#34;hoverformat&#34;:&#34;.2f&#34;},&#34;shapes&#34;:[{&#34;type&#34;:&#34;rect&#34;,&#34;fillcolor&#34;:&#34;transparent&#34;,&#34;line&#34;:{&#34;color&#34;:&#34;rgba(51,51,51,1)&#34;,&#34;width&#34;:0.66417600664176,&#34;linetype&#34;:&#34;solid&#34;},&#34;yref&#34;:&#34;paper&#34;,&#34;xref&#34;:&#34;paper&#34;,&#34;x0&#34;:0,&#34;x1&#34;:1,&#34;y0&#34;:0,&#34;y1&#34;:1}],&#34;showlegend&#34;:false,&#34;legend&#34;:{&#34;bgcolor&#34;:&#34;rgba(255,255,255,1)&#34;,&#34;bordercolor&#34;:&#34;transparent&#34;,&#34;borderwidth&#34;:1.88976377952756,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:11.689497716895}},&#34;hovermode&#34;:&#34;closest&#34;,&#34;barmode&#34;:&#34;relative&#34;},&#34;config&#34;:{&#34;doubleClick&#34;:&#34;reset&#34;,&#34;showSendToCloud&#34;:false},&#34;source&#34;:&#34;A&#34;,&#34;attrs&#34;:{&#34;25f41cbb6686&#34;:{&#34;x&#34;:{},&#34;y&#34;:{},&#34;colour&#34;:{},&#34;size&#34;:{},&#34;label&#34;:{},&#34;type&#34;:&#34;scatter&#34;},&#34;25f476d71f12&#34;:{&#34;x&#34;:{},&#34;y&#34;:{},&#34;colour&#34;:{},&#34;size&#34;:{},&#34;label&#34;:{}}},&#34;cur_data&#34;:&#34;25f41cbb6686&#34;,&#34;visdat&#34;:{&#34;25f41cbb6686&#34;:[&#34;function (y) &#34;,&#34;x&#34;],&#34;25f476d71f12&#34;:[&#34;function (y) &#34;,&#34;x&#34;]},&#34;highlight&#34;:{&#34;on&#34;:&#34;plotly_click&#34;,&#34;persistent&#34;:false,&#34;dynamic&#34;:false,&#34;selectize&#34;:false,&#34;opacityDim&#34;:0.2,&#34;selected&#34;:{&#34;opacity&#34;:1},&#34;debounce&#34;:0},&#34;shinyEvents&#34;:[&#34;plotly_hover&#34;,&#34;plotly_click&#34;,&#34;plotly_selected&#34;,&#34;plotly_relayout&#34;,&#34;plotly_brushed&#34;,&#34;plotly_brushing&#34;,&#34;plotly_clickannotation&#34;,&#34;plotly_doubleclick&#34;,&#34;plotly_deselect&#34;,&#34;plotly_afterplot&#34;,&#34;plotly_sunburstclick&#34;],&#34;base_url&#34;:&#34;https://plot.ly&#34;},&#34;evals&#34;:[],&#34;jsHooks&#34;:[]}&lt;/script&gt;
&lt;/div&gt;
&lt;div id=&#34;animated-graphs&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Animated Graphs&lt;/h2&gt;
&lt;p&gt;Animated graphs have recently become popular. The internet is full of tutorials and code-throughs where people explain how to do something interesting with R, so here is one if you wanted to know more about &lt;a href=&#34;https://www.infoworld.com/video/89987/r-tip-animations-in-r&#34;&gt;animations in R&lt;/a&gt;. You have to install the &lt;code&gt;gganimate&lt;/code&gt; package and the animated graphs usually take some time to produce, as R needs to generates a number of GIF files and then create the animation, so please be patient!&lt;/p&gt;
&lt;div id=&#34;gapminder-animations---transition_time&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Gapminder Animations - &lt;code&gt;transition_time()&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;First we look at an animated boxplot of life expectancy by continent over time. The code to produce the plot is fairly straight-forward &lt;code&gt;ggplot&lt;/code&gt;, but the last couple of lines ( &lt;code&gt;transition_time(year)&lt;/code&gt; + &lt;code&gt;ease_aes(&#34;linear&#34;)&lt;/code&gt;) are the ones that produce the animation.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;library(gganimate)

boxplot_animation &amp;lt;- ggplot(data = gapminder,
       mapping = aes(x = continent,
                     y = lifeExp,
                     fill = continent)) +
  geom_boxplot() +
  theme_bw() +
  theme(legend.position=&amp;quot;none&amp;quot;) +
  labs(title = &amp;quot;Year: {frame_time}&amp;quot;, 
       x = &amp;quot;Continent&amp;quot;, 
       y = &amp;quot;Life Expectancy&amp;quot;) +  
  transition_time(year) +
  ease_aes(&amp;quot;linear&amp;quot;)


animate(boxplot_animation, height=600, width = 600)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/animated_boxplot-1.gif&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;If we want to animate the evolution of the relationship between life expectancy and GDP, similar to &lt;a href=&#34;https://www.youtube.com/watch?v=jbkSRLYSojo&#34;&gt;Hans Rosling’s 200 Countries, 200 Years, 4 Minutes&lt;/a&gt;, we can use the code below&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;animation1 &amp;lt;- ggplot(data = gapminder,
       mapping = aes(x = gdpPercap,
                     y = lifeExp,
                     colour = continent,
                     size = pop)) +
  geom_point(alpha = 0.5) +
  scale_x_log10(labels = scales::dollar) +
  theme_bw() +
  theme(legend.position=&amp;quot;none&amp;quot;) +
  labs(title = &amp;quot;Year: {frame_time}&amp;quot;, 
       x = &amp;quot;GDP per capita&amp;quot;, 
       y = &amp;quot;Life Expectancy&amp;quot;) +    
  transition_time(year)+
  ease_aes(&amp;quot;linear&amp;quot;)

animate(animation1, height=600, width = 600)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/animation-1.gif&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Finally, instead of one scatter plot, if we wanted to facet our animation by continent, we just add the &lt;code&gt;facet_wrap(~continent)&lt;/code&gt; line of code as shown below&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;faceted_animation &amp;lt;- ggplot(data = gapminder,
       mapping = aes(x = gdpPercap,
                     y = lifeExp,
                     colour = continent,
                     size = pop)) +
  geom_point(alpha = 0.5) +
  scale_x_log10(labels = scales::dollar) +
  theme_bw() +
  theme(legend.position=&amp;quot;none&amp;quot;) +
  facet_wrap(~continent) +
  labs(title = &amp;quot;Year: {frame_time}&amp;quot;, 
       x = &amp;quot;GDP per capita&amp;quot;, 
       y = &amp;quot;Life Expectancy&amp;quot;) +    
  transition_time(year)+
  ease_aes(&amp;quot;linear&amp;quot;)

animate(faceted_animation, height=800, width = 800)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/faceted_animation_by_continent-1.gif&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;why-you-should-always-plot-your-data&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Why you should always plot your data&lt;/h2&gt;
&lt;p&gt;We have touched on the basics of &lt;code&gt;ggplot&lt;/code&gt; visualisations, but in this section we wanted to discuss why one should always plot the data and not just rely on tables of summary statistics.&lt;/p&gt;
&lt;p&gt;Let us consider thirteen datasets all of which have 142 observations of (x,y) values. The table below shows the average value of X and Y, the standard deviation of X and Y, as well as the correlation coefficient between X and Y.&lt;/p&gt;
&lt;table class=&#34;table table-striped table-bordered&#34; style=&#34;margin-left: auto; margin-right: auto;&#34;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
id
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
n
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
mean_x
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
mean_y
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
sd_x
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
sd_y
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
correlation
&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
142
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
54.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
47.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
16.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
26.9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.064
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
2
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
142
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
54.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
47.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
16.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
26.9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.069
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
142
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
54.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
47.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
16.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
26.9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.068
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
4
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
142
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
54.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
47.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
16.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
26.9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.064
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
5
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
142
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
54.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
47.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
16.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
26.9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.060
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
6
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
142
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
54.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
47.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
16.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
26.9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.062
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
7
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
142
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
54.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
47.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
16.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
26.9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.069
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
142
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
54.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
47.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
16.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
26.9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.069
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
142
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
54.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
47.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
16.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
26.9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.069
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
10
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
142
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
54.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
47.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
16.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
26.9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.063
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
11
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
142
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
54.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
47.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
16.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
26.9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.069
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
12
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
142
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
54.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
47.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
16.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
26.9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.067
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
13
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
142
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
54.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
47.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
16.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
26.9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.066
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Since our datasets contain values for X and Y, we can estimate 13 regression models and plot the values for each of the 13 intercepts and slope for X.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/datasaurus-regression-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;If we just looked at either the summary statistics table, or the plots of intercepts and slopes, we may be tempted to conclude that the 13 datasets are either identical or very much alike. However, this is far from the truth, as this is what the 13 individual datasets look like.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/datasaurus_graph-1.png&#34; width=&#34;768&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;!-- We can create an animation to show how the data sets change --&gt;
&lt;!-- ```{r datasaurus_animation, warning = FALSE} --&gt;
&lt;!-- ggplot(datasaurus_dozen, aes(x = x, y = y))+ --&gt;
&lt;!--   geom_point() + --&gt;
&lt;!--   theme_bw() + --&gt;
&lt;!--   transition_states(dataset, 3, 1) + --&gt;
&lt;!--   ease_aes(&#39;cubic-in-out&#39;) --&gt;
&lt;!-- ``` --&gt;
&lt;p&gt;You can read more about why you &lt;a href=&#34;https://www.autodeskresearch.com/publications/samestats&#34;&gt;should never trust summary statistics alone and should always visualize your data&lt;/a&gt;.&lt;/p&gt;
&lt;div id=&#34;what-data-patterns-can-lie-behind-a-correlation-coefficient&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;What data patterns can lie behind a correlation coefficient?&lt;/h3&gt;
&lt;p&gt;Jan Vanhove has written about the &lt;a href=&#34;http://janhove.github.io/teaching/2016/11/21/what-correlations-look-like&#34;&gt;data patterns that can lie behind a correlation coefficient&lt;/a&gt; and why you should always plot and visualise a scatter plot; he has created a package, &lt;code&gt;cannoball&lt;/code&gt;, where you specify a correlation coefficient &lt;code&gt;r&lt;/code&gt; and a sample size &lt;code&gt;n&lt;/code&gt;, and you get multiple scatterplots of the same correlation value, but fairly different in their scatter.&lt;/p&gt;
&lt;p&gt;We will visualise 16 different datasets, all of which have a correlation of 0.50, and a sample of size n = 100.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/start/02-start_files/figure-html/cannonball_correlations-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;rstudios-primers-for-ggplot2&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;RStudio’s primers for &lt;strong&gt;ggplot2&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;You can work through RStudio’s introductory primers for &lt;strong&gt;ggplot2&lt;/strong&gt;; these are fairly short once you get used to the syntax of &lt;code&gt;ggplot()&lt;/code&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;RStudios’s primers on visualising data&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://rstudio.cloud/learn/primers/3.1&#34;&gt;Exploratory Data Analysis&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://rstudio.cloud/learn/primers/3.2&#34;&gt;Bar Charts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://rstudio.cloud/learn/primers/3.3&#34;&gt;Histograms&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://rstudio.cloud/learn/primers/3.4&#34;&gt;Boxplots and Counts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://rstudio.cloud/learn/primers/3.5&#34;&gt;Scatterplots&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://rstudio.cloud/learn/primers/3.6&#34;&gt;Line plots&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://rstudio.cloud/learn/primers/3.7&#34;&gt;Overplotting and Big Data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://rstudio.cloud/learn/primers/3.8&#34;&gt;Customize Your Plots&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;further-resources&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Further resources&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://resources.rstudio.com/the-essentials-of-data-science/data-visualization-2-1&#34;&gt;Data visualisation with ggplot cheatsheet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/rstudio/cheatsheets/raw/master/gganimate.pdf&#34;&gt;gganimate cheatsheet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://cedricscherer.netlify.com/2019/05/17/the-evolution-of-a-ggplot-ep.-1/&#34;&gt;The Evolution of a ggplot&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/clauswilke/practical_ggplot2&#34;&gt;Step-by-step examples of building publication-quality figures in ggplot2 from ‘Fundamentals of Data Visualization’ by Claus Wilke&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/TheEconomist/covid-19-excess-deaths-tracker&#34;&gt;The Economist’s tracker for covid-19 excess deaths&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Model diagnostics</title>
      <link>https://usi-emba-analytics.netlify.app/example/modelling_diagnostics/</link>
      <pubDate>Wed, 29 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/example/modelling_diagnostics/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#linear-regression-assumptions-l-i-n-e&#34;&gt;Linear Regression Assumptions: &lt;strong&gt;L-I-N-E&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#regression-diagnostic-plots-with-ggfortifyautoplot&#34;&gt;Regression diagnostic plots with &lt;code&gt;ggfortify::autoplot()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;linear-regression-assumptions-l-i-n-e&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Linear Regression Assumptions: &lt;strong&gt;L-I-N-E&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;L&lt;/strong&gt;: Linear relationship between (Y) and the explanatory variable (X)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;I&lt;/strong&gt;: Independence of errors—there’s no connection between how far any two points lie from the regression line
_ &lt;strong&gt;N&lt;/strong&gt;: Normal distribution of Y at each level of X&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;E&lt;/strong&gt;: equality of variance of the errors – variability remains the same for all levels of X.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In other words, the residuals (errors) should satisfy the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;L: The mean value for Y at each level of X lies on regression line.&lt;/li&gt;
&lt;li&gt;I: There is no clear pattern in the errors&lt;/li&gt;
&lt;li&gt;N: At each level of X, the values for Y are normally distributed.&lt;/li&gt;
&lt;li&gt;E: The variability in the Y’s for each level of X is the same&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;figure&#34; style=&#34;text-align: center&#34;&gt;&lt;span id=&#34;fig:OLSassumptions&#34;&gt;&lt;/span&gt;
&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/modelling_diagnostics_files/figure-html/OLSassumptions-1.png&#34; alt=&#34;Assumptions for linear ordinary least squares (OLS) regression&#34; width=&#34;90%&#34; /&gt;
&lt;p class=&#34;caption&#34;&gt;
Figure 1: Assumptions for linear ordinary least squares (OLS) regression
&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;regression-diagnostic-plots-with-ggfortifyautoplot&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Regression diagnostic plots with &lt;code&gt;ggfortify::autoplot()&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;Let us see what is happening in our models. We will use the &lt;code&gt;ggfortify&lt;/code&gt; package and its &lt;code&gt;autoplot()&lt;/code&gt; command to get the following regression diagnostic plots:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;&lt;strong&gt;Residuals vs. Fitted&lt;/strong&gt;: checks Linearity assumption. Residuals should be random, with no pattern, and around Y = 0; if not, there is a pattern in the data that is currently unaccounted for.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Normal Q-Q&lt;/strong&gt;: checks residual Normality assumption. Deviations from a straight line indicate that residuals do not follow a Normal distribution.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Scale-Location&lt;/strong&gt;: checks whether residuals have equal/constant variance or not. Positive or negative trends across the fitted values indicate variability that is not constant.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Residuals vs. Leverage&lt;/strong&gt;: check for influential points. Points with high leverage (having unusual values of the predictors) and/or high absolute residuals can have an undue influence on estimates of model parameters.&lt;/li&gt;
&lt;/ol&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;model1 &amp;lt;- lm(body_mass_g ~ flipper_length_mm, data = penguins)

model2 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + species , data = penguins)

model3 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + species + sex , data = penguins)

model4 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + species + sex , data = penguins)

model5 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + species + sex + bill_length_mm + bill_depth_mm , data = penguins)

model6 &amp;lt;- lm(body_mass_g ~ . , data = penguins)


library(ggfortify)

autoplot(model1) +
  theme_minimal() + 
  labs (title = &amp;quot;Model 1 Diagnostic Plots&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/modelling_diagnostics_files/figure-html/unnamed-chunk-1-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;autoplot(model2) +
  theme_minimal() + 
  labs (title = &amp;quot;Model 2 Diagnostic Plots&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/modelling_diagnostics_files/figure-html/unnamed-chunk-1-2.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;autoplot(model3) +
  theme_minimal() + 
  labs (title = &amp;quot;Model 3 Diagnostic Plots&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/modelling_diagnostics_files/figure-html/unnamed-chunk-1-3.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;autoplot(model4) +
  theme_minimal() + 
  labs (title = &amp;quot;Model 4 Diagnostic Plots&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/modelling_diagnostics_files/figure-html/unnamed-chunk-1-4.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;autoplot(model5) +
  theme_minimal() + 
  labs (title = &amp;quot;Model 5 Diagnostic Plots&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/modelling_diagnostics_files/figure-html/unnamed-chunk-1-5.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;autoplot(model6) +
  theme_minimal() + 
  labs (title = &amp;quot;Model 6 Diagnostic Plots&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/modelling_diagnostics_files/figure-html/unnamed-chunk-1-6.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Model diagnostics</title>
      <link>https://usi-emba-analytics.netlify.app/model/modelling_diagnostics/</link>
      <pubDate>Wed, 29 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/model/modelling_diagnostics/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#linear-regression-assumptions-l-i-n-e&#34;&gt;Linear Regression Assumptions: &lt;strong&gt;L-I-N-E&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#regression-diagnostic-plots-with-ggfortifyautoplot&#34;&gt;Regression diagnostic plots with &lt;code&gt;ggfortify::autoplot()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;linear-regression-assumptions-l-i-n-e&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Linear Regression Assumptions: &lt;strong&gt;L-I-N-E&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;L&lt;/strong&gt;: Linear relationship between (Y) and the explanatory variable (X)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;I&lt;/strong&gt;: Independence of errors—there’s no connection between how far any two points lie from the regression line
_ &lt;strong&gt;N&lt;/strong&gt;: Normal distribution of Y at each level of X&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;E&lt;/strong&gt;: equality of variance of the errors – variability remains the same for all levels of X.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In other words, the residuals (errors) should satisfy the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;L: The mean value for Y at each level of X lies on regression line.&lt;/li&gt;
&lt;li&gt;I: There is no clear pattern in the errors&lt;/li&gt;
&lt;li&gt;N: At each level of X, the values for Y are normally distributed.&lt;/li&gt;
&lt;li&gt;E: The variability in the Y’s for each level of X is the same&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;figure&#34; style=&#34;text-align: center&#34;&gt;&lt;span id=&#34;fig:OLSassumptions&#34;&gt;&lt;/span&gt;
&lt;img src=&#34;https://usi-emba-analytics.netlify.app/model/modelling_diagnostics_files/figure-html/OLSassumptions-1.png&#34; alt=&#34;Assumptions for linear ordinary least squares (OLS) regression&#34; width=&#34;90%&#34; /&gt;
&lt;p class=&#34;caption&#34;&gt;
Figure 1: Assumptions for linear ordinary least squares (OLS) regression
&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;regression-diagnostic-plots-with-ggfortifyautoplot&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Regression diagnostic plots with &lt;code&gt;ggfortify::autoplot()&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;Let us see what is happening in our models. We will use the &lt;code&gt;ggfortify&lt;/code&gt; package and its &lt;code&gt;autoplot()&lt;/code&gt; command to get the following regression diagnostic plots:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;&lt;strong&gt;Residuals vs. Fitted&lt;/strong&gt;: checks Linearity assumption. Residuals should be random, with no pattern, and around Y = 0; if not, there is a pattern in the data that is currently unaccounted for.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Normal Q-Q&lt;/strong&gt;: checks residual Normality assumption. Deviations from a straight line indicate that residuals do not follow a Normal distribution.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Scale-Location&lt;/strong&gt;: checks whether residuals have equal/constant variance or not. Positive or negative trends across the fitted values indicate variability that is not constant.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Residuals vs. Leverage&lt;/strong&gt;: check for influential points. Points with high leverage (having unusual values of the predictors) and/or high absolute residuals can have an undue influence on estimates of model parameters.&lt;/li&gt;
&lt;/ol&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;model1 &amp;lt;- lm(body_mass_g ~ flipper_length_mm, data = penguins)

model2 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + species , data = penguins)

model3 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + species + sex , data = penguins)

model4 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + species + sex , data = penguins)

model5 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + species + sex + bill_length_mm + bill_depth_mm , data = penguins)

model6 &amp;lt;- lm(body_mass_g ~ . , data = penguins)


library(ggfortify)

autoplot(model1) +
  theme_minimal() + 
  labs (title = &amp;quot;Model 1 Diagnostic Plots&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/model/modelling_diagnostics_files/figure-html/unnamed-chunk-1-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;autoplot(model2) +
  theme_minimal() + 
  labs (title = &amp;quot;Model 2 Diagnostic Plots&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/model/modelling_diagnostics_files/figure-html/unnamed-chunk-1-2.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;autoplot(model3) +
  theme_minimal() + 
  labs (title = &amp;quot;Model 3 Diagnostic Plots&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/model/modelling_diagnostics_files/figure-html/unnamed-chunk-1-3.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;autoplot(model4) +
  theme_minimal() + 
  labs (title = &amp;quot;Model 4 Diagnostic Plots&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/model/modelling_diagnostics_files/figure-html/unnamed-chunk-1-4.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;autoplot(model5) +
  theme_minimal() + 
  labs (title = &amp;quot;Model 5 Diagnostic Plots&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/model/modelling_diagnostics_files/figure-html/unnamed-chunk-1-5.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;autoplot(model6) +
  theme_minimal() + 
  labs (title = &amp;quot;Model 6 Diagnostic Plots&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/model/modelling_diagnostics_files/figure-html/unnamed-chunk-1-6.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Data manipulation</title>
      <link>https://usi-emba-analytics.netlify.app/start/03-start/</link>
      <pubDate>Tue, 21 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/start/03-start/</guid>
      <description>
&lt;script src=&#34;https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/3.5.16/iframeResizer.min.js&#34; type=&#34;text/javascript&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#the-pipe-operator-or&#34;&gt;The &lt;code&gt;pipe&lt;/code&gt; operator, or &lt;strong&gt;&lt;code&gt;%&amp;gt;%&lt;/code&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#key-functions-in-dplyr&#34;&gt;Key functions in &lt;code&gt;dplyr&lt;/code&gt;&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#pick-columns-with-select&#34;&gt;Pick columns with &lt;code&gt;select()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#pick-rows-with-filter&#34;&gt;Pick rows with &lt;code&gt;filter()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#sort-data-with-arrange&#34;&gt;Sort data with &lt;code&gt;arrange()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#add-new-columns-with-mutate&#34;&gt;Add new columns with &lt;code&gt;mutate()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#combine-multiple-verbs-with-pipes&#34;&gt;Combine multiple verbs with pipes (&lt;code&gt;%&amp;gt;%&lt;/code&gt;)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#summarise-data-by-groups-with-group_by-summarise&#34;&gt;Summarise data by groups with &lt;code&gt;group_by() %&amp;gt;% summarise()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#further-resources&#34;&gt;Further resources&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;blockquote&gt;
&lt;p&gt;Learning Objectives &lt;br&gt;
1. Select certain variables (or columns) in a dataframe with the dplyr function &lt;strong&gt;select&lt;/strong&gt; &lt;code&gt;dplyr::select()&lt;/code&gt; &lt;br&gt;
2. Select certain cases (or rows) in a dataframe according to filtering conditions with the dplyr function &lt;strong&gt;filter&lt;/strong&gt; &lt;code&gt;dplyr::filter()&lt;/code&gt; &lt;br&gt;
3. Pass the output of one dplyr function to the input of another function with the ‘pipe’ operator &lt;code&gt;%&amp;gt;%&lt;/code&gt; &lt;br&gt;
4. Create new variables (columns) in a dataframe that are functions of existing columns with &lt;code&gt;dplyr::mutate()&lt;/code&gt; &lt;br&gt;
5. Use &lt;code&gt;dplyr::group_by()&lt;/code&gt;, &lt;code&gt;dplyr::summarise()&lt;/code&gt;, and &lt;code&gt;dplyr::count()&lt;/code&gt; to split a dataframe into groups of observations, calculate summary statistics for each group, and also count the number of total observations in each group &lt;br&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;When working on a real project, data will seldom (if ever!) arrive in exactly the format you would like to have it in in order to analyse it. We need to &lt;strong&gt;manipulate and transform&lt;/strong&gt; data and just as we have a grammar for generating graphics (the &lt;strong&gt;layered grammar of graphics&lt;/strong&gt; in &lt;code&gt;ggplot&lt;/code&gt;), we also have a syntax for data transformation.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;dplyr&lt;/code&gt; is a package that contains useful functions for transforming and manipulating data frames. You can think of these functions as &lt;strong&gt;verbs&lt;/strong&gt;, that do something to the data. All of the &lt;code&gt;dplyr&lt;/code&gt; verbs (or functions), and in fact pretty much everything in the &lt;code&gt;tidyverse&lt;/code&gt;, works in the following fashion:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;The first argument is a data frame&lt;/li&gt;
&lt;li&gt;Subsequent arguments describe what to do with the data frame&lt;/li&gt;
&lt;li&gt;The result is a new data frame&lt;/li&gt;
&lt;/ol&gt;
&lt;div id=&#34;the-pipe-operator-or&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;The &lt;code&gt;pipe&lt;/code&gt; operator, or &lt;strong&gt;&lt;code&gt;%&amp;gt;%&lt;/code&gt;&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;The pipe operator, this strange &lt;strong&gt;&lt;code&gt;%&amp;gt;%&lt;/code&gt;&lt;/strong&gt; thing, takes the value to the left of it and passes it through to the thing to the right of it. Let us create a couple of lists and a simple function to see an example&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# A list (or vector) of multiple values too:
my_first_list &amp;lt;- c(1, 2, 3, 5, 8, 13, 21, 34, 55, 89)
my_second_list &amp;lt;- c(1, 1, 2, 3, 5, 8, 13, 21, 34, 55)

# Define a function that takes X and adds 100
my_function &amp;lt;- function(x) {
  new_x &amp;lt;- x + 100
  return(new_x)
}&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Functions work on single values and on lists (or vectors):&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# call my_function with x=14 as an argument
my_function(14)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 114&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# call my_function with x=my_first_list as an argument; this is a 
# vectorised operation, as it will add 100 to each value in my_first_list
my_function(my_first_list)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;##  [1] 101 102 103 105 108 113 121 134 155 189&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# call my_function with my_first_list+my_second_list as argument; this is a 
# vectorised operation, as it will first add my_first_list+my_second_list 
# and then add 100 to each value 
my_function(my_first_list+my_second_list)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;##  [1] 102 103 105 108 113 121 134 155 189 244&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We can nest functions inside each other and use &lt;code&gt;mean(my_function(my_first_list))&lt;/code&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;mean(my_function(my_first_list))&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 123&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;But this can get really hard to read, since you have to read from the inside out. In English, this nested mess reads “Calculate the &lt;code&gt;mean&lt;/code&gt; of the results of &lt;code&gt;my_function&lt;/code&gt; applied to &lt;code&gt;my_first_list&lt;/code&gt;.” We can simplify this by reversing the nested chain and using the pipe operator&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;my_first_list %&amp;gt;% 
  my_function() %&amp;gt;% 
  mean() &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 123&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Here we start with the data and then describe the actions/verbs to do something to the data. We can read this chain as &#34;Take &lt;code&gt;my_first_list&lt;/code&gt;, pass it through &lt;code&gt;my_function&lt;/code&gt;, and calculate the mean of that.&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;&lt;code&gt;%&amp;gt;%&lt;/code&gt;&lt;/strong&gt; is called a &lt;em&gt;pipe&lt;/em&gt; and you can also read or think of the pipe operator as the words “and then.”
There’s also a keyboard shortcut for this too, since typing %&amp;gt;% all the time can be tedious: In Windows you would use &lt;code&gt;Ctrl + Shift + M&lt;/code&gt; and in Mac wou would use &lt;code&gt;⌘ /Cmd+  shift +  M&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Similarly, we frequently need to perform a series of intermediate steps to transform data for analysis. If we write each step as a discrete command and store their contents as new objects, our code becomes difficult to read and understand.&lt;/p&gt;
&lt;p&gt;When speaking or writing, we never start with a sentence with a verb, but rather with a noun (subject). It is good practice to start with a dataframe/object and then use verbs (or functions) to describe what you want to do.&lt;/p&gt;
&lt;p&gt;Suppose we wanted to look at the first few rows of life expectancy values, using the &lt;code&gt;head()&lt;/code&gt; function, of the &lt;code&gt;gapminder&lt;/code&gt; dataframe.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# Nested command, rather hard to read, since we read from the inside out
head(select(gapminder,lifeExp))&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 1
##   lifeExp
##     &amp;lt;dbl&amp;gt;
## 1    28.8
## 2    30.3
## 3    32.0
## 4    34.0
## 5    36.1
## 6    38.4&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# using the pipe operator: Start with gapminder, and then
gapminder %&amp;gt;% 
  
  # select the column (or variable) lifeExp, and then 
  select(lifeExp) %&amp;gt;% 
  
  # use the head() function to return the first few rows of the dataset 
  head()&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 1
##   lifeExp
##     &amp;lt;dbl&amp;gt;
## 1    28.8
## 2    30.3
## 3    32.0
## 4    34.0
## 5    36.1
## 6    38.4&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;key-functions-in-dplyr&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Key functions in &lt;code&gt;dplyr&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;There are 6 important verbs that you’ll typically use when working with data:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Extract columns/variables with &lt;code&gt;select()&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Extract rows/cases with &lt;code&gt;filter()&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Arrange/sort rows with &lt;code&gt;arrange()&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Make new columns/variables with &lt;code&gt;mutate()&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Make group summaries with &lt;code&gt;group_by %&amp;gt;% summarise()&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;table&gt;
&lt;colgroup&gt;
&lt;col width=&#34;20%&#34; /&gt;
&lt;col width=&#34;80%&#34; /&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th&gt;&lt;code&gt;function()&lt;/code&gt;&lt;/th&gt;
&lt;th&gt;Action performed&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;select()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Selects a subset of &lt;strong&gt;columns&lt;/strong&gt; (or variables) from the data frame&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;filter()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Subsets &lt;strong&gt;observations&lt;/strong&gt; based on their values&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;arrange()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Changes the order of observations based on their values&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;mutate()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Creates new &lt;strong&gt;columns&lt;/strong&gt; (or variables)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;group_by()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Changes the unit of analysis from the complete dataset to individual groups of &lt;strong&gt;columns&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;summarise()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Collapses the data frame to a smaller number of rows which summarise the larger data&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Every &lt;strong&gt;dplyr&lt;/strong&gt; verb follows the same pattern. The first argument is always a data frame, and the function always returns a data frame:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:pink&#39;&gt;VERB&lt;/span&gt;(&lt;span style=&#39;background-color:yellow&#39;&gt;DATA_TO_TRANSFORM&lt;/span&gt;, &lt;span style=&#39;background-color:lightblue&#39;&gt;STUFF_IT_DOES&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;div id=&#34;pick-columns-with-select&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Pick columns with &lt;code&gt;select()&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;If we want to select ], or drop, specific columns from a tibble, we use the &lt;code&gt;select()&lt;/code&gt; verb. For instance, if we wanted to keep only the &lt;code&gt;lifeExp&lt;/code&gt; and &lt;code&gt;year&lt;/code&gt; columns:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt; %&gt;% &lt;span style=&#39;background-color:pink&#39;&gt;select&lt;/span&gt;(&lt;span style=&#39;background-color:lightblue&#39;&gt;lifeExp, year&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1,704 x 2
##    lifeExp  year
##      &amp;lt;dbl&amp;gt; &amp;lt;int&amp;gt;
##  1    28.8  1952
##  2    30.3  1957
##  3    32.0  1962
##  4    34.0  1967
##  5    36.1  1972
##  6    38.4  1977
##  7    39.9  1982
##  8    40.8  1987
##  9    41.7  1992
## 10    41.8  1997
## # ... with 1,694 more rows
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can remove specific columns by prefacing the column names with a minus sign &lt;code&gt;-&lt;/code&gt;. SO to drop &lt;code&gt;-lifeExp&lt;/code&gt; from our tibble, we would use:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt; %&gt;% &lt;span style=&#39;background-color:pink&#39;&gt;select&lt;/span&gt;(&lt;span style=&#39;background-color:lightblue&#39;&gt;-lifeExp&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1,704 x 5
##    country     continent  year      pop gdpPercap
##    &amp;lt;fct&amp;gt;       &amp;lt;fct&amp;gt;     &amp;lt;int&amp;gt;    &amp;lt;int&amp;gt;     &amp;lt;dbl&amp;gt;
##  1 Afghanistan Asia       1952  8425333      779.
##  2 Afghanistan Asia       1957  9240934      821.
##  3 Afghanistan Asia       1962 10267083      853.
##  4 Afghanistan Asia       1967 11537966      836.
##  5 Afghanistan Asia       1972 13079460      740.
##  6 Afghanistan Asia       1977 14880372      786.
##  7 Afghanistan Asia       1982 12881816      978.
##  8 Afghanistan Asia       1987 13867957      852.
##  9 Afghanistan Asia       1992 16317921      649.
## 10 Afghanistan Asia       1997 22227415      635.
## # ... with 1,694 more rows
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can also rename columns using &lt;code&gt;select()&lt;/code&gt;, using the syntax &lt;code&gt;select(new_name = old_name)&lt;/code&gt;.&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt; %&gt;% &lt;span style=&#39;background-color:pink&#39;&gt;select&lt;/span&gt;(&lt;span style=&#39;background-color:lightblue&#39;&gt;year, country, life_expectancy = lifeExp&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1,704 x 3
##     year country     life_expectancy
##    &amp;lt;int&amp;gt; &amp;lt;fct&amp;gt;                 &amp;lt;dbl&amp;gt;
##  1  1952 Afghanistan            28.8
##  2  1957 Afghanistan            30.3
##  3  1962 Afghanistan            32.0
##  4  1967 Afghanistan            34.0
##  5  1972 Afghanistan            36.1
##  6  1977 Afghanistan            38.4
##  7  1982 Afghanistan            39.9
##  8  1987 Afghanistan            40.8
##  9  1992 Afghanistan            41.7
## 10  1997 Afghanistan            41.8
## # ... with 1,694 more rows
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Alternatively, there’s a special &lt;code&gt;rename()&lt;/code&gt; verb with the same syntax, i.e., &lt;code&gt;rename(new_name = old_name)&lt;/code&gt; that will rename a column to a new name, while keeping all the other columns:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt; %&gt;% &lt;span style=&#39;background-color:pink&#39;&gt;rename&lt;/span&gt;(&lt;span style=&#39;background-color:lightblue&#39;&gt;life_expectancy = lifeExp&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1,704 x 6
##    country     continent  year life_expectancy      pop gdpPercap
##    &amp;lt;fct&amp;gt;       &amp;lt;fct&amp;gt;     &amp;lt;int&amp;gt;           &amp;lt;dbl&amp;gt;    &amp;lt;int&amp;gt;     &amp;lt;dbl&amp;gt;
##  1 Afghanistan Asia       1952            28.8  8425333      779.
##  2 Afghanistan Asia       1957            30.3  9240934      821.
##  3 Afghanistan Asia       1962            32.0 10267083      853.
##  4 Afghanistan Asia       1967            34.0 11537966      836.
##  5 Afghanistan Asia       1972            36.1 13079460      740.
##  6 Afghanistan Asia       1977            38.4 14880372      786.
##  7 Afghanistan Asia       1982            39.9 12881816      978.
##  8 Afghanistan Asia       1987            40.8 13867957      852.
##  9 Afghanistan Asia       1992            41.7 16317921      649.
## 10 Afghanistan Asia       1997            41.8 22227415      635.
## # ... with 1,694 more rows
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;pick-rows-with-filter&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Pick rows with &lt;code&gt;filter()&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;The &lt;code&gt;filter()&lt;/code&gt; function takes two arguments: a tibble to transform, and a set of tests. It will return each row for which the test is TRUE.&lt;/p&gt;
&lt;p&gt;This code, for instance, will look at the &lt;code&gt;gapminder&lt;/code&gt; dataset and return all rows where &lt;code&gt;country&lt;/code&gt; is equal to “Jordan”.&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:pink&#39;&gt;filter&lt;/span&gt;(&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt;, &lt;span style=&#39;background-color:lightblue&#39;&gt;country == &#34;Jordan&#34;&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 12 x 6
##    country continent  year lifeExp     pop gdpPercap
##    &amp;lt;fct&amp;gt;   &amp;lt;fct&amp;gt;     &amp;lt;int&amp;gt;   &amp;lt;dbl&amp;gt;   &amp;lt;int&amp;gt;     &amp;lt;dbl&amp;gt;
##  1 Jordan  Asia       1952    43.2  607914     1547.
##  2 Jordan  Asia       1957    45.7  746559     1886.
##  3 Jordan  Asia       1962    48.1  933559     2348.
##  4 Jordan  Asia       1967    51.6 1255058     2742.
##  5 Jordan  Asia       1972    56.5 1613551     2111.
##  6 Jordan  Asia       1977    61.1 1937652     2852.
##  7 Jordan  Asia       1982    63.7 2347031     4161.
##  8 Jordan  Asia       1987    65.9 2820042     4449.
##  9 Jordan  Asia       1992    68.0 3867409     3432.
## 10 Jordan  Asia       1997    69.8 4526235     3645.
## 11 Jordan  Asia       2002    71.3 5307470     3845.
## 12 Jordan  Asia       2007    72.5 6053193     4519.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Notice that there are two equal signs (&lt;code&gt;==&lt;/code&gt;).
Please note that when testing for equality, we use a double equal sign, (&lt;code&gt;==&lt;/code&gt;). If you had used a single equal sign, that would be the assignment operator, i.e., you set an argument (like &lt;code&gt;data = gapminder&lt;/code&gt;); when you use two equal signs, you are running a logical a test.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th&gt;Test&lt;/th&gt;
&lt;th&gt;Meaning&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;x &amp;lt; y&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Less than&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;x &amp;gt; y&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Greater than&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;x == y&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Equal to&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;x &amp;lt;= y&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Less than or equal to&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;x &amp;gt;= y&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Greater than or equal to&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;x != y&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Not equal to&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;x %in% y&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;In (group membership)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;is.na(x)&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Is missing&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;!is.na(x)&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Is not missing&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Your turn&lt;/strong&gt;: Use &lt;code&gt;filter()&lt;/code&gt; and logical tests to show:
&lt;br&gt;
1. The data for China &lt;br&gt;
2. All data for countries in Africa &lt;br&gt;
3. All cases (rows) where life expectancy is greater than 80 &lt;br&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;!---LEARNR EX 1--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;myIframe1&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/dplyr_filter1/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;p&gt;You can also use multiple conditions, and these will extract rows that meet every test. By default, if you separate the tests with a comma, R will consider this an “and” test and find rows that are &lt;em&gt;both&lt;/em&gt; Jordan and greater than 2000.&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:pink&#39;&gt;filter&lt;/span&gt;(&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt;, &lt;span style=&#39;background-color:lightblue&#39;&gt;country == &#34;Jordan&#34;, year &gt; 2000&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 2 x 6
##   country continent  year lifeExp     pop gdpPercap
##   &amp;lt;fct&amp;gt;   &amp;lt;fct&amp;gt;     &amp;lt;int&amp;gt;   &amp;lt;dbl&amp;gt;   &amp;lt;int&amp;gt;     &amp;lt;dbl&amp;gt;
## 1 Jordan  Asia       2002    71.3 5307470     3845.
## 2 Jordan  Asia       2007    72.5 6053193     4519.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you have any programming experience, you can also use the common operators for &lt;strong&gt;“and”&lt;/strong&gt; with “&lt;code&gt;&amp;amp;&lt;/code&gt;”, &lt;strong&gt;“or”&lt;/strong&gt; with “&lt;code&gt;|&lt;/code&gt;”, and &lt;strong&gt;“not”&lt;/strong&gt; with “&lt;code&gt;!&lt;/code&gt;”:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th&gt;Operator&lt;/th&gt;
&lt;th&gt;Meaning&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;a &amp;amp; b&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;and&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;a | b&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;or&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;!a&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;not&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Your turn&lt;/strong&gt;: Use &lt;code&gt;filter()&lt;/code&gt; and logical tests to show:
&lt;br&gt;
1. India before 1970 &lt;br&gt;
2. Countries where life expectancy in 2007 is below 60 &lt;br&gt;
3. Countries where life expectancy in 2007 is below 60 and are not in Africa &lt;br&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;!---LEARNR EX 2--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;myIframe2&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/dplyr_filter2/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;p&gt;Beware of some common mistakes! You can’t collapse multiple tests into one. Instead, use two separate tests:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# This won&amp;#39;t work!
filter(gapminder, 1960 &amp;lt; year &amp;lt; 1980)

# This will work
filter(gapminder, 1960 &amp;lt; year, year &amp;lt; 1980)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Also, you can avoid stringing together lots of tests by using the &lt;code&gt;%in%&lt;/code&gt; operator, which checks to see if a value is in a list of values.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# This works, but is tedious-- what if you wanted to pick a dozen countries?
filter(gapminder, 
       country == &amp;quot;Mexico&amp;quot; |  country == &amp;quot;United States&amp;quot; | country == &amp;quot;Canada&amp;quot; )

# This is more concise and easier to add other countries later
filter(gapminder, 
       country %in% c(&amp;quot;Mexico&amp;quot;, &amp;quot;United States&amp;quot;, &amp;quot;Canada&amp;quot; ))&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;sort-data-with-arrange&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Sort data with &lt;code&gt;arrange()&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;The &lt;code&gt;arrange()&lt;/code&gt; verb sorts data. By default it sorts in ascending order, from minimum to maximum value:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt; %&gt;% &lt;span style=&#39;background-color:pink&#39;&gt;arrange&lt;/span&gt;(&lt;span style=&#39;background-color:lightblue&#39;&gt;lifeExp&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1,704 x 6
##    country      continent  year lifeExp     pop gdpPercap
##    &amp;lt;fct&amp;gt;        &amp;lt;fct&amp;gt;     &amp;lt;int&amp;gt;   &amp;lt;dbl&amp;gt;   &amp;lt;int&amp;gt;     &amp;lt;dbl&amp;gt;
##  1 Rwanda       Africa     1992    23.6 7290203      737.
##  2 Afghanistan  Asia       1952    28.8 8425333      779.
##  3 Gambia       Africa     1952    30    284320      485.
##  4 Angola       Africa     1952    30.0 4232095     3521.
##  5 Sierra Leone Africa     1952    30.3 2143249      880.
##  6 Afghanistan  Asia       1957    30.3 9240934      821.
##  7 Cambodia     Asia       1977    31.2 6978607      525.
##  8 Mozambique   Africa     1952    31.3 6446316      469.
##  9 Sierra Leone Africa     1957    31.6 2295678     1004.
## 10 Burkina Faso Africa     1952    32.0 4469979      543.
## # ... with 1,694 more rows
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can sort in descending order (max to min) by using the &lt;code&gt;desc()&lt;/code&gt; for the column/variable you want sorted:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt; %&gt;% &lt;span style=&#39;background-color:pink&#39;&gt;arrange&lt;/span&gt;(&lt;span style=&#39;background-color:lightblue&#39;&gt;desc(lifeExp)&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1,704 x 6
##    country          continent  year lifeExp       pop gdpPercap
##    &amp;lt;fct&amp;gt;            &amp;lt;fct&amp;gt;     &amp;lt;int&amp;gt;   &amp;lt;dbl&amp;gt;     &amp;lt;int&amp;gt;     &amp;lt;dbl&amp;gt;
##  1 Japan            Asia       2007    82.6 127467972    31656.
##  2 Hong Kong, China Asia       2007    82.2   6980412    39725.
##  3 Japan            Asia       2002    82   127065841    28605.
##  4 Iceland          Europe     2007    81.8    301931    36181.
##  5 Switzerland      Europe     2007    81.7   7554661    37506.
##  6 Hong Kong, China Asia       2002    81.5   6762476    30209.
##  7 Australia        Oceania    2007    81.2  20434176    34435.
##  8 Spain            Europe     2007    80.9  40448191    28821.
##  9 Sweden           Europe     2007    80.9   9031088    33860.
## 10 Israel           Asia       2007    80.7   6426679    25523.
## # ... with 1,694 more rows
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can sort by multiple columns by specifying them in a comma separated list. For example, we can sort by &lt;code&gt;continent&lt;/code&gt; first and then sort by &lt;code&gt;lifeExp&lt;/code&gt; (life expectancy) in descending order within each continent:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt; %&gt;% &lt;br&gt;&amp;nbsp;&amp;nbsp;&lt;span style=&#39;background-color:pink&#39;&gt;arrange&lt;/span&gt;(&lt;span style=&#39;background-color:lightblue&#39;&gt;continent, desc(lifeExp)&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1,704 x 6
##    country   continent  year lifeExp      pop gdpPercap
##    &amp;lt;fct&amp;gt;     &amp;lt;fct&amp;gt;     &amp;lt;int&amp;gt;   &amp;lt;dbl&amp;gt;    &amp;lt;int&amp;gt;     &amp;lt;dbl&amp;gt;
##  1 Reunion   Africa     2007    76.4   798094     7670.
##  2 Reunion   Africa     2002    75.7   743981     6316.
##  3 Reunion   Africa     1997    74.8   684810     6072.
##  4 Libya     Africa     2007    74.0  6036914    12057.
##  5 Tunisia   Africa     2007    73.9 10276158     7093.
##  6 Reunion   Africa     1992    73.6   622191     6101.
##  7 Tunisia   Africa     2002    73.0  9770575     5723.
##  8 Mauritius Africa     2007    72.8  1250882    10957.
##  9 Libya     Africa     2002    72.7  5368585     9535.
## 10 Algeria   Africa     2007    72.3 33333216     6223.
## # ... with 1,694 more rows
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;add-new-columns-with-mutate&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Add new columns with &lt;code&gt;mutate()&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;You create new columns, or variables, with the &lt;code&gt;mutate()&lt;/code&gt; function. You can create a single new column of &lt;code&gt;gdp&lt;/code&gt; in the &lt;code&gt;gapminder&lt;/code&gt; tibble as follows:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:pink&#39;&gt;mutate&lt;/span&gt;(&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt;, &lt;span style=&#39;background-color:lightblue&#39;&gt;gdp = gdpPercap * pop&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1,704 x 7
##    country     continent  year lifeExp      pop gdpPercap          gdp
##    &amp;lt;fct&amp;gt;       &amp;lt;fct&amp;gt;     &amp;lt;int&amp;gt;   &amp;lt;dbl&amp;gt;    &amp;lt;int&amp;gt;     &amp;lt;dbl&amp;gt;        &amp;lt;dbl&amp;gt;
##  1 Afghanistan Asia       1952    28.8  8425333      779.  6567086330.
##  2 Afghanistan Asia       1957    30.3  9240934      821.  7585448670.
##  3 Afghanistan Asia       1962    32.0 10267083      853.  8758855797.
##  4 Afghanistan Asia       1967    34.0 11537966      836.  9648014150.
##  5 Afghanistan Asia       1972    36.1 13079460      740.  9678553274.
##  6 Afghanistan Asia       1977    38.4 14880372      786. 11697659231.
##  7 Afghanistan Asia       1982    39.9 12881816      978. 12598563401.
##  8 Afghanistan Asia       1987    40.8 13867957      852. 11820990309.
##  9 Afghanistan Asia       1992    41.7 16317921      649. 10595901589.
## 10 Afghanistan Asia       1997    41.8 22227415      635. 14121995875.
## # ... with 1,694 more rows
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;And you can create multiple columns by including a comma-separated list of new columns to create:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:pink&#39;&gt;mutate&lt;/span&gt;(&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt;, &lt;span style=&#39;background-color:lightblue&#39;&gt;gdp = gdpPercap * pop&lt;/span&gt;,&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&#39;background-color:lightblue&#39;&gt;pop_mill = round(pop / 1000000)&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1,704 x 8
##    country     continent  year lifeExp      pop gdpPercap          gdp pop_mill
##    &amp;lt;fct&amp;gt;       &amp;lt;fct&amp;gt;     &amp;lt;int&amp;gt;   &amp;lt;dbl&amp;gt;    &amp;lt;int&amp;gt;     &amp;lt;dbl&amp;gt;        &amp;lt;dbl&amp;gt;    &amp;lt;dbl&amp;gt;
##  1 Afghanistan Asia       1952    28.8  8425333      779.  6567086330.        8
##  2 Afghanistan Asia       1957    30.3  9240934      821.  7585448670.        9
##  3 Afghanistan Asia       1962    32.0 10267083      853.  8758855797.       10
##  4 Afghanistan Asia       1967    34.0 11537966      836.  9648014150.       12
##  5 Afghanistan Asia       1972    36.1 13079460      740.  9678553274.       13
##  6 Afghanistan Asia       1977    38.4 14880372      786. 11697659231.       15
##  7 Afghanistan Asia       1982    39.9 12881816      978. 12598563401.       13
##  8 Afghanistan Asia       1987    40.8 13867957      852. 11820990309.       14
##  9 Afghanistan Asia       1992    41.7 16317921      649. 10595901589.       16
## 10 Afghanistan Asia       1997    41.8 22227415      635. 14121995875.       22
## # ... with 1,694 more rows
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can also run logical, conditional tests within &lt;code&gt;mutate()&lt;/code&gt; using the &lt;code&gt;ifelse()&lt;/code&gt; function. This works like the &lt;code&gt;=IF&lt;/code&gt; function in Excel and it takes three arguments:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;a logical test,&lt;/li&gt;
&lt;li&gt;what happens if the test is true, and&lt;/li&gt;
&lt;li&gt;what happens if the test is false:&lt;/li&gt;
&lt;/ol&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;ifelse(&lt;span style=&#39;background-color:#faca7d&#39;&gt;TEST&lt;/span&gt;, &lt;span style=&#39;background-color:#9bbffa&#39;&gt;VALUE_IF_TRUE&lt;/span&gt;, &lt;span style=&#39;background-color:#f79b94&#39;&gt;VALUE_IF_FALSE&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We can create a new column that is a binary (TRUE/FALSE) indicator for whether &lt;code&gt;year&lt;/code&gt; is after 1960:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;mutate(gapminder, after_1960 = ifelse(&lt;span style=&#39;background-color:#faca7d&#39;&gt;year &gt; 1960&lt;/span&gt;, &lt;span style=&#39;background-color:#9bbffa&#39;&gt;TRUE&lt;/span&gt;, &lt;span style=&#39;background-color:#f79b94&#39;&gt;FALSE&lt;/span&gt;))&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1,704 x 7
##    country     continent  year lifeExp      pop gdpPercap after_1960
##    &amp;lt;fct&amp;gt;       &amp;lt;fct&amp;gt;     &amp;lt;int&amp;gt;   &amp;lt;dbl&amp;gt;    &amp;lt;int&amp;gt;     &amp;lt;dbl&amp;gt; &amp;lt;lgl&amp;gt;     
##  1 Afghanistan Asia       1952    28.8  8425333      779. FALSE     
##  2 Afghanistan Asia       1957    30.3  9240934      821. FALSE     
##  3 Afghanistan Asia       1962    32.0 10267083      853. TRUE      
##  4 Afghanistan Asia       1967    34.0 11537966      836. TRUE      
##  5 Afghanistan Asia       1972    36.1 13079460      740. TRUE      
##  6 Afghanistan Asia       1977    38.4 14880372      786. TRUE      
##  7 Afghanistan Asia       1982    39.9 12881816      978. TRUE      
##  8 Afghanistan Asia       1987    40.8 13867957      852. TRUE      
##  9 Afghanistan Asia       1992    41.7 16317921      649. TRUE      
## 10 Afghanistan Asia       1997    41.8 22227415      635. TRUE      
## # ... with 1,694 more rows
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We can also use text labels instead of &lt;code&gt;TRUE&lt;/code&gt; and &lt;code&gt;FALSE&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;mutate(gapminder, &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;after_1960 = ifelse(&lt;span style=&#39;background-color:#faca7d&#39;&gt;year &gt; 1960&lt;/span&gt;, &lt;span style=&#39;background-color:#9bbffa&#39;&gt;&#34;After 1960&#34;&lt;/span&gt;, &lt;span style=&#39;background-color:#f79b94&#39;&gt;&#34;Before 1960&#34;&lt;/span&gt;))&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1,704 x 7
##    country     continent  year lifeExp      pop gdpPercap after_1960 
##    &amp;lt;fct&amp;gt;       &amp;lt;fct&amp;gt;     &amp;lt;int&amp;gt;   &amp;lt;dbl&amp;gt;    &amp;lt;int&amp;gt;     &amp;lt;dbl&amp;gt; &amp;lt;chr&amp;gt;      
##  1 Afghanistan Asia       1952    28.8  8425333      779. Before 1960
##  2 Afghanistan Asia       1957    30.3  9240934      821. Before 1960
##  3 Afghanistan Asia       1962    32.0 10267083      853. After 1960 
##  4 Afghanistan Asia       1967    34.0 11537966      836. After 1960 
##  5 Afghanistan Asia       1972    36.1 13079460      740. After 1960 
##  6 Afghanistan Asia       1977    38.4 14880372      786. After 1960 
##  7 Afghanistan Asia       1982    39.9 12881816      978. After 1960 
##  8 Afghanistan Asia       1987    40.8 13867957      852. After 1960 
##  9 Afghanistan Asia       1992    41.7 16317921      649. After 1960 
## 10 Afghanistan Asia       1997    41.8 22227415      635. After 1960 
## # ... with 1,694 more rows
&lt;/code&gt;&lt;/pre&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Your turn&lt;/strong&gt;: Use &lt;code&gt;mutate()&lt;/code&gt; to:
&lt;br&gt;
1. Add an &lt;code&gt;africa&lt;/code&gt; column that is TRUE if the country is on the African continent &lt;br&gt;
2. Add a column &lt;code&gt;log_GDP&lt;/code&gt; for the logarithm of GDP per capita, using &lt;code&gt;log(gdpPercap)&lt;/code&gt; &lt;br&gt;
3. Add an &lt;code&gt;africa_asia&lt;/code&gt; column that says “Africa or Asia” if the country is in Africa or Asia, and “Not Africa or Asia” if it’s not &lt;br&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;!---LEARNR EX 3--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;myIframe3&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/dplyr_mutate1/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;/div&gt;
&lt;div id=&#34;combine-multiple-verbs-with-pipes&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Combine multiple verbs with pipes (&lt;code&gt;%&amp;gt;%&lt;/code&gt;)&lt;/h3&gt;
&lt;p&gt;What if you want to include only rows from 2002 &lt;em&gt;and&lt;/em&gt; make a new column with the logged GDP per capita? Doing this requires both &lt;code&gt;filter()&lt;/code&gt; and &lt;code&gt;mutate()&lt;/code&gt;, so we need to find a way to use both at once.&lt;/p&gt;
&lt;p&gt;One solution is to use intermediate data frames for each step:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:#faca7d&#39;&gt;gapminder_2002_filtered&lt;/span&gt; &lt;- filter(gapminder, year == 2002)&lt;br&gt;&lt;br&gt;&lt;span style=&#39;background-color:#9bbffa&#39;&gt;gapminder_2002_logged&lt;/span&gt; &lt;- mutate(&lt;span style=&#39;background-color:#faca7d&#39;&gt;gapminder_2002_filtered&lt;/span&gt;, log_gdpPercap = log(gdpPercap))&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;That works fine, but your environment panel will start getting full of lots of intermediate data frames.&lt;/p&gt;
&lt;p&gt;Another solution is to nest the functions inside each other. Remember that all &lt;strong&gt;dplyr&lt;/strong&gt; functions return data frames, so you can feed the results of one into another:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:#faca7d&#39;&gt;filter&lt;/span&gt;(&lt;span style=&#39;background-color:#9bbffa&#39;&gt;mutate(gapminder, log_gdpPercap = log(gdpPercap))&lt;/span&gt;, &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&#39;background-color:#faca7d&#39;&gt;year == 2002&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;That works too, but it gets &lt;em&gt;really&lt;/em&gt; complicated once you have even more functions, and it’s hard to keep track of which function’s arguments go where. I’d avoid doing this entirely.&lt;/p&gt;
&lt;p&gt;One really nice solution is to use the pipe operator, or &lt;code&gt;%&amp;gt;%&lt;/code&gt;. &lt;strong&gt;The pipe takes an object on the left and passes it as the first argument of the function on the right&lt;/strong&gt;.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# gapminder will automatically get placed in the _____ spot
gapminder %&amp;gt;% filter(_____, country == &amp;quot;Jordan&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;These two lines of code do the same thing:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;filter(&lt;span style=&#39;background-color:#f79b94&#39;&gt;gapminder&lt;/span&gt;, country == &#34;Jordan&#34;)&lt;br&gt;&lt;br&gt;&lt;span style=&#39;background-color:#f79b94&#39;&gt;gapminder&lt;/span&gt; %&gt;% filter(country == &#34;Jordan&#34;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Using pipes, you always start with a data frame, pass it to one verb to do one thing, then pass the output of that verb (a dataframe) to the next verb that will do something else, and so on. &lt;strong&gt;When reading any code with a &lt;code&gt;%&amp;gt;%&lt;/code&gt;, it’s easiest to read the &lt;code&gt;%&amp;gt;%&lt;/code&gt; as “and then”.&lt;/strong&gt; This would read:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Take the &lt;code&gt;gapminder&lt;/code&gt; dataset &lt;em&gt;and then&lt;/em&gt; filter it so that it only has rows from 2002 &lt;em&gt;and then&lt;/em&gt; add a new column (&lt;code&gt;mutate&lt;/code&gt;) with the logged GDP per capita&lt;/p&gt;
&lt;/blockquote&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;gapminder %&amp;gt;% 
  filter(year == 2002) %&amp;gt;% 
  mutate(log_gdpPercap = log(gdpPercap))&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;summarise-data-by-groups-with-group_by-summarise&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Summarise data by groups with &lt;code&gt;group_by() %&amp;gt;% summarise()&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;The &lt;code&gt;summarise()&lt;/code&gt; verb takes an entire frame and collapses all of the rows in a single number as it calculates summary information about it. For instance, the following code will start with the entire &lt;code&gt;gapminder&lt;/code&gt; data, calculate average life expectancy, and return just a single value, namely avarage life expectnacy among all countries and all years :&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt; %&gt;% &lt;span style=&#39;background-color:pink&#39;&gt;summarize&lt;/span&gt;(&lt;span style=&#39;background-color:lightblue&#39;&gt;mean_life = mean(lifeExp)&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1 x 1
##   mean_life
##       &amp;lt;dbl&amp;gt;
## 1      59.5
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can also make multiple summary variables, just like &lt;code&gt;mutate()&lt;/code&gt;, and it will return a column for each:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt; %&gt;% &lt;span style=&#39;background-color:pink&#39;&gt;summarize&lt;/span&gt;(&lt;span style=&#39;background-color:lightblue&#39;&gt;mean_life = mean(lifeExp)&lt;/span&gt;,&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&#39;background-color:lightblue&#39;&gt;sd_life = sd(lifeExp)&lt;/span&gt;,&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&#39;background-color:lightblue&#39;&gt;min_life = min(lifeExp)&lt;/span&gt;,&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&#39;background-color:lightblue&#39;&gt;max_life = max(lifeExp)&lt;/span&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1 x 4
##   mean_life sd_life min_life max_life
##       &amp;lt;dbl&amp;gt;   &amp;lt;dbl&amp;gt;    &amp;lt;dbl&amp;gt;    &amp;lt;dbl&amp;gt;
## 1      59.5    12.9     23.6     82.6
&lt;/code&gt;&lt;/pre&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Your turn&lt;/strong&gt;: Use &lt;code&gt;summarise()&lt;/code&gt; to calculate:
&lt;br&gt;
1. The first (minimum) year in the &lt;code&gt;gapminder&lt;/code&gt; dataset &lt;br&gt;
2. The last (maximum) year in the dataset &lt;br&gt;
3. The number of rows in the dataset (use the &lt;a href=&#34;https://rstudio.com/wp-content/uploads/2015/02/data-wrangling-cheatsheet.pdf&#34;&gt;&lt;strong&gt;dplyr&lt;/strong&gt; cheatsheet&lt;/a&gt;) &lt;br&gt;
4. The number of distinct countries in the dataset (use the &lt;a href=&#34;https://rstudio.com/wp-content/uploads/2015/02/data-wrangling-cheatsheet.pdf&#34;&gt;&lt;strong&gt;dplyr&lt;/strong&gt; cheatsheet&lt;/a&gt;) &lt;br&gt;
5. Use &lt;code&gt;filter()&lt;/code&gt; and &lt;code&gt;summarise()&lt;/code&gt; to calculate the median, minimum, and maximum life expectancy on the African continent in 2007
&lt;br&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;!---LEARNR EX 4--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;myIframe4&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/dplyr_summarise1/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;p&gt;Again, remember that &lt;code&gt;summarise()&lt;/code&gt; on its own summarises the entire dataset, so you only get numbers in a single row. These values can be what you want, e.g., averages, standard deviations, and min/max values for the entire dataset. If you group your data into separate subgroups with &lt;code&gt;group_by()&lt;/code&gt;, you can use &lt;code&gt;summarise()&lt;/code&gt; to calculate summary statistics for each group.&lt;/p&gt;
&lt;p&gt;The &lt;code&gt;group_by()&lt;/code&gt; function puts rows into groups based on values in a column. If you run:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt; %&gt;% &lt;span style=&#39;background-color:pink&#39;&gt;group_by&lt;/span&gt;(&lt;span style=&#39;background-color:lightblue&#39;&gt;continent&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1,704 x 6
## # Groups:   continent [5]
##    country     continent  year lifeExp      pop gdpPercap
##    &amp;lt;fct&amp;gt;       &amp;lt;fct&amp;gt;     &amp;lt;int&amp;gt;   &amp;lt;dbl&amp;gt;    &amp;lt;int&amp;gt;     &amp;lt;dbl&amp;gt;
##  1 Afghanistan Asia       1952    28.8  8425333      779.
##  2 Afghanistan Asia       1957    30.3  9240934      821.
##  3 Afghanistan Asia       1962    32.0 10267083      853.
##  4 Afghanistan Asia       1967    34.0 11537966      836.
##  5 Afghanistan Asia       1972    36.1 13079460      740.
##  6 Afghanistan Asia       1977    38.4 14880372      786.
##  7 Afghanistan Asia       1982    39.9 12881816      978.
##  8 Afghanistan Asia       1987    40.8 13867957      852.
##  9 Afghanistan Asia       1992    41.7 16317921      649.
## 10 Afghanistan Asia       1997    41.8 22227415      635.
## # ... with 1,694 more rows
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;…you won’t see anything different! R has put the dataset into separate invisible groups behind the scenes, but you haven’t done anything with those groups, so nothing has really happened. If you do things with those groups with &lt;code&gt;summarise()&lt;/code&gt;, though, &lt;code&gt;group_by()&lt;/code&gt; becomes much more useful.&lt;/p&gt;
&lt;p&gt;For instance, this will take the &lt;code&gt;gapminder&lt;/code&gt; data frame, group it by continent, and then summarize it by calculating the number of distinct countries in each group. It will return &lt;em&gt;one row for each group&lt;/em&gt;, so there should be a row for each continent:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;gapminder %&amp;gt;% 
  group_by(continent) %&amp;gt;% 
  summarize(n_countries = n_distinct(country)) &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 5 x 2
##   continent n_countries
##   &amp;lt;fct&amp;gt;           &amp;lt;int&amp;gt;
## 1 Africa             52
## 2 Americas           25
## 3 Asia               33
## 4 Europe             30
## 5 Oceania             2&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can calculate multiple summary statistics, as before:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;gapminder %&amp;gt;% 
  group_by(continent) %&amp;gt;% 
  summarize(n_countries = n_distinct(country),
            avg_life_exp = mean(lifeExp)) &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 5 x 3
##   continent n_countries avg_life_exp
##   &amp;lt;fct&amp;gt;           &amp;lt;int&amp;gt;        &amp;lt;dbl&amp;gt;
## 1 Africa             52         48.9
## 2 Americas           25         64.7
## 3 Asia               33         60.1
## 4 Europe             30         71.9
## 5 Oceania             2         74.3&lt;/code&gt;&lt;/pre&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Your turn&lt;/strong&gt;:
&lt;br&gt;
1. Calculate summary statistics for life expectancy for each continent. Calculate minimum, maximum, median, mean, and standard deviation, and total count (n) &lt;br&gt;
2. Do the same, but for the year 2007 only
&lt;br&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;!---LEARNR EX 5--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;myIframe5&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/dplyr_summarise2/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;p&gt;Finally, you can group by multiple columns and R will create subgroups for every combination of the groups and return the number of rows of combinations. For instance, we can calculate the average life expectancy by both year and continent and we’ll get 60 rows, since there are 5 continents and 12 years (5 × 12 = 60):&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;gapminder %&amp;gt;% 
  group_by(continent, year) %&amp;gt;% 
  summarize(avg_life_exp = mean(lifeExp)) &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 60 x 3
## # Groups:   continent [5]
##    continent  year avg_life_exp
##    &amp;lt;fct&amp;gt;     &amp;lt;int&amp;gt;        &amp;lt;dbl&amp;gt;
##  1 Africa     1952         39.1
##  2 Africa     1957         41.3
##  3 Africa     1962         43.3
##  4 Africa     1967         45.3
##  5 Africa     1972         47.5
##  6 Africa     1977         49.6
##  7 Africa     1982         51.6
##  8 Africa     1987         53.3
##  9 Africa     1992         53.6
## 10 Africa     1997         53.6
## # ... with 50 more rows&lt;/code&gt;&lt;/pre&gt;
&lt;blockquote&gt;
&lt;p&gt;A common mistake I have seen is that people use the &lt;code&gt;summarise()&lt;/code&gt; function &lt;strong&gt;before&lt;/strong&gt; any &lt;code&gt;group_by()&lt;/code&gt;. Rememebr that if you &lt;code&gt;summarise()&lt;/code&gt; first, you collapse the entire dataframe into a single row, so there is no &lt;code&gt;group_by()&lt;/code&gt; that can be done on a single row of data!!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;further-resources&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Further resources&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://rstudio.com/wp-content/uploads/2015/02/data-wrangling-cheatsheet.pdf&#34;&gt;&lt;strong&gt;dplyr&lt;/strong&gt; and &lt;strong&gt;tidyr&lt;/strong&gt; cheat sheet&lt;/a&gt; for examples.&lt;/li&gt;
&lt;/ul&gt;
&lt;script&gt;
  iFrameResize({}, &#34;.interactive&#34;);
&lt;/script&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Binary classification model</title>
      <link>https://usi-emba-analytics.netlify.app/model/modelling_fit_glm/</link>
      <pubDate>Tue, 28 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/model/modelling_fit_glm/</guid>
      <description>



</description>
    </item>
    
    <item>
      <title>Data reshaping</title>
      <link>https://usi-emba-analytics.netlify.app/start/04-start/</link>
      <pubDate>Tue, 21 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/start/04-start/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#overview&#34;&gt;Overview&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#pivot_longer-or-gather-data&#34;&gt;&lt;code&gt;pivot_longer&lt;/code&gt; or &lt;code&gt;gather&lt;/code&gt; data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#pivot_wider-or-spread-data&#34;&gt;&lt;code&gt;pivot_wider&lt;/code&gt; or &lt;code&gt;spread&lt;/code&gt; data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#separating&#34;&gt;Separating&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#uniting&#34;&gt;Uniting&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#rstudio-primer-on-tidyr&#34;&gt;RStudio primer on &lt;strong&gt;tidyr&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#more-resources&#34;&gt;More resources&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;blockquote&gt;
&lt;p&gt;Learning Objectives &lt;br&gt;
1. Understand the concept of a wide and a long table format and for which purpose those formats are useful. &lt;br&gt;
2. Understand what key-value pairs are. &lt;br&gt;
3. Reshape a dataframe from long to wide format and back with the &lt;code&gt;tidyr::pivot_longer()&lt;/code&gt; and &lt;code&gt;tidyr::pivot_wider()&lt;/code&gt; commands.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div id=&#34;overview&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Overview&lt;/h2&gt;
&lt;p&gt;It is often said that the vast majority of data analysis is spent on cleaning and preparing data. This is something that must be repeated many times over the course of analysis as new problems come to light or new data is collected.&lt;/p&gt;
&lt;p&gt;Most people are used to analyze data in a spreadsheet or tabular format. For instance, if we wanted to study climate change, we can find data on the &lt;em&gt;Combined Land-Surface Air and Sea-Surface Water Temperature Anomalies&lt;/em&gt; in the Northern Hemisphere at &lt;a href=&#34;https://data.giss.nasa.gov/gistemp&#34;&gt;NASA’s Goddard Institute for Space Studies&lt;/a&gt;. The &lt;a href=&#34;https://data.giss.nasa.gov/gistemp/tabledata_v3/NH.Ts+dSST.txt&#34;&gt;tabular data of temperature anomalies can be found here&lt;/a&gt; and part of that data set is shown below:&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/weather_anomalies.png&#34; width=&#34;90%&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;A lot of these tabular shape spreadsheets were designed for efficient data entry and not necessarily to undertake any kind of statistical analysis. The principles of tidy data provide a standard way to organise data values within a dataset. A standard makes initial data cleaning easier because you don’t need to start from scratch and reinvent the wheel every time.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tidy data&lt;/strong&gt; is a specific way of organising data in a consistent manner and structuring datasets to facilitate analysis with the tidyverse. The tidy data standard has been designed to facilitate exploratory data analysis; tidy datasets and tidy tools help make data analysis easier, allowing you to focus on the interesting domain problem, not on the logistics of cleaning data.&lt;/p&gt;
&lt;p&gt;Before we proceed, a few definitions taken from &lt;a href=&#34;https://garrettgman.github.io/tidying/&#34;&gt;Garret Grolemund&lt;/a&gt; and the vignette(“tidy-data”)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Variable&lt;/strong&gt;: A quantity, quality, or property that you can measure.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Observation&lt;/strong&gt;: A set of values that display the relationship between variables. To be an observation, values need to be measured under similar conditions, usually measured on the same observational unit at the same time.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Value&lt;/strong&gt;: The state of a variable that you observe when you measure it.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There are three rules which make a dataset &lt;strong&gt;tidy&lt;/strong&gt;:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Each variable must have its own column.&lt;/li&gt;
&lt;li&gt;Each observation must have its own row.&lt;/li&gt;
&lt;li&gt;Each value must have its own cell.&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;figure&#34;&gt;
&lt;img src=&#34;https://r4ds.had.co.nz/images/tidy-1.png&#34; alt=&#34;&#34; /&gt;
&lt;p class=&#34;caption&#34;&gt;Figure 12.1 from &lt;a href=&#34;https://r4ds.had.co.nz&#34;&gt;&lt;em&gt;R for Data Science&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;A tidy dataset is a &lt;strong&gt;long&lt;/strong&gt; dataset, where each variable appears in one column, and each observation has its own row.
The weather anomalies dataset is a &lt;strong&gt;wide&lt;/strong&gt; dataset; the three variables are &lt;code&gt;date&lt;/code&gt; (or &lt;code&gt;year&lt;/code&gt; and &lt;code&gt;month&lt;/code&gt; if you wanted to keep them separate), and &lt;code&gt;delta&lt;/code&gt; (the actual temperature difference).&lt;/p&gt;
&lt;p&gt;We will often need to reshape our datasets and should have a way to go:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;from wide format to long (tidy) format using &lt;code&gt;tidyr::gather()&lt;/code&gt; or &lt;code&gt;tidyr::pivot_longer()&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;from long (tidy) to wide format using &lt;code&gt;tidyr::spread()&lt;/code&gt; or &lt;code&gt;tidyr::pivot_wider()&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In a set of wonderful animations from &lt;a href=&#34;https://github.com/gadenbuie/tidyexplain#tidy-data&#34;&gt;Garrick Aden-Buie&lt;/a&gt;, this is the process of coverting from long format to wide and back&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/tidyr-longer-wider.gif&#34; width=&#34;90%&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Let us review the basic tasks for tidying data using the R for Data Science &lt;code&gt;gapminder&lt;/code&gt; subset.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;table1&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 4
##   country      year  cases population
##   &amp;lt;chr&amp;gt;       &amp;lt;int&amp;gt;  &amp;lt;int&amp;gt;      &amp;lt;int&amp;gt;
## 1 Afghanistan  1999    745   19987071
## 2 Afghanistan  2000   2666   20595360
## 3 Brazil       1999  37737  172006362
## 4 Brazil       2000  80488  174504898
## 5 China        1999 212258 1272915272
## 6 China        2000 213766 1280428583&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Note that in this data frame, each variable is in its own column (&lt;code&gt;country&lt;/code&gt;, &lt;code&gt;year&lt;/code&gt;, &lt;code&gt;cases&lt;/code&gt;, and &lt;code&gt;population&lt;/code&gt;), each observation is in its own row (i.e. each row is a different country-year pairing), and each value has its own cell.&lt;/p&gt;
&lt;div id=&#34;pivot_longer-or-gather-data&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;&lt;code&gt;pivot_longer&lt;/code&gt; or &lt;code&gt;gather&lt;/code&gt; data&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Gathering&lt;/strong&gt; entails bringing a variable spread across multiple columns into a single column. For example, this version of &lt;code&gt;table1&lt;/code&gt; is not tidy because the &lt;code&gt;year&lt;/code&gt; variable is in wide format, spread across multiple columns:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;table4a&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 3 x 3
##   country     `1999` `2000`
## * &amp;lt;chr&amp;gt;        &amp;lt;int&amp;gt;  &amp;lt;int&amp;gt;
## 1 Afghanistan    745   2666
## 2 Brazil       37737  80488
## 3 China       212258 213766&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The variables (columns) that a tidy dataframe would have would be &lt;code&gt;country&lt;/code&gt;, &lt;code&gt;year&lt;/code&gt;, and &lt;code&gt;cases&lt;/code&gt;. We can use the &lt;code&gt;pivot_longer&lt;/code&gt; or &lt;code&gt;gather()&lt;/code&gt; function from the &lt;code&gt;tidyr&lt;/code&gt; package to reshape the data frame and make this tidy. To do this we need three pieces of information:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;The names of the columns that represent the values, not variables. Here, those are &lt;code&gt;1999&lt;/code&gt; and &lt;code&gt;2000&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;The &lt;code&gt;key&lt;/code&gt;, or the name of the variable whose values form the column names. Here that is &lt;code&gt;year&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;The &lt;code&gt;value&lt;/code&gt;, or the name of the variable whose values are spread over the cells. Here that is &lt;code&gt;cases&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;blockquote&gt;
&lt;p&gt;Notice that we create the names for &lt;code&gt;key&lt;/code&gt; and &lt;code&gt;value&lt;/code&gt; - they do not already exist in the data frame.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;We implement this using the &lt;code&gt;pivot_longer()&lt;/code&gt; or &lt;code&gt;gather()&lt;/code&gt; function. &lt;code&gt;pivot_longer()&lt;/code&gt; requires the newest version of &lt;code&gt;tidyr&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Once you have installed the newest version of tidyr, then you can use either &lt;code&gt;pivot_longer()&lt;/code&gt; or &lt;code&gt;gather()&lt;/code&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;table4a %&amp;gt;% 
  pivot_longer(cols=c(`1999`, `2000`), 
               names_to = &amp;quot;year&amp;quot;, 
               values_to = &amp;quot;cases&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 3
##   country     year   cases
##   &amp;lt;chr&amp;gt;       &amp;lt;chr&amp;gt;  &amp;lt;int&amp;gt;
## 1 Afghanistan 1999     745
## 2 Afghanistan 2000    2666
## 3 Brazil      1999   37737
## 4 Brazil      2000   80488
## 5 China       1999  212258
## 6 China       2000  213766&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;table4a %&amp;gt;% 
  gather(`1999`, `2000`, 
         key = year, 
         value = cases)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 3
##   country     year   cases
##   &amp;lt;chr&amp;gt;       &amp;lt;chr&amp;gt;  &amp;lt;int&amp;gt;
## 1 Afghanistan 1999     745
## 2 Brazil      1999   37737
## 3 China       1999  212258
## 4 Afghanistan 2000    2666
## 5 Brazil      2000   80488
## 6 China       2000  213766&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This operation would be called reshaping data wide to long.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;pivot_wider-or-spread-data&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;&lt;code&gt;pivot_wider&lt;/code&gt; or &lt;code&gt;spread&lt;/code&gt; data&lt;/h3&gt;
&lt;p&gt;If we wanted to make a long table into a wide one, we use &lt;code&gt;pivot_wider&lt;/code&gt;; &lt;strong&gt;spreading&lt;/strong&gt; brings an observation spread across multiple rows into a single row. It is the reverse of gathering, or taking a wide dataset and making it long. For instance, take &lt;code&gt;table2&lt;/code&gt;:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;table2&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 12 x 4
##    country      year type            count
##    &amp;lt;chr&amp;gt;       &amp;lt;int&amp;gt; &amp;lt;chr&amp;gt;           &amp;lt;int&amp;gt;
##  1 Afghanistan  1999 cases             745
##  2 Afghanistan  1999 population   19987071
##  3 Afghanistan  2000 cases            2666
##  4 Afghanistan  2000 population   20595360
##  5 Brazil       1999 cases           37737
##  6 Brazil       1999 population  172006362
##  7 Brazil       2000 cases           80488
##  8 Brazil       2000 population  174504898
##  9 China        1999 cases          212258
## 10 China        1999 population 1272915272
## 11 China        2000 cases          213766
## 12 China        2000 population 1280428583&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;It violates the tidy data principle because each observation (unit of analysis is a country-year pairing) is split across multiple rows. To tidy the data frame, we need to know:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;The &lt;code&gt;key&lt;/code&gt; column, or the column that contains variable names. Here, it is &lt;code&gt;type&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;The &lt;code&gt;value&lt;/code&gt; column, or the column that contains values for multiple variables. Here it is &lt;code&gt;count&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;blockquote&gt;
&lt;p&gt;Notice that unlike for gathering, when spreading the &lt;code&gt;key&lt;/code&gt; and &lt;code&gt;value&lt;/code&gt; columns are already defined in the data frame. We do not create the names ourselves, only identify them in the existing data frame.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;table2 %&amp;gt;%
  pivot_wider(names_from = type, values_from = count)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 4
##   country      year  cases population
##   &amp;lt;chr&amp;gt;       &amp;lt;int&amp;gt;  &amp;lt;int&amp;gt;      &amp;lt;int&amp;gt;
## 1 Afghanistan  1999    745   19987071
## 2 Afghanistan  2000   2666   20595360
## 3 Brazil       1999  37737  172006362
## 4 Brazil       2000  80488  174504898
## 5 China        1999 212258 1272915272
## 6 China        2000 213766 1280428583&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;table2 %&amp;gt;%
  spread(key = type, value = count)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 4
##   country      year  cases population
##   &amp;lt;chr&amp;gt;       &amp;lt;int&amp;gt;  &amp;lt;int&amp;gt;      &amp;lt;int&amp;gt;
## 1 Afghanistan  1999    745   19987071
## 2 Afghanistan  2000   2666   20595360
## 3 Brazil       1999  37737  172006362
## 4 Brazil       2000  80488  174504898
## 5 China        1999 212258 1272915272
## 6 China        2000 213766 1280428583&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This operation would be called reshaping data long to wide.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;separating&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Separating&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Separating&lt;/strong&gt; splits multiple variables stored in a single column into multiple columns. For example in &lt;code&gt;table3&lt;/code&gt;, the &lt;code&gt;rate&lt;/code&gt; column contains both &lt;code&gt;cases&lt;/code&gt; and &lt;code&gt;population&lt;/code&gt;:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;table3&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 3
##   country      year rate             
## * &amp;lt;chr&amp;gt;       &amp;lt;int&amp;gt; &amp;lt;chr&amp;gt;            
## 1 Afghanistan  1999 745/19987071     
## 2 Afghanistan  2000 2666/20595360    
## 3 Brazil       1999 37737/172006362  
## 4 Brazil       2000 80488/174504898  
## 5 China        1999 212258/1272915272
## 6 China        2000 213766/1280428583&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;This is a bad idea as you lose information&lt;/strong&gt;. Tidy data principles require each column to contain a single variable. We can use &lt;code&gt;separate()&lt;/code&gt; to split the column into two new columns:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;table3 %&amp;gt;% 
  separate(rate, into = c(&amp;quot;cases&amp;quot;, &amp;quot;population&amp;quot;))&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 4
##   country      year cases  population
##   &amp;lt;chr&amp;gt;       &amp;lt;int&amp;gt; &amp;lt;chr&amp;gt;  &amp;lt;chr&amp;gt;     
## 1 Afghanistan  1999 745    19987071  
## 2 Afghanistan  2000 2666   20595360  
## 3 Brazil       1999 37737  172006362 
## 4 Brazil       2000 80488  174504898 
## 5 China        1999 212258 1272915272
## 6 China        2000 213766 1280428583&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;uniting&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Uniting&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Uniting&lt;/strong&gt; is the inverse of separating - when a variable is stored in multiple columns, uniting brings the variable back into a single column. &lt;code&gt;table5&lt;/code&gt; splits the year variable into two columns:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;table5&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 4
##   country     century year  rate             
## * &amp;lt;chr&amp;gt;       &amp;lt;chr&amp;gt;   &amp;lt;chr&amp;gt; &amp;lt;chr&amp;gt;            
## 1 Afghanistan 19      99    745/19987071     
## 2 Afghanistan 20      00    2666/20595360    
## 3 Brazil      19      99    37737/172006362  
## 4 Brazil      20      00    80488/174504898  
## 5 China       19      99    212258/1272915272
## 6 China       20      00    213766/1280428583&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;To bring them back, use the &lt;code&gt;unite()&lt;/code&gt; function:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;table5 %&amp;gt;% 
  unite(new, century, year)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 3
##   country     new   rate             
##   &amp;lt;chr&amp;gt;       &amp;lt;chr&amp;gt; &amp;lt;chr&amp;gt;            
## 1 Afghanistan 19_99 745/19987071     
## 2 Afghanistan 20_00 2666/20595360    
## 3 Brazil      19_99 37737/172006362  
## 4 Brazil      20_00 80488/174504898  
## 5 China       19_99 212258/1272915272
## 6 China       20_00 213766/1280428583&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# remove underscore
table5 %&amp;gt;% 
  unite(new, century, year, sep = &amp;quot;&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 3
##   country     new   rate             
##   &amp;lt;chr&amp;gt;       &amp;lt;chr&amp;gt; &amp;lt;chr&amp;gt;            
## 1 Afghanistan 1999  745/19987071     
## 2 Afghanistan 2000  2666/20595360    
## 3 Brazil      1999  37737/172006362  
## 4 Brazil      2000  80488/174504898  
## 5 China       1999  212258/1272915272
## 6 China       2000  213766/1280428583&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If we wanted to make &lt;code&gt;gapminder&lt;/code&gt; a tabular, wide dataframe, we would use &lt;code&gt;pivot_wider()&lt;/code&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;gapminder_life_exp_wide  &amp;lt;- gapminder %&amp;gt;% 
  select(country, continent, 
         lifeExp, year) %&amp;gt;% 
  pivot_wider(names_from = year, values_from = lifeExp) 


  gapminder_life_exp_wide &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 142 x 14
##    country continent `1952` `1957` `1962` `1967` `1972` `1977` `1982` `1987`
##    &amp;lt;fct&amp;gt;   &amp;lt;fct&amp;gt;      &amp;lt;dbl&amp;gt;  &amp;lt;dbl&amp;gt;  &amp;lt;dbl&amp;gt;  &amp;lt;dbl&amp;gt;  &amp;lt;dbl&amp;gt;  &amp;lt;dbl&amp;gt;  &amp;lt;dbl&amp;gt;  &amp;lt;dbl&amp;gt;
##  1 Afghan~ Asia        28.8   30.3   32.0   34.0   36.1   38.4   39.9   40.8
##  2 Albania Europe      55.2   59.3   64.8   66.2   67.7   68.9   70.4   72  
##  3 Algeria Africa      43.1   45.7   48.3   51.4   54.5   58.0   61.4   65.8
##  4 Angola  Africa      30.0   32.0   34     36.0   37.9   39.5   39.9   39.9
##  5 Argent~ Americas    62.5   64.4   65.1   65.6   67.1   68.5   69.9   70.8
##  6 Austra~ Oceania     69.1   70.3   70.9   71.1   71.9   73.5   74.7   76.3
##  7 Austria Europe      66.8   67.5   69.5   70.1   70.6   72.2   73.2   74.9
##  8 Bahrain Asia        50.9   53.8   56.9   59.9   63.3   65.6   69.1   70.8
##  9 Bangla~ Asia        37.5   39.3   41.2   43.5   45.3   46.9   50.0   52.8
## 10 Belgium Europe      68     69.2   70.2   70.9   71.4   72.8   73.9   75.4
## # ... with 132 more rows, and 4 more variables: `1992` &amp;lt;dbl&amp;gt;, `1997` &amp;lt;dbl&amp;gt;,
## #   `2002` &amp;lt;dbl&amp;gt;, `2007` &amp;lt;dbl&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Similarly, if we wanted to convert from the wide gapminder to the long one, we would use either &lt;code&gt;gather&lt;/code&gt; or &lt;code&gt;pivot_longer()&lt;/code&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;gapminder_life_exp_wide %&amp;gt;% 
  gather(key = &amp;quot;year&amp;quot;, value = &amp;quot;lifeExp&amp;quot;,
         -country, -continent) %&amp;gt;% 
  mutate(year = as.numeric(year)) &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 1,704 x 4
##    country     continent  year lifeExp
##    &amp;lt;fct&amp;gt;       &amp;lt;fct&amp;gt;     &amp;lt;dbl&amp;gt;   &amp;lt;dbl&amp;gt;
##  1 Afghanistan Asia       1952    28.8
##  2 Albania     Europe     1952    55.2
##  3 Algeria     Africa     1952    43.1
##  4 Angola      Africa     1952    30.0
##  5 Argentina   Americas   1952    62.5
##  6 Australia   Oceania    1952    69.1
##  7 Austria     Europe     1952    66.8
##  8 Bahrain     Asia       1952    50.9
##  9 Bangladesh  Asia       1952    37.5
## 10 Belgium     Europe     1952    68  
## # ... with 1,694 more rows&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;gapminder_life_exp_wide %&amp;gt;% 
  pivot_longer(
    cols = c(-country, -continent), #keep country and continent
    names_to = &amp;quot;year&amp;quot;, 
    values_to = &amp;quot;lifeExp&amp;quot;,
         ) %&amp;gt;% 
  mutate(year = as.numeric(year)) &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 1,704 x 4
##    country     continent  year lifeExp
##    &amp;lt;fct&amp;gt;       &amp;lt;fct&amp;gt;     &amp;lt;dbl&amp;gt;   &amp;lt;dbl&amp;gt;
##  1 Afghanistan Asia       1952    28.8
##  2 Afghanistan Asia       1957    30.3
##  3 Afghanistan Asia       1962    32.0
##  4 Afghanistan Asia       1967    34.0
##  5 Afghanistan Asia       1972    36.1
##  6 Afghanistan Asia       1977    38.4
##  7 Afghanistan Asia       1982    39.9
##  8 Afghanistan Asia       1987    40.8
##  9 Afghanistan Asia       1992    41.7
## 10 Afghanistan Asia       1997    41.8
## # ... with 1,694 more rows&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;rstudio-primer-on-tidyr&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;RStudio primer on &lt;strong&gt;tidyr&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://rstudio.cloud/learn/primers/4.1&#34;&gt;Reshape Data&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;Recent versions of &lt;strong&gt;tidyr&lt;/strong&gt; have renamed these core functions: &lt;code&gt;gather()&lt;/code&gt; is now &lt;code&gt;pivot_longer()&lt;/code&gt; and &lt;code&gt;spread()&lt;/code&gt; is now &lt;code&gt;pivot_wider()&lt;/code&gt;. The syntax for these &lt;code&gt;pivot_*()&lt;/code&gt; functions is &lt;em&gt;slightly&lt;/em&gt; different from what it was in &lt;code&gt;gather()&lt;/code&gt; and &lt;code&gt;spread()&lt;/code&gt;, so you can’t just replace the names. Even though, both &lt;code&gt;gather()&lt;/code&gt; and &lt;code&gt;spread()&lt;/code&gt; still work and won’t go away for a while, I think it’s worth learning the newer &lt;code&gt;pivot_*()&lt;/code&gt; functions.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;div id=&#34;more-resources&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;More resources&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.storybench.org/pivoting-data-from-columns-to-rows-and-back-in-the-tidyverse/&#34; target=&#34;_blank&#34;&gt;Pivoting data from columns to rows (and back!) in the tidyverse&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://tidyr.tidyverse.org/dev/articles/pivot.html&#34; target=&#34;_blank&#34;&gt;Pivoting in &lt;code&gt;tidyr&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Hadley Wickham’s &lt;a href=&#34;https://vita.had.co.nz/papers/tidy-data.html&#34; target=&#34;_blank&#34;&gt;tidy data paper&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.tandfonline.com/doi/full/10.1080/00031305.2017.1375989&#34; target=&#34;_blank&#34;&gt;Data Organization in Spreadsheets&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;script&gt;
  iFrameResize({}, &#34;.interactive&#34;);
&lt;/script&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Visualise Data</title>
      <link>https://usi-emba-analytics.netlify.app/example/eda-visualise-data/</link>
      <pubDate>Tue, 21 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/example/eda-visualise-data/</guid>
      <description>
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/kePrint/kePrint.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/htmlwidgets/htmlwidgets.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/plotly-binding/plotly.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/typedarray/typedarray.min.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/jquery/jquery.min.js&#34;&gt;&lt;/script&gt;
&lt;link href=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/crosstalk/css/crosstalk.css&#34; rel=&#34;stylesheet&#34; /&gt;
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/crosstalk/js/crosstalk.min.js&#34;&gt;&lt;/script&gt;
&lt;link href=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/plotly-htmlwidgets-css/plotly-htmlwidgets.css&#34; rel=&#34;stylesheet&#34; /&gt;
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/plotly-main/plotly-latest.min.js&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#overview&#34;&gt;Overview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#layers&#34;&gt;Layers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#facetting&#34;&gt;Facetting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#tweaking-graphics-for-publication-quality&#34;&gt;Tweaking graphics for publication quality&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#making-plots-interactive-using-plotly&#34;&gt;Making plots interactive using &lt;code&gt;plotly&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#animated-graphs&#34;&gt;Animated Graphs&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#gapminder-animations---transition_time&#34;&gt;Gapminder Animations - &lt;code&gt;transition_time()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#why-you-should-always-plot-your-data&#34;&gt;Why you should always plot your data&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#what-data-patterns-can-lie-behind-a-correlation-coefficient&#34;&gt;What data patterns can lie behind a correlation coefficient?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#rstudios-primers-for-ggplot2&#34;&gt;RStudio’s primers for &lt;strong&gt;ggplot2&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#further-resources&#34;&gt;Further resources&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;blockquote&gt;
&lt;p&gt;Learning Objectives &lt;br&gt;
1. Produce scatter plots, boxplots, and time series plots using ggplot. &lt;br&gt;
2. Set universal plot settings &lt;br&gt;
3. Describe what faceting is and apply faceting in ggplot. &lt;br&gt;
4. Modify the aesthetics of an existing ggplot plot (including axis labels and colour). &lt;br&gt;
5. Build complex and customized plots from data in a data frame.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div id=&#34;overview&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Overview&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;Above all else show the data. &lt;br&gt;
      –Edward Tufte, &lt;em&gt;The Visual Display of Quantitative Information&lt;/em&gt;, 2001&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;ggplot2&lt;/code&gt; has become the de facto standard for visualising data in R. The ggplot system moves away from a defined set of graphs (e.g., scatterplot, bar chart, etc) and instead breaks graphics down to their basic components and allows you to build plots layer by layer.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;“In brief… a statistical graphic is a mapping from &lt;strong&gt;data&lt;/strong&gt; to &lt;strong&gt;aesthetic attributes&lt;/strong&gt; (colour, shape, size) of &lt;strong&gt;geometric objects&lt;/strong&gt; (points, lines, bars). The plot may also contain statistical transformations of the data and is drawn on a specific coordinates system” &lt;br&gt;
      – Hadley Wickham (ggplot2 creator)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/ggplot.png&#34; width=&#34;80%&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;It may seem verbose and unwieldy, but the idea of building a plot on a layer-by-layer basis is very powerful.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;You begin a plot by defining the dataset we will use.&lt;/li&gt;
&lt;li&gt;Then, we specify aesthetics, namely (x,y) coordinates, colour, size, etc.&lt;/li&gt;
&lt;li&gt;Finally, we choose what &lt;code&gt;geom&lt;/code&gt; (or geometric shape) we want to use to represent our data.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We can then add more layers, like legends, labels, facets. etc.&lt;/p&gt;
&lt;p&gt;In the following examples, we will use the &lt;code&gt;gapminder&lt;/code&gt; dataset with data on life expectancy &lt;code&gt;lifeExp&lt;/code&gt;, population &lt;code&gt;pop&lt;/code&gt;, and GDP per capita &lt;code&gt;gdpPerCap&lt;/code&gt; for a number of countries between 1952 and 2007. We want to build a graph that shows the relationship between GDP per capita and life expectancy.&lt;/p&gt;
&lt;p&gt;As we said, first we define the dataset we are using&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;library(gapminder) #load the package gapminder that contains the data

ggplot(data=gapminder)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/gapminder1-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;We just get an empty canvas, as we haven’t done much with our dataset.&lt;/p&gt;
&lt;p&gt;The next thing is to map &lt;strong&gt;aesthetics&lt;/strong&gt;. In our case, we will map &lt;code&gt;gdpPercap&lt;/code&gt; to the x-axis, and &lt;code&gt;lifeExp&lt;/code&gt; to the y-axis.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(
  data = gapminder,
  mapping = aes(
    x = gdpPercap,
    y = lifeExp))&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/gapminder2-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;This is an improvement over the blank canvas we got earlier, as we have mapped the x- and y- axes and we see the likely ranges of both variables. However, to see the scatter plot we want, we must add a &lt;strong&gt;geometry&lt;/strong&gt;; as scatter plots are a bunch of points, the relevant geometry is &lt;code&gt;geom_point()&lt;/code&gt;.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(
  data = gapminder,
  mapping = aes(
    x = gdpPercap,
    y = lifeExp)) +
  geom_point()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/gapminder3-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;What if we wanted to colour the points by the continent each country is in? This is a change of the aesthetic properties, so we just add &lt;code&gt;colour = continent&lt;/code&gt;.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(
  data = gapminder,
  mapping = aes(
    x = gdpPercap,
    y = lifeExp, 
    colour = continent)) +
  geom_point()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/gapminder4-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;What if instead of a scatter plot we wanted to create a line plot? It would be the same code as before, but now the relevant geometry we should is &lt;code&gt;geom_line&lt;/code&gt; insrtead of &lt;code&gt;geom_point&lt;/code&gt;.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(
  data = gapminder,
  mapping = aes(
    x = gdpPercap,
    y = lifeExp, 
    colour = continent)) +
  geom_line()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/gapminder5-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;However, this is not a particularly useful plot, so let us go back to our scatter plot.&lt;/p&gt;
&lt;p&gt;What if we wanted to have the size of each point correspond to the population of the country? This is not a geometry, but an aesthetic property. If we add &lt;code&gt;size = pop&lt;/code&gt;, the points produced will be proportional to the country’s population, and we still have the aesthetic property &lt;code&gt;colour = continent&lt;/code&gt; that will colour its point with the continent the country is in.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(
  data = gapminder,
  mapping = aes(
    x = gdpPercap,
    y = lifeExp, 
    colour = continent,
    size = pop)) +
  geom_point()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/gapminder6-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;This is a more interesting graph, but given the non-linear pattern we see, we can perhaps improve it by taking the logarithm of the x-axis, GDP per capita. At the end of the commands, or layers, that make up our graph we add &lt;code&gt;scale_x_log10()&lt;/code&gt;. This will take the logarithm of the values in the x-axis and should produce a scatterplot with a linear pattern.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(
  data = gapminder,
  mapping = aes(
    x = gdpPercap,
    y = lifeExp, 
    colour = continent,
    size = pop)) +
  geom_point()+
  scale_x_log10()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/gapminder7-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;If we wanted to change the labels on the x-axis to dollars, we add &lt;code&gt;labels = scales::dollar&lt;/code&gt; to the function &lt;code&gt;scale_x_log10()&lt;/code&gt;.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(
  data = gapminder,
  mapping = aes(
    x = gdpPercap,
    y = lifeExp, 
    colour = continent,
    size = pop)) +
  geom_point()+
  scale_x_log10(labels = scales::dollar)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/gapminder8-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Any graph should be properly labelled, and we can add labels by adding another layer: &lt;code&gt;labs&lt;/code&gt; will add the relevant labels (title, subtitle, x- and y-axes, and a caption) as shown below.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(
  data = gapminder,
  mapping = aes(
    x = gdpPercap,
    y = lifeExp, 
    colour = continent,
    size = pop)) +
  geom_point() +
  scale_x_log10(labels = scales::dollar) +
  labs(title = &amp;quot;Life Expectancy vs GDP per capita&amp;quot;,
       subtitle = &amp;quot;1952-2007&amp;quot;, 
       x = &amp;quot;GDP per capita&amp;quot;, 
       y = &amp;quot;Life Expectancy&amp;quot;,
       caption = &amp;quot;Source: Gapminder&amp;quot;  
  )+
  NULL&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/gapminder9-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Style advice: While you can have the entire code for a ggplot in one single line, &lt;strong&gt;please don’t&lt;/strong&gt;! &lt;br&gt;
First, it makes it very hard to read and understand. &lt;br&gt;
Secondly, you build a ggplot in layers; by having each layer in a separate line, you can easily comment out a line (just add a hashtag &lt;code&gt;#&lt;/code&gt; at the beginning of the line) and see what is the effect of removing that layer. &lt;br&gt; What about the final &lt;code&gt;NULL&lt;/code&gt;? Well, it’s there to ensure that no matter how many lines you comment out, you have no orphan &lt;code&gt;+&lt;/code&gt;s and your code will run fine.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Finally, we can change the default theme which is a plot on a grey background; for this graph, we have chosen &lt;code&gt;theme_minimal()&lt;/code&gt;.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(
  data = gapminder,
  mapping = aes(
    x = gdpPercap,
    y = lifeExp, 
    colour = continent,
    size = pop)) +
  geom_point() +
  scale_x_log10(labels = scales::dollar) +
  labs(title = &amp;quot;Life Expectancy vs GDP per capita&amp;quot;,
       subtitle = &amp;quot;1952-2007&amp;quot;, 
       x = &amp;quot;GDP per capita&amp;quot;, 
       y = &amp;quot;Life Expectancy&amp;quot;,
       caption = &amp;quot;Source: Gapminder&amp;quot;  
      ) +
  theme_minimal()+
  NULL&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/gapminder10-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Your turn&lt;/strong&gt;:
&lt;br&gt;
Try exprimenting with different themes. &lt;br&gt;
1. Change &lt;code&gt;theme_minimal()&lt;/code&gt; to &lt;code&gt;theme_bw()&lt;/code&gt;. What’s the difference? &lt;br&gt;
2. Now use &lt;code&gt;theme_void()&lt;/code&gt; which is an even more minimal theme!
&lt;br&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;!---LEARNR EX 1--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;myIframev1&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/ggplot_theme1/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;p&gt;Let us revisit our simple scatter plot. Because we have too may data points, we can add &lt;code&gt;alpha = 0.4&lt;/code&gt; in &lt;code&gt;geom_point()&lt;/code&gt; to make some of the points more transparent; &lt;code&gt;alpha = 1&lt;/code&gt; means solid colour and opaque data points, whereas lower values of &lt;code&gt;alpha&lt;/code&gt; make some points more transparent.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(
  data = gapminder,
  mapping = aes(
    x = gdpPercap,
    y = lifeExp, 
    colour = continent,
    size = pop, 
    )) +
  geom_point(alpha = 0.4) +
  scale_x_log10(labels = scales::dollar) +
  labs(title = &amp;quot;Life Expectancy vs GDP per capita&amp;quot;,
       subtitle = &amp;quot;1952-2007&amp;quot;, 
       x = &amp;quot;GDP per capita&amp;quot;, 
       y = &amp;quot;Life Expectancy&amp;quot;,
       caption = &amp;quot;Source: Gapminder&amp;quot;  
      ) +
  theme_minimal()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/gapminder10-1-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;layers&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Layers&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;ggplot&lt;/code&gt; create graphics in layers. Once you define your data and the aesthetics [(x,y) coordinates, colour, size, fill, etc.], you can then add add more layers in that you keep on ‘doing’ things to the data.&lt;/p&gt;
&lt;p&gt;In essence, each &lt;code&gt;geom&lt;/code&gt; layer specifies&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A &lt;code&gt;geom&lt;/code&gt;: the graphical object to be drawn (histogram, boxplot, density plot, etc.)&lt;/li&gt;
&lt;li&gt;A &lt;code&gt;stat&lt;/code&gt;: what “statistic” it is applied to&lt;/li&gt;
&lt;li&gt;A &lt;code&gt;position&lt;/code&gt;: how it is placed; &lt;code&gt;identity&lt;/code&gt;, &lt;code&gt;jitter&lt;/code&gt;, &lt;code&gt;dodge&lt;/code&gt;, &lt;code&gt;stack&lt;/code&gt;, &lt;code&gt;fill&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;Unfortunately, due to an early design mistake I called these either stat_() or geom_(). A better decision would have been to call them layer_() functions: that’s a more accurate description because every layer involves a stat and a geom. – Hadley Wickham&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Position adjustments are used, as the name says, to adjust the position of each geom. The following position adjustments and their defaults are shown below:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;position_identity&lt;/code&gt; - default of most geoms– Doesn’t adjust position&lt;/li&gt;
&lt;li&gt;&lt;code&gt;position_jitter&lt;/code&gt; - default of geom_jitter. Adding random noise to a plot can sometimes make it easier to read. Jittering is particularly useful for small datasets with at least one discrete position.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;position_dodge&lt;/code&gt; - default of geom_boxplot. Dodging preserves the vertical position of an geom while adjusting the horizontal position.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;position_stack&lt;/code&gt; - default of geom_bar==geom_histogram and geom_area– it stacks bars on top of each other&lt;/li&gt;
&lt;li&gt;&lt;code&gt;position_fill&lt;/code&gt; - useful for geom_bar==geom_histogram and geom_area– stacks bars and standardises each stack to have constant height&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Let us create a base plot of life expectancy, coloured by continent&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;life_exp_plot &amp;lt;- 
  ggplot(
    data = gapminder,
    mapping = aes(
      x = lifeExp,
      fill = continent)
  ) &lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Nothing much happens, as we have just defined the base plot. Let us now plot a &lt;code&gt;geom_histogram()&lt;/code&gt;, which uses position_fill as its default.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;life_exp_plot + 
  geom_histogram()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/life_expectancy__plot1-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Is this a useful graph? &lt;code&gt;position_stack&lt;/code&gt;, the deafult for geom_histogram(), stacks bars on top of each other. Look at the bar that appears right after the 70 year life expectancy. Right at the bottomw, we have a a few observations from, followed by the blue European one, the green Asia, etc. all the way to the top where you see the few red observations that correspond to Africa.&lt;/p&gt;
&lt;p&gt;We can improve on this by using &lt;code&gt;position = &#34;identity&#34;&lt;/code&gt; that doesn’t adjust position. We also use &lt;code&gt;alpha = 0.3&lt;/code&gt; to make the bars more transparent. We also plot a density plot, a smoothed version of a histogram using &lt;code&gt;geom_density&lt;/code&gt;; its default position is identity and both plots are equivalent.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;life_exp_plot + 
  geom_histogram(
    position = &amp;quot;identity&amp;quot;,
    alpha = 0.3
  )&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/life_expectancy_plot2-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;life_exp_plot + 
  geom_density( alpha = 0.3)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/life_expectancy_plot2-2.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;If we again think what each layer specifies&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A &lt;code&gt;geom&lt;/code&gt;: density plot&lt;/li&gt;
&lt;li&gt;A &lt;code&gt;stat&lt;/code&gt;: density&lt;/li&gt;
&lt;li&gt;A &lt;code&gt;position&lt;/code&gt;: identity&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;What if we change the position and we use &lt;code&gt;stack&lt;/code&gt; for the position layer?&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;life_exp_plot + 
  geom_histogram(
    position = &amp;quot;stack&amp;quot;,
    alpha = 0.3
  )&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/life_expectancy_plot3-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;life_exp_plot + 
  geom_histogram(alpha = 0.3)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/life_expectancy_plot3-2.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Both plots are identical; in the second one, we didn’t specify what &lt;code&gt;position&lt;/code&gt; should be, so ggplot used the default position for a histogram, which is &lt;code&gt;position = stack&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Finallt, we can also use &lt;code&gt;position = &#34;fill&#34;&lt;/code&gt; which stacks bars and standardises each stack to have constant height, or &lt;code&gt;position = &#34;dodge&#34;&lt;/code&gt; (to separate each continent) for the position layer&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;life_exp_plot + 
  geom_histogram(
    position = &amp;quot;fill&amp;quot;,
    alpha = 0.3
  )&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/life_expectancy_plot4-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;life_exp_plot + 
  geom_histogram(
    position = &amp;quot;dodge&amp;quot;,
    alpha = 0.5
  )&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/life_expectancy_plot4-2.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;facetting&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Facetting&lt;/h2&gt;
&lt;p&gt;One of the nice features of &lt;code&gt;ggplot2&lt;/code&gt; is a special technique called faceting that allows us to split one plot into multiple plots based on a factor included in the dataset. In the &lt;code&gt;gapminder&lt;/code&gt; scatterplot example, we can use facetting and produce one scatter plot for each continent separately by using &lt;code&gt;facet_wrap&lt;/code&gt; and &lt;code&gt;facet_grid&lt;/code&gt; as shown below.&lt;/p&gt;
&lt;p&gt;Before proceeding, we will define an object &lt;code&gt;gapminder_scatterplot&lt;/code&gt; with the sequence of layers that gives us the ‘core’ life expectancy vs GDP scatterplot. Having stored the ‘core’ plot into an object, we can then add layers to it as needed, something which is useful for programming, as it saves you from retyping things.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;facet_wrap()&lt;/code&gt; allows us to get the same graph, but looking at by changing another variable; in our case, we will look at the core scatterplot first by &lt;code&gt;continent&lt;/code&gt;, and then by `year.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#define the core gapminder scatterplot of life expectancy vs GDP
# store it in an obect called `gapminder_scatterplot`
gapminder_scatterplot &amp;lt;-  
  ggplot(
    data = gapminder,
    mapping = aes(
      x = gdpPercap,
      y = lifeExp, 
      colour = continent, 
      alpha = 0.2)) +
  geom_point() +
  scale_x_log10(labels = scales::dollar) +
  labs(title = &amp;quot;Life Expectancy vs GDP per capita, 1952-2007&amp;quot;, 
       x = &amp;quot;GDP per capita&amp;quot;, 
       y = &amp;quot;Life Expectancy&amp;quot;,
       caption = &amp;quot;Source: Gapminder&amp;quot;  
  ) +
  theme_minimal()


# We now add a new layer to our base plot: facet_wrap(~x), 
# where x is the variable you want to facet by

# first, facet the scatterplot by continent
gapminder_scatterplot +
  facet_wrap(~continent) &lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/gapminder11_facet-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# then, facet the scatterplot by year
gapminder_scatterplot +
  facet_wrap(~year) &lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/gapminder11_facet-2.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;We can use the &lt;code&gt;nrow&lt;/code&gt; argument to manually control the number of rows in the faceting. We will consider the faceting by continent plot and want to have the output in 3 rows, so &lt;code&gt;nrow = 3&lt;/code&gt;. Also, we do not want any legends for the colours used, as ggplot will explicitly name the continents. To remove the legends, we add &lt;code&gt;theme(legend.position=&#34;none&#34;)&lt;/code&gt; to our ggplot.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;gapminder_scatterplot +
  facet_wrap(
    facets = vars(continent),
         nrow = 3) +
  theme(legend.position=&amp;quot;none&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/gapminder11-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;If you want to facet a plot and have its results appear in grid, we can use &lt;code&gt;facet_grid()&lt;/code&gt;. You can define what the row and the columns in your grid should correspond to.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# use facet_grid(), where rows refer to continents
gapminder_scatterplot +
  facet_grid(vars(rows=continent)) +
  theme(legend.position=&amp;quot;none&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/gapminder_facet_grid-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# we can create a facet_grid where you can define *both* rows and columns
# in our scatterplot, we add a facet_grid() layer where columns = continents and rows =  year
gapminder_scatterplot+
  theme_minimal(8) + # just make the font size smaller
  facet_grid(
    cols = vars(continent), 
    rows = vars(year)
    ) +
  theme(legend.position=&amp;quot;none&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/gapminder_facet_grid-2.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Finally, if instead of a scatter plot we wanted to create a &lt;strong&gt;boxplot&lt;/strong&gt; of life expectancy by continent, we use similar aesthetics, but the relevant geometry is &lt;code&gt;geom_boxplot()&lt;/code&gt;.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;ggplot(
  data = gapminder,
  mapping = aes(
    x = continent,
    y = lifeExp, 
    fill = continent)) +
  geom_boxplot() +
  labs(title = &amp;quot;Life Expectancy among the continents, 1952-2007&amp;quot;, 
       x = &amp;quot; &amp;quot;, # Empty, as the levels of the x-variable are the continets
       y = &amp;quot;Life Expectancy&amp;quot;,
       caption = &amp;quot;Source: Gapminder&amp;quot;  
      ) +
  theme_minimal()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/gapminder12-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;tweaking-graphics-for-publication-quality&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Tweaking graphics for publication quality&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;ggplot&lt;/code&gt; comes with many other options for tweaking plots to get them just the way you want for publication. These can be a bit hard to remember, but I usually look them up in &lt;a href=&#34;http://www.cookbook-r.com/Graphs/&#34;&gt;R graphics cookbook&lt;/a&gt; and the &lt;a href=&#34;https://bbc.github.io/rcookbook/&#34;&gt;BBC Visual and Data Journalism cookbook for R graphics&lt;/a&gt;, both of which have example code to cover most use cases!&lt;/p&gt;
&lt;p&gt;In the example below, we select only those observations between 1997 and 2007, calculate the average life expectancy, average GDP per capita, and average population. We then create a new object, &lt;code&gt;gapminder9707_plot&lt;/code&gt; which is the series of commands that make up our plot. To actually see the plot, we either use &lt;code&gt;print(gapminder9707_plot)&lt;/code&gt; or just &lt;code&gt;gapminder9707_plot&lt;/code&gt;.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;gapminder9707 &amp;lt;- gapminder %&amp;gt;% 
  group_by(continent, country) %&amp;gt;%
  filter(year %in% c(1997, 2002, 2007)) %&amp;gt;%
  summarise(avg_life = mean(lifeExp, na.rm = TRUE),
            avg_gdp = mean(gdpPercap, na.rm = TRUE),
            avg_population_millions = mean(pop/1000000, na.rm = TRUE)) %&amp;gt;% 
  ungroup()          
            
gapminder9707_plot &amp;lt;- ggplot(data = gapminder9707,
       mapping = aes(x = avg_gdp,
                     y = avg_life,
                     colour = continent,
                     size = avg_population_millions,
                     label = country)) +
  geom_point() +
  scale_x_log10(labels = scales::dollar) +
  theme_bw() +
  labs(title = &amp;quot;Life Expectancy vs GDP per capita, 1997-2007&amp;quot;, 
       x = &amp;quot;Average GDP per capita&amp;quot;, 
       y = &amp;quot;Average Life Expectancy&amp;quot;,
       caption = &amp;quot;Source: Gapminder&amp;quot;) +
  geom_text(nudge_y = -.8, size = 2.2, check_overlap = TRUE)+
  theme(legend.position=&amp;quot;none&amp;quot;) 


gapminder9707_plot&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/publication_ready_plot-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;making-plots-interactive-using-plotly&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Making plots interactive using &lt;code&gt;plotly&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;We can make our plots interactive using the &lt;code&gt;plotly&lt;/code&gt; package, which allows us to look at each point, zoon in/out, etc. Once you load the plotly library, it is simply a matter or using the &lt;code&gt;ggplotly&lt;/code&gt; command. Move your cursor on the graph and see what happens!&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;plotly::ggplotly(gapminder9707_plot)&lt;/code&gt;&lt;/pre&gt;
&lt;div id=&#34;htmlwidget-1&#34; style=&#34;width:672px;height:480px;&#34; class=&#34;plotly html-widget&#34;&gt;&lt;/div&gt;
&lt;script type=&#34;application/json&#34; data-for=&#34;htmlwidget-1&#34;&gt;{&#34;x&#34;:{&#34;data&#34;:[{&#34;x&#34;:[3.73529816636707,3.5162117673424,3.13002676887317,4.03101235742701,3.02816078018156,2.64985043208335,3.276495823188,2.8623726152838,3.11005149558937,3.03283057509239,2.44243072300279,3.54821673665988,3.22009207134793,3.29268125150292,3.68451524445853,3.87836985020573,2.88840235491599,2.76261568000973,4.1298084405593,2.83823298308871,3.06004771237998,2.96342380553952,2.81326976138648,3.13685252983265,3.12825534292477,2.71465484474075,4.0150749225077,2.98910899771779,2.8486096223189,2.96758686339591,3.20998901027445,3.96070082304799,3.52551008129843,2.80835720900158,3.62950845746983,2.77840610712675,3.24338575658821,3.82517133418015,2.87287207097169,3.15539712949296,3.18794125122919,2.85261795104452,2.96044212782028,3.91133151367053,3.31722763319711,3.62042639176536,2.96937593184278,2.96244470228726,3.77067082874193,2.97013916557606,3.05616507642202,2.80937964846766],&#34;y&#34;:[70.8156666666667,41.5656666666667,55.3036666666667,49.9726666666667,51.0896666666667,47.422,50.8283333333333,44.705,50.9163333333333,62.9286666666667,44.6716666666667,53.7513333333333,47.717,53.7736666666667,69.4536666666667,49.724,55.5526666666667,51.0246666666667,57.9856666666667,57.7833333333333,59.0103333333333,53.7126666666667,45.5883333333333,53.1696666666667,47.581,43.884,72.748,57.2356666666667,46.9356666666667,52.0626666666667,62.2803333333333,71.8303333333333,69.4796666666667,44.1506666666667,54.4313333333333,54.2253333333333,46.977,75.6526666666667,41.914,64.3903333333333,61.6163333333333,41.159,45.9633333333333,54.3133333333333,56.766,45.9236666666667,50.2113333333333,58.1236666666667,72.9793333333333,47.9776666666667,40.605,43.4283333333333],&#34;text&#34;:[&#34;avg_gdp:  5436&lt;br /&gt;avg_life: 70.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   31.231&lt;br /&gt;country: Algeria&#34;,&#34;avg_gdp:  3283&lt;br /&gt;avg_life: 41.6&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   11.054&lt;br /&gt;country: Angola&#34;,&#34;avg_gdp:  1349&lt;br /&gt;avg_life: 55.3&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    7.057&lt;br /&gt;country: Benin&#34;,&#34;avg_gdp: 10740&lt;br /&gt;avg_life: 50.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    1.602&lt;br /&gt;country: Botswana&#34;,&#34;avg_gdp:  1067&lt;br /&gt;avg_life: 51.1&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   12.310&lt;br /&gt;country: Burkina Faso&#34;,&#34;avg_gdp:   447&lt;br /&gt;avg_life: 47.4&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    7.178&lt;br /&gt;country: Burundi&#34;,&#34;avg_gdp:  1890&lt;br /&gt;avg_life: 50.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   15.941&lt;br /&gt;country: Cameroon&#34;,&#34;avg_gdp:   728&lt;br /&gt;avg_life: 44.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    4.038&lt;br /&gt;country: Central African Republic&#34;,&#34;avg_gdp:  1288&lt;br /&gt;avg_life: 50.9&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    8.879&lt;br /&gt;country: Chad&#34;,&#34;avg_gdp:  1079&lt;br /&gt;avg_life: 62.9&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    0.618&lt;br /&gt;country: Comoros&#34;,&#34;avg_gdp:   277&lt;br /&gt;avg_life: 44.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   55.929&lt;br /&gt;country: Congo, Dem. Rep.&#34;,&#34;avg_gdp:  3534&lt;br /&gt;avg_life: 53.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    3.310&lt;br /&gt;country: Congo, Rep.&#34;,&#34;avg_gdp:  1660&lt;br /&gt;avg_life: 47.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   16.297&lt;br /&gt;country: Cote d&#39;Ivoire&#34;,&#34;avg_gdp:  1962&lt;br /&gt;avg_life: 53.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    0.454&lt;br /&gt;country: Djibouti&#34;,&#34;avg_gdp:  4836&lt;br /&gt;avg_life: 69.5&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   73.237&lt;br /&gt;country: Egypt&#34;,&#34;avg_gdp:  7557&lt;br /&gt;avg_life: 49.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    0.496&lt;br /&gt;country: Equatorial Guinea&#34;,&#34;avg_gdp:   773&lt;br /&gt;avg_life: 55.6&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    4.460&lt;br /&gt;country: Eritrea&#34;,&#34;avg_gdp:   579&lt;br /&gt;avg_life: 51.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   68.107&lt;br /&gt;country: Ethiopia&#34;,&#34;avg_gdp: 13484&lt;br /&gt;avg_life: 58.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    1.293&lt;br /&gt;country: Gabon&#34;,&#34;avg_gdp:   689&lt;br /&gt;avg_life: 57.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    1.461&lt;br /&gt;country: Gambia&#34;,&#34;avg_gdp:  1148&lt;br /&gt;avg_life: 59.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   20.614&lt;br /&gt;country: Ghana&#34;,&#34;avg_gdp:   919&lt;br /&gt;avg_life: 53.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    8.935&lt;br /&gt;country: Guinea&#34;,&#34;avg_gdp:   651&lt;br /&gt;avg_life: 45.6&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    1.333&lt;br /&gt;country: Guinea-Bissau&#34;,&#34;avg_gdp:  1370&lt;br /&gt;avg_life: 53.2&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   31.754&lt;br /&gt;country: Kenya&#34;,&#34;avg_gdp:  1344&lt;br /&gt;avg_life: 47.6&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    2.014&lt;br /&gt;country: Lesotho&#34;,&#34;avg_gdp:   518&lt;br /&gt;avg_life: 43.9&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    2.736&lt;br /&gt;country: Liberia&#34;,&#34;avg_gdp: 10353&lt;br /&gt;avg_life: 72.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    5.388&lt;br /&gt;country: Libya&#34;,&#34;avg_gdp:   975&lt;br /&gt;avg_life: 57.2&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   16.602&lt;br /&gt;country: Madagascar&#34;,&#34;avg_gdp:   706&lt;br /&gt;avg_life: 46.9&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   11.857&lt;br /&gt;country: Malawi&#34;,&#34;avg_gdp:   928&lt;br /&gt;avg_life: 52.1&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   10.666&lt;br /&gt;country: Mali&#34;,&#34;avg_gdp:  1622&lt;br /&gt;avg_life: 62.3&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    2.848&lt;br /&gt;country: Mauritania&#34;,&#34;avg_gdp:  9135&lt;br /&gt;avg_life: 71.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    1.200&lt;br /&gt;country: Mauritius&#34;,&#34;avg_gdp:  3354&lt;br /&gt;avg_life: 69.5&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   31.151&lt;br /&gt;country: Morocco&#34;,&#34;avg_gdp:   643&lt;br /&gt;avg_life: 44.2&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   18.343&lt;br /&gt;country: Mozambique&#34;,&#34;avg_gdp:  4261&lt;br /&gt;avg_life: 54.4&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    1.934&lt;br /&gt;country: Namibia&#34;,&#34;avg_gdp:   600&lt;br /&gt;avg_life: 54.2&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   11.234&lt;br /&gt;country: Niger&#34;,&#34;avg_gdp:  1751&lt;br /&gt;avg_life: 47.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:  120.380&lt;br /&gt;country: Nigeria&#34;,&#34;avg_gdp:  6686&lt;br /&gt;avg_life: 75.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    0.742&lt;br /&gt;country: Reunion&#34;,&#34;avg_gdp:   746&lt;br /&gt;avg_life: 41.9&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    7.975&lt;br /&gt;country: Rwanda&#34;,&#34;avg_gdp:  1430&lt;br /&gt;avg_life: 64.4&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    0.172&lt;br /&gt;country: Sao Tome and Principe&#34;,&#34;avg_gdp:  1541&lt;br /&gt;avg_life: 61.6&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   10.891&lt;br /&gt;country: Senegal&#34;,&#34;avg_gdp:   712&lt;br /&gt;avg_life: 41.2&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    5.361&lt;br /&gt;country: Sierra Leone&#34;,&#34;avg_gdp:   913&lt;br /&gt;avg_life: 46.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    7.835&lt;br /&gt;country: Somalia&#34;,&#34;avg_gdp:  8153&lt;br /&gt;avg_life: 54.3&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   43.755&lt;br /&gt;country: South Africa&#34;,&#34;avg_gdp:  2076&lt;br /&gt;avg_life: 56.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   37.181&lt;br /&gt;country: Sudan&#34;,&#34;avg_gdp:  4173&lt;br /&gt;avg_life: 45.9&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    1.106&lt;br /&gt;country: Swaziland&#34;,&#34;avg_gdp:   932&lt;br /&gt;avg_life: 50.2&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   34.473&lt;br /&gt;country: Tanzania&#34;,&#34;avg_gdp:   917&lt;br /&gt;avg_life: 58.1&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    5.000&lt;br /&gt;country: Togo&#34;,&#34;avg_gdp:  5898&lt;br /&gt;avg_life: 73.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:    9.759&lt;br /&gt;country: Tunisia&#34;,&#34;avg_gdp:   934&lt;br /&gt;avg_life: 48.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   25.040&lt;br /&gt;country: Uganda&#34;,&#34;avg_gdp:  1138&lt;br /&gt;avg_life: 40.6&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   10.587&lt;br /&gt;country: Zambia&#34;,&#34;avg_gdp:   645&lt;br /&gt;avg_life: 43.4&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions:   11.881&lt;br /&gt;country: Zimbabwe&#34;],&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;markers&#34;,&#34;marker&#34;:{&#34;autocolorscale&#34;:false,&#34;color&#34;:&#34;rgba(248,118,109,1)&#34;,&#34;opacity&#34;:1,&#34;size&#34;:[6.72760602797348,5.52454756951681,5.16755216054104,4.41213862760544,5.62251958020771,5.17968548501525,5.88013868706544,4.81963153494679,5.34044521712509,4.13277174729714,7.7295011179664,4.71663739995308,5.90376239097201,4.06046263566322,8.30122249508917,4.08051501130236,4.87493748319513,8.13958204323653,4.33975554870753,4.38005760189931,6.17124751081782,5.34545406635119,4.34948176618431,6.75231541729152,4.49751602359385,4.62666602047349,4.98772210313198,5.92373866899622,5.5878102614617,5.49313800874509,4.64487722965116,4.31598727853304,6.72383986873236,6.03447276259101,4.4817371621777,5.53892501171234,9.5793254023263,4.1790594814895,5.25722641853177,3.77952755905512,5.51143547817408,4.98450219787755,5.24391149213095,7.27179461844066,6.99764690026521,4.29078480884114,6.87768026134228,4.94186890499087,5.41747897593005,6.41749218442389,5.48666683201641,5.5896428134198],&#34;symbol&#34;:&#34;circle&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:&#34;rgba(248,118,109,1)&#34;}},&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34;Africa&#34;,&#34;legendgroup&#34;:&#34;Africa&#34;,&#34;showlegend&#34;:true,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[4.03535371072954,3.54660611539427,3.92350297184792,4.51676942867998,4.05523145026848,3.79886238147315,3.9039135314952,3.83928400703392,3.67526752213631,3.82555079918739,3.73332428839496,3.6910434950007,3.10422857646474,3.51448197982362,3.85405449985021,4.03459253822447,3.39659989857463,3.90810792731621,3.60937784709796,3.8051897695126,4.26468994293184,4.1056428099285,4.59408370350983,3.9632951225695,4.00268932982023],&#34;y&#34;:[74.3116666666667,63.829,70.928,79.6776666666667,77.4096666666667,71.628,78.055,77.194,71.013,73.8263333333333,70.7156666666667,68.5196666666667,58.5746666666667,68.8073333333333,72.292,74.9223333333333,70.7203333333333,74.6623333333333,70.6356666666667,69.9043333333333,77.147,69.42,77.454,75.3046666666667,72.8863333333333],&#34;text&#34;:[&#34;avg_gdp: 10848&lt;br /&gt;avg_life: 74.3&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:   38.279&lt;br /&gt;country: Argentina&#34;,&#34;avg_gdp:  3521&lt;br /&gt;avg_life: 63.8&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:    8.419&lt;br /&gt;country: Bolivia&#34;,&#34;avg_gdp:  8385&lt;br /&gt;avg_life: 70.9&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:  179.491&lt;br /&gt;country: Brazil&#34;,&#34;avg_gdp: 32868&lt;br /&gt;avg_life: 79.7&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:   31.866&lt;br /&gt;country: Canada&#34;,&#34;avg_gdp: 11356&lt;br /&gt;avg_life: 77.4&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:   15.461&lt;br /&gt;country: Chile&#34;,&#34;avg_gdp:  6293&lt;br /&gt;avg_life: 71.6&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:   40.965&lt;br /&gt;country: Colombia&#34;,&#34;avg_gdp:  8015&lt;br /&gt;avg_life: 78.1&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:    3.829&lt;br /&gt;country: Costa Rica&#34;,&#34;avg_gdp:  6907&lt;br /&gt;avg_life: 77.2&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:   11.209&lt;br /&gt;country: Cuba&#34;,&#34;avg_gdp:  4734&lt;br /&gt;avg_life: 71.0&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:    8.654&lt;br /&gt;country: Dominican Republic&#34;,&#34;avg_gdp:  6692&lt;br /&gt;avg_life: 73.8&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:   12.863&lt;br /&gt;country: Ecuador&#34;,&#34;avg_gdp:  5412&lt;br /&gt;avg_life: 70.7&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:    6.359&lt;br /&gt;country: El Salvador&#34;,&#34;avg_gdp:  4910&lt;br /&gt;avg_life: 68.5&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:   11.185&lt;br /&gt;country: Guatemala&#34;,&#34;avg_gdp:  1271&lt;br /&gt;avg_life: 58.6&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:    7.675&lt;br /&gt;country: Haiti&#34;,&#34;avg_gdp:  3270&lt;br /&gt;avg_life: 68.8&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:    6.676&lt;br /&gt;country: Honduras&#34;,&#34;avg_gdp:  7146&lt;br /&gt;avg_life: 72.3&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:    2.659&lt;br /&gt;country: Jamaica&#34;,&#34;avg_gdp: 10829&lt;br /&gt;avg_life: 74.9&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:  102.359&lt;br /&gt;country: Mexico&#34;,&#34;avg_gdp:  2492&lt;br /&gt;avg_life: 70.7&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:    5.144&lt;br /&gt;country: Nicaragua&#34;,&#34;avg_gdp:  8093&lt;br /&gt;avg_life: 74.7&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:    2.989&lt;br /&gt;country: Panama&#34;,&#34;avg_gdp:  4068&lt;br /&gt;avg_life: 70.6&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:    5.902&lt;br /&gt;country: Paraguay&#34;,&#34;avg_gdp:  6385&lt;br /&gt;avg_life: 69.9&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:   26.731&lt;br /&gt;country: Peru&#34;,&#34;avg_gdp: 18395&lt;br /&gt;avg_life: 77.1&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:    3.854&lt;br /&gt;country: Puerto Rico&#34;,&#34;avg_gdp: 12754&lt;br /&gt;avg_life: 69.4&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:    1.099&lt;br /&gt;country: Trinidad and Tobago&#34;,&#34;avg_gdp: 39272&lt;br /&gt;avg_life: 77.5&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:  287.242&lt;br /&gt;country: United States&#34;,&#34;avg_gdp:  9190&lt;br /&gt;avg_life: 75.3&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:    3.358&lt;br /&gt;country: Uruguay&#34;,&#34;avg_gdp: 10062&lt;br /&gt;avg_life: 72.9&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions:   24.249&lt;br /&gt;country: Venezuela&#34;],&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;markers&#34;,&#34;marker&#34;:{&#34;autocolorscale&#34;:false,&#34;color&#34;:&#34;rgba(163,165,0,1)&#34;,&#34;opacity&#34;:1,&#34;size&#34;:[7.04501506814027,5.29868143481951,10.8632004179082,6.75760404471265,5.84791211970399,7.15812828876902,4.79114302942878,5.53694165524078,5.32016768188401,5.66402109672951,5.09532400534705,5.53504210918148,5.22849262510052,5.12865375375649,4.61372783584097,9.12693334049441,4.95907240449911,4.66743024288311,5.04579546811574,6.50568499341888,4.79457654357769,4.28883990013158,12.7422524239991,4.72373070502124,6.37518537135309],&#34;symbol&#34;:&#34;circle&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:&#34;rgba(163,165,0,1)&#34;}},&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34;Americas&#34;,&#34;legendgroup&#34;:&#34;Americas&#34;,&#34;showlegend&#34;:true,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[2.89147347846538,4.38911659206344,3.0669981893363,3.04718265879913,3.53855823020568,4.51548362443266,3.27552612958804,3.50214933931494,3.98692194680545,3.59981101151252,4.35746144606758,4.47264552165406,3.60241299933731,3.21577679421717,4.29059590535987,4.6117860068265,3.97817992874428,4.03864060310991,3.3765017515434,2.81734497144193,3.02249136296315,4.31381862691475,3.35205449766939,3.446015835998,4.31002782822298,4.58989661059359,3.50740387576007,3.61242046477958,4.38117840609998,3.80672723259957,3.27044045988688,3.68876098267699,3.34459367012025],&#34;y&#34;:[42.5733333333333,74.785,61.829,57.6696666666667,71.805,81.2343333333333,63.114,68.4263333333333,69.4856666666667,58.4673333333333,79.57,81.7643333333333,71.19,67.2286666666667,76.7716666666667,76.8826666666667,71.0953333333333,73.0743333333333,65.1536666666667,60.7683333333333,61.517,74.1106666666667,63.637,70.185,71.6453333333333,78.6333333333333,71.2226666666667,72.9076666666667,76.88,68.9003333333333,72.646,72.296,60.342],&#34;text&#34;:[&#34;avg_gdp:   779&lt;br /&gt;avg_life: 42.6&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   26.462&lt;br /&gt;country: Afghanistan&#34;,&#34;avg_gdp: 24497&lt;br /&gt;avg_life: 74.8&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:    0.655&lt;br /&gt;country: Bahrain&#34;,&#34;avg_gdp:  1167&lt;br /&gt;avg_life: 61.8&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:  136.473&lt;br /&gt;country: Bangladesh&#34;,&#34;avg_gdp:  1115&lt;br /&gt;avg_life: 57.7&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   12.947&lt;br /&gt;country: Cambodia&#34;,&#34;avg_gdp:  3456&lt;br /&gt;avg_life: 71.8&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 1276.386&lt;br /&gt;country: China&#34;,&#34;avg_gdp: 32771&lt;br /&gt;avg_life: 81.2&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:    6.746&lt;br /&gt;country: Hong Kong, China&#34;,&#34;avg_gdp:  1886&lt;br /&gt;avg_life: 63.1&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 1034.523&lt;br /&gt;country: India&#34;,&#34;avg_gdp:  3178&lt;br /&gt;avg_life: 68.4&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:  211.295&lt;br /&gt;country: Indonesia&#34;,&#34;avg_gdp:  9703&lt;br /&gt;avg_life: 69.5&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   66.563&lt;br /&gt;country: Iran&#34;,&#34;avg_gdp:  3979&lt;br /&gt;avg_life: 58.5&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   24.092&lt;br /&gt;country: Iraq&#34;,&#34;avg_gdp: 22775&lt;br /&gt;avg_life: 79.6&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:    5.996&lt;br /&gt;country: Israel&#34;,&#34;avg_gdp: 29692&lt;br /&gt;avg_life: 81.8&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:  126.830&lt;br /&gt;country: Japan&#34;,&#34;avg_gdp:  4003&lt;br /&gt;avg_life: 71.2&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:    5.296&lt;br /&gt;country: Jordan&#34;,&#34;avg_gdp:  1644&lt;br /&gt;avg_life: 67.2&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   22.367&lt;br /&gt;country: Korea, Dem. Rep.&#34;,&#34;avg_gdp: 19525&lt;br /&gt;avg_life: 76.8&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   47.729&lt;br /&gt;country: Korea, Rep.&#34;,&#34;avg_gdp: 40906&lt;br /&gt;avg_life: 76.9&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:    2.127&lt;br /&gt;country: Kuwait&#34;,&#34;avg_gdp:  9510&lt;br /&gt;avg_life: 71.1&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:    3.676&lt;br /&gt;country: Lebanon&#34;,&#34;avg_gdp: 10931&lt;br /&gt;avg_life: 73.1&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   22.653&lt;br /&gt;country: Malaysia&#34;,&#34;avg_gdp:  2380&lt;br /&gt;avg_life: 65.2&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:    2.681&lt;br /&gt;country: Mongolia&#34;,&#34;avg_gdp:   657&lt;br /&gt;avg_life: 60.8&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   45.536&lt;br /&gt;country: Myanmar&#34;,&#34;avg_gdp:  1053&lt;br /&gt;avg_life: 61.5&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   25.926&lt;br /&gt;country: Nepal&#34;,&#34;avg_gdp: 20598&lt;br /&gt;avg_life: 74.1&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:    2.734&lt;br /&gt;country: Oman&#34;,&#34;avg_gdp:  2249&lt;br /&gt;avg_life: 63.6&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:  152.746&lt;br /&gt;country: Pakistan&#34;,&#34;avg_gdp:  2793&lt;br /&gt;avg_life: 70.2&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   83.028&lt;br /&gt;country: Philippines&#34;,&#34;avg_gdp: 20419&lt;br /&gt;avg_life: 71.6&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   24.444&lt;br /&gt;country: Saudi Arabia&#34;,&#34;avg_gdp: 38895&lt;br /&gt;avg_life: 78.6&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:    4.184&lt;br /&gt;country: Singapore&#34;,&#34;avg_gdp:  3217&lt;br /&gt;avg_life: 71.2&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   19.551&lt;br /&gt;country: Sri Lanka&#34;,&#34;avg_gdp:  4097&lt;br /&gt;avg_life: 72.9&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   17.184&lt;br /&gt;country: Syria&#34;,&#34;avg_gdp: 24054&lt;br /&gt;avg_life: 76.9&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   22.419&lt;br /&gt;country: Taiwan&#34;,&#34;avg_gdp:  6408&lt;br /&gt;avg_life: 68.9&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   62.697&lt;br /&gt;country: Thailand&#34;,&#34;avg_gdp:  1864&lt;br /&gt;avg_life: 72.6&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   80.740&lt;br /&gt;country: Vietnam&#34;,&#34;avg_gdp:  4884&lt;br /&gt;avg_life: 72.3&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:    3.411&lt;br /&gt;country: West Bank and Gaza&#34;,&#34;avg_gdp:  2211&lt;br /&gt;avg_life: 60.3&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions:   18.913&lt;br /&gt;country: Yemen, Rep.&#34;],&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;markers&#34;,&#34;marker&#34;:{&#34;autocolorscale&#34;:false,&#34;color&#34;:&#34;rgba(0,191,125,1)&#34;,&#34;opacity&#34;:1,&#34;size&#34;:[6.49185137707063,4.1470342010906,9.95537054210971,5.67026697086806,22.6771653543307,5.13588550970687,20.7924816353829,11.4657626469075,8.08976546048613,6.36673446156033,5.05613352188063,9.73289216790774,4.97693226597572,6.27170320674659,7.42752718539711,4.51928556792372,4.76982752293953,6.2876998158144,4.61746871530203,7.34241414194419,6.46404362079212,4.62626271180737,10.313641086751,8.59467173768862,6.38568597001294,4.83915669700179,6.10823856211687,5.96137058433025,6.27460109152898,7.96239174145164,8.52770538606763,4.73162726006918,6.06958165353194],&#34;symbol&#34;:&#34;circle&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:&#34;rgba(0,191,125,1)&#34;}},&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34;Asia&#34;,&#34;legendgroup&#34;:&#34;Asia&#34;,&#34;showlegend&#34;:true,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[3.66068514409951,4.5125066096541,4.48543599205057,3.78370424250963,3.90934131248531,4.08066515550477,4.27475830787878,4.51076507057034,4.45299007477962,4.45375564554941,4.47709741882628,4.36046948640673,4.17187905673463,4.50245029453059,4.51971860982492,4.43250345570442,3.87072967448547,4.52620492575145,4.6542546300248,4.09750889663096,4.28721621089926,3.93852611693021,3.91972173615152,4.1706852723108,4.32626336525676,4.39270770393705,4.4696648282381,4.54042416565394,3.85668443215778,4.47108034127712],&#34;y&#34;:[75.008,78.773,78.4303333333333,74.062,71.8216666666667,74.768,75.3353333333333,77.2073333333333,78.271,79.629,78.472,78.536,72.3226666666667,80.4023333333333,77.5966666666667,79.8686666666667,74.6563333333333,78.774,79.1886666666667,74.3276666666667,77.1193333333333,71.1726666666667,73.149,73.7243333333333,76.572,79.8303333333333,80.1046666666667,80.5636666666667,70.4856666666667,78.3713333333333],&#34;text&#34;:[&#34;avg_gdp:  4578&lt;br /&gt;avg_life: 75.0&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    3.512&lt;br /&gt;country: Albania&#34;,&#34;avg_gdp: 32547&lt;br /&gt;avg_life: 78.8&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    8.139&lt;br /&gt;country: Austria&#34;,&#34;avg_gdp: 30580&lt;br /&gt;avg_life: 78.4&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   10.301&lt;br /&gt;country: Belgium&#34;,&#34;avg_gdp:  6077&lt;br /&gt;avg_life: 74.1&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    4.108&lt;br /&gt;country: Bosnia and Herzegovina&#34;,&#34;avg_gdp:  8116&lt;br /&gt;avg_life: 71.8&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    7.684&lt;br /&gt;country: Bulgaria&#34;,&#34;avg_gdp: 12041&lt;br /&gt;avg_life: 74.8&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    4.473&lt;br /&gt;country: Croatia&#34;,&#34;avg_gdp: 18826&lt;br /&gt;avg_life: 75.3&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   10.262&lt;br /&gt;country: Czech Republic&#34;,&#34;avg_gdp: 32416&lt;br /&gt;avg_life: 77.2&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    5.375&lt;br /&gt;country: Denmark&#34;,&#34;avg_gdp: 28379&lt;br /&gt;avg_life: 78.3&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    5.189&lt;br /&gt;country: Finland&#34;,&#34;avg_gdp: 28429&lt;br /&gt;avg_life: 79.6&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   59.877&lt;br /&gt;country: France&#34;,&#34;avg_gdp: 29998&lt;br /&gt;avg_life: 78.5&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   82.254&lt;br /&gt;country: Germany&#34;,&#34;avg_gdp: 22933&lt;br /&gt;avg_life: 78.5&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   10.604&lt;br /&gt;country: Greece&#34;,&#34;avg_gdp: 14855&lt;br /&gt;avg_life: 72.3&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   10.095&lt;br /&gt;country: Hungary&#34;,&#34;avg_gdp: 31802&lt;br /&gt;avg_life: 80.4&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    0.287&lt;br /&gt;country: Iceland&#34;,&#34;avg_gdp: 33092&lt;br /&gt;avg_life: 77.6&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    3.885&lt;br /&gt;country: Ireland&#34;,&#34;avg_gdp: 27071&lt;br /&gt;avg_life: 79.9&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   57.851&lt;br /&gt;country: Italy&#34;,&#34;avg_gdp:  7426&lt;br /&gt;avg_life: 74.7&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    0.699&lt;br /&gt;country: Montenegro&#34;,&#34;avg_gdp: 33590&lt;br /&gt;avg_life: 78.8&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   16.099&lt;br /&gt;country: Netherlands&#34;,&#34;avg_gdp: 45108&lt;br /&gt;avg_life: 79.2&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    4.523&lt;br /&gt;country: Norway&#34;,&#34;avg_gdp: 12517&lt;br /&gt;avg_life: 74.3&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   38.600&lt;br /&gt;country: Poland&#34;,&#34;avg_gdp: 19374&lt;br /&gt;avg_life: 77.1&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   10.411&lt;br /&gt;country: Portugal&#34;,&#34;avg_gdp:  8680&lt;br /&gt;avg_life: 71.2&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   22.414&lt;br /&gt;country: Romania&#34;,&#34;avg_gdp:  8312&lt;br /&gt;avg_life: 73.1&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   10.199&lt;br /&gt;country: Serbia&#34;,&#34;avg_gdp: 14814&lt;br /&gt;avg_life: 73.7&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    5.414&lt;br /&gt;country: Slovak Republic&#34;,&#34;avg_gdp: 21196&lt;br /&gt;avg_life: 76.6&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    2.011&lt;br /&gt;country: Slovenia&#34;,&#34;avg_gdp: 24701&lt;br /&gt;avg_life: 79.8&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   40.152&lt;br /&gt;country: Spain&#34;,&#34;avg_gdp: 29489&lt;br /&gt;avg_life: 80.1&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    8.961&lt;br /&gt;country: Sweden&#34;,&#34;avg_gdp: 34708&lt;br /&gt;avg_life: 80.6&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:    7.370&lt;br /&gt;country: Switzerland&#34;,&#34;avg_gdp:  7189&lt;br /&gt;avg_life: 70.5&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   67.172&lt;br /&gt;country: Turkey&#34;,&#34;avg_gdp: 29586&lt;br /&gt;avg_life: 78.4&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions:   59.832&lt;br /&gt;country: United Kingdom&#34;],&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;markers&#34;,&#34;marker&#34;:{&#34;autocolorscale&#34;:false,&#34;color&#34;:&#34;rgba(0,176,246,1)&#34;,&#34;opacity&#34;:1,&#34;size&#34;:[4.74636125829721,5.27268627833302,5.4631286533769,4.829052305981,5.22935189554844,4.87660340242221,5.45985013599608,4.9862275737699,4.96436386330961,7.86698548992764,8.57212271456568,5.4881111444911,5.44586871965755,3.9590704474622,4.79888394793951,7.7970347219531,4.16367355543581,5.89067640483796,4.88297273410438,7.0587350989316,5.47222158421371,6.27433402395287,5.45464270246248,4.99062896081242,4.49687331593756,7.12431252832405,5.34778779327948,5.19877426131893,8.10947650172528,7.86543977705],&#34;symbol&#34;:&#34;circle&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:&#34;rgba(0,176,246,1)&#34;}},&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34;Europe&#34;,&#34;legendgroup&#34;:&#34;Europe&#34;,&#34;showlegend&#34;:true,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[4.48723766591315,4.36439603639178],&#34;y&#34;:[80.145,78.9546666666667],&#34;text&#34;:[&#34;avg_gdp: 30707&lt;br /&gt;avg_life: 80.1&lt;br /&gt;continent: Oceania&lt;br /&gt;avg_population_millions:   19.515&lt;br /&gt;country: Australia&#34;,&#34;avg_gdp: 23142&lt;br /&gt;avg_life: 79.0&lt;br /&gt;continent: Oceania&lt;br /&gt;avg_population_millions:    3.900&lt;br /&gt;country: New Zealand&#34;],&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;markers&#34;,&#34;marker&#34;:{&#34;autocolorscale&#34;:false,&#34;color&#34;:&#34;rgba(231,107,243,1)&#34;,&#34;opacity&#34;:1,&#34;size&#34;:[6.10608530174377,4.80091886080825],&#34;symbol&#34;:&#34;circle&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:&#34;rgba(231,107,243,1)&#34;}},&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34;Oceania&#34;,&#34;legendgroup&#34;:&#34;Oceania&#34;,&#34;showlegend&#34;:true,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[3.73529816636707,3.5162117673424,3.13002676887317,4.03101235742701,3.02816078018156,2.64985043208335,3.276495823188,2.8623726152838,3.11005149558937,3.03283057509239,2.44243072300279,3.54821673665988,3.22009207134793,3.29268125150292,3.68451524445853,3.87836985020573,2.88840235491599,2.76261568000973,4.1298084405593,2.83823298308871,3.06004771237998,2.96342380553952,2.81326976138648,3.13685252983265,3.12825534292477,2.71465484474075,4.0150749225077,2.98910899771779,2.8486096223189,2.96758686339591,3.20998901027445,3.96070082304799,3.52551008129843,2.80835720900158,3.62950845746983,2.77840610712675,3.24338575658821,3.82517133418015,2.87287207097169,3.15539712949296,3.18794125122919,2.85261795104452,2.96044212782028,3.91133151367053,3.31722763319711,3.62042639176536,2.96937593184278,2.96244470228726,3.77067082874193,2.97013916557606,3.05616507642202,2.80937964846766],&#34;y&#34;:[70.0156666666667,40.7656666666667,54.5036666666667,49.1726666666667,50.2896666666667,46.622,50.0283333333333,43.905,50.1163333333333,62.1286666666667,43.8716666666667,52.9513333333333,46.917,52.9736666666667,68.6536666666667,48.924,54.7526666666667,50.2246666666667,57.1856666666667,56.9833333333333,58.2103333333333,52.9126666666667,44.7883333333333,52.3696666666667,46.781,43.084,71.948,56.4356666666667,46.1356666666667,51.2626666666667,61.4803333333333,71.0303333333333,68.6796666666667,43.3506666666667,53.6313333333333,53.4253333333333,46.177,74.8526666666667,41.114,63.5903333333333,60.8163333333333,40.359,45.1633333333333,53.5133333333333,55.966,45.1236666666667,49.4113333333333,57.3236666666667,72.1793333333333,47.1776666666667,39.805,42.6283333333333],&#34;text&#34;:[&#34;Algeria&#34;,&#34;Angola&#34;,&#34;Benin&#34;,&#34;Botswana&#34;,&#34;Burkina Faso&#34;,&#34;Burundi&#34;,&#34;Cameroon&#34;,&#34;Central African Republic&#34;,&#34;Chad&#34;,&#34;Comoros&#34;,&#34;Congo, Dem. Rep.&#34;,&#34;Congo, Rep.&#34;,&#34;Cote d&#39;Ivoire&#34;,&#34;Djibouti&#34;,&#34;Egypt&#34;,&#34;Equatorial Guinea&#34;,&#34;Eritrea&#34;,&#34;Ethiopia&#34;,&#34;Gabon&#34;,&#34;Gambia&#34;,&#34;Ghana&#34;,&#34;Guinea&#34;,&#34;Guinea-Bissau&#34;,&#34;Kenya&#34;,&#34;Lesotho&#34;,&#34;Liberia&#34;,&#34;Libya&#34;,&#34;Madagascar&#34;,&#34;Malawi&#34;,&#34;Mali&#34;,&#34;Mauritania&#34;,&#34;Mauritius&#34;,&#34;Morocco&#34;,&#34;Mozambique&#34;,&#34;Namibia&#34;,&#34;Niger&#34;,&#34;Nigeria&#34;,&#34;Reunion&#34;,&#34;Rwanda&#34;,&#34;Sao Tome and Principe&#34;,&#34;Senegal&#34;,&#34;Sierra Leone&#34;,&#34;Somalia&#34;,&#34;South Africa&#34;,&#34;Sudan&#34;,&#34;Swaziland&#34;,&#34;Tanzania&#34;,&#34;Togo&#34;,&#34;Tunisia&#34;,&#34;Uganda&#34;,&#34;Zambia&#34;,&#34;Zimbabwe&#34;],&#34;hovertext&#34;:[&#34;avg_gdp:  5436&lt;br /&gt;avg_life: 70.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Algeria&#34;,&#34;avg_gdp:  3283&lt;br /&gt;avg_life: 41.6&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Angola&#34;,&#34;avg_gdp:  1349&lt;br /&gt;avg_life: 55.3&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Benin&#34;,&#34;avg_gdp: 10740&lt;br /&gt;avg_life: 50.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Botswana&#34;,&#34;avg_gdp:  1067&lt;br /&gt;avg_life: 51.1&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Burkina Faso&#34;,&#34;avg_gdp:   447&lt;br /&gt;avg_life: 47.4&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Burundi&#34;,&#34;avg_gdp:  1890&lt;br /&gt;avg_life: 50.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Cameroon&#34;,&#34;avg_gdp:   728&lt;br /&gt;avg_life: 44.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Central African Republic&#34;,&#34;avg_gdp:  1288&lt;br /&gt;avg_life: 50.9&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Chad&#34;,&#34;avg_gdp:  1079&lt;br /&gt;avg_life: 62.9&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Comoros&#34;,&#34;avg_gdp:   277&lt;br /&gt;avg_life: 44.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Congo, Dem. Rep.&#34;,&#34;avg_gdp:  3534&lt;br /&gt;avg_life: 53.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Congo, Rep.&#34;,&#34;avg_gdp:  1660&lt;br /&gt;avg_life: 47.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Cote d&#39;Ivoire&#34;,&#34;avg_gdp:  1962&lt;br /&gt;avg_life: 53.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Djibouti&#34;,&#34;avg_gdp:  4836&lt;br /&gt;avg_life: 69.5&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Egypt&#34;,&#34;avg_gdp:  7557&lt;br /&gt;avg_life: 49.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Equatorial Guinea&#34;,&#34;avg_gdp:   773&lt;br /&gt;avg_life: 55.6&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Eritrea&#34;,&#34;avg_gdp:   579&lt;br /&gt;avg_life: 51.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Ethiopia&#34;,&#34;avg_gdp: 13484&lt;br /&gt;avg_life: 58.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Gabon&#34;,&#34;avg_gdp:   689&lt;br /&gt;avg_life: 57.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Gambia&#34;,&#34;avg_gdp:  1148&lt;br /&gt;avg_life: 59.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Ghana&#34;,&#34;avg_gdp:   919&lt;br /&gt;avg_life: 53.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Guinea&#34;,&#34;avg_gdp:   651&lt;br /&gt;avg_life: 45.6&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Guinea-Bissau&#34;,&#34;avg_gdp:  1370&lt;br /&gt;avg_life: 53.2&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Kenya&#34;,&#34;avg_gdp:  1344&lt;br /&gt;avg_life: 47.6&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Lesotho&#34;,&#34;avg_gdp:   518&lt;br /&gt;avg_life: 43.9&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Liberia&#34;,&#34;avg_gdp: 10353&lt;br /&gt;avg_life: 72.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Libya&#34;,&#34;avg_gdp:   975&lt;br /&gt;avg_life: 57.2&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Madagascar&#34;,&#34;avg_gdp:   706&lt;br /&gt;avg_life: 46.9&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Malawi&#34;,&#34;avg_gdp:   928&lt;br /&gt;avg_life: 52.1&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Mali&#34;,&#34;avg_gdp:  1622&lt;br /&gt;avg_life: 62.3&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Mauritania&#34;,&#34;avg_gdp:  9135&lt;br /&gt;avg_life: 71.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Mauritius&#34;,&#34;avg_gdp:  3354&lt;br /&gt;avg_life: 69.5&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Morocco&#34;,&#34;avg_gdp:   643&lt;br /&gt;avg_life: 44.2&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Mozambique&#34;,&#34;avg_gdp:  4261&lt;br /&gt;avg_life: 54.4&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Namibia&#34;,&#34;avg_gdp:   600&lt;br /&gt;avg_life: 54.2&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Niger&#34;,&#34;avg_gdp:  1751&lt;br /&gt;avg_life: 47.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Nigeria&#34;,&#34;avg_gdp:  6686&lt;br /&gt;avg_life: 75.7&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Reunion&#34;,&#34;avg_gdp:   746&lt;br /&gt;avg_life: 41.9&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Rwanda&#34;,&#34;avg_gdp:  1430&lt;br /&gt;avg_life: 64.4&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Sao Tome and Principe&#34;,&#34;avg_gdp:  1541&lt;br /&gt;avg_life: 61.6&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Senegal&#34;,&#34;avg_gdp:   712&lt;br /&gt;avg_life: 41.2&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Sierra Leone&#34;,&#34;avg_gdp:   913&lt;br /&gt;avg_life: 46.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Somalia&#34;,&#34;avg_gdp:  8153&lt;br /&gt;avg_life: 54.3&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: South Africa&#34;,&#34;avg_gdp:  2076&lt;br /&gt;avg_life: 56.8&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Sudan&#34;,&#34;avg_gdp:  4173&lt;br /&gt;avg_life: 45.9&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Swaziland&#34;,&#34;avg_gdp:   932&lt;br /&gt;avg_life: 50.2&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Tanzania&#34;,&#34;avg_gdp:   917&lt;br /&gt;avg_life: 58.1&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Togo&#34;,&#34;avg_gdp:  5898&lt;br /&gt;avg_life: 73.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Tunisia&#34;,&#34;avg_gdp:   934&lt;br /&gt;avg_life: 48.0&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Uganda&#34;,&#34;avg_gdp:  1138&lt;br /&gt;avg_life: 40.6&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Zambia&#34;,&#34;avg_gdp:   645&lt;br /&gt;avg_life: 43.4&lt;br /&gt;continent: Africa&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Zimbabwe&#34;],&#34;textfont&#34;:{&#34;size&#34;:8.31496062992126,&#34;color&#34;:&#34;rgba(248,118,109,1)&#34;},&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;text&#34;,&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34;Africa&#34;,&#34;legendgroup&#34;:&#34;Africa&#34;,&#34;showlegend&#34;:false,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[4.03535371072954,3.54660611539427,3.92350297184792,4.51676942867998,4.05523145026848,3.79886238147315,3.9039135314952,3.83928400703392,3.67526752213631,3.82555079918739,3.73332428839496,3.6910434950007,3.10422857646474,3.51448197982362,3.85405449985021,4.03459253822447,3.39659989857463,3.90810792731621,3.60937784709796,3.8051897695126,4.26468994293184,4.1056428099285,4.59408370350983,3.9632951225695,4.00268932982023],&#34;y&#34;:[73.5116666666667,63.029,70.128,78.8776666666667,76.6096666666667,70.828,77.255,76.394,70.213,73.0263333333333,69.9156666666667,67.7196666666667,57.7746666666667,68.0073333333333,71.492,74.1223333333333,69.9203333333333,73.8623333333333,69.8356666666667,69.1043333333333,76.347,68.62,76.654,74.5046666666667,72.0863333333333],&#34;text&#34;:[&#34;Argentina&#34;,&#34;Bolivia&#34;,&#34;Brazil&#34;,&#34;Canada&#34;,&#34;Chile&#34;,&#34;Colombia&#34;,&#34;Costa Rica&#34;,&#34;Cuba&#34;,&#34;Dominican Republic&#34;,&#34;Ecuador&#34;,&#34;El Salvador&#34;,&#34;Guatemala&#34;,&#34;Haiti&#34;,&#34;Honduras&#34;,&#34;Jamaica&#34;,&#34;Mexico&#34;,&#34;Nicaragua&#34;,&#34;Panama&#34;,&#34;Paraguay&#34;,&#34;Peru&#34;,&#34;Puerto Rico&#34;,&#34;Trinidad and Tobago&#34;,&#34;United States&#34;,&#34;Uruguay&#34;,&#34;Venezuela&#34;],&#34;hovertext&#34;:[&#34;avg_gdp: 10848&lt;br /&gt;avg_life: 74.3&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Argentina&#34;,&#34;avg_gdp:  3521&lt;br /&gt;avg_life: 63.8&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Bolivia&#34;,&#34;avg_gdp:  8385&lt;br /&gt;avg_life: 70.9&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Brazil&#34;,&#34;avg_gdp: 32868&lt;br /&gt;avg_life: 79.7&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Canada&#34;,&#34;avg_gdp: 11356&lt;br /&gt;avg_life: 77.4&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Chile&#34;,&#34;avg_gdp:  6293&lt;br /&gt;avg_life: 71.6&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Colombia&#34;,&#34;avg_gdp:  8015&lt;br /&gt;avg_life: 78.1&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Costa Rica&#34;,&#34;avg_gdp:  6907&lt;br /&gt;avg_life: 77.2&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Cuba&#34;,&#34;avg_gdp:  4734&lt;br /&gt;avg_life: 71.0&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Dominican Republic&#34;,&#34;avg_gdp:  6692&lt;br /&gt;avg_life: 73.8&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Ecuador&#34;,&#34;avg_gdp:  5412&lt;br /&gt;avg_life: 70.7&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: El Salvador&#34;,&#34;avg_gdp:  4910&lt;br /&gt;avg_life: 68.5&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Guatemala&#34;,&#34;avg_gdp:  1271&lt;br /&gt;avg_life: 58.6&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Haiti&#34;,&#34;avg_gdp:  3270&lt;br /&gt;avg_life: 68.8&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Honduras&#34;,&#34;avg_gdp:  7146&lt;br /&gt;avg_life: 72.3&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Jamaica&#34;,&#34;avg_gdp: 10829&lt;br /&gt;avg_life: 74.9&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Mexico&#34;,&#34;avg_gdp:  2492&lt;br /&gt;avg_life: 70.7&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Nicaragua&#34;,&#34;avg_gdp:  8093&lt;br /&gt;avg_life: 74.7&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Panama&#34;,&#34;avg_gdp:  4068&lt;br /&gt;avg_life: 70.6&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Paraguay&#34;,&#34;avg_gdp:  6385&lt;br /&gt;avg_life: 69.9&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Peru&#34;,&#34;avg_gdp: 18395&lt;br /&gt;avg_life: 77.1&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Puerto Rico&#34;,&#34;avg_gdp: 12754&lt;br /&gt;avg_life: 69.4&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Trinidad and Tobago&#34;,&#34;avg_gdp: 39272&lt;br /&gt;avg_life: 77.5&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: United States&#34;,&#34;avg_gdp:  9190&lt;br /&gt;avg_life: 75.3&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Uruguay&#34;,&#34;avg_gdp: 10062&lt;br /&gt;avg_life: 72.9&lt;br /&gt;continent: Americas&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Venezuela&#34;],&#34;textfont&#34;:{&#34;size&#34;:8.31496062992126,&#34;color&#34;:&#34;rgba(163,165,0,1)&#34;},&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;text&#34;,&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34;Americas&#34;,&#34;legendgroup&#34;:&#34;Americas&#34;,&#34;showlegend&#34;:false,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[2.89147347846538,4.38911659206344,3.0669981893363,3.04718265879913,3.53855823020568,4.51548362443266,3.27552612958804,3.50214933931494,3.98692194680545,3.59981101151252,4.35746144606758,4.47264552165406,3.60241299933731,3.21577679421717,4.29059590535987,4.6117860068265,3.97817992874428,4.03864060310991,3.3765017515434,2.81734497144193,3.02249136296315,4.31381862691475,3.35205449766939,3.446015835998,4.31002782822298,4.58989661059359,3.50740387576007,3.61242046477958,4.38117840609998,3.80672723259957,3.27044045988688,3.68876098267699,3.34459367012025],&#34;y&#34;:[41.7733333333333,73.985,61.029,56.8696666666667,71.005,80.4343333333333,62.314,67.6263333333333,68.6856666666667,57.6673333333333,78.77,80.9643333333333,70.39,66.4286666666667,75.9716666666667,76.0826666666667,70.2953333333333,72.2743333333333,64.3536666666667,59.9683333333333,60.717,73.3106666666667,62.837,69.385,70.8453333333333,77.8333333333333,70.4226666666667,72.1076666666667,76.08,68.1003333333333,71.846,71.496,59.542],&#34;text&#34;:[&#34;Afghanistan&#34;,&#34;Bahrain&#34;,&#34;Bangladesh&#34;,&#34;Cambodia&#34;,&#34;China&#34;,&#34;Hong Kong, China&#34;,&#34;India&#34;,&#34;Indonesia&#34;,&#34;Iran&#34;,&#34;Iraq&#34;,&#34;Israel&#34;,&#34;Japan&#34;,&#34;Jordan&#34;,&#34;Korea, Dem. Rep.&#34;,&#34;Korea, Rep.&#34;,&#34;Kuwait&#34;,&#34;Lebanon&#34;,&#34;Malaysia&#34;,&#34;Mongolia&#34;,&#34;Myanmar&#34;,&#34;Nepal&#34;,&#34;Oman&#34;,&#34;Pakistan&#34;,&#34;Philippines&#34;,&#34;Saudi Arabia&#34;,&#34;Singapore&#34;,&#34;Sri Lanka&#34;,&#34;Syria&#34;,&#34;Taiwan&#34;,&#34;Thailand&#34;,&#34;Vietnam&#34;,&#34;West Bank and Gaza&#34;,&#34;Yemen, Rep.&#34;],&#34;hovertext&#34;:[&#34;avg_gdp:   779&lt;br /&gt;avg_life: 42.6&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Afghanistan&#34;,&#34;avg_gdp: 24497&lt;br /&gt;avg_life: 74.8&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Bahrain&#34;,&#34;avg_gdp:  1167&lt;br /&gt;avg_life: 61.8&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Bangladesh&#34;,&#34;avg_gdp:  1115&lt;br /&gt;avg_life: 57.7&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Cambodia&#34;,&#34;avg_gdp:  3456&lt;br /&gt;avg_life: 71.8&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: China&#34;,&#34;avg_gdp: 32771&lt;br /&gt;avg_life: 81.2&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Hong Kong, China&#34;,&#34;avg_gdp:  1886&lt;br /&gt;avg_life: 63.1&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: India&#34;,&#34;avg_gdp:  3178&lt;br /&gt;avg_life: 68.4&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Indonesia&#34;,&#34;avg_gdp:  9703&lt;br /&gt;avg_life: 69.5&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Iran&#34;,&#34;avg_gdp:  3979&lt;br /&gt;avg_life: 58.5&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Iraq&#34;,&#34;avg_gdp: 22775&lt;br /&gt;avg_life: 79.6&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Israel&#34;,&#34;avg_gdp: 29692&lt;br /&gt;avg_life: 81.8&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Japan&#34;,&#34;avg_gdp:  4003&lt;br /&gt;avg_life: 71.2&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Jordan&#34;,&#34;avg_gdp:  1644&lt;br /&gt;avg_life: 67.2&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Korea, Dem. Rep.&#34;,&#34;avg_gdp: 19525&lt;br /&gt;avg_life: 76.8&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Korea, Rep.&#34;,&#34;avg_gdp: 40906&lt;br /&gt;avg_life: 76.9&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Kuwait&#34;,&#34;avg_gdp:  9510&lt;br /&gt;avg_life: 71.1&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Lebanon&#34;,&#34;avg_gdp: 10931&lt;br /&gt;avg_life: 73.1&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Malaysia&#34;,&#34;avg_gdp:  2380&lt;br /&gt;avg_life: 65.2&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Mongolia&#34;,&#34;avg_gdp:   657&lt;br /&gt;avg_life: 60.8&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Myanmar&#34;,&#34;avg_gdp:  1053&lt;br /&gt;avg_life: 61.5&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Nepal&#34;,&#34;avg_gdp: 20598&lt;br /&gt;avg_life: 74.1&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Oman&#34;,&#34;avg_gdp:  2249&lt;br /&gt;avg_life: 63.6&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Pakistan&#34;,&#34;avg_gdp:  2793&lt;br /&gt;avg_life: 70.2&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Philippines&#34;,&#34;avg_gdp: 20419&lt;br /&gt;avg_life: 71.6&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Saudi Arabia&#34;,&#34;avg_gdp: 38895&lt;br /&gt;avg_life: 78.6&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Singapore&#34;,&#34;avg_gdp:  3217&lt;br /&gt;avg_life: 71.2&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Sri Lanka&#34;,&#34;avg_gdp:  4097&lt;br /&gt;avg_life: 72.9&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Syria&#34;,&#34;avg_gdp: 24054&lt;br /&gt;avg_life: 76.9&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Taiwan&#34;,&#34;avg_gdp:  6408&lt;br /&gt;avg_life: 68.9&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Thailand&#34;,&#34;avg_gdp:  1864&lt;br /&gt;avg_life: 72.6&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Vietnam&#34;,&#34;avg_gdp:  4884&lt;br /&gt;avg_life: 72.3&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: West Bank and Gaza&#34;,&#34;avg_gdp:  2211&lt;br /&gt;avg_life: 60.3&lt;br /&gt;continent: Asia&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Yemen, Rep.&#34;],&#34;textfont&#34;:{&#34;size&#34;:8.31496062992126,&#34;color&#34;:&#34;rgba(0,191,125,1)&#34;},&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;text&#34;,&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34;Asia&#34;,&#34;legendgroup&#34;:&#34;Asia&#34;,&#34;showlegend&#34;:false,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[3.66068514409951,4.5125066096541,4.48543599205057,3.78370424250963,3.90934131248531,4.08066515550477,4.27475830787878,4.51076507057034,4.45299007477962,4.45375564554941,4.47709741882628,4.36046948640673,4.17187905673463,4.50245029453059,4.51971860982492,4.43250345570442,3.87072967448547,4.52620492575145,4.6542546300248,4.09750889663096,4.28721621089926,3.93852611693021,3.91972173615152,4.1706852723108,4.32626336525676,4.39270770393705,4.4696648282381,4.54042416565394,3.85668443215778,4.47108034127712],&#34;y&#34;:[74.208,77.973,77.6303333333333,73.262,71.0216666666667,73.968,74.5353333333333,76.4073333333333,77.471,78.829,77.672,77.736,71.5226666666667,79.6023333333333,76.7966666666667,79.0686666666667,73.8563333333333,77.974,78.3886666666667,73.5276666666667,76.3193333333333,70.3726666666667,72.349,72.9243333333333,75.772,79.0303333333333,79.3046666666667,79.7636666666667,69.6856666666667,77.5713333333333],&#34;text&#34;:[&#34;Albania&#34;,&#34;Austria&#34;,&#34;Belgium&#34;,&#34;Bosnia and Herzegovina&#34;,&#34;Bulgaria&#34;,&#34;Croatia&#34;,&#34;Czech Republic&#34;,&#34;Denmark&#34;,&#34;Finland&#34;,&#34;France&#34;,&#34;Germany&#34;,&#34;Greece&#34;,&#34;Hungary&#34;,&#34;Iceland&#34;,&#34;Ireland&#34;,&#34;Italy&#34;,&#34;Montenegro&#34;,&#34;Netherlands&#34;,&#34;Norway&#34;,&#34;Poland&#34;,&#34;Portugal&#34;,&#34;Romania&#34;,&#34;Serbia&#34;,&#34;Slovak Republic&#34;,&#34;Slovenia&#34;,&#34;Spain&#34;,&#34;Sweden&#34;,&#34;Switzerland&#34;,&#34;Turkey&#34;,&#34;United Kingdom&#34;],&#34;hovertext&#34;:[&#34;avg_gdp:  4578&lt;br /&gt;avg_life: 75.0&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Albania&#34;,&#34;avg_gdp: 32547&lt;br /&gt;avg_life: 78.8&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Austria&#34;,&#34;avg_gdp: 30580&lt;br /&gt;avg_life: 78.4&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Belgium&#34;,&#34;avg_gdp:  6077&lt;br /&gt;avg_life: 74.1&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Bosnia and Herzegovina&#34;,&#34;avg_gdp:  8116&lt;br /&gt;avg_life: 71.8&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Bulgaria&#34;,&#34;avg_gdp: 12041&lt;br /&gt;avg_life: 74.8&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Croatia&#34;,&#34;avg_gdp: 18826&lt;br /&gt;avg_life: 75.3&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Czech Republic&#34;,&#34;avg_gdp: 32416&lt;br /&gt;avg_life: 77.2&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Denmark&#34;,&#34;avg_gdp: 28379&lt;br /&gt;avg_life: 78.3&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Finland&#34;,&#34;avg_gdp: 28429&lt;br /&gt;avg_life: 79.6&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: France&#34;,&#34;avg_gdp: 29998&lt;br /&gt;avg_life: 78.5&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Germany&#34;,&#34;avg_gdp: 22933&lt;br /&gt;avg_life: 78.5&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Greece&#34;,&#34;avg_gdp: 14855&lt;br /&gt;avg_life: 72.3&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Hungary&#34;,&#34;avg_gdp: 31802&lt;br /&gt;avg_life: 80.4&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Iceland&#34;,&#34;avg_gdp: 33092&lt;br /&gt;avg_life: 77.6&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Ireland&#34;,&#34;avg_gdp: 27071&lt;br /&gt;avg_life: 79.9&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Italy&#34;,&#34;avg_gdp:  7426&lt;br /&gt;avg_life: 74.7&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Montenegro&#34;,&#34;avg_gdp: 33590&lt;br /&gt;avg_life: 78.8&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Netherlands&#34;,&#34;avg_gdp: 45108&lt;br /&gt;avg_life: 79.2&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Norway&#34;,&#34;avg_gdp: 12517&lt;br /&gt;avg_life: 74.3&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Poland&#34;,&#34;avg_gdp: 19374&lt;br /&gt;avg_life: 77.1&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Portugal&#34;,&#34;avg_gdp:  8680&lt;br /&gt;avg_life: 71.2&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Romania&#34;,&#34;avg_gdp:  8312&lt;br /&gt;avg_life: 73.1&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Serbia&#34;,&#34;avg_gdp: 14814&lt;br /&gt;avg_life: 73.7&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Slovak Republic&#34;,&#34;avg_gdp: 21196&lt;br /&gt;avg_life: 76.6&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Slovenia&#34;,&#34;avg_gdp: 24701&lt;br /&gt;avg_life: 79.8&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Spain&#34;,&#34;avg_gdp: 29489&lt;br /&gt;avg_life: 80.1&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Sweden&#34;,&#34;avg_gdp: 34708&lt;br /&gt;avg_life: 80.6&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Switzerland&#34;,&#34;avg_gdp:  7189&lt;br /&gt;avg_life: 70.5&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Turkey&#34;,&#34;avg_gdp: 29586&lt;br /&gt;avg_life: 78.4&lt;br /&gt;continent: Europe&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: United Kingdom&#34;],&#34;textfont&#34;:{&#34;size&#34;:8.31496062992126,&#34;color&#34;:&#34;rgba(0,176,246,1)&#34;},&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;text&#34;,&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34;Europe&#34;,&#34;legendgroup&#34;:&#34;Europe&#34;,&#34;showlegend&#34;:false,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[4.48723766591315,4.36439603639178],&#34;y&#34;:[79.345,78.1546666666667],&#34;text&#34;:[&#34;Australia&#34;,&#34;New Zealand&#34;],&#34;hovertext&#34;:[&#34;avg_gdp: 30707&lt;br /&gt;avg_life: 80.1&lt;br /&gt;continent: Oceania&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: Australia&#34;,&#34;avg_gdp: 23142&lt;br /&gt;avg_life: 79.0&lt;br /&gt;continent: Oceania&lt;br /&gt;avg_population_millions: 2.2&lt;br /&gt;country: New Zealand&#34;],&#34;textfont&#34;:{&#34;size&#34;:8.31496062992126,&#34;color&#34;:&#34;rgba(231,107,243,1)&#34;},&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;text&#34;,&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34;Oceania&#34;,&#34;legendgroup&#34;:&#34;Oceania&#34;,&#34;showlegend&#34;:false,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null}],&#34;layout&#34;:{&#34;margin&#34;:{&#34;t&#34;:43.7625570776256,&#34;r&#34;:7.30593607305936,&#34;b&#34;:40.1826484018265,&#34;l&#34;:37.2602739726027},&#34;plot_bgcolor&#34;:&#34;rgba(255,255,255,1)&#34;,&#34;paper_bgcolor&#34;:&#34;rgba(255,255,255,1)&#34;,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:14.6118721461187},&#34;title&#34;:{&#34;text&#34;:&#34;Life Expectancy vs GDP per capita, 1997-2007&#34;,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:17.5342465753425},&#34;x&#34;:0,&#34;xref&#34;:&#34;paper&#34;},&#34;xaxis&#34;:{&#34;domain&#34;:[0,1],&#34;automargin&#34;:true,&#34;type&#34;:&#34;linear&#34;,&#34;autorange&#34;:false,&#34;range&#34;:[2.33183952765169,4.7648458253759],&#34;tickmode&#34;:&#34;array&#34;,&#34;ticktext&#34;:[&#34;$300.00&#34;,&#34;$1,000.00&#34;,&#34;$3,000.00&#34;,&#34;$10,000.00&#34;,&#34;$30,000.00&#34;],&#34;tickvals&#34;:[2.47712125471966,3,3.47712125471966,4,4.47712125471966],&#34;categoryorder&#34;:&#34;array&#34;,&#34;categoryarray&#34;:[&#34;$300.00&#34;,&#34;$1,000.00&#34;,&#34;$3,000.00&#34;,&#34;$10,000.00&#34;,&#34;$30,000.00&#34;],&#34;nticks&#34;:null,&#34;ticks&#34;:&#34;outside&#34;,&#34;tickcolor&#34;:&#34;rgba(51,51,51,1)&#34;,&#34;ticklen&#34;:3.65296803652968,&#34;tickwidth&#34;:0.66417600664176,&#34;showticklabels&#34;:true,&#34;tickfont&#34;:{&#34;color&#34;:&#34;rgba(77,77,77,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:11.689497716895},&#34;tickangle&#34;:-0,&#34;showline&#34;:false,&#34;linecolor&#34;:null,&#34;linewidth&#34;:0,&#34;showgrid&#34;:true,&#34;gridcolor&#34;:&#34;rgba(235,235,235,1)&#34;,&#34;gridwidth&#34;:0.66417600664176,&#34;zeroline&#34;:false,&#34;anchor&#34;:&#34;y&#34;,&#34;title&#34;:{&#34;text&#34;:&#34;Average GDP per capita&#34;,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:14.6118721461187}},&#34;hoverformat&#34;:&#34;.2f&#34;},&#34;yaxis&#34;:{&#34;domain&#34;:[0,1],&#34;automargin&#34;:true,&#34;type&#34;:&#34;linear&#34;,&#34;autorange&#34;:false,&#34;range&#34;:[37.7070333333333,83.8623],&#34;tickmode&#34;:&#34;array&#34;,&#34;ticktext&#34;:[&#34;40&#34;,&#34;50&#34;,&#34;60&#34;,&#34;70&#34;,&#34;80&#34;],&#34;tickvals&#34;:[40,50,60,70,80],&#34;categoryorder&#34;:&#34;array&#34;,&#34;categoryarray&#34;:[&#34;40&#34;,&#34;50&#34;,&#34;60&#34;,&#34;70&#34;,&#34;80&#34;],&#34;nticks&#34;:null,&#34;ticks&#34;:&#34;outside&#34;,&#34;tickcolor&#34;:&#34;rgba(51,51,51,1)&#34;,&#34;ticklen&#34;:3.65296803652968,&#34;tickwidth&#34;:0.66417600664176,&#34;showticklabels&#34;:true,&#34;tickfont&#34;:{&#34;color&#34;:&#34;rgba(77,77,77,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:11.689497716895},&#34;tickangle&#34;:-0,&#34;showline&#34;:false,&#34;linecolor&#34;:null,&#34;linewidth&#34;:0,&#34;showgrid&#34;:true,&#34;gridcolor&#34;:&#34;rgba(235,235,235,1)&#34;,&#34;gridwidth&#34;:0.66417600664176,&#34;zeroline&#34;:false,&#34;anchor&#34;:&#34;x&#34;,&#34;title&#34;:{&#34;text&#34;:&#34;Average Life Expectancy&#34;,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:14.6118721461187}},&#34;hoverformat&#34;:&#34;.2f&#34;},&#34;shapes&#34;:[{&#34;type&#34;:&#34;rect&#34;,&#34;fillcolor&#34;:&#34;transparent&#34;,&#34;line&#34;:{&#34;color&#34;:&#34;rgba(51,51,51,1)&#34;,&#34;width&#34;:0.66417600664176,&#34;linetype&#34;:&#34;solid&#34;},&#34;yref&#34;:&#34;paper&#34;,&#34;xref&#34;:&#34;paper&#34;,&#34;x0&#34;:0,&#34;x1&#34;:1,&#34;y0&#34;:0,&#34;y1&#34;:1}],&#34;showlegend&#34;:false,&#34;legend&#34;:{&#34;bgcolor&#34;:&#34;rgba(255,255,255,1)&#34;,&#34;bordercolor&#34;:&#34;transparent&#34;,&#34;borderwidth&#34;:1.88976377952756,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:11.689497716895}},&#34;hovermode&#34;:&#34;closest&#34;,&#34;barmode&#34;:&#34;relative&#34;},&#34;config&#34;:{&#34;doubleClick&#34;:&#34;reset&#34;,&#34;showSendToCloud&#34;:false},&#34;source&#34;:&#34;A&#34;,&#34;attrs&#34;:{&#34;4fb814d8da0&#34;:{&#34;x&#34;:{},&#34;y&#34;:{},&#34;colour&#34;:{},&#34;size&#34;:{},&#34;label&#34;:{},&#34;type&#34;:&#34;scatter&#34;},&#34;4fb86d54998&#34;:{&#34;x&#34;:{},&#34;y&#34;:{},&#34;colour&#34;:{},&#34;size&#34;:{},&#34;label&#34;:{}}},&#34;cur_data&#34;:&#34;4fb814d8da0&#34;,&#34;visdat&#34;:{&#34;4fb814d8da0&#34;:[&#34;function (y) &#34;,&#34;x&#34;],&#34;4fb86d54998&#34;:[&#34;function (y) &#34;,&#34;x&#34;]},&#34;highlight&#34;:{&#34;on&#34;:&#34;plotly_click&#34;,&#34;persistent&#34;:false,&#34;dynamic&#34;:false,&#34;selectize&#34;:false,&#34;opacityDim&#34;:0.2,&#34;selected&#34;:{&#34;opacity&#34;:1},&#34;debounce&#34;:0},&#34;shinyEvents&#34;:[&#34;plotly_hover&#34;,&#34;plotly_click&#34;,&#34;plotly_selected&#34;,&#34;plotly_relayout&#34;,&#34;plotly_brushed&#34;,&#34;plotly_brushing&#34;,&#34;plotly_clickannotation&#34;,&#34;plotly_doubleclick&#34;,&#34;plotly_deselect&#34;,&#34;plotly_afterplot&#34;,&#34;plotly_sunburstclick&#34;],&#34;base_url&#34;:&#34;https://plot.ly&#34;},&#34;evals&#34;:[],&#34;jsHooks&#34;:[]}&lt;/script&gt;
&lt;/div&gt;
&lt;div id=&#34;animated-graphs&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Animated Graphs&lt;/h2&gt;
&lt;p&gt;Animated graphs have recently become popular. The internet is full of tutorials and code-throughs where people explain how to do something interesting with R, so here is one if you wanted to know more about &lt;a href=&#34;https://www.infoworld.com/video/89987/r-tip-animations-in-r&#34;&gt;animations in R&lt;/a&gt;. You have to install the &lt;code&gt;gganimate&lt;/code&gt; package and the animated graphs usually take some time to produce, as R needs to generates a number of GIF files and then create the animation, so please be patient!&lt;/p&gt;
&lt;div id=&#34;gapminder-animations---transition_time&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Gapminder Animations - &lt;code&gt;transition_time()&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;First we look at an animated boxplot of life expectancy by continent over time. The code to produce the plot is fairly straight-forward &lt;code&gt;ggplot&lt;/code&gt;, but the last couple of lines ( &lt;code&gt;transition_time(year)&lt;/code&gt; + &lt;code&gt;ease_aes(&#34;linear&#34;)&lt;/code&gt;) are the ones that produce the animation.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;library(gganimate)

boxplot_animation &amp;lt;- ggplot(data = gapminder,
       mapping = aes(x = continent,
                     y = lifeExp,
                     fill = continent)) +
  geom_boxplot() +
  theme_bw() +
  theme(legend.position=&amp;quot;none&amp;quot;) +
  labs(title = &amp;quot;Year: {frame_time}&amp;quot;, 
       x = &amp;quot;Continent&amp;quot;, 
       y = &amp;quot;Life Expectancy&amp;quot;) +  
  transition_time(year) +
  ease_aes(&amp;quot;linear&amp;quot;)


animate(boxplot_animation, height=600, width = 600)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/animated_boxplot-1.gif&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;If we want to animate the evolution of the relationship between life expectancy and GDP, similar to &lt;a href=&#34;https://www.youtube.com/watch?v=jbkSRLYSojo&#34;&gt;Hans Rosling’s 200 Countries, 200 Years, 4 Minutes&lt;/a&gt;, we can use the code below&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;animation1 &amp;lt;- ggplot(data = gapminder,
       mapping = aes(x = gdpPercap,
                     y = lifeExp,
                     colour = continent,
                     size = pop)) +
  geom_point(alpha = 0.5) +
  scale_x_log10(labels = scales::dollar) +
  theme_bw() +
  theme(legend.position=&amp;quot;none&amp;quot;) +
  labs(title = &amp;quot;Year: {frame_time}&amp;quot;, 
       x = &amp;quot;GDP per capita&amp;quot;, 
       y = &amp;quot;Life Expectancy&amp;quot;) +    
  transition_time(year)+
  ease_aes(&amp;quot;linear&amp;quot;)

animate(animation1, height=600, width = 600)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/animation-1.gif&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Finally, instead of one scatter plot, if we wanted to facet our animation by continent, we just add the &lt;code&gt;facet_wrap(~continent)&lt;/code&gt; line of code as shown below&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;faceted_animation &amp;lt;- ggplot(data = gapminder,
       mapping = aes(x = gdpPercap,
                     y = lifeExp,
                     colour = continent,
                     size = pop)) +
  geom_point(alpha = 0.5) +
  scale_x_log10(labels = scales::dollar) +
  theme_bw() +
  theme(legend.position=&amp;quot;none&amp;quot;) +
  facet_wrap(~continent) +
  labs(title = &amp;quot;Year: {frame_time}&amp;quot;, 
       x = &amp;quot;GDP per capita&amp;quot;, 
       y = &amp;quot;Life Expectancy&amp;quot;) +    
  transition_time(year)+
  ease_aes(&amp;quot;linear&amp;quot;)

animate(faceted_animation, height=800, width = 800)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/faceted_animation_by_continent-1.gif&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;why-you-should-always-plot-your-data&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Why you should always plot your data&lt;/h2&gt;
&lt;p&gt;We have touched on the basics of &lt;code&gt;ggplot&lt;/code&gt; visualisations, but in this section we wanted to discuss why one should always plot the data and not just rely on tables of summary statistics.&lt;/p&gt;
&lt;p&gt;Let us consider thirteen datasets all of which have 142 observations of (x,y) values. The table below shows the average value of X and Y, the standard deviation of X and Y, as well as the correlation coefficient between X and Y.&lt;/p&gt;
&lt;table class=&#34;table table-striped table-bordered&#34; style=&#34;margin-left: auto; margin-right: auto;&#34;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
id
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
n
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
mean_x
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
mean_y
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
sd_x
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
sd_y
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
correlation
&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
142
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
54.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
47.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
16.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
26.9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.064
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
2
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
142
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
54.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
47.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
16.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
26.9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.069
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
142
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
54.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
47.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
16.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
26.9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.068
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
4
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
142
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
54.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
47.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
16.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
26.9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.064
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
5
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
142
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
54.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
47.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
16.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
26.9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.060
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
6
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
142
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
54.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
47.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
16.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
26.9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.062
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
7
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
142
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
54.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
47.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
16.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
26.9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.069
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
142
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
54.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
47.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
16.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
26.9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.069
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
142
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
54.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
47.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
16.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
26.9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.069
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
10
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
142
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
54.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
47.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
16.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
26.9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.063
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
11
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
142
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
54.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
47.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
16.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
26.9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.069
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
12
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
142
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
54.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
47.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
16.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
26.9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.067
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
13
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
142
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
54.3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
47.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
16.8
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
26.9
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
-0.066
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Since our datasets contain values for X and Y, we can estimate 13 regression models and plot the values for each of the 13 intercepts and slope for X.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/datasaurus-regression-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;If we just looked at either the summary statistics table, or the plots of intercepts and slopes, we may be tempted to conclude that the 13 datasets are either identical or very much alike. However, this is far from the truth, as this is what the 13 individual datasets look like.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/datasaurus_graph-1.png&#34; width=&#34;768&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;!-- We can create an animation to show how the data sets change --&gt;
&lt;!-- ```{r datasaurus_animation, warning = FALSE} --&gt;
&lt;!-- ggplot(datasaurus_dozen, aes(x = x, y = y))+ --&gt;
&lt;!--   geom_point() + --&gt;
&lt;!--   theme_bw() + --&gt;
&lt;!--   transition_states(dataset, 3, 1) + --&gt;
&lt;!--   ease_aes(&#39;cubic-in-out&#39;) --&gt;
&lt;!-- ``` --&gt;
&lt;p&gt;You can read more about why you &lt;a href=&#34;https://www.autodeskresearch.com/publications/samestats&#34;&gt;should never trust summary statistics alone and should always visualize your data&lt;/a&gt;.&lt;/p&gt;
&lt;div id=&#34;what-data-patterns-can-lie-behind-a-correlation-coefficient&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;What data patterns can lie behind a correlation coefficient?&lt;/h3&gt;
&lt;p&gt;Jan Vanhove has written about the &lt;a href=&#34;http://janhove.github.io/teaching/2016/11/21/what-correlations-look-like&#34;&gt;data patterns that can lie behind a correlation coefficient&lt;/a&gt; and why you should always plot and visualise a scatter plot; he has created a package, &lt;code&gt;cannoball&lt;/code&gt;, where you specify a correlation coefficient &lt;code&gt;r&lt;/code&gt; and a sample size &lt;code&gt;n&lt;/code&gt;, and you get multiple scatterplots of the same correlation value, but fairly different in their scatter.&lt;/p&gt;
&lt;p&gt;We will visualise 16 different datasets, all of which have a correlation of 0.50, and a sample of size n = 100.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data_files/figure-html/cannonball_correlations-1.png&#34; width=&#34;672&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;rstudios-primers-for-ggplot2&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;RStudio’s primers for &lt;strong&gt;ggplot2&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;You can work through RStudio’s introductory primers for &lt;strong&gt;ggplot2&lt;/strong&gt;; these are fairly short once you get used to the syntax of &lt;code&gt;ggplot()&lt;/code&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;RStudios’s primers on visualising data&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://rstudio.cloud/learn/primers/3.1&#34;&gt;Exploratory Data Analysis&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://rstudio.cloud/learn/primers/3.2&#34;&gt;Bar Charts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://rstudio.cloud/learn/primers/3.3&#34;&gt;Histograms&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://rstudio.cloud/learn/primers/3.4&#34;&gt;Boxplots and Counts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://rstudio.cloud/learn/primers/3.5&#34;&gt;Scatterplots&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://rstudio.cloud/learn/primers/3.6&#34;&gt;Line plots&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://rstudio.cloud/learn/primers/3.7&#34;&gt;Overplotting and Big Data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://rstudio.cloud/learn/primers/3.8&#34;&gt;Customize Your Plots&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;further-resources&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Further resources&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://resources.rstudio.com/the-essentials-of-data-science/data-visualization-2-1&#34;&gt;Data visualisation with ggplot cheatsheet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/rstudio/cheatsheets/raw/master/gganimate.pdf&#34;&gt;gganimate cheatsheet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://cedricscherer.netlify.com/2019/05/17/the-evolution-of-a-ggplot-ep.-1/&#34;&gt;The Evolution of a ggplot&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/clauswilke/practical_ggplot2&#34;&gt;Step-by-step examples of building publication-quality figures in ggplot2 from ‘Fundamentals of Data Visualization’ by Claus Wilke&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/TheEconomist/covid-19-excess-deaths-tracker&#34;&gt;The Economist’s tracker for covid-19 excess deaths&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Manipulate Data</title>
      <link>https://usi-emba-analytics.netlify.app/example/eda-manipulate-data/</link>
      <pubDate>Tue, 21 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/example/eda-manipulate-data/</guid>
      <description>
&lt;script src=&#34;https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/3.5.16/iframeResizer.min.js&#34; type=&#34;text/javascript&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#the-pipe-operator-or&#34;&gt;The &lt;code&gt;pipe&lt;/code&gt; operator, or &lt;strong&gt;&lt;code&gt;%&amp;gt;%&lt;/code&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#key-functions-in-dplyr&#34;&gt;Key functions in &lt;code&gt;dplyr&lt;/code&gt;&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#pick-columns-with-select&#34;&gt;Pick columns with &lt;code&gt;select()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#pick-rows-with-filter&#34;&gt;Pick rows with &lt;code&gt;filter()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#sort-data-with-arrange&#34;&gt;Sort data with &lt;code&gt;arrange()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#add-new-columns-with-mutate&#34;&gt;Add new columns with &lt;code&gt;mutate()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#combine-multiple-verbs-with-pipes&#34;&gt;Combine multiple verbs with pipes (&lt;code&gt;%&amp;gt;%&lt;/code&gt;)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#summarise-data-by-groups-with-group_by-summarise&#34;&gt;Summarise data by groups with &lt;code&gt;group_by() %&amp;gt;% summarise()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#further-resources&#34;&gt;Further resources&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;blockquote&gt;
&lt;p&gt;Learning Objectives &lt;br&gt;
1. Select certain variables (or columns) in a dataframe with the dplyr function &lt;strong&gt;select&lt;/strong&gt; &lt;code&gt;dplyr::select()&lt;/code&gt; &lt;br&gt;
2. Select certain cases (or rows) in a dataframe according to filtering conditions with the dplyr function &lt;strong&gt;filter&lt;/strong&gt; &lt;code&gt;dplyr::filter()&lt;/code&gt; &lt;br&gt;
3. Pass the output of one dplyr function to the input of another function with the ‘pipe’ operator &lt;code&gt;%&amp;gt;%&lt;/code&gt; &lt;br&gt;
4. Create new variables (columns) in a dataframe that are functions of existing columns with &lt;code&gt;dplyr::mutate()&lt;/code&gt; &lt;br&gt;
5. Use &lt;code&gt;dplyr::group_by()&lt;/code&gt;, &lt;code&gt;dplyr::summarise()&lt;/code&gt;, and &lt;code&gt;dplyr::count()&lt;/code&gt; to split a dataframe into groups of observations, calculate summary statistics for each group, and also count the number of total observations in each group &lt;br&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;When working on a real project, data will seldom (if ever!) arrive in exactly the format you would like to have it in in order to analyse it. We need to &lt;strong&gt;manipulate and transform&lt;/strong&gt; data and just as we have a grammar for generating graphics (the &lt;strong&gt;layered grammar of graphics&lt;/strong&gt; in &lt;code&gt;ggplot&lt;/code&gt;), we also have a syntax for data transformation.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;dplyr&lt;/code&gt; is a package that contains useful functions for transforming and manipulating data frames. You can think of these functions as &lt;strong&gt;verbs&lt;/strong&gt;, that do something to the data. All of the &lt;code&gt;dplyr&lt;/code&gt; verbs (or functions), and in fact pretty much everything in the &lt;code&gt;tidyverse&lt;/code&gt;, works in the following fashion:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;The first argument is a data frame&lt;/li&gt;
&lt;li&gt;Subsequent arguments describe what to do with the data frame&lt;/li&gt;
&lt;li&gt;The result is a new data frame&lt;/li&gt;
&lt;/ol&gt;
&lt;div id=&#34;the-pipe-operator-or&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;The &lt;code&gt;pipe&lt;/code&gt; operator, or &lt;strong&gt;&lt;code&gt;%&amp;gt;%&lt;/code&gt;&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;The pipe operator, this strange &lt;strong&gt;&lt;code&gt;%&amp;gt;%&lt;/code&gt;&lt;/strong&gt; thing, takes the value to the left of it and passes it through to the thing to the right of it. Let us create a couple of lists and a simple function to see an example&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# A list (or vector) of multiple values too:
my_first_list &amp;lt;- c(1, 2, 3, 5, 8, 13, 21, 34, 55, 89)
my_second_list &amp;lt;- c(1, 1, 2, 3, 5, 8, 13, 21, 34, 55)

# Define a function that takes X and adds 100
my_function &amp;lt;- function(x) {
  new_x &amp;lt;- x + 100
  return(new_x)
}&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Functions work on single values and on lists (or vectors):&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# call my_function with x=14 as an argument
my_function(14)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 114&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# call my_function with x=my_first_list as an argument; this is a 
# vectorised operation, as it will add 100 to each value in my_first_list
my_function(my_first_list)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;##  [1] 101 102 103 105 108 113 121 134 155 189&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# call my_function with my_first_list+my_second_list as argument; this is a 
# vectorised operation, as it will first add my_first_list+my_second_list 
# and then add 100 to each value 
my_function(my_first_list+my_second_list)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;##  [1] 102 103 105 108 113 121 134 155 189 244&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We can nest functions inside each other and use &lt;code&gt;mean(my_function(my_first_list))&lt;/code&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;mean(my_function(my_first_list))&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 123&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;But this can get really hard to read, since you have to read from the inside out. In English, this nested mess reads “Calculate the &lt;code&gt;mean&lt;/code&gt; of the results of &lt;code&gt;my_function&lt;/code&gt; applied to &lt;code&gt;my_first_list&lt;/code&gt;.” We can simplify this by reversing the nested chain and using the pipe operator&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;my_first_list %&amp;gt;% 
  my_function() %&amp;gt;% 
  mean() &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] 123&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Here we start with the data and then describe the actions/verbs to do something to the data. We can read this chain as &#34;Take &lt;code&gt;my_first_list&lt;/code&gt;, pass it through &lt;code&gt;my_function&lt;/code&gt;, and calculate the mean of that.&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;&lt;code&gt;%&amp;gt;%&lt;/code&gt;&lt;/strong&gt; is called a &lt;em&gt;pipe&lt;/em&gt; and you can also read or think of the pipe operator as the words “and then.”
There’s also a keyboard shortcut for this too, since typing %&amp;gt;% all the time can be tedious: In Windows you would use &lt;code&gt;Ctrl + Shift + M&lt;/code&gt; and in Mac wou would use &lt;code&gt;⌘ /Cmd+  shift +  M&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Similarly, we frequently need to perform a series of intermediate steps to transform data for analysis. If we write each step as a discrete command and store their contents as new objects, our code becomes difficult to read and understand.&lt;/p&gt;
&lt;p&gt;When speaking or writing, we never start with a sentence with a verb, but rather with a noun (subject). It is good practice to start with a dataframe/object and then use verbs (or functions) to describe what you want to do.&lt;/p&gt;
&lt;p&gt;Suppose we wanted to look at the first few rows of life expectancy values, using the &lt;code&gt;head()&lt;/code&gt; function, of the &lt;code&gt;gapminder&lt;/code&gt; dataframe.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# Nested command, rather hard to read, since we read from the inside out
head(select(gapminder,lifeExp))&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 1
##   lifeExp
##     &amp;lt;dbl&amp;gt;
## 1    28.8
## 2    30.3
## 3    32.0
## 4    34.0
## 5    36.1
## 6    38.4&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# using the pipe operator: Start with gapminder, and then
gapminder %&amp;gt;% 
  
  # select the column (or variable) lifeExp, and then 
  select(lifeExp) %&amp;gt;% 
  
  # use the head() function to return the first few rows of the dataset 
  head()&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 1
##   lifeExp
##     &amp;lt;dbl&amp;gt;
## 1    28.8
## 2    30.3
## 3    32.0
## 4    34.0
## 5    36.1
## 6    38.4&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;key-functions-in-dplyr&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Key functions in &lt;code&gt;dplyr&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;There are 6 important verbs that you’ll typically use when working with data:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Extract columns/variables with &lt;code&gt;select()&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Extract rows/cases with &lt;code&gt;filter()&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Arrange/sort rows with &lt;code&gt;arrange()&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Make new columns/variables with &lt;code&gt;mutate()&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Make group summaries with &lt;code&gt;group_by %&amp;gt;% summarise()&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;table&gt;
&lt;colgroup&gt;
&lt;col width=&#34;20%&#34; /&gt;
&lt;col width=&#34;80%&#34; /&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th&gt;&lt;code&gt;function()&lt;/code&gt;&lt;/th&gt;
&lt;th&gt;Action performed&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;select()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Selects a subset of &lt;strong&gt;columns&lt;/strong&gt; (or variables) from the data frame&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;filter()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Subsets &lt;strong&gt;observations&lt;/strong&gt; based on their values&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;arrange()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Changes the order of observations based on their values&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;mutate()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Creates new &lt;strong&gt;columns&lt;/strong&gt; (or variables)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;group_by()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Changes the unit of analysis from the complete dataset to individual groups of &lt;strong&gt;columns&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;summarise()&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Collapses the data frame to a smaller number of rows which summarise the larger data&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Every &lt;strong&gt;dplyr&lt;/strong&gt; verb follows the same pattern. The first argument is always a data frame, and the function always returns a data frame:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:pink&#39;&gt;VERB&lt;/span&gt;(&lt;span style=&#39;background-color:yellow&#39;&gt;DATA_TO_TRANSFORM&lt;/span&gt;, &lt;span style=&#39;background-color:lightblue&#39;&gt;STUFF_IT_DOES&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;div id=&#34;pick-columns-with-select&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Pick columns with &lt;code&gt;select()&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;If we want to select ], or drop, specific columns from a tibble, we use the &lt;code&gt;select()&lt;/code&gt; verb. For instance, if we wanted to keep only the &lt;code&gt;lifeExp&lt;/code&gt; and &lt;code&gt;year&lt;/code&gt; columns:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt; %&gt;% &lt;span style=&#39;background-color:pink&#39;&gt;select&lt;/span&gt;(&lt;span style=&#39;background-color:lightblue&#39;&gt;lifeExp, year&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1,704 x 2
##    lifeExp  year
##      &amp;lt;dbl&amp;gt; &amp;lt;int&amp;gt;
##  1    28.8  1952
##  2    30.3  1957
##  3    32.0  1962
##  4    34.0  1967
##  5    36.1  1972
##  6    38.4  1977
##  7    39.9  1982
##  8    40.8  1987
##  9    41.7  1992
## 10    41.8  1997
## # ... with 1,694 more rows
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can remove specific columns by prefacing the column names with a minus sign &lt;code&gt;-&lt;/code&gt;. SO to drop &lt;code&gt;-lifeExp&lt;/code&gt; from our tibble, we would use:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt; %&gt;% &lt;span style=&#39;background-color:pink&#39;&gt;select&lt;/span&gt;(&lt;span style=&#39;background-color:lightblue&#39;&gt;-lifeExp&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1,704 x 5
##    country     continent  year      pop gdpPercap
##    &amp;lt;fct&amp;gt;       &amp;lt;fct&amp;gt;     &amp;lt;int&amp;gt;    &amp;lt;int&amp;gt;     &amp;lt;dbl&amp;gt;
##  1 Afghanistan Asia       1952  8425333      779.
##  2 Afghanistan Asia       1957  9240934      821.
##  3 Afghanistan Asia       1962 10267083      853.
##  4 Afghanistan Asia       1967 11537966      836.
##  5 Afghanistan Asia       1972 13079460      740.
##  6 Afghanistan Asia       1977 14880372      786.
##  7 Afghanistan Asia       1982 12881816      978.
##  8 Afghanistan Asia       1987 13867957      852.
##  9 Afghanistan Asia       1992 16317921      649.
## 10 Afghanistan Asia       1997 22227415      635.
## # ... with 1,694 more rows
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can also rename columns using &lt;code&gt;select()&lt;/code&gt;, using the syntax &lt;code&gt;select(new_name = old_name)&lt;/code&gt;.&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt; %&gt;% &lt;span style=&#39;background-color:pink&#39;&gt;select&lt;/span&gt;(&lt;span style=&#39;background-color:lightblue&#39;&gt;year, country, life_expectancy = lifeExp&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1,704 x 3
##     year country     life_expectancy
##    &amp;lt;int&amp;gt; &amp;lt;fct&amp;gt;                 &amp;lt;dbl&amp;gt;
##  1  1952 Afghanistan            28.8
##  2  1957 Afghanistan            30.3
##  3  1962 Afghanistan            32.0
##  4  1967 Afghanistan            34.0
##  5  1972 Afghanistan            36.1
##  6  1977 Afghanistan            38.4
##  7  1982 Afghanistan            39.9
##  8  1987 Afghanistan            40.8
##  9  1992 Afghanistan            41.7
## 10  1997 Afghanistan            41.8
## # ... with 1,694 more rows
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Alternatively, there’s a special &lt;code&gt;rename()&lt;/code&gt; verb with the same syntax, i.e., &lt;code&gt;rename(new_name = old_name)&lt;/code&gt; that will rename a column to a new name, while keeping all the other columns:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt; %&gt;% &lt;span style=&#39;background-color:pink&#39;&gt;rename&lt;/span&gt;(&lt;span style=&#39;background-color:lightblue&#39;&gt;life_expectancy = lifeExp&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1,704 x 6
##    country     continent  year life_expectancy      pop gdpPercap
##    &amp;lt;fct&amp;gt;       &amp;lt;fct&amp;gt;     &amp;lt;int&amp;gt;           &amp;lt;dbl&amp;gt;    &amp;lt;int&amp;gt;     &amp;lt;dbl&amp;gt;
##  1 Afghanistan Asia       1952            28.8  8425333      779.
##  2 Afghanistan Asia       1957            30.3  9240934      821.
##  3 Afghanistan Asia       1962            32.0 10267083      853.
##  4 Afghanistan Asia       1967            34.0 11537966      836.
##  5 Afghanistan Asia       1972            36.1 13079460      740.
##  6 Afghanistan Asia       1977            38.4 14880372      786.
##  7 Afghanistan Asia       1982            39.9 12881816      978.
##  8 Afghanistan Asia       1987            40.8 13867957      852.
##  9 Afghanistan Asia       1992            41.7 16317921      649.
## 10 Afghanistan Asia       1997            41.8 22227415      635.
## # ... with 1,694 more rows
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;pick-rows-with-filter&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Pick rows with &lt;code&gt;filter()&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;The &lt;code&gt;filter()&lt;/code&gt; function takes two arguments: a tibble to transform, and a set of tests. It will return each row for which the test is TRUE.&lt;/p&gt;
&lt;p&gt;This code, for instance, will look at the &lt;code&gt;gapminder&lt;/code&gt; dataset and return all rows where &lt;code&gt;country&lt;/code&gt; is equal to “Jordan”.&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:pink&#39;&gt;filter&lt;/span&gt;(&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt;, &lt;span style=&#39;background-color:lightblue&#39;&gt;country == &#34;Jordan&#34;&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 12 x 6
##    country continent  year lifeExp     pop gdpPercap
##    &amp;lt;fct&amp;gt;   &amp;lt;fct&amp;gt;     &amp;lt;int&amp;gt;   &amp;lt;dbl&amp;gt;   &amp;lt;int&amp;gt;     &amp;lt;dbl&amp;gt;
##  1 Jordan  Asia       1952    43.2  607914     1547.
##  2 Jordan  Asia       1957    45.7  746559     1886.
##  3 Jordan  Asia       1962    48.1  933559     2348.
##  4 Jordan  Asia       1967    51.6 1255058     2742.
##  5 Jordan  Asia       1972    56.5 1613551     2111.
##  6 Jordan  Asia       1977    61.1 1937652     2852.
##  7 Jordan  Asia       1982    63.7 2347031     4161.
##  8 Jordan  Asia       1987    65.9 2820042     4449.
##  9 Jordan  Asia       1992    68.0 3867409     3432.
## 10 Jordan  Asia       1997    69.8 4526235     3645.
## 11 Jordan  Asia       2002    71.3 5307470     3845.
## 12 Jordan  Asia       2007    72.5 6053193     4519.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Notice that there are two equal signs (&lt;code&gt;==&lt;/code&gt;).
Please note that when testing for equality, we use a double equal sign, (&lt;code&gt;==&lt;/code&gt;). If you had used a single equal sign, that would be the assignment operator, i.e., you set an argument (like &lt;code&gt;data = gapminder&lt;/code&gt;); when you use two equal signs, you are running a logical a test.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th&gt;Test&lt;/th&gt;
&lt;th&gt;Meaning&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;x &amp;lt; y&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Less than&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;x &amp;gt; y&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Greater than&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;x == y&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Equal to&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;x &amp;lt;= y&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Less than or equal to&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;x &amp;gt;= y&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Greater than or equal to&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;x != y&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Not equal to&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;x %in% y&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;In (group membership)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;is.na(x)&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Is missing&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;!is.na(x)&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Is not missing&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Your turn&lt;/strong&gt;: Use &lt;code&gt;filter()&lt;/code&gt; and logical tests to show:
&lt;br&gt;
1. The data for China &lt;br&gt;
2. All data for countries in Africa &lt;br&gt;
3. All cases (rows) where life expectancy is greater than 80 &lt;br&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;!---LEARNR EX 1--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;myIframe1&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/dplyr_filter1/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;p&gt;You can also use multiple conditions, and these will extract rows that meet every test. By default, if you separate the tests with a comma, R will consider this an “and” test and find rows that are &lt;em&gt;both&lt;/em&gt; Jordan and greater than 2000.&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:pink&#39;&gt;filter&lt;/span&gt;(&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt;, &lt;span style=&#39;background-color:lightblue&#39;&gt;country == &#34;Jordan&#34;, year &gt; 2000&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 2 x 6
##   country continent  year lifeExp     pop gdpPercap
##   &amp;lt;fct&amp;gt;   &amp;lt;fct&amp;gt;     &amp;lt;int&amp;gt;   &amp;lt;dbl&amp;gt;   &amp;lt;int&amp;gt;     &amp;lt;dbl&amp;gt;
## 1 Jordan  Asia       2002    71.3 5307470     3845.
## 2 Jordan  Asia       2007    72.5 6053193     4519.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you have any programming experience, you can also use the common operators for &lt;strong&gt;“and”&lt;/strong&gt; with “&lt;code&gt;&amp;amp;&lt;/code&gt;”, &lt;strong&gt;“or”&lt;/strong&gt; with “&lt;code&gt;|&lt;/code&gt;”, and &lt;strong&gt;“not”&lt;/strong&gt; with “&lt;code&gt;!&lt;/code&gt;”:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th&gt;Operator&lt;/th&gt;
&lt;th&gt;Meaning&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;a &amp;amp; b&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;and&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;&lt;code&gt;a | b&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;or&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;&lt;code&gt;!a&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;not&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Your turn&lt;/strong&gt;: Use &lt;code&gt;filter()&lt;/code&gt; and logical tests to show:
&lt;br&gt;
1. India before 1970 &lt;br&gt;
2. Countries where life expectancy in 2007 is below 60 &lt;br&gt;
3. Countries where life expectancy in 2007 is below 60 and are not in Africa &lt;br&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;!---LEARNR EX 2--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;myIframe2&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/dplyr_filter2/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;p&gt;Beware of some common mistakes! You can’t collapse multiple tests into one. Instead, use two separate tests:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# This won&amp;#39;t work!
filter(gapminder, 1960 &amp;lt; year &amp;lt; 1980)

# This will work
filter(gapminder, 1960 &amp;lt; year, year &amp;lt; 1980)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Also, you can avoid stringing together lots of tests by using the &lt;code&gt;%in%&lt;/code&gt; operator, which checks to see if a value is in a list of values.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# This works, but is tedious-- what if you wanted to pick a dozen countries?
filter(gapminder, 
       country == &amp;quot;Mexico&amp;quot; |  country == &amp;quot;United States&amp;quot; | country == &amp;quot;Canada&amp;quot; )

# This is more concise and easier to add other countries later
filter(gapminder, 
       country %in% c(&amp;quot;Mexico&amp;quot;, &amp;quot;United States&amp;quot;, &amp;quot;Canada&amp;quot; ))&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;sort-data-with-arrange&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Sort data with &lt;code&gt;arrange()&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;The &lt;code&gt;arrange()&lt;/code&gt; verb sorts data. By default it sorts in ascending order, from minimum to maximum value:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt; %&gt;% &lt;span style=&#39;background-color:pink&#39;&gt;arrange&lt;/span&gt;(&lt;span style=&#39;background-color:lightblue&#39;&gt;lifeExp&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1,704 x 6
##    country      continent  year lifeExp     pop gdpPercap
##    &amp;lt;fct&amp;gt;        &amp;lt;fct&amp;gt;     &amp;lt;int&amp;gt;   &amp;lt;dbl&amp;gt;   &amp;lt;int&amp;gt;     &amp;lt;dbl&amp;gt;
##  1 Rwanda       Africa     1992    23.6 7290203      737.
##  2 Afghanistan  Asia       1952    28.8 8425333      779.
##  3 Gambia       Africa     1952    30    284320      485.
##  4 Angola       Africa     1952    30.0 4232095     3521.
##  5 Sierra Leone Africa     1952    30.3 2143249      880.
##  6 Afghanistan  Asia       1957    30.3 9240934      821.
##  7 Cambodia     Asia       1977    31.2 6978607      525.
##  8 Mozambique   Africa     1952    31.3 6446316      469.
##  9 Sierra Leone Africa     1957    31.6 2295678     1004.
## 10 Burkina Faso Africa     1952    32.0 4469979      543.
## # ... with 1,694 more rows
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can sort in descending order (max to min) by using the &lt;code&gt;desc()&lt;/code&gt; for the column/variable you want sorted:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt; %&gt;% &lt;span style=&#39;background-color:pink&#39;&gt;arrange&lt;/span&gt;(&lt;span style=&#39;background-color:lightblue&#39;&gt;desc(lifeExp)&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1,704 x 6
##    country          continent  year lifeExp       pop gdpPercap
##    &amp;lt;fct&amp;gt;            &amp;lt;fct&amp;gt;     &amp;lt;int&amp;gt;   &amp;lt;dbl&amp;gt;     &amp;lt;int&amp;gt;     &amp;lt;dbl&amp;gt;
##  1 Japan            Asia       2007    82.6 127467972    31656.
##  2 Hong Kong, China Asia       2007    82.2   6980412    39725.
##  3 Japan            Asia       2002    82   127065841    28605.
##  4 Iceland          Europe     2007    81.8    301931    36181.
##  5 Switzerland      Europe     2007    81.7   7554661    37506.
##  6 Hong Kong, China Asia       2002    81.5   6762476    30209.
##  7 Australia        Oceania    2007    81.2  20434176    34435.
##  8 Spain            Europe     2007    80.9  40448191    28821.
##  9 Sweden           Europe     2007    80.9   9031088    33860.
## 10 Israel           Asia       2007    80.7   6426679    25523.
## # ... with 1,694 more rows
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can sort by multiple columns by specifying them in a comma separated list. For example, we can sort by &lt;code&gt;continent&lt;/code&gt; first and then sort by &lt;code&gt;lifeExp&lt;/code&gt; (life expectancy) in descending order within each continent:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt; %&gt;% &lt;br&gt;&amp;nbsp;&amp;nbsp;&lt;span style=&#39;background-color:pink&#39;&gt;arrange&lt;/span&gt;(&lt;span style=&#39;background-color:lightblue&#39;&gt;continent, desc(lifeExp)&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1,704 x 6
##    country   continent  year lifeExp      pop gdpPercap
##    &amp;lt;fct&amp;gt;     &amp;lt;fct&amp;gt;     &amp;lt;int&amp;gt;   &amp;lt;dbl&amp;gt;    &amp;lt;int&amp;gt;     &amp;lt;dbl&amp;gt;
##  1 Reunion   Africa     2007    76.4   798094     7670.
##  2 Reunion   Africa     2002    75.7   743981     6316.
##  3 Reunion   Africa     1997    74.8   684810     6072.
##  4 Libya     Africa     2007    74.0  6036914    12057.
##  5 Tunisia   Africa     2007    73.9 10276158     7093.
##  6 Reunion   Africa     1992    73.6   622191     6101.
##  7 Tunisia   Africa     2002    73.0  9770575     5723.
##  8 Mauritius Africa     2007    72.8  1250882    10957.
##  9 Libya     Africa     2002    72.7  5368585     9535.
## 10 Algeria   Africa     2007    72.3 33333216     6223.
## # ... with 1,694 more rows
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;add-new-columns-with-mutate&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Add new columns with &lt;code&gt;mutate()&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;You create new columns, or variables, with the &lt;code&gt;mutate()&lt;/code&gt; function. You can create a single new column of &lt;code&gt;gdp&lt;/code&gt; in the &lt;code&gt;gapminder&lt;/code&gt; tibble as follows:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:pink&#39;&gt;mutate&lt;/span&gt;(&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt;, &lt;span style=&#39;background-color:lightblue&#39;&gt;gdp = gdpPercap * pop&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1,704 x 7
##    country     continent  year lifeExp      pop gdpPercap          gdp
##    &amp;lt;fct&amp;gt;       &amp;lt;fct&amp;gt;     &amp;lt;int&amp;gt;   &amp;lt;dbl&amp;gt;    &amp;lt;int&amp;gt;     &amp;lt;dbl&amp;gt;        &amp;lt;dbl&amp;gt;
##  1 Afghanistan Asia       1952    28.8  8425333      779.  6567086330.
##  2 Afghanistan Asia       1957    30.3  9240934      821.  7585448670.
##  3 Afghanistan Asia       1962    32.0 10267083      853.  8758855797.
##  4 Afghanistan Asia       1967    34.0 11537966      836.  9648014150.
##  5 Afghanistan Asia       1972    36.1 13079460      740.  9678553274.
##  6 Afghanistan Asia       1977    38.4 14880372      786. 11697659231.
##  7 Afghanistan Asia       1982    39.9 12881816      978. 12598563401.
##  8 Afghanistan Asia       1987    40.8 13867957      852. 11820990309.
##  9 Afghanistan Asia       1992    41.7 16317921      649. 10595901589.
## 10 Afghanistan Asia       1997    41.8 22227415      635. 14121995875.
## # ... with 1,694 more rows
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;And you can create multiple columns by including a comma-separated list of new columns to create:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:pink&#39;&gt;mutate&lt;/span&gt;(&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt;, &lt;span style=&#39;background-color:lightblue&#39;&gt;gdp = gdpPercap * pop&lt;/span&gt;,&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&#39;background-color:lightblue&#39;&gt;pop_mill = round(pop / 1000000)&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1,704 x 8
##    country     continent  year lifeExp      pop gdpPercap          gdp pop_mill
##    &amp;lt;fct&amp;gt;       &amp;lt;fct&amp;gt;     &amp;lt;int&amp;gt;   &amp;lt;dbl&amp;gt;    &amp;lt;int&amp;gt;     &amp;lt;dbl&amp;gt;        &amp;lt;dbl&amp;gt;    &amp;lt;dbl&amp;gt;
##  1 Afghanistan Asia       1952    28.8  8425333      779.  6567086330.        8
##  2 Afghanistan Asia       1957    30.3  9240934      821.  7585448670.        9
##  3 Afghanistan Asia       1962    32.0 10267083      853.  8758855797.       10
##  4 Afghanistan Asia       1967    34.0 11537966      836.  9648014150.       12
##  5 Afghanistan Asia       1972    36.1 13079460      740.  9678553274.       13
##  6 Afghanistan Asia       1977    38.4 14880372      786. 11697659231.       15
##  7 Afghanistan Asia       1982    39.9 12881816      978. 12598563401.       13
##  8 Afghanistan Asia       1987    40.8 13867957      852. 11820990309.       14
##  9 Afghanistan Asia       1992    41.7 16317921      649. 10595901589.       16
## 10 Afghanistan Asia       1997    41.8 22227415      635. 14121995875.       22
## # ... with 1,694 more rows
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can also run logical, conditional tests within &lt;code&gt;mutate()&lt;/code&gt; using the &lt;code&gt;ifelse()&lt;/code&gt; function. This works like the &lt;code&gt;=IF&lt;/code&gt; function in Excel and it takes three arguments:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;a logical test,&lt;/li&gt;
&lt;li&gt;what happens if the test is true, and&lt;/li&gt;
&lt;li&gt;what happens if the test is false:&lt;/li&gt;
&lt;/ol&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;ifelse(&lt;span style=&#39;background-color:#faca7d&#39;&gt;TEST&lt;/span&gt;, &lt;span style=&#39;background-color:#9bbffa&#39;&gt;VALUE_IF_TRUE&lt;/span&gt;, &lt;span style=&#39;background-color:#f79b94&#39;&gt;VALUE_IF_FALSE&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We can create a new column that is a binary (TRUE/FALSE) indicator for whether &lt;code&gt;year&lt;/code&gt; is after 1960:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;mutate(gapminder, after_1960 = ifelse(&lt;span style=&#39;background-color:#faca7d&#39;&gt;year &gt; 1960&lt;/span&gt;, &lt;span style=&#39;background-color:#9bbffa&#39;&gt;TRUE&lt;/span&gt;, &lt;span style=&#39;background-color:#f79b94&#39;&gt;FALSE&lt;/span&gt;))&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1,704 x 7
##    country     continent  year lifeExp      pop gdpPercap after_1960
##    &amp;lt;fct&amp;gt;       &amp;lt;fct&amp;gt;     &amp;lt;int&amp;gt;   &amp;lt;dbl&amp;gt;    &amp;lt;int&amp;gt;     &amp;lt;dbl&amp;gt; &amp;lt;lgl&amp;gt;     
##  1 Afghanistan Asia       1952    28.8  8425333      779. FALSE     
##  2 Afghanistan Asia       1957    30.3  9240934      821. FALSE     
##  3 Afghanistan Asia       1962    32.0 10267083      853. TRUE      
##  4 Afghanistan Asia       1967    34.0 11537966      836. TRUE      
##  5 Afghanistan Asia       1972    36.1 13079460      740. TRUE      
##  6 Afghanistan Asia       1977    38.4 14880372      786. TRUE      
##  7 Afghanistan Asia       1982    39.9 12881816      978. TRUE      
##  8 Afghanistan Asia       1987    40.8 13867957      852. TRUE      
##  9 Afghanistan Asia       1992    41.7 16317921      649. TRUE      
## 10 Afghanistan Asia       1997    41.8 22227415      635. TRUE      
## # ... with 1,694 more rows
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We can also use text labels instead of &lt;code&gt;TRUE&lt;/code&gt; and &lt;code&gt;FALSE&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;mutate(gapminder, &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;after_1960 = ifelse(&lt;span style=&#39;background-color:#faca7d&#39;&gt;year &gt; 1960&lt;/span&gt;, &lt;span style=&#39;background-color:#9bbffa&#39;&gt;&#34;After 1960&#34;&lt;/span&gt;, &lt;span style=&#39;background-color:#f79b94&#39;&gt;&#34;Before 1960&#34;&lt;/span&gt;))&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1,704 x 7
##    country     continent  year lifeExp      pop gdpPercap after_1960 
##    &amp;lt;fct&amp;gt;       &amp;lt;fct&amp;gt;     &amp;lt;int&amp;gt;   &amp;lt;dbl&amp;gt;    &amp;lt;int&amp;gt;     &amp;lt;dbl&amp;gt; &amp;lt;chr&amp;gt;      
##  1 Afghanistan Asia       1952    28.8  8425333      779. Before 1960
##  2 Afghanistan Asia       1957    30.3  9240934      821. Before 1960
##  3 Afghanistan Asia       1962    32.0 10267083      853. After 1960 
##  4 Afghanistan Asia       1967    34.0 11537966      836. After 1960 
##  5 Afghanistan Asia       1972    36.1 13079460      740. After 1960 
##  6 Afghanistan Asia       1977    38.4 14880372      786. After 1960 
##  7 Afghanistan Asia       1982    39.9 12881816      978. After 1960 
##  8 Afghanistan Asia       1987    40.8 13867957      852. After 1960 
##  9 Afghanistan Asia       1992    41.7 16317921      649. After 1960 
## 10 Afghanistan Asia       1997    41.8 22227415      635. After 1960 
## # ... with 1,694 more rows
&lt;/code&gt;&lt;/pre&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Your turn&lt;/strong&gt;: Use &lt;code&gt;mutate()&lt;/code&gt; to:
&lt;br&gt;
1. Add an &lt;code&gt;africa&lt;/code&gt; column that is TRUE if the country is on the African continent &lt;br&gt;
2. Add a column &lt;code&gt;log_GDP&lt;/code&gt; for the logarithm of GDP per capita, using &lt;code&gt;log(gdpPercap)&lt;/code&gt; &lt;br&gt;
3. Add an &lt;code&gt;africa_asia&lt;/code&gt; column that says “Africa or Asia” if the country is in Africa or Asia, and “Not Africa or Asia” if it’s not &lt;br&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;!---LEARNR EX 3--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;myIframe3&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/dplyr_mutate1/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;/div&gt;
&lt;div id=&#34;combine-multiple-verbs-with-pipes&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Combine multiple verbs with pipes (&lt;code&gt;%&amp;gt;%&lt;/code&gt;)&lt;/h3&gt;
&lt;p&gt;What if you want to include only rows from 2002 &lt;em&gt;and&lt;/em&gt; make a new column with the logged GDP per capita? Doing this requires both &lt;code&gt;filter()&lt;/code&gt; and &lt;code&gt;mutate()&lt;/code&gt;, so we need to find a way to use both at once.&lt;/p&gt;
&lt;p&gt;One solution is to use intermediate data frames for each step:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:#faca7d&#39;&gt;gapminder_2002_filtered&lt;/span&gt; &lt;- filter(gapminder, year == 2002)&lt;br&gt;&lt;br&gt;&lt;span style=&#39;background-color:#9bbffa&#39;&gt;gapminder_2002_logged&lt;/span&gt; &lt;- mutate(&lt;span style=&#39;background-color:#faca7d&#39;&gt;gapminder_2002_filtered&lt;/span&gt;, log_gdpPercap = log(gdpPercap))&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;That works fine, but your environment panel will start getting full of lots of intermediate data frames.&lt;/p&gt;
&lt;p&gt;Another solution is to nest the functions inside each other. Remember that all &lt;strong&gt;dplyr&lt;/strong&gt; functions return data frames, so you can feed the results of one into another:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:#faca7d&#39;&gt;filter&lt;/span&gt;(&lt;span style=&#39;background-color:#9bbffa&#39;&gt;mutate(gapminder, log_gdpPercap = log(gdpPercap))&lt;/span&gt;, &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&#39;background-color:#faca7d&#39;&gt;year == 2002&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;That works too, but it gets &lt;em&gt;really&lt;/em&gt; complicated once you have even more functions, and it’s hard to keep track of which function’s arguments go where. I’d avoid doing this entirely.&lt;/p&gt;
&lt;p&gt;One really nice solution is to use the pipe operator, or &lt;code&gt;%&amp;gt;%&lt;/code&gt;. &lt;strong&gt;The pipe takes an object on the left and passes it as the first argument of the function on the right&lt;/strong&gt;.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# gapminder will automatically get placed in the _____ spot
gapminder %&amp;gt;% filter(_____, country == &amp;quot;Jordan&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;These two lines of code do the same thing:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;filter(&lt;span style=&#39;background-color:#f79b94&#39;&gt;gapminder&lt;/span&gt;, country == &#34;Jordan&#34;)&lt;br&gt;&lt;br&gt;&lt;span style=&#39;background-color:#f79b94&#39;&gt;gapminder&lt;/span&gt; %&gt;% filter(country == &#34;Jordan&#34;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Using pipes, you always start with a data frame, pass it to one verb to do one thing, then pass the output of that verb (a dataframe) to the next verb that will do something else, and so on. &lt;strong&gt;When reading any code with a &lt;code&gt;%&amp;gt;%&lt;/code&gt;, it’s easiest to read the &lt;code&gt;%&amp;gt;%&lt;/code&gt; as “and then”.&lt;/strong&gt; This would read:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Take the &lt;code&gt;gapminder&lt;/code&gt; dataset &lt;em&gt;and then&lt;/em&gt; filter it so that it only has rows from 2002 &lt;em&gt;and then&lt;/em&gt; add a new column (&lt;code&gt;mutate&lt;/code&gt;) with the logged GDP per capita&lt;/p&gt;
&lt;/blockquote&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;gapminder %&amp;gt;% 
  filter(year == 2002) %&amp;gt;% 
  mutate(log_gdpPercap = log(gdpPercap))&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;summarise-data-by-groups-with-group_by-summarise&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Summarise data by groups with &lt;code&gt;group_by() %&amp;gt;% summarise()&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;The &lt;code&gt;summarise()&lt;/code&gt; verb takes an entire frame and collapses all of the rows in a single number as it calculates summary information about it. For instance, the following code will start with the entire &lt;code&gt;gapminder&lt;/code&gt; data, calculate average life expectancy, and return just a single value, namely avarage life expectnacy among all countries and all years :&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt; %&gt;% &lt;span style=&#39;background-color:pink&#39;&gt;summarize&lt;/span&gt;(&lt;span style=&#39;background-color:lightblue&#39;&gt;mean_life = mean(lifeExp)&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1 x 1
##   mean_life
##       &amp;lt;dbl&amp;gt;
## 1      59.5
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can also make multiple summary variables, just like &lt;code&gt;mutate()&lt;/code&gt;, and it will return a column for each:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt; %&gt;% &lt;span style=&#39;background-color:pink&#39;&gt;summarize&lt;/span&gt;(&lt;span style=&#39;background-color:lightblue&#39;&gt;mean_life = mean(lifeExp)&lt;/span&gt;,&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&#39;background-color:lightblue&#39;&gt;sd_life = sd(lifeExp)&lt;/span&gt;,&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&#39;background-color:lightblue&#39;&gt;min_life = min(lifeExp)&lt;/span&gt;,&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&#39;background-color:lightblue&#39;&gt;max_life = max(lifeExp)&lt;/span&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1 x 4
##   mean_life sd_life min_life max_life
##       &amp;lt;dbl&amp;gt;   &amp;lt;dbl&amp;gt;    &amp;lt;dbl&amp;gt;    &amp;lt;dbl&amp;gt;
## 1      59.5    12.9     23.6     82.6
&lt;/code&gt;&lt;/pre&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Your turn&lt;/strong&gt;: Use &lt;code&gt;summarise()&lt;/code&gt; to calculate:
&lt;br&gt;
1. The first (minimum) year in the &lt;code&gt;gapminder&lt;/code&gt; dataset &lt;br&gt;
2. The last (maximum) year in the dataset &lt;br&gt;
3. The number of rows in the dataset (use the &lt;a href=&#34;https://rstudio.com/wp-content/uploads/2015/02/data-wrangling-cheatsheet.pdf&#34;&gt;&lt;strong&gt;dplyr&lt;/strong&gt; cheatsheet&lt;/a&gt;) &lt;br&gt;
4. The number of distinct countries in the dataset (use the &lt;a href=&#34;https://rstudio.com/wp-content/uploads/2015/02/data-wrangling-cheatsheet.pdf&#34;&gt;&lt;strong&gt;dplyr&lt;/strong&gt; cheatsheet&lt;/a&gt;) &lt;br&gt;
5. Use &lt;code&gt;filter()&lt;/code&gt; and &lt;code&gt;summarise()&lt;/code&gt; to calculate the median, minimum, and maximum life expectancy on the African continent in 2007
&lt;br&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;!---LEARNR EX 4--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;myIframe4&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/dplyr_summarise1/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;p&gt;Again, remember that &lt;code&gt;summarise()&lt;/code&gt; on its own summarises the entire dataset, so you only get numbers in a single row. These values can be what you want, e.g., averages, standard deviations, and min/max values for the entire dataset. If you group your data into separate subgroups with &lt;code&gt;group_by()&lt;/code&gt;, you can use &lt;code&gt;summarise()&lt;/code&gt; to calculate summary statistics for each group.&lt;/p&gt;
&lt;p&gt;The &lt;code&gt;group_by()&lt;/code&gt; function puts rows into groups based on values in a column. If you run:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#39;language-r&#39;&gt;&lt;code&gt;&lt;span style=&#39;background-color:yellow&#39;&gt;gapminder&lt;/span&gt; %&gt;% &lt;span style=&#39;background-color:pink&#39;&gt;group_by&lt;/span&gt;(&lt;span style=&#39;background-color:lightblue&#39;&gt;continent&lt;/span&gt;)&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
## # A tibble: 1,704 x 6
## # Groups:   continent [5]
##    country     continent  year lifeExp      pop gdpPercap
##    &amp;lt;fct&amp;gt;       &amp;lt;fct&amp;gt;     &amp;lt;int&amp;gt;   &amp;lt;dbl&amp;gt;    &amp;lt;int&amp;gt;     &amp;lt;dbl&amp;gt;
##  1 Afghanistan Asia       1952    28.8  8425333      779.
##  2 Afghanistan Asia       1957    30.3  9240934      821.
##  3 Afghanistan Asia       1962    32.0 10267083      853.
##  4 Afghanistan Asia       1967    34.0 11537966      836.
##  5 Afghanistan Asia       1972    36.1 13079460      740.
##  6 Afghanistan Asia       1977    38.4 14880372      786.
##  7 Afghanistan Asia       1982    39.9 12881816      978.
##  8 Afghanistan Asia       1987    40.8 13867957      852.
##  9 Afghanistan Asia       1992    41.7 16317921      649.
## 10 Afghanistan Asia       1997    41.8 22227415      635.
## # ... with 1,694 more rows
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;…you won’t see anything different! R has put the dataset into separate invisible groups behind the scenes, but you haven’t done anything with those groups, so nothing has really happened. If you do things with those groups with &lt;code&gt;summarise()&lt;/code&gt;, though, &lt;code&gt;group_by()&lt;/code&gt; becomes much more useful.&lt;/p&gt;
&lt;p&gt;For instance, this will take the &lt;code&gt;gapminder&lt;/code&gt; data frame, group it by continent, and then summarize it by calculating the number of distinct countries in each group. It will return &lt;em&gt;one row for each group&lt;/em&gt;, so there should be a row for each continent:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;gapminder %&amp;gt;% 
  group_by(continent) %&amp;gt;% 
  summarize(n_countries = n_distinct(country)) &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 5 x 2
##   continent n_countries
##   &amp;lt;fct&amp;gt;           &amp;lt;int&amp;gt;
## 1 Africa             52
## 2 Americas           25
## 3 Asia               33
## 4 Europe             30
## 5 Oceania             2&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can calculate multiple summary statistics, as before:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;gapminder %&amp;gt;% 
  group_by(continent) %&amp;gt;% 
  summarize(n_countries = n_distinct(country),
            avg_life_exp = mean(lifeExp)) &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 5 x 3
##   continent n_countries avg_life_exp
##   &amp;lt;fct&amp;gt;           &amp;lt;int&amp;gt;        &amp;lt;dbl&amp;gt;
## 1 Africa             52         48.9
## 2 Americas           25         64.7
## 3 Asia               33         60.1
## 4 Europe             30         71.9
## 5 Oceania             2         74.3&lt;/code&gt;&lt;/pre&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Your turn&lt;/strong&gt;:
&lt;br&gt;
1. Calculate summary statistics for life expectancy for each continent. Calculate minimum, maximum, median, mean, and standard deviation, and total count (n) &lt;br&gt;
2. Do the same, but for the year 2007 only
&lt;br&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;!---LEARNR EX 5--&gt;
&lt;iframe style=&#34;margin:0 auto; min-width: 100%;&#34; id=&#34;myIframe5&#34; class=&#34;interactive&#34; src=&#34;https://kchristodoulou.shinyapps.io/dplyr_summarise2/&#34; scrolling=&#34;no&#34; frameborder=&#34;no&#34;&gt;
&lt;/iframe&gt;
&lt;!----------------&gt;
&lt;p&gt;Finally, you can group by multiple columns and R will create subgroups for every combination of the groups and return the number of rows of combinations. For instance, we can calculate the average life expectancy by both year and continent and we’ll get 60 rows, since there are 5 continents and 12 years (5 × 12 = 60):&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;gapminder %&amp;gt;% 
  group_by(continent, year) %&amp;gt;% 
  summarize(avg_life_exp = mean(lifeExp)) &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 60 x 3
## # Groups:   continent [5]
##    continent  year avg_life_exp
##    &amp;lt;fct&amp;gt;     &amp;lt;int&amp;gt;        &amp;lt;dbl&amp;gt;
##  1 Africa     1952         39.1
##  2 Africa     1957         41.3
##  3 Africa     1962         43.3
##  4 Africa     1967         45.3
##  5 Africa     1972         47.5
##  6 Africa     1977         49.6
##  7 Africa     1982         51.6
##  8 Africa     1987         53.3
##  9 Africa     1992         53.6
## 10 Africa     1997         53.6
## # ... with 50 more rows&lt;/code&gt;&lt;/pre&gt;
&lt;blockquote&gt;
&lt;p&gt;A common mistake I have seen is that people use the &lt;code&gt;summarise()&lt;/code&gt; function &lt;strong&gt;before&lt;/strong&gt; any &lt;code&gt;group_by()&lt;/code&gt;. Rememebr that if you &lt;code&gt;summarise()&lt;/code&gt; first, you collapse the entire dataframe into a single row, so there is no &lt;code&gt;group_by()&lt;/code&gt; that can be done on a single row of data!!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;further-resources&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Further resources&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://rstudio.com/wp-content/uploads/2015/02/data-wrangling-cheatsheet.pdf&#34;&gt;&lt;strong&gt;dplyr&lt;/strong&gt; and &lt;strong&gt;tidyr&lt;/strong&gt; cheat sheet&lt;/a&gt; for examples.&lt;/li&gt;
&lt;/ul&gt;
&lt;script&gt;
  iFrameResize({}, &#34;.interactive&#34;);
&lt;/script&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Reshape Data</title>
      <link>https://usi-emba-analytics.netlify.app/example/eda-reshape-data/</link>
      <pubDate>Tue, 21 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/example/eda-reshape-data/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#overview&#34;&gt;Overview&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#pivot_longer-or-gather-data&#34;&gt;&lt;code&gt;pivot_longer&lt;/code&gt; or &lt;code&gt;gather&lt;/code&gt; data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#pivot_wider-or-spread-data&#34;&gt;&lt;code&gt;pivot_wider&lt;/code&gt; or &lt;code&gt;spread&lt;/code&gt; data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#separating&#34;&gt;Separating&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#uniting&#34;&gt;Uniting&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#rstudio-primer-on-tidyr&#34;&gt;RStudio primer on &lt;strong&gt;tidyr&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#more-resources&#34;&gt;More resources&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;blockquote&gt;
&lt;p&gt;Learning Objectives &lt;br&gt;
1. Understand the concept of a wide and a long table format and for which purpose those formats are useful. &lt;br&gt;
2. Understand what key-value pairs are. &lt;br&gt;
3. Reshape a dataframe from long to wide format and back with the &lt;code&gt;tidyr::pivot_longer()&lt;/code&gt; and &lt;code&gt;tidyr::pivot_wider()&lt;/code&gt; commands.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div id=&#34;overview&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Overview&lt;/h2&gt;
&lt;p&gt;It is often said that the vast majority of data analysis is spent on cleaning and preparing data. This is something that must be repeated many times over the course of analysis as new problems come to light or new data is collected.&lt;/p&gt;
&lt;p&gt;Most people are used to analyze data in a spreadsheet or tabular format. For instance, if we wanted to study climate change, we can find data on the &lt;em&gt;Combined Land-Surface Air and Sea-Surface Water Temperature Anomalies&lt;/em&gt; in the Northern Hemisphere at &lt;a href=&#34;https://data.giss.nasa.gov/gistemp&#34;&gt;NASA’s Goddard Institute for Space Studies&lt;/a&gt;. The &lt;a href=&#34;https://data.giss.nasa.gov/gistemp/tabledata_v3/NH.Ts+dSST.txt&#34;&gt;tabular data of temperature anomalies can be found here&lt;/a&gt; and part of that data set is shown below:&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/weather_anomalies.png&#34; width=&#34;90%&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;A lot of these tabular shape spreadsheets were designed for efficient data entry and not necessarily to undertake any kind of statistical analysis. The principles of tidy data provide a standard way to organise data values within a dataset. A standard makes initial data cleaning easier because you don’t need to start from scratch and reinvent the wheel every time.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tidy data&lt;/strong&gt; is a specific way of organising data in a consistent manner and structuring datasets to facilitate analysis with the tidyverse. The tidy data standard has been designed to facilitate exploratory data analysis; tidy datasets and tidy tools help make data analysis easier, allowing you to focus on the interesting domain problem, not on the logistics of cleaning data.&lt;/p&gt;
&lt;p&gt;Before we proceed, a few definitions taken from &lt;a href=&#34;https://garrettgman.github.io/tidying/&#34;&gt;Garret Grolemund&lt;/a&gt; and the vignette(“tidy-data”)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Variable&lt;/strong&gt;: A quantity, quality, or property that you can measure.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Observation&lt;/strong&gt;: A set of values that display the relationship between variables. To be an observation, values need to be measured under similar conditions, usually measured on the same observational unit at the same time.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Value&lt;/strong&gt;: The state of a variable that you observe when you measure it.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There are three rules which make a dataset &lt;strong&gt;tidy&lt;/strong&gt;:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Each variable must have its own column.&lt;/li&gt;
&lt;li&gt;Each observation must have its own row.&lt;/li&gt;
&lt;li&gt;Each value must have its own cell.&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;figure&#34;&gt;
&lt;img src=&#34;https://r4ds.had.co.nz/images/tidy-1.png&#34; alt=&#34;&#34; /&gt;
&lt;p class=&#34;caption&#34;&gt;Figure 12.1 from &lt;a href=&#34;https://r4ds.had.co.nz&#34;&gt;&lt;em&gt;R for Data Science&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;A tidy dataset is a &lt;strong&gt;long&lt;/strong&gt; dataset, where each variable appears in one column, and each observation has its own row.
The weather anomalies dataset is a &lt;strong&gt;wide&lt;/strong&gt; dataset; the three variables are &lt;code&gt;date&lt;/code&gt; (or &lt;code&gt;year&lt;/code&gt; and &lt;code&gt;month&lt;/code&gt; if you wanted to keep them separate), and &lt;code&gt;delta&lt;/code&gt; (the actual temperature difference).&lt;/p&gt;
&lt;p&gt;We will often need to reshape our datasets and should have a way to go:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;from wide format to long (tidy) format using &lt;code&gt;tidyr::gather()&lt;/code&gt; or &lt;code&gt;tidyr::pivot_longer()&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;from long (tidy) to wide format using &lt;code&gt;tidyr::spread()&lt;/code&gt; or &lt;code&gt;tidyr::pivot_wider()&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In a set of wonderful animations from &lt;a href=&#34;https://github.com/gadenbuie/tidyexplain#tidy-data&#34;&gt;Garrick Aden-Buie&lt;/a&gt;, this is the process of coverting from long format to wide and back&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/tidyr-longer-wider.gif&#34; width=&#34;90%&#34; style=&#34;display: block; margin: auto;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Let us review the basic tasks for tidying data using the R for Data Science &lt;code&gt;gapminder&lt;/code&gt; subset.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;table1&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 4
##   country      year  cases population
##   &amp;lt;chr&amp;gt;       &amp;lt;int&amp;gt;  &amp;lt;int&amp;gt;      &amp;lt;int&amp;gt;
## 1 Afghanistan  1999    745   19987071
## 2 Afghanistan  2000   2666   20595360
## 3 Brazil       1999  37737  172006362
## 4 Brazil       2000  80488  174504898
## 5 China        1999 212258 1272915272
## 6 China        2000 213766 1280428583&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Note that in this data frame, each variable is in its own column (&lt;code&gt;country&lt;/code&gt;, &lt;code&gt;year&lt;/code&gt;, &lt;code&gt;cases&lt;/code&gt;, and &lt;code&gt;population&lt;/code&gt;), each observation is in its own row (i.e. each row is a different country-year pairing), and each value has its own cell.&lt;/p&gt;
&lt;div id=&#34;pivot_longer-or-gather-data&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;&lt;code&gt;pivot_longer&lt;/code&gt; or &lt;code&gt;gather&lt;/code&gt; data&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Gathering&lt;/strong&gt; entails bringing a variable spread across multiple columns into a single column. For example, this version of &lt;code&gt;table1&lt;/code&gt; is not tidy because the &lt;code&gt;year&lt;/code&gt; variable is in wide format, spread across multiple columns:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;table4a&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 3 x 3
##   country     `1999` `2000`
## * &amp;lt;chr&amp;gt;        &amp;lt;int&amp;gt;  &amp;lt;int&amp;gt;
## 1 Afghanistan    745   2666
## 2 Brazil       37737  80488
## 3 China       212258 213766&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The variables (columns) that a tidy dataframe would have would be &lt;code&gt;country&lt;/code&gt;, &lt;code&gt;year&lt;/code&gt;, and &lt;code&gt;cases&lt;/code&gt;. We can use the &lt;code&gt;pivot_longer&lt;/code&gt; or &lt;code&gt;gather()&lt;/code&gt; function from the &lt;code&gt;tidyr&lt;/code&gt; package to reshape the data frame and make this tidy. To do this we need three pieces of information:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;The names of the columns that represent the values, not variables. Here, those are &lt;code&gt;1999&lt;/code&gt; and &lt;code&gt;2000&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;The &lt;code&gt;key&lt;/code&gt;, or the name of the variable whose values form the column names. Here that is &lt;code&gt;year&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;The &lt;code&gt;value&lt;/code&gt;, or the name of the variable whose values are spread over the cells. Here that is &lt;code&gt;cases&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;blockquote&gt;
&lt;p&gt;Notice that we create the names for &lt;code&gt;key&lt;/code&gt; and &lt;code&gt;value&lt;/code&gt; - they do not already exist in the data frame.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;We implement this using the &lt;code&gt;pivot_longer()&lt;/code&gt; or &lt;code&gt;gather()&lt;/code&gt; function. &lt;code&gt;pivot_longer()&lt;/code&gt; requires the newest version of &lt;code&gt;tidyr&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Once you have installed the newest version of tidyr, then you can use either &lt;code&gt;pivot_longer()&lt;/code&gt; or &lt;code&gt;gather()&lt;/code&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;table4a %&amp;gt;% 
  pivot_longer(cols=c(`1999`, `2000`), 
               names_to = &amp;quot;year&amp;quot;, 
               values_to = &amp;quot;cases&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 3
##   country     year   cases
##   &amp;lt;chr&amp;gt;       &amp;lt;chr&amp;gt;  &amp;lt;int&amp;gt;
## 1 Afghanistan 1999     745
## 2 Afghanistan 2000    2666
## 3 Brazil      1999   37737
## 4 Brazil      2000   80488
## 5 China       1999  212258
## 6 China       2000  213766&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;table4a %&amp;gt;% 
  gather(`1999`, `2000`, 
         key = year, 
         value = cases)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 3
##   country     year   cases
##   &amp;lt;chr&amp;gt;       &amp;lt;chr&amp;gt;  &amp;lt;int&amp;gt;
## 1 Afghanistan 1999     745
## 2 Brazil      1999   37737
## 3 China       1999  212258
## 4 Afghanistan 2000    2666
## 5 Brazil      2000   80488
## 6 China       2000  213766&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This operation would be called reshaping data wide to long.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;pivot_wider-or-spread-data&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;&lt;code&gt;pivot_wider&lt;/code&gt; or &lt;code&gt;spread&lt;/code&gt; data&lt;/h3&gt;
&lt;p&gt;If we wanted to make a long table into a wide one, we use &lt;code&gt;pivot_wider&lt;/code&gt;; &lt;strong&gt;spreading&lt;/strong&gt; brings an observation spread across multiple rows into a single row. It is the reverse of gathering, or taking a wide dataset and making it long. For instance, take &lt;code&gt;table2&lt;/code&gt;:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;table2&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 12 x 4
##    country      year type            count
##    &amp;lt;chr&amp;gt;       &amp;lt;int&amp;gt; &amp;lt;chr&amp;gt;           &amp;lt;int&amp;gt;
##  1 Afghanistan  1999 cases             745
##  2 Afghanistan  1999 population   19987071
##  3 Afghanistan  2000 cases            2666
##  4 Afghanistan  2000 population   20595360
##  5 Brazil       1999 cases           37737
##  6 Brazil       1999 population  172006362
##  7 Brazil       2000 cases           80488
##  8 Brazil       2000 population  174504898
##  9 China        1999 cases          212258
## 10 China        1999 population 1272915272
## 11 China        2000 cases          213766
## 12 China        2000 population 1280428583&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;It violates the tidy data principle because each observation (unit of analysis is a country-year pairing) is split across multiple rows. To tidy the data frame, we need to know:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;The &lt;code&gt;key&lt;/code&gt; column, or the column that contains variable names. Here, it is &lt;code&gt;type&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;The &lt;code&gt;value&lt;/code&gt; column, or the column that contains values for multiple variables. Here it is &lt;code&gt;count&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;blockquote&gt;
&lt;p&gt;Notice that unlike for gathering, when spreading the &lt;code&gt;key&lt;/code&gt; and &lt;code&gt;value&lt;/code&gt; columns are already defined in the data frame. We do not create the names ourselves, only identify them in the existing data frame.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;table2 %&amp;gt;%
  pivot_wider(names_from = type, values_from = count)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 4
##   country      year  cases population
##   &amp;lt;chr&amp;gt;       &amp;lt;int&amp;gt;  &amp;lt;int&amp;gt;      &amp;lt;int&amp;gt;
## 1 Afghanistan  1999    745   19987071
## 2 Afghanistan  2000   2666   20595360
## 3 Brazil       1999  37737  172006362
## 4 Brazil       2000  80488  174504898
## 5 China        1999 212258 1272915272
## 6 China        2000 213766 1280428583&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;table2 %&amp;gt;%
  spread(key = type, value = count)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 4
##   country      year  cases population
##   &amp;lt;chr&amp;gt;       &amp;lt;int&amp;gt;  &amp;lt;int&amp;gt;      &amp;lt;int&amp;gt;
## 1 Afghanistan  1999    745   19987071
## 2 Afghanistan  2000   2666   20595360
## 3 Brazil       1999  37737  172006362
## 4 Brazil       2000  80488  174504898
## 5 China        1999 212258 1272915272
## 6 China        2000 213766 1280428583&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This operation would be called reshaping data long to wide.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;separating&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Separating&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Separating&lt;/strong&gt; splits multiple variables stored in a single column into multiple columns. For example in &lt;code&gt;table3&lt;/code&gt;, the &lt;code&gt;rate&lt;/code&gt; column contains both &lt;code&gt;cases&lt;/code&gt; and &lt;code&gt;population&lt;/code&gt;:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;table3&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 3
##   country      year rate             
## * &amp;lt;chr&amp;gt;       &amp;lt;int&amp;gt; &amp;lt;chr&amp;gt;            
## 1 Afghanistan  1999 745/19987071     
## 2 Afghanistan  2000 2666/20595360    
## 3 Brazil       1999 37737/172006362  
## 4 Brazil       2000 80488/174504898  
## 5 China        1999 212258/1272915272
## 6 China        2000 213766/1280428583&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;This is a bad idea as you lose information&lt;/strong&gt;. Tidy data principles require each column to contain a single variable. We can use &lt;code&gt;separate()&lt;/code&gt; to split the column into two new columns:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;table3 %&amp;gt;% 
  separate(rate, into = c(&amp;quot;cases&amp;quot;, &amp;quot;population&amp;quot;))&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 4
##   country      year cases  population
##   &amp;lt;chr&amp;gt;       &amp;lt;int&amp;gt; &amp;lt;chr&amp;gt;  &amp;lt;chr&amp;gt;     
## 1 Afghanistan  1999 745    19987071  
## 2 Afghanistan  2000 2666   20595360  
## 3 Brazil       1999 37737  172006362 
## 4 Brazil       2000 80488  174504898 
## 5 China        1999 212258 1272915272
## 6 China        2000 213766 1280428583&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;uniting&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Uniting&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Uniting&lt;/strong&gt; is the inverse of separating - when a variable is stored in multiple columns, uniting brings the variable back into a single column. &lt;code&gt;table5&lt;/code&gt; splits the year variable into two columns:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;table5&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 4
##   country     century year  rate             
## * &amp;lt;chr&amp;gt;       &amp;lt;chr&amp;gt;   &amp;lt;chr&amp;gt; &amp;lt;chr&amp;gt;            
## 1 Afghanistan 19      99    745/19987071     
## 2 Afghanistan 20      00    2666/20595360    
## 3 Brazil      19      99    37737/172006362  
## 4 Brazil      20      00    80488/174504898  
## 5 China       19      99    212258/1272915272
## 6 China       20      00    213766/1280428583&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;To bring them back, use the &lt;code&gt;unite()&lt;/code&gt; function:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;table5 %&amp;gt;% 
  unite(new, century, year)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 3
##   country     new   rate             
##   &amp;lt;chr&amp;gt;       &amp;lt;chr&amp;gt; &amp;lt;chr&amp;gt;            
## 1 Afghanistan 19_99 745/19987071     
## 2 Afghanistan 20_00 2666/20595360    
## 3 Brazil      19_99 37737/172006362  
## 4 Brazil      20_00 80488/174504898  
## 5 China       19_99 212258/1272915272
## 6 China       20_00 213766/1280428583&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# remove underscore
table5 %&amp;gt;% 
  unite(new, century, year, sep = &amp;quot;&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 6 x 3
##   country     new   rate             
##   &amp;lt;chr&amp;gt;       &amp;lt;chr&amp;gt; &amp;lt;chr&amp;gt;            
## 1 Afghanistan 1999  745/19987071     
## 2 Afghanistan 2000  2666/20595360    
## 3 Brazil      1999  37737/172006362  
## 4 Brazil      2000  80488/174504898  
## 5 China       1999  212258/1272915272
## 6 China       2000  213766/1280428583&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If we wanted to make &lt;code&gt;gapminder&lt;/code&gt; a tabular, wide dataframe, we would use &lt;code&gt;pivot_wider()&lt;/code&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;gapminder_life_exp_wide  &amp;lt;- gapminder %&amp;gt;% 
  select(country, continent, 
         lifeExp, year) %&amp;gt;% 
  pivot_wider(names_from = year, values_from = lifeExp) 


  gapminder_life_exp_wide &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 142 x 14
##    country continent `1952` `1957` `1962` `1967` `1972` `1977` `1982` `1987`
##    &amp;lt;fct&amp;gt;   &amp;lt;fct&amp;gt;      &amp;lt;dbl&amp;gt;  &amp;lt;dbl&amp;gt;  &amp;lt;dbl&amp;gt;  &amp;lt;dbl&amp;gt;  &amp;lt;dbl&amp;gt;  &amp;lt;dbl&amp;gt;  &amp;lt;dbl&amp;gt;  &amp;lt;dbl&amp;gt;
##  1 Afghan~ Asia        28.8   30.3   32.0   34.0   36.1   38.4   39.9   40.8
##  2 Albania Europe      55.2   59.3   64.8   66.2   67.7   68.9   70.4   72  
##  3 Algeria Africa      43.1   45.7   48.3   51.4   54.5   58.0   61.4   65.8
##  4 Angola  Africa      30.0   32.0   34     36.0   37.9   39.5   39.9   39.9
##  5 Argent~ Americas    62.5   64.4   65.1   65.6   67.1   68.5   69.9   70.8
##  6 Austra~ Oceania     69.1   70.3   70.9   71.1   71.9   73.5   74.7   76.3
##  7 Austria Europe      66.8   67.5   69.5   70.1   70.6   72.2   73.2   74.9
##  8 Bahrain Asia        50.9   53.8   56.9   59.9   63.3   65.6   69.1   70.8
##  9 Bangla~ Asia        37.5   39.3   41.2   43.5   45.3   46.9   50.0   52.8
## 10 Belgium Europe      68     69.2   70.2   70.9   71.4   72.8   73.9   75.4
## # ... with 132 more rows, and 4 more variables: `1992` &amp;lt;dbl&amp;gt;, `1997` &amp;lt;dbl&amp;gt;,
## #   `2002` &amp;lt;dbl&amp;gt;, `2007` &amp;lt;dbl&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Similarly, if we wanted to convert from the wide gapminder to the long one, we would use either &lt;code&gt;gather&lt;/code&gt; or &lt;code&gt;pivot_longer()&lt;/code&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;gapminder_life_exp_wide %&amp;gt;% 
  gather(key = &amp;quot;year&amp;quot;, value = &amp;quot;lifeExp&amp;quot;,
         -country, -continent) %&amp;gt;% 
  mutate(year = as.numeric(year)) &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 1,704 x 4
##    country     continent  year lifeExp
##    &amp;lt;fct&amp;gt;       &amp;lt;fct&amp;gt;     &amp;lt;dbl&amp;gt;   &amp;lt;dbl&amp;gt;
##  1 Afghanistan Asia       1952    28.8
##  2 Albania     Europe     1952    55.2
##  3 Algeria     Africa     1952    43.1
##  4 Angola      Africa     1952    30.0
##  5 Argentina   Americas   1952    62.5
##  6 Australia   Oceania    1952    69.1
##  7 Austria     Europe     1952    66.8
##  8 Bahrain     Asia       1952    50.9
##  9 Bangladesh  Asia       1952    37.5
## 10 Belgium     Europe     1952    68  
## # ... with 1,694 more rows&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;gapminder_life_exp_wide %&amp;gt;% 
  pivot_longer(
    cols = c(-country, -continent), #keep country and continent
    names_to = &amp;quot;year&amp;quot;, 
    values_to = &amp;quot;lifeExp&amp;quot;,
         ) %&amp;gt;% 
  mutate(year = as.numeric(year)) &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## # A tibble: 1,704 x 4
##    country     continent  year lifeExp
##    &amp;lt;fct&amp;gt;       &amp;lt;fct&amp;gt;     &amp;lt;dbl&amp;gt;   &amp;lt;dbl&amp;gt;
##  1 Afghanistan Asia       1952    28.8
##  2 Afghanistan Asia       1957    30.3
##  3 Afghanistan Asia       1962    32.0
##  4 Afghanistan Asia       1967    34.0
##  5 Afghanistan Asia       1972    36.1
##  6 Afghanistan Asia       1977    38.4
##  7 Afghanistan Asia       1982    39.9
##  8 Afghanistan Asia       1987    40.8
##  9 Afghanistan Asia       1992    41.7
## 10 Afghanistan Asia       1997    41.8
## # ... with 1,694 more rows&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;rstudio-primer-on-tidyr&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;RStudio primer on &lt;strong&gt;tidyr&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://rstudio.cloud/learn/primers/4.1&#34;&gt;Reshape Data&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;Recent versions of &lt;strong&gt;tidyr&lt;/strong&gt; have renamed these core functions: &lt;code&gt;gather()&lt;/code&gt; is now &lt;code&gt;pivot_longer()&lt;/code&gt; and &lt;code&gt;spread()&lt;/code&gt; is now &lt;code&gt;pivot_wider()&lt;/code&gt;. The syntax for these &lt;code&gt;pivot_*()&lt;/code&gt; functions is &lt;em&gt;slightly&lt;/em&gt; different from what it was in &lt;code&gt;gather()&lt;/code&gt; and &lt;code&gt;spread()&lt;/code&gt;, so you can’t just replace the names. Even though, both &lt;code&gt;gather()&lt;/code&gt; and &lt;code&gt;spread()&lt;/code&gt; still work and won’t go away for a while, I think it’s worth learning the newer &lt;code&gt;pivot_*()&lt;/code&gt; functions.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;div id=&#34;more-resources&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;More resources&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.storybench.org/pivoting-data-from-columns-to-rows-and-back-in-the-tidyverse/&#34; target=&#34;_blank&#34;&gt;Pivoting data from columns to rows (and back!) in the tidyverse&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://tidyr.tidyverse.org/dev/articles/pivot.html&#34; target=&#34;_blank&#34;&gt;Pivoting in &lt;code&gt;tidyr&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Hadley Wickham’s &lt;a href=&#34;https://vita.had.co.nz/papers/tidy-data.html&#34; target=&#34;_blank&#34;&gt;tidy data paper&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.tandfonline.com/doi/full/10.1080/00031305.2017.1375989&#34; target=&#34;_blank&#34;&gt;Data Organization in Spreadsheets&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;script&gt;
  iFrameResize({}, &#34;.interactive&#34;);
&lt;/script&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Side-by-side regression tables</title>
      <link>https://usi-emba-analytics.netlify.app/example/modelling_side_by_side_tables/</link>
      <pubDate>Tue, 28 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/example/modelling_side_by_side_tables/</guid>
      <description>
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#huxtablehuxreg&#34;&gt;&lt;code&gt;huxtable::huxreg()&lt;/code&gt;&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#installing&#34;&gt;Installing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#basic-usage&#34;&gt;Basic usage&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#statistics-to-display-bold-significant-variables-add-captions&#34;&gt;Statistics to display, bold significant variables, add captions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#warning-1-huxtable-reformats-all-your-tables&#34;&gt;Warning 1: &lt;strong&gt;huxtable&lt;/strong&gt; reformats all your tables&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#warning-2-knitting-to-pdf-is-fragile&#34;&gt;warning 2: Knitting to PDF is fragile&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;p&gt;It’s often helpful to put the results from regression models in a side-by-side table so you can compare coefficients across different model specifications. If you’re unfamiliar with these kinds of tables, &lt;a href=&#34;http://svmiller.com/blog/2014/08/reading-a-regression-table-a-guide-for-students/&#34;&gt;check out this helpful guide to how to read them&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;We will use the &lt;code&gt;huxreg()&lt;/code&gt; function in the &lt;a href=&#34;https://hughjonesd.github.io/huxtable/&#34;&gt;&lt;strong&gt;huxtable&lt;/strong&gt; package&lt;/a&gt;, the Palmer Penguins dataset, and a few regression models on trying to explain &lt;code&gt;body_mass_g&lt;/code&gt;.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;library(palmerpenguins)

model1 &amp;lt;- lm(body_mass_g ~ flipper_length_mm, data = penguins)
model2 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + bill_length_mm, data = penguins)
model3 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + bill_length_mm + species, data = penguins)
model4 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + bill_length_mm + species + sex, data = penguins)&lt;/code&gt;&lt;/pre&gt;
&lt;div id=&#34;huxtablehuxreg&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;code&gt;huxtable::huxreg()&lt;/code&gt;&lt;/h2&gt;
&lt;div id=&#34;installing&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Installing&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;huxtable&lt;/strong&gt; is published on CRAN, so use the “Packages” panel in RStudio to install &lt;code&gt;huxtable&lt;/code&gt;, or use:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;install.packages(&amp;quot;huxtable&amp;quot;, dependencies = TRUE)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;To knit to Word, you also need the &lt;strong&gt;flextable&lt;/strong&gt; package, so install that too from the “Packages” panel, or use:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;install.packages(&amp;quot;flextable&amp;quot;, dependencies = TRUE)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Using &lt;code&gt;huxtable::huxreg()&lt;/code&gt; to knit to HTML and Word works very well.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;basic-usage&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Basic usage&lt;/h3&gt;
&lt;p&gt;As you go about builiding your linear models, you save them as object with different names, e.g., &lt;em&gt;model1&lt;/em&gt;, &lt;em&gt;model2&lt;/em&gt;, etc. Once you have the models you want to compate, pass them to &lt;code&gt;huxreg()&lt;/code&gt;:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;library(huxtable)

huxreg(model1, model2, model3, model4)&lt;/code&gt;&lt;/pre&gt;
&lt;table class=&#34;huxtable&#34; style=&#34;border-collapse: collapse; border: 0px; margin-bottom: 2em; margin-top: 2em; ; margin-left: auto; margin-right: auto;  &#34; id=&#34;tab:unnamed-chunk-3&#34;&gt;
&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(1)&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(2)&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(3)&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(4)&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(Intercept)&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-5780.831 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-5736.897 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-3904.387 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-759.064&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(305.815)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(307.959)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(529.257)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(541.377)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;flipper_length_mm&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;49.686 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;48.145 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;27.429 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;17.847 ***&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(1.518)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(2.011)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(3.176)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(2.902)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;bill_length_mm&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;6.047&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;61.736 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;21.633 **&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(5.180)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(7.126)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(7.148)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;speciesChinstrap&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-748.562 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-291.711 ***&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(81.534)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(81.502)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;speciesGentoo&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;90.435&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;707.028 ***&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(88.647)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(94.359)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;sexmale&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;465.395 ***&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(43.081)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;N&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;342&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;342&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;342&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;333&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;R2&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.759&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.760&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.822&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.871&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;logLik&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-2528.427&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-2527.741&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-2476.373&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-2359.787&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;AIC&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;5062.855&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;5063.482&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;4964.745&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;4733.574&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th colspan=&#34;5&#34; style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt; *** p &amp;lt; 0.001;  ** p &amp;lt; 0.01;  * p &amp;lt; 0.05.&lt;/th&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;You can add column names, to make the output table more user friendly.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;huxreg(list(&amp;quot;A&amp;quot; = model1, &amp;quot;B&amp;quot; = model2, &amp;quot;C&amp;quot; = model3, &amp;quot;D&amp;quot; = model4))&lt;/code&gt;&lt;/pre&gt;
&lt;table class=&#34;huxtable&#34; style=&#34;border-collapse: collapse; border: 0px; margin-bottom: 2em; margin-top: 2em; ; margin-left: auto; margin-right: auto;  &#34; id=&#34;tab:unnamed-chunk-4&#34;&gt;
&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;A&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;B&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;C&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;D&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(Intercept)&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-5780.831 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-5736.897 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-3904.387 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-759.064&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(305.815)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(307.959)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(529.257)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(541.377)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;flipper_length_mm&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;49.686 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;48.145 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;27.429 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;17.847 ***&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(1.518)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(2.011)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(3.176)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(2.902)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;bill_length_mm&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;6.047&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;61.736 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;21.633 **&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(5.180)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(7.126)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(7.148)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;speciesChinstrap&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-748.562 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-291.711 ***&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(81.534)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(81.502)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;speciesGentoo&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;90.435&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;707.028 ***&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(88.647)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(94.359)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;sexmale&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;465.395 ***&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(43.081)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;N&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;342&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;342&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;342&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;333&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;R2&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.759&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.760&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.822&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.871&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;logLik&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-2528.427&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-2527.741&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-2476.373&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-2359.787&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;AIC&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;5062.855&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;5063.482&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;4964.745&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;4733.574&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th colspan=&#34;5&#34; style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt; *** p &amp;lt; 0.001;  ** p &amp;lt; 0.01;  * p &amp;lt; 0.05.&lt;/th&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;/div&gt;
&lt;div id=&#34;statistics-to-display-bold-significant-variables-add-captions&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Statistics to display, bold significant variables, add captions&lt;/h3&gt;
&lt;p&gt;You can choose what statistics to display; for instance, if we wanted to show number of observatiosn, R^2 and adjusted R2, and the residual SE, we pass them to the &lt;code&gt;statistics&lt;/code&gt; variable. We can also bold those variables that are significant at, say 0.05, and choose not to use stars to denote level of significance by using &lt;code&gt;stars = NULL&lt;/code&gt;.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;huxreg(model1, model2, model3, 
                 statistics = c(&amp;#39;#observations&amp;#39; = &amp;#39;nobs&amp;#39;, 
                                &amp;#39;R squared&amp;#39; = &amp;#39;r.squared&amp;#39;, 
                                &amp;#39;Adj. R Squared&amp;#39; = &amp;#39;adj.r.squared&amp;#39;, 
                                &amp;#39;Residual SE&amp;#39; = &amp;#39;sigma&amp;#39;), 
                 bold_signif = 0.05, 
                 stars = NULL
) %&amp;gt;% 
  set_caption(&amp;#39;Comparison of models&amp;#39;)&lt;/code&gt;&lt;/pre&gt;
&lt;table class=&#34;huxtable&#34; style=&#34;border-collapse: collapse; border: 0px; margin-bottom: 2em; margin-top: 2em; ; margin-left: auto; margin-right: auto;  &#34; id=&#34;tab:unnamed-chunk-5&#34;&gt;
&lt;caption style=&#34;caption-side: top; text-align: center;&#34;&gt;Comparison of models&lt;/caption&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(1)&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(2)&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(3)&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(Intercept)&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-5780.831&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-5736.897&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-3904.387&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(305.815)&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(307.959)&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(529.257)&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;flipper_length_mm&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;49.686&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;48.145&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;27.429&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(1.518)&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(2.011)&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(3.176)&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;bill_length_mm&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;6.047&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;61.736&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(5.180)&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(7.126)&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;speciesChinstrap&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-748.562&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(81.534)&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;speciesGentoo&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;90.435&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(88.647)&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;#observations&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;342&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;342&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;342&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;R squared&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.759&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.760&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.822&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;Adj. R Squared&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.758&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.759&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.820&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;Residual SE&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;394.278&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;394.068&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;340.114&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;/div&gt;
&lt;div id=&#34;warning-1-huxtable-reformats-all-your-tables&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Warning 1: &lt;strong&gt;huxtable&lt;/strong&gt; reformats all your tables&lt;/h3&gt;
&lt;p&gt;If your document creates any other tables (like with &lt;code&gt;tidy()&lt;/code&gt;), &lt;strong&gt;huxtable&lt;/strong&gt; automatically formats these tables in a fancy way. If you don’t want that, you can turn it off with this code—put it at the top of your document near where you load your libraries:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# Huxtable likes to automatically format *all* tables, which is annoying. 
# This turns that off.
options(&amp;#39;huxtable.knit_print_df&amp;#39; = FALSE)&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;warning-2-knitting-to-pdf-is-fragile&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;warning 2: Knitting to PDF is fragile&lt;/h3&gt;
&lt;p&gt;In order to knit to PDF, you need to install LaTeX, which you should have done when you installed &lt;code&gt;tinytex&lt;/code&gt;. When using &lt;strong&gt;huxtable&lt;/strong&gt;, before knitting to PDF for the first time on your computer, you need to run this in your &lt;em&gt;console&lt;/em&gt; to install the LaTeX packages that R uses to knit &lt;strong&gt;huxtable&lt;/strong&gt; tables to PDF:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;huxtable::install_latex_dependencies()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you’re using &lt;strong&gt;tinytex&lt;/strong&gt;, you’ll also need to run this once on your computer:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;tinytex::tlmgr_install(&amp;quot;unicode-math&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Side-by-side regression tables</title>
      <link>https://usi-emba-analytics.netlify.app/model/modelling_side_by_side_tables/</link>
      <pubDate>Tue, 28 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/model/modelling_side_by_side_tables/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#huxtables-huxreg&#34;&gt;&lt;strong&gt;huxtable&lt;/strong&gt;’s &lt;code&gt;huxreg()&lt;/code&gt;&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#installing&#34;&gt;Installing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#basic-usage&#34;&gt;Basic usage&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#statistics-to-display-bold-significant-variables-add-captions&#34;&gt;Statistics to display, bold significant variables, add captions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#upside-html-and-word&#34;&gt;Upside: HTML and Word&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#downside-1-huxtable-reformats-all-your-tables&#34;&gt;Downside 1: &lt;strong&gt;huxtable&lt;/strong&gt; reformats all your tables&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#downside-2-knitting-to-pdf-is-fragile&#34;&gt;Downside 2: Knitting to PDF is fragile&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;p&gt;It’s often helpful to put the results from regression models in a side-by-side table so you can compare coefficients across different model specifications. If you’re unfamiliar with these kinds of tables, &lt;a href=&#34;http://svmiller.com/blog/2014/08/reading-a-regression-table-a-guide-for-students/&#34;&gt;check out this helpful guide to how to read them&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;We will use the &lt;code&gt;huxreg()&lt;/code&gt; function in the &lt;a href=&#34;https://hughjonesd.github.io/huxtable/&#34;&gt;&lt;strong&gt;huxtable&lt;/strong&gt; package&lt;/a&gt;, the Palmer Penguins dataset, and a few regression models on trying to explain &lt;code&gt;body_mass_g&lt;/code&gt;.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;library(palmerpenguins)

model1 &amp;lt;- lm(body_mass_g ~ flipper_length_mm, data = penguins)
model2 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + bill_length_mm, data = penguins)
model3 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + bill_length_mm + species, data = penguins)
model4 &amp;lt;- lm(body_mass_g ~ flipper_length_mm + bill_length_mm + species + sex, data = penguins)&lt;/code&gt;&lt;/pre&gt;
&lt;div id=&#34;huxtables-huxreg&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;&lt;strong&gt;huxtable&lt;/strong&gt;’s &lt;code&gt;huxreg()&lt;/code&gt;&lt;/h2&gt;
&lt;div id=&#34;installing&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Installing&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;huxtable&lt;/strong&gt; is published on CRAN, so use the “Packages” panel in RStudio to install &lt;code&gt;huxtable&lt;/code&gt;, or run this:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;install.packages(&amp;quot;huxtable&amp;quot;, dependencies = TRUE)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;To knit to Word, you also need the &lt;strong&gt;flextable&lt;/strong&gt; package, and R doesn’t install that automatically for whatever reason, so install that too from the “Packages” panel, or run this too:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;install.packages(&amp;quot;flextable&amp;quot;, dependencies = TRUE)&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;basic-usage&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Basic usage&lt;/h3&gt;
&lt;p&gt;Feed &lt;code&gt;huxreg()&lt;/code&gt; a bunch of models:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;library(huxtable)

huxreg(model1, model2, model3, model4)&lt;/code&gt;&lt;/pre&gt;
&lt;table class=&#34;huxtable&#34; style=&#34;border-collapse: collapse; border: 0px; margin-bottom: 2em; margin-top: 2em; ; margin-left: auto; margin-right: auto;  &#34; id=&#34;tab:unnamed-chunk-3&#34;&gt;
&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(1)&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(2)&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(3)&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(4)&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(Intercept)&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-5780.831 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-5736.897 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-3904.387 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-759.064&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(305.815)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(307.959)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(529.257)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(541.377)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;flipper_length_mm&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;49.686 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;48.145 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;27.429 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;17.847 ***&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(1.518)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(2.011)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(3.176)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(2.902)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;bill_length_mm&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;6.047&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;61.736 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;21.633 **&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(5.180)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(7.126)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(7.148)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;speciesChinstrap&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-748.562 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-291.711 ***&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(81.534)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(81.502)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;speciesGentoo&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;90.435&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;707.028 ***&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(88.647)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(94.359)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;sexmale&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;465.395 ***&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(43.081)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;N&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;342&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;342&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;342&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;333&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;R2&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.759&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.760&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.822&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.871&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;logLik&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-2528.427&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-2527.741&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-2476.373&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-2359.787&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;AIC&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;5062.855&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;5063.482&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;4964.745&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;4733.574&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th colspan=&#34;5&#34; style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt; *** p &amp;lt; 0.001;  ** p &amp;lt; 0.01;  * p &amp;lt; 0.05.&lt;/th&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;Add column names:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;huxreg(list(&amp;quot;A&amp;quot; = model1, &amp;quot;B&amp;quot; = model2, &amp;quot;C&amp;quot; = model3, &amp;quot;D&amp;quot; = model4))&lt;/code&gt;&lt;/pre&gt;
&lt;table class=&#34;huxtable&#34; style=&#34;border-collapse: collapse; border: 0px; margin-bottom: 2em; margin-top: 2em; ; margin-left: auto; margin-right: auto;  &#34; id=&#34;tab:unnamed-chunk-4&#34;&gt;
&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;A&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;B&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;C&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;D&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(Intercept)&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-5780.831 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-5736.897 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-3904.387 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-759.064&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(305.815)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(307.959)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(529.257)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(541.377)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;flipper_length_mm&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;49.686 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;48.145 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;27.429 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;17.847 ***&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(1.518)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(2.011)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(3.176)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(2.902)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;bill_length_mm&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;6.047&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;61.736 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;21.633 **&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(5.180)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(7.126)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(7.148)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;speciesChinstrap&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-748.562 ***&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-291.711 ***&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(81.534)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(81.502)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;speciesGentoo&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;90.435&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;707.028 ***&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(88.647)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(94.359)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;sexmale&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;465.395 ***&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(43.081)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;N&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;342&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;342&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;342&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;333&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;R2&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.759&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.760&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.822&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.871&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;logLik&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-2528.427&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-2527.741&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-2476.373&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;-2359.787&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;AIC&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;5062.855&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;5063.482&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;4964.745&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;4733.574&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th colspan=&#34;5&#34; style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt; *** p &amp;lt; 0.001;  ** p &amp;lt; 0.01;  * p &amp;lt; 0.05.&lt;/th&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;/div&gt;
&lt;div id=&#34;statistics-to-display-bold-significant-variables-add-captions&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Statistics to display, bold significant variables, add captions&lt;/h3&gt;
&lt;p&gt;You can choose what statistics to display; for instance, if we wanted to show number of observatiosn, R^2 and adjusted R2, and the residual SE, we pass them to the &lt;code&gt;statistics&lt;/code&gt; variable. We can also bold those variables that are significant at, say 0.05, and choose not to use stars to denote level of significance by using &lt;code&gt;stars = NULL&lt;/code&gt;.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;huxreg(model1, model2, model3, 
                 statistics = c(&amp;#39;#observations&amp;#39; = &amp;#39;nobs&amp;#39;, 
                                &amp;#39;R squared&amp;#39; = &amp;#39;r.squared&amp;#39;, 
                                &amp;#39;Adj. R Squared&amp;#39; = &amp;#39;adj.r.squared&amp;#39;, 
                                &amp;#39;Residual SE&amp;#39; = &amp;#39;sigma&amp;#39;), 
                 bold_signif = 0.05, 
                 stars = NULL
) %&amp;gt;% 
  set_caption(&amp;#39;Comparison of models&amp;#39;)&lt;/code&gt;&lt;/pre&gt;
&lt;table class=&#34;huxtable&#34; style=&#34;border-collapse: collapse; border: 0px; margin-bottom: 2em; margin-top: 2em; ; margin-left: auto; margin-right: auto;  &#34; id=&#34;tab:unnamed-chunk-5&#34;&gt;
&lt;caption style=&#34;caption-side: top; text-align: center;&#34;&gt;Comparison of models&lt;/caption&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;col&gt;&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(1)&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(2)&lt;/th&gt;&lt;th style=&#34;vertical-align: top; text-align: center; white-space: normal; border-style: solid solid solid solid; border-width: 0.8pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(3)&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(Intercept)&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-5780.831&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-5736.897&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-3904.387&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(305.815)&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(307.959)&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(529.257)&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;flipper_length_mm&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;49.686&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;48.145&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;27.429&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(1.518)&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(2.011)&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(3.176)&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;bill_length_mm&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;6.047&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;61.736&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(5.180)&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(7.126)&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;speciesChinstrap&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;-748.562&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: bold;&#34;&gt;(81.534)&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;speciesGentoo&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;90.435&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.4pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;(88.647)&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;#observations&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;342&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;342&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0.4pt 0pt 0pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;342&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;R squared&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.759&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.760&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.822&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;Adj. R Squared&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.758&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.759&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;0.820&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th style=&#34;vertical-align: top; text-align: left; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;Residual SE&lt;/th&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;394.278&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;394.068&amp;nbsp;&lt;/td&gt;&lt;td style=&#34;vertical-align: top; text-align: right; white-space: normal; border-style: solid solid solid solid; border-width: 0pt 0pt 0.8pt 0pt;    padding: 6pt 6pt 6pt 6pt; font-weight: normal;&#34;&gt;340.114&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;/div&gt;
&lt;div id=&#34;upside-html-and-word&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Upside: HTML and Word&lt;/h3&gt;
&lt;p&gt;Knitting to HTML and Word works pretty flawlessly.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;downside-1-huxtable-reformats-all-your-tables&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Downside 1: &lt;strong&gt;huxtable&lt;/strong&gt; reformats all your tables&lt;/h3&gt;
&lt;p&gt;If your document creates any other tables (like with &lt;code&gt;tidy()&lt;/code&gt;), &lt;strong&gt;huxtable&lt;/strong&gt; automatically formats these tables in a fancy way. If you don’t want that, you can turn it off with this code—put it at the top of your document near where you load your libraries:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# Huxtable likes to automatically format *all* tables, which is annoying. 
# This turns that off.
options(&amp;#39;huxtable.knit_print_df&amp;#39; = FALSE)&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;downside-2-knitting-to-pdf-is-fragile&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Downside 2: Knitting to PDF is fragile&lt;/h3&gt;
&lt;p&gt;In order to knit to PDF, you need to install LaTeX, which you did by installing &lt;code&gt;tinytex&lt;/code&gt;. When using &lt;strong&gt;huxtable&lt;/strong&gt;, before knitting to PDF for the first time on your computer, you need to run this in your &lt;em&gt;console&lt;/em&gt; to install the LaTeX packages that R uses to knit &lt;strong&gt;huxtable&lt;/strong&gt; tables to PDF:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;huxtable::install_latex_dependencies()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you’re using &lt;strong&gt;tinytex&lt;/strong&gt;, you’ll also need to run this once on your computer:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;tinytex::tlmgr_install(&amp;quot;unicode-math&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Before we start</title>
      <link>https://usi-emba-analytics.netlify.app/content/00-content/</link>
      <pubDate>Tue, 18 Oct 2022 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/content/00-content/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#data-analytics-survey&#34; id=&#34;toc-data-analytics-survey&#34;&gt;Data Analytics Survey&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#sign-up-and-join-course-slack-channel&#34; id=&#34;toc-sign-up-and-join-course-slack-channel&#34;&gt;Sign up and join course &lt;strong&gt;Slack&lt;/strong&gt; channel&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#datacamp&#34; id=&#34;toc-datacamp&#34;&gt;Datacamp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#software-installation&#34; id=&#34;toc-software-installation&#34;&gt;Software installation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#getting-acquainted-with-markdown-and-r-markdown&#34; id=&#34;toc-getting-acquainted-with-markdown-and-r-markdown&#34;&gt;Getting acquainted with Markdown and R Markdown&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#pre-course-assignment-due-on-icorsi-on-18-oct-2022&#34; id=&#34;toc-pre-course-assignment-due-on-icorsi-on-18-oct-2022&#34;&gt;Pre-course assignment due on iCorsi on 18 Oct 2022&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#further-resources-on-ggplot&#34; id=&#34;toc-further-resources-on-ggplot&#34;&gt;Further Resources on &lt;strong&gt;ggplot&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;data-analytics-survey&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Data Analytics Survey&lt;/h2&gt;
&lt;p&gt;We will collect some anonymous student data, so please fill in this quick &lt;a href=&#34;https://forms.gle/vHUVMozvruedh98f7&#34; target=&#34;_blank&#34;&gt;Data Analytics Survey&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;sign-up-and-join-course-slack-channel&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Sign up and join course &lt;strong&gt;Slack&lt;/strong&gt; channel&lt;/h2&gt;
&lt;p&gt;You should have received an invitation to sign up at the &lt;a href=&#34;https://emba11analytics.slack.com/&#34; target=&#34;_blank&#34;&gt;course Slack channel.&lt;/a&gt; This is where you can ask any questions you have and I will try to respond as quickly as I can. As most questions tend to be similar, it’s always a good idea to have a look at what has already been asked.&lt;/p&gt;
&lt;p&gt;If you haven’t received an email, you can use the &lt;a href=&#34;https://join.slack.com/t/emba11analytics/shared_invite/zt-1h4nrekat-FPgEuWiKLX2ywzGy09SZlQ&#34; target=&#34;_blank&#34;&gt;direct link to sign up for Slack.&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;datacamp&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Datacamp&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;You should have received a link to sign up for an account at Datacamp. Please register and complete the following by 17 Oct 2022:&lt;/li&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; &lt;a href=&#34;https://learn.datacamp.com/courses/introduction-to-the-tidyverse&#34; target=&#34;_blank&#34;&gt;Introduction to the tidyverse&lt;/a&gt; course&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;software-installation&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Software installation&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Install R and RStudio on your computer. You can find details on how to &lt;a href=&#34;https://usi-emba-analytics.netlify.app/reference/01-reference/&#34; target=&#34;_blank&#34;&gt;install the software here.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;We can add to the functionality of base R, by installing a number of packages. We will be using the &lt;code&gt;tidyverse&lt;/code&gt;, a collection of packages to help with data manipulation. You can find details on how to &lt;a href=&#34;https://usi-emba-analytics.netlify.app/reference/02-reference/&#34; target=&#34;_blank&#34;&gt;install the &lt;strong&gt;tidyverse&lt;/strong&gt; here.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;getting-acquainted-with-markdown-and-r-markdown&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Getting acquainted with Markdown and R Markdown&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Throughout the course, we will be using Markdown, a special kind of markup language that lets you format text with simple syntax. You may want to &lt;a href=&#34;https://usi-emba-analytics.netlify.app/reference/03-reference/&#34; target=&#34;_blank&#34;&gt;read about markdown here&lt;/a&gt; and try out a great &lt;a href=&#34;https://commonmark.org/help/tutorial/&#34; target=&#34;_blank&#34;&gt;interactive markdown tutorial&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;There is a special kind of markdown document, &lt;strong&gt;R Markdown&lt;/strong&gt; that contains chunks of R code that can be run to produce summary statistics, visualisations, etc, as well as markdown text. R Markdown is the best authoring format for Data Science and allowsus to report, reproduce, and parameterise our work.You can &lt;a href=&#34;https://usi-emba-analytics.netlify.app/reference/04-reference/&#34; target=&#34;_blank&#34;&gt;learn more about R Markdown&lt;/a&gt; and follow an &lt;a href=&#34;https://rmarkdown.rstudio.com/lesson-1.html&#34; target=&#34;_blank&#34;&gt;interactive RMarkdown lesson&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;pre-course-assignment-due-on-icorsi-on-18-oct-2022&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Pre-course assignment due on iCorsi on 18 Oct 2022&lt;/h2&gt;
&lt;p&gt;The aim of the pre-course assignment is to ensure that you successfully install the software, that you get some practice with markdown, and that you are able to knit an R Markdown (.Rmd) document into an HTML file.&lt;/p&gt;
&lt;p&gt;Specifically, you need to:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Write a short biography using markdown. You can use a Visual Editor that lets you use markdown much like Microsoft Word, by clicking on the &lt;strong&gt;Visual&lt;/strong&gt; button, rather than the default &lt;strong&gt;Source&lt;/strong&gt; button when editing your work in RStudio.&lt;/li&gt;
&lt;li&gt;Fill out the code in the empty chunks provided, (you can definitely copy, paste, and adapt from tutorials!), and answer all questions.&lt;/li&gt;
&lt;li&gt;Knit the Rmd to an HTML file&lt;/li&gt;
&lt;li&gt;Upload to Canvas the knitted HTML file&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;You can download pre-programme files (data, code, etc.) by &lt;strong&gt;pull&lt;/strong&gt;ing from &lt;a href=&#34;https://github.com/kostis-christodoulou/usi_EMBA_analytics&#34; target=&#34;_blank&#34;&gt;course Github repo&lt;/a&gt;.
Alternatively, please install package &lt;code&gt;usethis&lt;/code&gt;. Once you have it, you can download, unzip, and open everything within an RStudio project by typing the following in the RStudio console&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;install.packages(&amp;quot;usethis&amp;quot;)
usethis::use_course(&amp;quot;https://github.com/kostis-christodoulou/usi_EMBA_analytics/archive/refs/heads/master.zip&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;further-resources-on-ggplot&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Further Resources on &lt;strong&gt;ggplot&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;In our first steps with the tidyverse, we will learn how to visualise data.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Besides the courses, please try out this &lt;a href=&#34;https://rstudio.cloud/learn/primers/1.1&#34; target=&#34;_blank&#34;&gt;Data Visualization Primer.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Once you complete the primer, you may want to read through the &lt;a href=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data/&#34; target=&#34;_blank&#34;&gt;visualisation examples&lt;/a&gt; and have a go at the &lt;a href=&#34;https://usi-emba-analytics.netlify.app/exercise/ggplot-exercise/&#34; target=&#34;_blank&#34;&gt;visualisation exercises&lt;/a&gt; contained in this website.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Introduction to Regression Models</title>
      <link>https://usi-emba-analytics.netlify.app/content/07-content/</link>
      <pubDate>Sun, 24 Oct 2021 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/content/07-content/</guid>
      <description>
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#readings&#34;&gt;Readings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#session-files&#34;&gt;Session Files&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;readings&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Readings&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; &lt;a href=&#34;http://moderndive.com&#34; target=&#34;_blank&#34;&gt;ModernDive Chapters 5-6&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;session-files&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Session Files&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;You can download all session files (data, code, etc.) by &lt;strong&gt;pull&lt;/strong&gt;ing from &lt;a href=&#34;https://github.com/kostis-christodoulou/usi_EMBA_analytics&#34; target=&#34;_blank&#34;&gt;course Github repo&lt;/a&gt;.
Alternatively, please install package &lt;code&gt;usethis&lt;/code&gt;. Once you have it, you can download, unzip, and open everything within an RStudio project by typing the following in the RStudio console&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;usethis::use_course(&amp;quot;https://github.com/kostis-christodoulou/bit2021/raw/usi_EMBA_analytics/session5-lecture3.zip&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Workshop on regression</title>
      <link>https://usi-emba-analytics.netlify.app/content/08-content/</link>
      <pubDate>Sun, 24 Oct 2021 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/content/08-content/</guid>
      <description>
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#readings&#34;&gt;Readings&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;readings&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Readings&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; &lt;a href=&#34;http://moderndive.com&#34; target=&#34;_blank&#34;&gt;ModernDive Chapter 10.2-10.3&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Sampling; Probability Distributions</title>
      <link>https://usi-emba-analytics.netlify.app/content/03-content/</link>
      <pubDate>Sat, 23 Oct 2021 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/content/03-content/</guid>
      <description>
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#readings&#34;&gt;Readings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#session-files&#34;&gt;Session Files&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;readings&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Readings&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; &lt;a href=&#34;http://moderndive.com&#34; target=&#34;_blank&#34;&gt;ModernDive Chapter 7&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-external-link-square-alt&#34;&gt;&lt;/i&gt; &lt;a href=&#34;https://projects.fivethirtyeight.com/biden-approval-rating/&#34; target=&#34;_blank&#34;&gt;How popular is Joe Biden?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;session-files&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Session Files&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;You can download all session files (data, code, etc.) by &lt;strong&gt;pull&lt;/strong&gt;ing from &lt;a href=&#34;https://github.com/kostis-christodoulou/usi_EMBA_analytics&#34; target=&#34;_blank&#34;&gt;course Github repo&lt;/a&gt;.
Alternatively, please install package &lt;code&gt;usethis&lt;/code&gt;. Once you have it, you can download, unzip, and open everything within an RStudio project by typing the following in the RStudio console&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;usethis::use_course(&amp;quot;https://github.com/kostis-christodoulou/usi_EMBA_analytics/raw/master/session3-lecture2.zip&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Workshop 2: Confidence Intervals; hypothesis testing</title>
      <link>https://usi-emba-analytics.netlify.app/content/04-content/</link>
      <pubDate>Sat, 23 Oct 2021 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/content/04-content/</guid>
      <description>
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#readings&#34;&gt;Readings&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#questions-to-reflect-on&#34;&gt;Questions to reflect on&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#session-files&#34;&gt;Session Files&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;readings&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Readings&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; &lt;a href=&#34;http://moderndive.com&#34; target=&#34;_blank&#34;&gt;ModernDive Chapter 4&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; &lt;a href=&#34;https://r4ds.had.co.nz/tidy-data.html&#34; target=&#34;_blank&#34;&gt;R4DS Chapter 12&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; &lt;a href=&#34;http://moderndive.com&#34; target=&#34;_blank&#34;&gt;ModernDive Chapter 8.3-8.5&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-external-link-square-alt&#34;&gt;&lt;/i&gt; &lt;a href=&#34;https://blog.optimizely.com/2010/11/29/how-obama-raised-60-million-by-running-a-simple-experiment/&#34; target=&#34;_blank&#34;&gt;How Obama Raised $60 Million by Running a Simple Experiment&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-external-link-square-alt&#34;&gt;&lt;/i&gt; &lt;a href=&#34;https://fivethirtyeight.com/features/coronavirus-case-counts-are-meaningless/&#34; target=&#34;_blank&#34;&gt;Coronavirus Case Counts Are Meaningless&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-file-pdf&#34;&gt;&lt;/i&gt; &lt;a href=&#34;https://www.nber.org/papers/w9873&#34; target=&#34;_blank&#34;&gt;Bertrand M, Mullainathan S. (2004). &lt;em&gt;Are Emily and Greg More Employable than Lakisha and Jamal? A Field Experiment on Labor Market Discrimination&lt;/em&gt;. The American Economic Review 94:4 (991-1013).&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div id=&#34;questions-to-reflect-on&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Questions to reflect on&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;In the Bertrand and Mullainathan (2004) experiment, the authors randomly assigned first names, and thus race and gender, to fictitious candidate resumes submitted to online job ads. Since other candidate attributes and overall candidate quality were assigned independent of name, the authors wanted to measure differences in callback rates for interviews.
&lt;ul&gt;
&lt;li&gt;Would you expect to see any statistical differences in callback rates between races? The authors state that &lt;em&gt;Job applicants with white names needed to send about 10 resumes to get one callback; those with African-American names needed to send around 15 resumes to get one callback&lt;/em&gt;.&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;session-files&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Session Files&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;You can download all session files (data, code, etc.) by &lt;strong&gt;pull&lt;/strong&gt;ing from &lt;a href=&#34;https://github.com/kostis-christodoulou/usi_EMBA_analytics&#34; target=&#34;_blank&#34;&gt;course Github repo&lt;/a&gt;.
Alternatively, please install package &lt;code&gt;usethis&lt;/code&gt;. Once you have it, you can download, unzip, and open everything within an RStudio project by typing the following in the RStudio console&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;usethis::use_course(&amp;quot;https://github.com/kostis-christodoulou/usi_EMBA_analytics/raw/master/session4-workshop2.zip&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Exploratory Data Analysis</title>
      <link>https://usi-emba-analytics.netlify.app/content/01-content/</link>
      <pubDate>Fri, 15 Oct 2021 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/content/01-content/</guid>
      <description>
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#class-video&#34;&gt;Class Video&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#readings&#34;&gt;Readings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#questions-to-reflect-on&#34;&gt;Questions to reflect on&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#session-files&#34;&gt;Session Files&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;class-video&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Class Video&lt;/h2&gt;
&lt;/div&gt;
&lt;div id=&#34;readings&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Readings&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;The &lt;a href=&#34;https://usi-emba-analytics.netlify.app/syllabus/&#34;&gt;syllabus&lt;/a&gt; for this class&lt;/li&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; &lt;a href=&#34;http://moderndive.com&#34; target=&#34;_blank&#34;&gt;ModernDive Chapters 1 and 2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-external-link-square-alt&#34;&gt;&lt;/i&gt; &lt;a href=&#34;https://www.washingtonpost.com/news/wonk/wp/2018/06/15/study-charts-change-hearts-and-minds-better-than-words-do/?utm_term=.4474599c0d5e&#34; target=&#34;_blank&#34;&gt;Study: Charts change hearts and minds better than words do&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;questions-to-reflect-on&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Questions to reflect on&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;i class=&#34;fas fa-table&#34;&gt;&lt;/i&gt; &lt;a href=&#34;&#34;&gt;2021 Student Survey&lt;/a&gt; contains data from an anonymous online survey of postgraduate students. How would we describe the shape, centre, and spread of the following variables:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;height&lt;/code&gt;, a respondent’s height in cm&lt;/li&gt;
&lt;li&gt;&lt;code&gt;exercise_hours&lt;/code&gt;, number of hours exercising last week&lt;/li&gt;
&lt;li&gt;&lt;code&gt;online_hours&lt;/code&gt;, number of hours spent online last week&lt;/li&gt;
&lt;li&gt;&lt;code&gt;handedness&lt;/code&gt;, an indicator from -1 (exclusively left handed) to 0 (ambidextrous) to +1 (exclusively right handed)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;haircut_spend&lt;/code&gt;, amount of money spent on last haircut, expressed in USD$.&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;session-files&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Session Files&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Slides for today’s session are available on Canvas.&lt;/li&gt;
&lt;li&gt;You can download all session files (data, code, etc.) by &lt;strong&gt;pull&lt;/strong&gt;ing from &lt;a href=&#34;https://github.com/kostis-christodoulou/usi_EMBA_analytics&#34; target=&#34;_blank&#34;&gt;course Github repo&lt;/a&gt;.
Alternatively, please install package &lt;code&gt;usethis&lt;/code&gt;. Once you have it, you can download, unzip, and open everything within an RStudio project by typing the following in the RStudio console&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;install.packages(&amp;quot;usethis&amp;quot;)
usethis::use_course(&amp;quot;https://github.com/kostis-christodoulou/usi_EMBA_analytics/raw/master/session1-lecture1.zip&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Workshop 1: Import, visualise, and manipulate data</title>
      <link>https://usi-emba-analytics.netlify.app/content/02-content/</link>
      <pubDate>Fri, 15 Oct 2021 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/content/02-content/</guid>
      <description>
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/rmarkdown-libs/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#class-video&#34;&gt;Class Video&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#readings&#34;&gt;Readings&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#recommended&#34;&gt;Recommended&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#questions-to-reflect-on&#34;&gt;Questions to reflect on&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#session-files&#34;&gt;Session Files&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;class-video&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Class Video&lt;/h2&gt;
&lt;/div&gt;
&lt;div id=&#34;readings&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Readings&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; &lt;a href=&#34;http://moderndive.com&#34; target=&#34;_blank&#34;&gt;ModernDive Chapters 2-3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;i class=&#34;fab fa-youtube&#34;&gt;&lt;/i&gt; Hans Rosling, &lt;a href=&#34;https://www.youtube.com/watch?v=jbkSRLYSojo&#34; target=&#34;_blank&#34;&gt;“200 Countries, 200 Years, 4 Minutes”&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; &lt;a href=&#34;https://r4ds.had.co.nz/data-import.html&#34; target=&#34;_blank&#34;&gt;R4DS Chapter 11, Data Import&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; &lt;a href=&#34;https://r4ds.had.co.nz/transform.html&#34; target=&#34;_blank&#34;&gt;R4DS Chapter 5, Data transformation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; &lt;a href=&#34;https://serialmentor.com/dataviz/aesthetic-mapping.html&#34; target=&#34;_blank&#34;&gt;Chapter 2&lt;/a&gt; in Claus Wilke, &lt;em&gt;Fundamentals of Data Visualization&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; &lt;a href=&#34;http://socviz.co/makeplot.html&#34; target=&#34;_blank&#34;&gt;Chapter 3&lt;/a&gt; in Kieran Healy, &lt;em&gt;Data Visualization&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div id=&#34;recommended&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Recommended&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-external-link-square-alt&#34;&gt;&lt;/i&gt; &lt;a href=&#34;https://robjhyndman.com/hyndsight/logratios-covid19/&#34; target=&#34;_blank&#34;&gt;See how to create your own COVID-19 tracking chart with R&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-external-link-square-alt&#34;&gt;&lt;/i&gt; R package &lt;a href=&#34;https://github.com/calligross/ggthemeassist&#34; target=&#34;_blank&#34;&gt;&lt;code&gt;ggThemeAssist&lt;/code&gt;&lt;/a&gt; is a useful GUI that edits the appearance of your plot (labs, scales, ticks, etc.) without you needing to remember specific code.&lt;/li&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-external-link-square-alt&#34;&gt;&lt;/i&gt; &lt;a href=&#34;https://www.nytimes.com/interactive/2020/07/05/us/coronavirus-latinos-african-americans-cdc-data.html&#34; target=&#34;_blank&#34;&gt;The fullest look yet at the racial inequality of Coronavirus&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;questions-to-reflect-on&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Questions to reflect on&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;What data was mapped to which aesthetics in Rosling’s video?&lt;/li&gt;
&lt;li&gt;What data would you need to create the bar plot in NYT’s article?&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;session-files&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Session Files&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;You can download all session files (data, code, etc.) by &lt;strong&gt;pull&lt;/strong&gt;ing from &lt;a href=&#34;https://github.com/kostis-christodoulou/usi_EMBA_analytics&#34; target=&#34;_blank&#34;&gt;course Github repo&lt;/a&gt;.
Alternatively, please install package &lt;code&gt;usethis&lt;/code&gt;. Once you have it, you can download, unzip, and open everything within an RStudio project by typing the following in the RStudio console&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;usethis::use_course(&amp;quot;https://github.com/kostis-christodoulou/usi_EMBA_analytics/raw/master/session2-workshop1.zip&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://usi-emba-analytics.netlify.app/learn/quiz_template/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/learn/quiz_template/</guid>
      <description>


&lt;div class=&#34;panel panel-default&#34;&gt;
&lt;div data-label=&#34;quiz&#34; class=&#34;tutorial-question panel-body&#34;&gt;
&lt;div id=&#34;quiz-answer_container&#34; class=&#34;shiny-html-output&#34;&gt;&lt;/div&gt;
&lt;div id=&#34;quiz-message_container&#34; class=&#34;shiny-html-output&#34;&gt;&lt;/div&gt;
&lt;div id=&#34;quiz-action_button_container&#34; class=&#34;shiny-html-output&#34;&gt;&lt;/div&gt;
&lt;script&gt;if (Tutorial.triggerMathJax) Tutorial.triggerMathJax()&lt;/script&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div data-iframe-height=&#34;&#34;&gt;

&lt;/div&gt;

&lt;script type=&#34;application/shiny-prerendered&#34; data-context=&#34;server-start&#34;&gt;
# compulsory libraries
library(learnr)
library(gradethis)

# optional libraries

knitr::opts_chunk$set(echo = FALSE, warning=FALSE, message=FALSE,
                      exercise.checker = gradethis::grade_learnr)
&lt;/script&gt;


&lt;script type=&#34;application/shiny-prerendered&#34; data-context=&#34;server&#34;&gt;
learnr:::register_http_handlers(session, metadata = NULL)
&lt;/script&gt;


&lt;script type=&#34;application/shiny-prerendered&#34; data-context=&#34;server&#34;&gt;
session$onSessionEnded(function() {
        learnr:::session_stop_event(session)
      })
&lt;/script&gt;


&lt;script type=&#34;application/shiny-prerendered&#34; data-context=&#34;server&#34;&gt;
learnr:::question_prerendered_chunk(structure(list(type = &#34;learnr_radio&#34;, label = &#34;quiz&#34;, question = structure(&#34;Question&#34;, html = TRUE, class = c(&#34;html&#34;, &#34;character&#34;)), answers = list(structure(list(id = &#34;lnr_ans_dadbb16&#34;,     option = &#34;Answer&#34;, value = &#34;Answer&#34;, label = structure(&#34;Answer&#34;, html = TRUE, class = c(&#34;html&#34;,     &#34;character&#34;)), correct = FALSE, message = NULL), class = c(&#34;tutorial_question_answer&#34;, &#34;tutorial_quiz_answer&#34;)), structure(list(id = &#34;lnr_ans_c7a7a07&#34;,     option = &#34;Answer&#34;, value = &#34;Answer&#34;, label = structure(&#34;Answer&#34;, html = TRUE, class = c(&#34;html&#34;,     &#34;character&#34;)), correct = FALSE, message = NULL), class = c(&#34;tutorial_question_answer&#34;, &#34;tutorial_quiz_answer&#34;)), structure(list(id = &#34;lnr_ans_a85ee2f&#34;,     option = &#34;Answer&#34;, value = &#34;Answer&#34;, label = structure(&#34;Answer&#34;, html = TRUE, class = c(&#34;html&#34;,     &#34;character&#34;)), correct = TRUE, message = NULL), class = c(&#34;tutorial_question_answer&#34;, &#34;tutorial_quiz_answer&#34;)), structure(list(id = &#34;lnr_ans_bdd904a&#34;,     option = &#34;Answer&#34;, value = &#34;Answer&#34;, label = structure(&#34;Answer&#34;, html = TRUE, class = c(&#34;html&#34;,     &#34;character&#34;)), correct = FALSE, message = NULL), class = c(&#34;tutorial_question_answer&#34;, &#34;tutorial_quiz_answer&#34;)), structure(list(id = &#34;lnr_ans_460254b&#34;,     option = &#34;Answer&#34;, value = &#34;Answer&#34;, label = structure(&#34;Answer&#34;, html = TRUE, class = c(&#34;html&#34;,     &#34;character&#34;)), correct = FALSE, message = NULL), class = c(&#34;tutorial_question_answer&#34;, &#34;tutorial_quiz_answer&#34;)), structure(list(id = &#34;lnr_ans_ac6da45&#34;,     option = &#34;Answer&#34;, value = &#34;Answer&#34;, label = structure(&#34;Answer&#34;, html = TRUE, class = c(&#34;html&#34;,     &#34;character&#34;)), correct = FALSE, message = NULL), class = c(&#34;tutorial_question_answer&#34;, &#34;tutorial_quiz_answer&#34;))), button_labels = list(submit = structure(&#34;Submit Answer&#34;, html = TRUE, class = c(&#34;html&#34;, &#34;character&#34;)), try_again = structure(&#34;Try Again&#34;, html = TRUE, class = c(&#34;html&#34;, &#34;character&#34;))), messages = list(correct = structure(&#34;Correct!&#34;, html = TRUE, class = c(&#34;html&#34;, &#34;character&#34;)), try_again = structure(&#34;Incorrect&#34;, html = TRUE, class = c(&#34;html&#34;, &#34;character&#34;)), incorrect = structure(&#34;Incorrect&#34;, html = TRUE, class = c(&#34;html&#34;, &#34;character&#34;)), message = NULL, post_message = NULL), ids = list(    answer = &#34;quiz-answer&#34;, question = &#34;quiz&#34;), loading = structure(&#34;&lt;strong&gt;Loading:&lt;\u002fstrong&gt; \nQuestion\n&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&#34;, html = TRUE, class = c(&#34;html&#34;, &#34;character&#34;)), random_answer_order = TRUE, allow_retry = TRUE,     seed = 506558343.264115, options = list()), class = c(&#34;learnr_radio&#34;, &#34;tutorial_question&#34;)))
&lt;/script&gt;

&lt;!--html_preserve--&gt;
&lt;script type=&#34;application/shiny-prerendered&#34; data-context=&#34;dependencies&#34;&gt;
{&#34;type&#34;:&#34;list&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[{&#34;type&#34;:&#34;list&#34;,&#34;attributes&#34;:{&#34;names&#34;:{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;name&#34;,&#34;version&#34;,&#34;src&#34;,&#34;meta&#34;,&#34;script&#34;,&#34;stylesheet&#34;,&#34;head&#34;,&#34;attachment&#34;,&#34;package&#34;,&#34;all_files&#34;,&#34;pkgVersion&#34;]},&#34;class&#34;:{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;html_dependency&#34;]}},&#34;value&#34;:[{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;jquery&#34;]},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;1.11.3&#34;]},{&#34;type&#34;:&#34;list&#34;,&#34;attributes&#34;:{&#34;names&#34;:{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;file&#34;]}},&#34;value&#34;:[{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;rmd/h/jquery&#34;]}]},{&#34;type&#34;:&#34;NULL&#34;},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;jquery.min.js&#34;]},{&#34;type&#34;:&#34;NULL&#34;},{&#34;type&#34;:&#34;NULL&#34;},{&#34;type&#34;:&#34;NULL&#34;},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;rmarkdown&#34;]},{&#34;type&#34;:&#34;logical&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[true]},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;2.3&#34;]}]},{&#34;type&#34;:&#34;list&#34;,&#34;attributes&#34;:{&#34;names&#34;:{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;name&#34;,&#34;version&#34;,&#34;src&#34;,&#34;meta&#34;,&#34;script&#34;,&#34;stylesheet&#34;,&#34;head&#34;,&#34;attachment&#34;,&#34;package&#34;,&#34;all_files&#34;,&#34;pkgVersion&#34;]},&#34;class&#34;:{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;html_dependency&#34;]}},&#34;value&#34;:[{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;font-awesome&#34;]},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;5.1.0&#34;]},{&#34;type&#34;:&#34;list&#34;,&#34;attributes&#34;:{&#34;names&#34;:{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;file&#34;]}},&#34;value&#34;:[{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;rmd/h/fontawesome&#34;]}]},{&#34;type&#34;:&#34;NULL&#34;},{&#34;type&#34;:&#34;NULL&#34;},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;css/all.css&#34;,&#34;css/v4-shims.css&#34;]},{&#34;type&#34;:&#34;NULL&#34;},{&#34;type&#34;:&#34;NULL&#34;},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;rmarkdown&#34;]},{&#34;type&#34;:&#34;logical&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[true]},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;2.3&#34;]}]},{&#34;type&#34;:&#34;list&#34;,&#34;attributes&#34;:{&#34;names&#34;:{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;name&#34;,&#34;version&#34;,&#34;src&#34;,&#34;meta&#34;,&#34;script&#34;,&#34;stylesheet&#34;,&#34;head&#34;,&#34;attachment&#34;,&#34;package&#34;,&#34;all_files&#34;,&#34;pkgVersion&#34;]},&#34;class&#34;:{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;html_dependency&#34;]}},&#34;value&#34;:[{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;bootbox&#34;]},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;4.4.0&#34;]},{&#34;type&#34;:&#34;list&#34;,&#34;attributes&#34;:{&#34;names&#34;:{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;file&#34;]}},&#34;value&#34;:[{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;lib/bootbox&#34;]}]},{&#34;type&#34;:&#34;NULL&#34;},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;bootbox.min.js&#34;]},{&#34;type&#34;:&#34;NULL&#34;},{&#34;type&#34;:&#34;NULL&#34;},{&#34;type&#34;:&#34;NULL&#34;},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;learnr&#34;]},{&#34;type&#34;:&#34;logical&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[true]},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;0.10.1&#34;]}]},{&#34;type&#34;:&#34;list&#34;,&#34;attributes&#34;:{&#34;names&#34;:{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;name&#34;,&#34;version&#34;,&#34;src&#34;,&#34;meta&#34;,&#34;script&#34;,&#34;stylesheet&#34;,&#34;head&#34;,&#34;attachment&#34;,&#34;package&#34;,&#34;all_files&#34;,&#34;pkgVersion&#34;]},&#34;class&#34;:{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;html_dependency&#34;]}},&#34;value&#34;:[{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;idb-keyvalue&#34;]},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;3.2.0&#34;]},{&#34;type&#34;:&#34;list&#34;,&#34;attributes&#34;:{&#34;names&#34;:{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;file&#34;]}},&#34;value&#34;:[{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;lib/idb-keyval&#34;]}]},{&#34;type&#34;:&#34;NULL&#34;},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;idb-keyval-iife-compat.min.js&#34;]},{&#34;type&#34;:&#34;NULL&#34;},{&#34;type&#34;:&#34;NULL&#34;},{&#34;type&#34;:&#34;NULL&#34;},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;learnr&#34;]},{&#34;type&#34;:&#34;logical&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[false]},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;0.10.1&#34;]}]},{&#34;type&#34;:&#34;list&#34;,&#34;attributes&#34;:{&#34;names&#34;:{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;name&#34;,&#34;version&#34;,&#34;src&#34;,&#34;meta&#34;,&#34;script&#34;,&#34;stylesheet&#34;,&#34;head&#34;,&#34;attachment&#34;,&#34;package&#34;,&#34;all_files&#34;,&#34;pkgVersion&#34;]},&#34;class&#34;:{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;html_dependency&#34;]}},&#34;value&#34;:[{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;tutorial&#34;]},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;0.10.1&#34;]},{&#34;type&#34;:&#34;list&#34;,&#34;attributes&#34;:{&#34;names&#34;:{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;file&#34;]}},&#34;value&#34;:[{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;lib/tutorial&#34;]}]},{&#34;type&#34;:&#34;NULL&#34;},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;tutorial.js&#34;]},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;tutorial.css&#34;]},{&#34;type&#34;:&#34;NULL&#34;},{&#34;type&#34;:&#34;NULL&#34;},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;learnr&#34;]},{&#34;type&#34;:&#34;logical&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[true]},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;0.10.1&#34;]}]},{&#34;type&#34;:&#34;list&#34;,&#34;attributes&#34;:{&#34;names&#34;:{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;name&#34;,&#34;version&#34;,&#34;src&#34;,&#34;meta&#34;,&#34;script&#34;,&#34;stylesheet&#34;,&#34;head&#34;,&#34;attachment&#34;,&#34;package&#34;,&#34;all_files&#34;,&#34;pkgVersion&#34;]},&#34;class&#34;:{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;html_dependency&#34;]}},&#34;value&#34;:[{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;tutorial-autocompletion&#34;]},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;0.10.1&#34;]},{&#34;type&#34;:&#34;list&#34;,&#34;attributes&#34;:{&#34;names&#34;:{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;file&#34;]}},&#34;value&#34;:[{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;lib/tutorial&#34;]}]},{&#34;type&#34;:&#34;NULL&#34;},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;tutorial-autocompletion.js&#34;]},{&#34;type&#34;:&#34;NULL&#34;},{&#34;type&#34;:&#34;NULL&#34;},{&#34;type&#34;:&#34;NULL&#34;},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;learnr&#34;]},{&#34;type&#34;:&#34;logical&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[true]},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;0.10.1&#34;]}]},{&#34;type&#34;:&#34;list&#34;,&#34;attributes&#34;:{&#34;names&#34;:{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;name&#34;,&#34;version&#34;,&#34;src&#34;,&#34;meta&#34;,&#34;script&#34;,&#34;stylesheet&#34;,&#34;head&#34;,&#34;attachment&#34;,&#34;package&#34;,&#34;all_files&#34;,&#34;pkgVersion&#34;]},&#34;class&#34;:{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;html_dependency&#34;]}},&#34;value&#34;:[{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;tutorial-diagnostics&#34;]},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;0.10.1&#34;]},{&#34;type&#34;:&#34;list&#34;,&#34;attributes&#34;:{&#34;names&#34;:{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;file&#34;]}},&#34;value&#34;:[{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;lib/tutorial&#34;]}]},{&#34;type&#34;:&#34;NULL&#34;},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;tutorial-diagnostics.js&#34;]},{&#34;type&#34;:&#34;NULL&#34;},{&#34;type&#34;:&#34;NULL&#34;},{&#34;type&#34;:&#34;NULL&#34;},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;learnr&#34;]},{&#34;type&#34;:&#34;logical&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[true]},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;0.10.1&#34;]}]}]}
&lt;/script&gt;
&lt;!--/html_preserve--&gt;
&lt;!--html_preserve--&gt;
&lt;script type=&#34;application/shiny-prerendered&#34; data-context=&#34;execution_dependencies&#34;&gt;
{&#34;type&#34;:&#34;list&#34;,&#34;attributes&#34;:{&#34;names&#34;:{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;packages&#34;]}},&#34;value&#34;:[{&#34;type&#34;:&#34;list&#34;,&#34;attributes&#34;:{&#34;names&#34;:{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;packages&#34;,&#34;version&#34;]},&#34;class&#34;:{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;data.frame&#34;]},&#34;row.names&#34;:{&#34;type&#34;:&#34;integer&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41]}},&#34;value&#34;:[{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;backports&#34;,&#34;base&#34;,&#34;blogdown&#34;,&#34;bookdown&#34;,&#34;checkmate&#34;,&#34;compiler&#34;,&#34;datasets&#34;,&#34;digest&#34;,&#34;ellipsis&#34;,&#34;evaluate&#34;,&#34;fastmap&#34;,&#34;gradethis&#34;,&#34;graphics&#34;,&#34;grDevices&#34;,&#34;htmltools&#34;,&#34;htmlwidgets&#34;,&#34;httpuv&#34;,&#34;jsonlite&#34;,&#34;knitr&#34;,&#34;later&#34;,&#34;learnr&#34;,&#34;magrittr&#34;,&#34;markdown&#34;,&#34;methods&#34;,&#34;mime&#34;,&#34;promises&#34;,&#34;R6&#34;,&#34;Rcpp&#34;,&#34;rlang&#34;,&#34;rmarkdown&#34;,&#34;rprojroot&#34;,&#34;shiny&#34;,&#34;stats&#34;,&#34;stringi&#34;,&#34;stringr&#34;,&#34;tools&#34;,&#34;utils&#34;,&#34;withr&#34;,&#34;xfun&#34;,&#34;xtable&#34;,&#34;yaml&#34;]},{&#34;type&#34;:&#34;character&#34;,&#34;attributes&#34;:{},&#34;value&#34;:[&#34;1.1.8&#34;,&#34;4.0.2&#34;,&#34;0.20&#34;,&#34;0.20&#34;,&#34;2.0.0&#34;,&#34;4.0.2&#34;,&#34;4.0.2&#34;,&#34;0.6.25&#34;,&#34;0.3.1&#34;,&#34;0.14&#34;,&#34;1.0.1&#34;,&#34;0.1.0.9002&#34;,&#34;4.0.2&#34;,&#34;4.0.2&#34;,&#34;0.5.0&#34;,&#34;1.5.1&#34;,&#34;1.5.4&#34;,&#34;1.7.0&#34;,&#34;1.29&#34;,&#34;1.1.0.1&#34;,&#34;0.10.1&#34;,&#34;1.5&#34;,&#34;1.1&#34;,&#34;4.0.2&#34;,&#34;0.9&#34;,&#34;1.1.1&#34;,&#34;2.4.1&#34;,&#34;1.0.5&#34;,&#34;0.4.7&#34;,&#34;2.3&#34;,&#34;1.3-2&#34;,&#34;1.5.0&#34;,&#34;4.0.2&#34;,&#34;1.4.6&#34;,&#34;1.4.0&#34;,&#34;4.0.2&#34;,&#34;4.0.2&#34;,&#34;2.2.0&#34;,&#34;0.16&#34;,&#34;1.8-4&#34;,&#34;2.2.1&#34;]}]}]}
&lt;/script&gt;
&lt;!--/html_preserve--&gt;
</description>
    </item>
    
    <item>
      <title>Schedule</title>
      <link>https://usi-emba-analytics.netlify.app/schedule/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/schedule/</guid>
      <description>


&lt;p&gt;Here’s your roadmap for the course&lt;/p&gt;
&lt;!-- - &lt;i class=&#34;fas fa-book-reader&#34;&gt;&lt;/i&gt; Readings are supplemental to each lecture session --&gt;
&lt;!-- - &lt;i class=&#34;fas fa-laptop-code&#34;&gt;&lt;/i&gt; Assignments are due by **11:59 PM** on the day they are due --&gt;
&lt;!-- - &lt;i class=&#34;fas fa-chalkboard-teacher&#34;&gt;&lt;/i&gt; Class materials (slides, in-class activities, etc.) will be added on the day of class --&gt;
&lt;!-- Every class session has four important sections. You should read about the details for each using the main menu at the top of this webpage. --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://usi-emba-analytics.netlify.app/content/&#34;&gt;&lt;strong&gt;Content&lt;/strong&gt;&lt;/a&gt; (&lt;i class=&#34;fas fa-book-reader&#34;&gt;&lt;/i&gt;): This contains the readings, slides, data files, etc. for each session. These will also be added on Canvas on the day of each session. It helps to read the material &lt;em&gt;before&lt;/em&gt; each session.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://usi-emba-analytics.netlify.app/example/&#34;&gt;&lt;strong&gt;Example&lt;/strong&gt;&lt;/a&gt; (&lt;i class=&#34;fas fa-laptop-code&#34;&gt;&lt;/i&gt;): This page contains worked examples of fully annotated R code that you can use as a reference. This is only a reference page—you don’t have to necessarily do anything here.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://usi-emba-analytics.netlify.app/exercise/&#34;&gt;&lt;strong&gt;Exercise&lt;/strong&gt;&lt;/a&gt; (&lt;i class=&#34;fas fa-chalkboard-teacher&#34;&gt;&lt;/i&gt;): These are interactive exercises where you have to provide R code in your browser to solve a problem, much like Datacamp. These are not graded, but are always there for your reference.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://usi-emba-analytics.netlify.app/assignment/&#34;&gt;&lt;strong&gt;Assignment&lt;/strong&gt;&lt;/a&gt; (&lt;i class=&#34;fas fa-pencil-ruler&#34;&gt;&lt;/i&gt;): This page contains instructions for the three workshop exercises (3-4 brief tasks plus a challenge), for the individual portfolio website project, and the final group project. &lt;strong&gt;Assignments are due by 11:59 PM UTC on the day they’re listed.&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;table class=&#34;table schedule&#34; style=&#34;max-width:100%&#34;&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:8%;text-align:right&#34;&gt;&lt;/td&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:10%;text-align:left&#34;&gt;&lt;/td&gt;
            &lt;td style=&#34;width:40%;text-align:left&#34;&gt;&lt;span class=&#34;fake-header-table&#34;&gt;Foundations: EDA and Intro to Data Science&lt;/span&gt;&lt;/td&gt;

            &lt;td style=&#34;width:10%;text-align:center&#34; class=&#34;mid-table-header&#34;&gt;Content&lt;/td&gt;
            &lt;td style=&#34;width:10%;text-align:center&#34; class=&#34;mid-table-header&#34;&gt;Example&lt;/td&gt;
            &lt;td style=&#34;width:10%;text-align:center&#34; class=&#34;mid-table-header&#34;&gt;Exercise&lt;/td&gt;
            &lt;td style=&#34;width:12%;text-align:center&#34; class=&#34;mid-table-header&#34;&gt;Assignment&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:8%;text-align:right&#34;&gt;1&lt;/td&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:10%;text-align:left&#34;&gt;18 Oct&lt;/td&gt;
            &lt;td style=&#34;width:40%;text-align:left&#34;&gt;Lecture 1: Exploratory Data Analysis&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://usi-emba-analytics.netlify.app/content/01-content/&#34;&gt;
                    &lt;i class=&#34;fas fa-book-reader fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a href=&#34;https://usi-emba-analytics.netlify.app/example/eda-inspect-data/&#34;&gt;
                    &lt;i class=&#34;fas fa-laptop-code fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a href=&#34;https://usi-emba-analytics.netlify.app/exercise/import-inspect-exercise/&#34;&gt;
                    &lt;i class=&#34;fas fa-chalkboard-teacher fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-pencil-ruler fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:8%;text-align:right&#34;&gt;2&lt;/td&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:10%;text-align:left&#34;&gt;18 Oct&lt;/td&gt;
            &lt;td style=&#34;width:40%;text-align:left&#34;&gt;Workshop 1:  Import, visualise, and manipulate data&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://usi-emba-analytics.netlify.app/content/02-content/&#34;&gt;
                    &lt;i class=&#34;fas fa-book-reader fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a href=&#34;https://usi-emba-analytics.netlify.app/example/eda-visualise-data/&#34;&gt;
                    &lt;i class=&#34;fas fa-laptop-code fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a href=&#34;https://usi-emba-analytics.netlify.app/exercise/ggplot-exercise/&#34;&gt;
                    &lt;i class=&#34;fas fa-chalkboard-teacher fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-pencil-ruler fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:8%;text-align:right&#34;&gt;&lt;/td&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:10%;text-align:left&#34;&gt;15 Oct&lt;/td&gt;
            &lt;td style=&#34;width:40%;text-align:left&#34;&gt;&lt;i class=&#34;fas fa-star&#34;&gt;&lt;/i&gt; &lt;strong&gt;Homework 1 Due&lt;/strong&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-book-reader fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-laptop-code fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-chalkboard-teacher fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a href=&#34;https://usi-emba-analytics.netlify.app/assignment/01-problem-set/&#34;&gt;
                    &lt;i class=&#34;fas fa-pencil-ruler fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:8%;text-align:right&#34;&gt;&lt;/td&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:10%;text-align:left&#34;&gt;&lt;/td&gt;
            &lt;td style=&#34;width:40%;text-align:left&#34;&gt;&lt;span class=&#34;fake-header-table&#34;&gt;Inferential Statistics&lt;/span&gt;&lt;/td&gt;

            &lt;td style=&#34;width:10%;text-align:center&#34; class=&#34;mid-table-header&#34;&gt;Content&lt;/td&gt;
            &lt;td style=&#34;width:10%;text-align:center&#34; class=&#34;mid-table-header&#34;&gt;Example&lt;/td&gt;
            &lt;td style=&#34;width:10%;text-align:center&#34; class=&#34;mid-table-header&#34;&gt;Exercise&lt;/td&gt;
            &lt;td style=&#34;width:12%;text-align:center&#34; class=&#34;mid-table-header&#34;&gt;Assignment&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:8%;text-align:right&#34;&gt;3&lt;/td&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:10%;text-align:left&#34;&gt;22 Oct&lt;/td&gt;
            &lt;td style=&#34;width:40%;text-align:left&#34;&gt;Lecture 2: Sampling and Probability Distributions&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://usi-emba-analytics.netlify.app/content/03-content/&#34;&gt;
                    &lt;i class=&#34;fas fa-book-reader fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a href=&#34;https://usi-emba-analytics.netlify.app/example/eda-manipulate-data/&#34;&gt;
                    &lt;i class=&#34;fas fa-laptop-code fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a href=&#34;https://usi-emba-analytics.netlify.app/exercise/dplyr-exercise/&#34;&gt;
                    &lt;i class=&#34;fas fa-chalkboard-teacher fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-pencil-ruler fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:8%;text-align:right&#34;&gt;4&lt;/td&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:10%;text-align:left&#34;&gt;22 Oct&lt;/td&gt;
            &lt;td style=&#34;width:40%;text-align:left&#34;&gt;Workshop 2:  Confidence Intervals; hypothesis testing&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://usi-emba-analytics.netlify.app/content/04-content/&#34;&gt;
                    &lt;i class=&#34;fas fa-book-reader fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a href=&#34;https://usi-emba-analytics.netlify.app/example/inference_diff_means/&#34;&gt;
                    &lt;i class=&#34;fas fa-laptop-code fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a href=&#34;https://usi-emba-analytics.netlify.app/exercise/inference_ci-exercise/&#34;&gt;
                    &lt;i class=&#34;fas fa-chalkboard-teacher fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-pencil-ruler fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:8%;text-align:right&#34;&gt;&lt;/td&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:10%;text-align:left&#34;&gt;&lt;/td&gt;
            &lt;td style=&#34;width:40%;text-align:left&#34;&gt;&lt;span class=&#34;fake-header-table&#34;&gt;Regression Models&lt;/span&gt;&lt;/td&gt;

            &lt;td style=&#34;width:10%;text-align:center&#34; class=&#34;mid-table-header&#34;&gt;Content&lt;/td&gt;
            &lt;td style=&#34;width:10%;text-align:center&#34; class=&#34;mid-table-header&#34;&gt;Example&lt;/td&gt;
            &lt;td style=&#34;width:10%;text-align:center&#34; class=&#34;mid-table-header&#34;&gt;Exercise&lt;/td&gt;
            &lt;td style=&#34;width:12%;text-align:center&#34; class=&#34;mid-table-header&#34;&gt;Assignment&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:8%;text-align:right&#34;&gt;5&lt;/td&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:10%;text-align:left&#34;&gt;23 Oct&lt;/td&gt;
            &lt;td style=&#34;width:40%;text-align:left&#34;&gt;Lecture 3: Introduction to regression models&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://usi-emba-analytics.netlify.app/content/07-content/&#34;&gt;
                    &lt;i class=&#34;fas fa-book-reader fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a href=&#34;https://usi-emba-analytics.netlify.app/example/modelling_fit_lm/&#34;&gt;
                    &lt;i class=&#34;fas fa-laptop-code fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-chalkboard-teacher fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-pencil-ruler fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:8%;text-align:right&#34;&gt;6&lt;/td&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:10%;text-align:left&#34;&gt;23 Oct&lt;/td&gt;
            &lt;td style=&#34;width:40%;text-align:left&#34;&gt;Workshop 3: Workshop on regression&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://usi-emba-analytics.netlify.app/content/08-content/&#34;&gt;
                    &lt;i class=&#34;fas fa-book-reader fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-laptop-code fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-chalkboard-teacher fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-pencil-ruler fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:8%;text-align:right&#34;&gt;&lt;/td&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:10%;text-align:left&#34;&gt;31 Oct&lt;/td&gt;
            &lt;td style=&#34;width:40%;text-align:left&#34;&gt;&lt;i class=&#34;fas fa-star&#34;&gt;&lt;/i&gt; &lt;strong&gt;Final project due&lt;/strong&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-book-reader fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-laptop-code fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-chalkboard-teacher fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a href=&#34;https://usi-emba-analytics.netlify.app/assignment/final-project/&#34;&gt;
                    &lt;i class=&#34;fas fa-pencil-ruler fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:8%;text-align:right&#34;&gt;&lt;/td&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:10%;text-align:left&#34;&gt;14 Nov&lt;/td&gt;
            &lt;td style=&#34;width:40%;text-align:left&#34;&gt;&lt;i class=&#34;fas fa-star&#34;&gt;&lt;/i&gt; &lt;strong&gt;Final Exam&lt;/strong&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-book-reader fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-laptop-code fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-chalkboard-teacher fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a href=&#34;https://usi-emba-analytics.netlify.app/assignment/final-exam/&#34;&gt;
                    &lt;i class=&#34;fas fa-pencil-ruler fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;

    &lt;/tbody&gt;

&lt;/table&gt;

</description>
    </item>
    
    <item>
      <title>Syllabus</title>
      <link>https://usi-emba-analytics.netlify.app/syllabus/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://usi-emba-analytics.netlify.app/syllabus/</guid>
      <description>
&lt;script src=&#34;https://usi-emba-analytics.netlify.app/syllabus/index_files/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#learning-objectives&#34;&gt;Learning Objectives&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#required-texts-or-readings&#34;&gt;Required Texts or Readings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#assessment-policy&#34;&gt;Assessment Policy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#detailed-course-schedule&#34;&gt;Detailed Course Schedule&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#words-of-encouragement&#34;&gt;Words of Encouragement&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#the-15-minute-rule&#34;&gt;The 15 minute rule&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#learning-during-a-pandemic&#34;&gt;Learning during a pandemic&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;!-- `&lt;div class=&#34;row&#34;&gt;
    &lt;div class=&#34;col-md-4&#34;&gt;
        &lt;h3&gt;Instructor&lt;/h3&gt;

        &lt;ul class=&#34;icon-list&#34;&gt;
            &lt;li&gt;&lt;i class=&#34;fas fa-user&#34;&gt;&lt;/i&gt; &lt;a href=&#34;https:///www.london.edu/faculty-and-research/faculty-profiles/k/kostis-christodoulou&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt; Kostis Christodoulou&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;i class=&#34;fas fa-university&#34;&gt;&lt;/i&gt; &lt;/li&gt;
            &lt;li&gt;&lt;i class=&#34;fas fa-envelope&#34;&gt;&lt;/i&gt; &lt;a href=&#34;mailto:kchristodoulou@london.edu&#34;&gt; kchristodoulou@london.edu&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;i class=&#34;fas fa-calendar-check&#34;&gt;&lt;/i&gt; &lt;a href=&#34;https://calendly.com/kchristodoulou/15min&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt; Schedule an appointment&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;div class=&#34;col-md-4&#34;&gt;
        &lt;h3&gt;Course details&lt;/h3&gt;

        &lt;ul class=&#34;icon-list&#34;&gt;
            &lt;li&gt;&lt;i class=&#34;far fa-calendar&#34;&gt;&lt;/i&gt; all days&lt;/li&gt;
            &lt;li&gt;&lt;i class=&#34;far fa-calendar-alt&#34;&gt;&lt;/i&gt; October 2022&lt;/li&gt;
            &lt;li&gt;&lt;i class=&#34;far fa-clock&#34;&gt;&lt;/i&gt; all times&lt;/li&gt;
            &lt;li&gt;&lt;i class=&#34;fas fa-university&#34;&gt;&lt;/i&gt; Face2face, hybrid&lt;/li&gt;
            &lt;li&gt;&lt;i class=&#34;fab fa-slack&#34;&gt;&lt;/i&gt; &lt;a href=&#34;https://emba11analytics.slack.com&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Course Slack channel&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;div class=&#34;col-md-4 contact-policy&#34;&gt;
        &lt;h3&gt;Contacting me&lt;/h3&gt;

        &lt;p&gt;E-mail or Slack is the best way to get in touch with me. I will do my best to respond to all course-related messages within 24 hours.&lt;/p&gt;
    &lt;/div&gt;
&lt;/div&gt;
`{=html} --&gt;
&lt;!-- ## Course Description --&gt;
&lt;p&gt;This course is an introduction to using R/Rstudio to learn from data. It aims to teach useful skills: data importing, data filtering and manipulation, visualization, inferential statistics, and data modelling.&lt;/p&gt;
&lt;p&gt;Business decisions are often too complex to be made by intuition alone. We need to communicate the structure of our reasoning, defend it to adversarial challenge and deliver presentations that show we have done a thorough analysis. We also need to understand and make use of various sources of data, organise the inputs of experts and colleagues, and use R/RStudio to provide analytical support to our reasoning. The overall objective of this course is to equip you with analytical thinking and techniques that help you be more effective in these tasks. The goal is to teach you how to perform data analysis to support decision-making, build simple but powerful models that test your intuitive reasoning, develop managerial thinking and facilitate the communication of your recommendations.&lt;/p&gt;
&lt;p&gt;By the end of the course you should be able to identify the areas where data analytics can add the most value, select appropriate types of analyses and apply them in a small-scale, quick-turnaround but high-impact fashion.&lt;/p&gt;
&lt;div id=&#34;learning-objectives&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Learning Objectives&lt;/h2&gt;
&lt;p&gt;• Articulate, extract and analyse valuable information from data&lt;/p&gt;
&lt;p&gt;• Understand and quantify the accuracy of sample evidence&lt;/p&gt;
&lt;p&gt;• Build regression models to describe and predict complicated outcomes&lt;/p&gt;
&lt;p&gt;• Communicate quantitative analysis and recommendations effectively with RMarkdown&lt;/p&gt;
&lt;p&gt;• Be able to use R and R studio effectively for data analysis and decision making&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;required-texts-or-readings&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Required Texts or Readings&lt;/h2&gt;
&lt;p&gt;We will be drawing on the following online textbooks.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://moderndive.com/&#34; target=&#34;_blank&#34;&gt;ModernDive: Statistical Inference via Data Science&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://r4ds.had.co.nz/&#34; target=&#34;_blank&#34;&gt;R for Data Science&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://ismayc.github.io/rbasics-book/&#34; target=&#34;_blank&#34;&gt;Getting Used to R, RStudio, and RMarkdown&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;assessment-policy&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Assessment Policy&lt;/h2&gt;
&lt;p&gt;Grades will be based on the following:&lt;/p&gt;
&lt;table&gt;
&lt;colgroup&gt;
&lt;col width=&#34;40%&#34; /&gt;
&lt;col width=&#34;23%&#34; /&gt;
&lt;col width=&#34;12%&#34; /&gt;
&lt;col width=&#34;22%&#34; /&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th&gt;Assessment type&lt;/th&gt;
&lt;th&gt;Due&lt;/th&gt;
&lt;th&gt;Weight&lt;/th&gt;
&lt;th&gt;Group/individual&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;Pre-programme assignment&lt;/td&gt;
&lt;td&gt;15 Oct 2021&lt;/td&gt;
&lt;td&gt;20%&lt;/td&gt;
&lt;td&gt;Individual&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;Group Project&lt;/td&gt;
&lt;td&gt;31 Oct 2021&lt;/td&gt;
&lt;td&gt;30%&lt;/td&gt;
&lt;td&gt;Group&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;Final Exam&lt;/td&gt;
&lt;td&gt;14 Nov 2021&lt;/td&gt;
&lt;td&gt;50%&lt;/td&gt;
&lt;td&gt;Individual&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Assignments are due by &lt;strong&gt;11:59 PM UTC&lt;/strong&gt; on the day they are due.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;detailed-course-schedule&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Detailed Course Schedule&lt;/h2&gt;
&lt;p&gt;Here is a detailed &lt;a href=&#34;https://usi-emba-analytics.netlify.app/schedule/&#34;&gt;schedule&lt;/a&gt; for this class.&lt;/p&gt;
&lt;!-- - Class materials (slides, in-class activities, etc.) will be added on Canvas on the day of each session --&gt;
&lt;!-- - **Readings** are supplemental to each session. It helps to read the material **before** each session. --&gt;
&lt;!-- - **Lessons** are either worked examples, or interactive exercises where you have to provide R code in your browser to solve a problem, much like Datacamp. These are not graded, but are always there for your reference. --&gt;
&lt;!-- ```{r, echo=FALSE, message=FALSE, warning=FALSE} --&gt;
&lt;!-- library(tidyverse) --&gt;
&lt;!-- library(kableExtra) --&gt;
&lt;!-- schedule &lt;- read_csv(&#34;schedule.csv&#34;) --&gt;
&lt;!-- schedule  %&gt;%  --&gt;
&lt;!--   kable()%&gt;%   --&gt;
&lt;!--   kable_styling(bootstrap_options = c(&#34;striped&#34;, &#34;hover&#34;, &#34;condensed&#34;, &#34;responsive&#34;)) --&gt;
&lt;!-- ``` --&gt;
&lt;/div&gt;
&lt;div id=&#34;words-of-encouragement&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Words of Encouragement&lt;/h2&gt;
&lt;p&gt;Learning R can be challenging at first— it’s like learning a new language, just like Spanish, French, or Chinese. Hadley Wickham—the chief data scientist at RStudio and the author of some amazing R packages you’ll be using like &lt;code&gt;ggplot2&lt;/code&gt;—&lt;a href=&#34;https://r-posts.com/advice-to-young-and-old-programmers-a-conversation-with-hadley-wickham/&#34;&gt;made this wise observation&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;It’s easy when you start out programming to get really frustrated and think, “Oh it’s me, I’m really stupid,” or, “I’m not made out to program.” But, that is absolutely not the case. Everyone gets frustrated. I still get frustrated occasionally when writing R code. It’s just a natural part of programming. So, it happens to everyone and gets less and less over time. Don’t blame yourself. Just take a break, do something fun, and then come back and try again later.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Even experienced programmers find themselves bashing their heads against seemingly intractable errors.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/syllabus/hosrt_error_tweet.png&#34; width=&#34;60%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://twitter.com/allison_horst/status/1213275783675822080&#34;&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/syllabus/gator_error.jpg&#34; alt=&#34;Alison Horst: Gator error&#34; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;the-15-minute-rule&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;The 15 minute rule&lt;/h2&gt;
&lt;p&gt;It’s good practice to follow the &lt;strong&gt;15 minute rule&lt;/strong&gt;. If you encounter a problem in your work, spend 15 minutes troubleshooting the problem on your own; &lt;a href=&#34;https://www.google.com&#34;&gt;Google&lt;/a&gt;, &lt;a href=&#34;https://support.rstudio.com/hc/en-us&#34;&gt;RStudio Support&lt;/a&gt;, and &lt;a href=&#34;http://stackoverflow.com/&#34;&gt;StackOverflow&lt;/a&gt; are good places to look for answers. SoIf you google your error message, you will find that 99% of the time someone has had the same error message and the solution is on stackoverflow.&lt;/p&gt;
&lt;p&gt;However, if after 15 minutes you still cannot solve the problem, &lt;strong&gt;please ask for help&lt;/strong&gt;– post a question on Slack, email me, reach out to a friend.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://usi-emba-analytics.netlify.app/img/15min_rule.png&#34; width=&#34;80%&#34; /&gt;&lt;/p&gt;
&lt;blockquote class=&#34;twitter-tweet&#34; data-lang=&#34;en&#34;&gt;
&lt;p lang=&#34;en&#34; dir=&#34;ltr&#34;&gt;
15 min rule: when stuck, you HAVE to try on your own for 15 min; after 15 min, you HAVE to ask for help.- Brain AMA
&lt;/p&gt;
— Rachel Thomas (&lt;span class=&#34;citation&#34;&gt;@math_rachel&lt;/span&gt;) &lt;a href=&#34;https://twitter.com/math_rachel/status/764931533383749632&#34;&gt;August 15, 2016&lt;/a&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;div id=&#34;learning-during-a-pandemic&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Learning during a pandemic&lt;/h2&gt;
&lt;p&gt;Life over the past few months has been a challenge for everyone. You most likely know people who have lost their jobs, have tested positive for COVID-19, have been hospitalised, or perhaps have even died.&lt;/p&gt;
&lt;p&gt;I am fully committed to making sure that you learn everything you were hoping to learn from this class! I will make whatever accommodations I can to help you finish your assignments, do well on your projects, and learn and understand the class material.&lt;/p&gt;
&lt;p&gt;If you feel like you’re behind or not understanding everything, do not suffer in silence— please reach out and talk to me! I want you to learn lots of useful and beautiful things from this class, but I primarily want you to stay healthy, balanced, and grounded during this crisis.&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
  </channel>
</rss>
