Skip to content

alanarnholt/PASWR2E-Rscripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PASWR2E-Rscripts

R scripts for the book Probability and Statistics with R, Second Edition

Quick Links

Downloading Chapter Scripts

  • Click on the ChapterScripts directory
  • Select the desired chapter
  • Click the Raw button (top right)
  • In your web browser, click Edit > Select All then Edit > Copy
  • Paste the results in a blank R script OR
  • Copy the url and use download.file() (example below)
# Downloading Chapter One Script
site <- "https://raw.githubusercontent.com/alanarnholt/PASWR2E-Rscripts/master/ChapterScripts/chapter01.R"
download.file(url = site, destfile = "chapter01.R", method = "curl")

About

R scripts for Probability and Statistics with R, Second Edition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages