You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ library(ISCAM) # this loads the package. You need to do this every time you want
21
21
22
22
This package collates and presents functions for ISCAM alongside some data to be used alongside the textbook.
23
23
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.
25
25
26
26
Old Workspace: `load(url("http://www.rossmanchance.com/iscam3/ISCAM.RData"))`
0 commit comments