Skip to content

Commit

Permalink
add links to some datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
roualdes committed Feb 14, 2024
1 parent e67394c commit 19ec240
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion week-04.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ piece. Below is the code we used from [Week 03](aggregating).


```{code-cell}
p = (pn.ggplot(odf)
p = (pn.ggplot(data = odf)
+ pn.geom_point(pn.aes(x = odf["vore"].cat.codes, y = "mean"), color = "blue", shape = "X", size = 2.5))
```

Expand Down
8 changes: 4 additions & 4 deletions week-05.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,16 @@ If you do not have your own data, you can choose from one of the
following data sets, all of which can be downloaded from the Data page
of Dr. D’s teaching course website. Here are some viable choices:

* Email Spam: Characteristics of emails used to predict if the email
* [Email Spam](https://www.norcalbiostat.com/data/#Email): Characteristics of emails used to predict if the email
is spam or not.

* HIV: Data on adolescent children living with HIV positive parents.
* [HIV](https://www.norcalbiostat.com/data/#Parental_HIV): Data on adolescent children living with HIV positive parents.

* Depression: Level of depression (cesd), health care, and demographic
* [Depression](https://www.norcalbiostat.com/data/#Depression): Level of depression (cesd), health care, and demographic
characteristics. High School and Beyond: Educational, vocational,
and personal development of elementary and high school students.

* Police Shootings: Characteristics of individuals killed by police in
* [Police Shootings](https://www.norcalbiostat.com/data/#Police_Shootings): Characteristics of individuals killed by police in
2015.

Any other datasets, and/or any that we've already used in class
Expand Down

0 comments on commit 19ec240

Please sign in to comment.