Example 7.6: Find Amazon sales rank for a book
Example 7.9: Get data from SAS into R
Example 7.10: Get data from R into SAS
Example 7.11: Plot an empirical cumulative distribution function from scratch
Example 7.12: Calculate and plot a running average
Example 7.13: Read a file with two lines per observation
Example 7.19: Find the closest pair of observations
Example 7.21: Write a function to simulate categorical data
Example 8.4: Including subsetting conditions in output
Example 8.19: Referencing lists of variables
Example 8.20: Referencing lists of variables, part 2
Example 8.24: MplusAutomation and Mplus
Example 8.26: reading data with variable number of words in a field
Example 8.27: using regular expressions to read data with variable number of words in a field
Example 8.33: Merging data sets one-to-many
Example 8.35: True random numbers and using API URLs
Example 8.37: Read sheets from an Excel file
Example 8.38: Create Excel spreadsheets
Example 9.9: Simplifying R using the mosaic package (part 1)
Example 9.28: creating datasets from tables
Example 9.29: the perils of for loops
Example 9.35: Discrete randomization and formatted output
Example 9.38: dynamite plots, revisited