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

Generate Rmd file for analysis and correct choose results in 06_common.md #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LYU-Daliang
Copy link

I want to learn R markdown from the LittleInferenceBook repo, but I find that the md files are helpless in this regard. By modifying the LittleInferenceBook.md, the corresponding Rmd files can be generated, and they are really handy for learning R markdown syntax and format. I'd like to share them with other students.

I am afraid that there is a trivial mistake in 06_common.md: it says choose 0, 1 and n - 1 from n are all 1, but I think choose 0 from n is definitely 1, while choose 1 and n - 1 from n should be n. You can tell it in R: choose(10, 1) and choose(10, 9) are all 10.

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

Successfully merging this pull request may close these issues.

1 participant