Skip to content

Commit

Permalink
Merge pull request swirldev#197 from yildirimarda/patch-2
Browse files Browse the repository at this point in the history
Fixing a typo
  • Loading branch information
seankross committed Aug 9, 2015
2 parents 76517fc + 4e23548 commit cd9587a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R_Programming_Alt/Simulation/lesson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
Hint: sum(flips) will add up all the 1s and 0s, giving you the total number of 1s in flips.

- Class: cmd_question
Output: A coin flip is a binary outcome (0 or 1) and we are performing 100 independent trials (coin flips), so we can use use rbinom() to simulate a binomial random variable. Pull up the documentation for rbinom() using ?rbinom.
Output: A coin flip is a binary outcome (0 or 1) and we are performing 100 independent trials (coin flips), so we can use rbinom() to simulate a binomial random variable. Pull up the documentation for rbinom() using ?rbinom.
CorrectAnswer: ?rbinom
AnswerTests: omnitest(correctExpr='?rbinom')
Hint: Type ?rbinom to pull up the help file for rbinom().
Expand Down

0 comments on commit cd9587a

Please sign in to comment.