Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typos in lecture 19 and 25 #139

Open
wants to merge 23 commits into
base: version2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
0b8b9ec
Added hw3
bcaffo May 23, 2014
d7327b9
Added a fourth hw
bcaffo May 23, 2014
482ea79
fix homework 1 question 1, which basically was missing a negative sign
TroyOfHelen May 24, 2014
15080cd
fixed homework 1 question 1 - another problem
TroyOfHelen May 24, 2014
e2ce444
fix homework 2 slide 8 typo. lower.tail=TRUE changed to FALSE
TroyOfHelen May 24, 2014
385e9a1
fix homework 2 slide 12 question - typo with parens and s/100/10
TroyOfHelen May 24, 2014
eaed53d
Merge branch 'master' of https://github.com/bcaffo/courses into infer…
TroyOfHelen May 24, 2014
fb57d59
test
bcaffo May 25, 2014
33a0fc9
fix typos and adjust wording in hw3, knit html with slidify
TroyOfHelen Jun 2, 2014
a5ca31e
Merge commit '385e9a1f63928f0782c257ff2d08ec9b5a847f87'
rdpeng May 13, 2015
65c2f63
Merge commit 'eaed53d96e44a7c16145d1ac9701827607ff819e'
rdpeng May 13, 2015
d7ec731
Merge commit '33a0fc9'
rdpeng May 13, 2015
d1174f4
Merge commit 'fb57d5'
rdpeng May 13, 2015
f65be39
Fix complex coercion
rdpeng Jul 9, 2015
3ddf31b
Use librariesNew
rdpeng Jul 9, 2015
29b41bc
Update PDF
rdpeng Jul 9, 2015
3c7be37
Merge remote-tracking branch 'origin/master'
rdpeng Jul 9, 2015
52530b8
Chicago data
rdpeng Jul 13, 2015
73cfd12
Edited URL in 05_ReproducibleResearch/organizingADataAnalysis/index.Rmd
gdhorne Aug 6, 2015
11de7c7
Merge pull request #11 from gdhorne/master
rdpeng Aug 6, 2015
ce68321
Fix non-working qplot code
rdpeng Mar 16, 2016
b607fbf
Typos in lecture 19 and 25
emiels Mar 19, 2016
0cf660d
Merge remote-tracking branch 'refs/remotes/DataScienceSpecialization/…
emiels Jun 4, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified 02_RProgramming/DataTypes/Introduction to the R Language.pdf
Binary file not shown.
8 changes: 5 additions & 3 deletions 02_RProgramming/DataTypes/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ framework : io2012 # {io2012, html5slides, shower, dzslides, ...}
highlighter : highlight.js # {highlight.js, prettify, highlight}
hitheme : tomorrow #
url:
lib: ../../libraries
lib: ../../librariesNew
assets: ../../assets
widgets : [mathjax] # {mathjax, quiz, bootstrap}
mode : selfcontained # {standalone, draft}
Expand Down Expand Up @@ -200,7 +200,9 @@ NAs introduced by coercion
> as.logical(x)
[1] NA NA NA
> as.complex(x)
[1] 0+0i 1+0i 2+0i 3+0i 4+0i 5+0i 6+0i
[1] NA NA NA
Warning message:
NAs introduced by coercion
```

---
Expand Down Expand Up @@ -472,4 +474,4 @@ Data Types

- data frames

- names
- names
Loading