Skip to content

Commit f514e7a

Browse files
authored
Update README.md
1 parent d5377ae commit f514e7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ library(ISCAM) # this loads the package. You need to do this every time you want
2121

2222
This package collates and presents functions for ISCAM alongside some data to be used alongside the textbook.
2323

24-
If you don't know how a function e.g. `EXAMPLE()` works, you can write `?EXAMPLE` in the console to get help. Also look to the textbook/Canvas/homework to see how the function is used. If you see code like `iscambinomprob(14, 16, .5, FALSE)` in the text or elsewhere, you can generally use `ISCAM::binomprob(14, 16, .5, FALSE)`.
24+
If you don't know how a function e.g. `EXAMPLE()` works, you can write `?EXAMPLE` in the console to get help. Also look to the textbook/Canvas/homework to see how the function is used.
2525

2626
Old Workspace: `load(url("http://www.rossmanchance.com/iscam3/ISCAM.RData"))`
2727

0 commit comments

Comments
 (0)