Sourcing R Codes
Link Locations
- Permutation Tests
- Bootstrap Confidence Intervals
To source any of these, do either one of the following:
- Click on the link location, highlight and copy all lines, and then
paste copied lines into an R session.
- Copy the link location (right click link and select
Copy Link Location) and paste it within quotes of source
function in an R session:
source("paste link location here")
Be sure to save the image file afterward to make these functions permanent by
save.image()
Feb. 21, 2008