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

Minor typos in Lesson 4 #13

Open
khangquangtran opened this issue Aug 30, 2022 · 1 comment
Open

Minor typos in Lesson 4 #13

khangquangtran opened this issue Aug 30, 2022 · 1 comment

Comments

@khangquangtran
Copy link

khangquangtran commented Aug 30, 2022

Typo 1, near the Recap section of Lesson 4:

Note that n81100 now is a 21-element vector. Its first element is now element 81 of Nile:
> n81100[1]
[1] 744
> Nile[81]
[1] 744

After checking with length(Nile[81:100]) and length(n81100) (both equal to 20), I think "n81100 now is a 21-element vector" has a typo. Shouldn't it be: n81100 now is a 20-element vector?

Typo 2, below the Recap section of Lesson 4:

Not bad for Lesson 1! And needless to say, you'll be using all of these frequently in the subsequent lessons and in your own usage of R.

It is the end of Lesson 4 at this point and 2 lessons are mentioned in the Recap, so "Not bad for Lesson 1!" does not seem fit here.

@matloff
Copy link
Owner

matloff commented Aug 30, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants