rpruim / fastR2

Foundations and Applications of Statistics: An Introduction Using R
13 stars 10 forks source link

snippet death-penalty01: defendant, not victim #7

Closed homerhanumat closed 6 years ago

homerhanumat commented 6 years ago

Given its role in the text (p.25), the snippet "death-penalty01" probably should be:

tally(death ~ defendant, data = DeathPenalty)

rpruim commented 6 years ago

Added to errata. Also, the snippet in the package will compute both tables.