Skip to content

Commit 5497c1b

Browse files
committed
minor edits and fixes to EDA 1
1 parent 7e4da8d commit 5497c1b

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

2_R_EDA_1.Rmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,11 @@ on data structures and other R particulars. Also, as always in R, there are typi
2828
For this notebook, we will use socioeconomic data for 55 New York City sub-boroughs from the GeoDa website. Our goal in this lab is show how to implement exploratory data analysis methods that
2929
deal with one (univariate) and two (bivariate) variables.
3030

31-
3231
### Objectives {-}
3332

3433
After completing the notebook, you should know how to carry out the following tasks:
3534

36-
- Creating basic univariate plots, such as histogram and box plot
35+
- Creating basic univariate plots, i.e., histogram and box plot
3736

3837
- Creating a scatter plot
3938

2_R_EDA_1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h2>Introduction</h2>
189189
<h3>Objectives</h3>
190190
<p>After completing the notebook, you should know how to carry out the following tasks:</p>
191191
<ul>
192-
<li><p>Creating basic univariate plots, such as histogram and box plot</p></li>
192+
<li><p>Creating basic univariate plots, i.e., histogram and box plot</p></li>
193193
<li><p>Creating a scatter plot</p></li>
194194
<li><p>Implementing different smoothing methods in a scatter plot (linear, loess, and lowess)</p></li>
195195
<li><p>Showing linear fits for different subsets of the data (spatial heterogeneity)</p></li>

0 commit comments

Comments
 (0)