I have an annoying problem regarding some R code I found on the net. Link is down below:
I'm trying to understand the Case Study: Motorcycle Insurance part and have copied the code, doing some slight changes (the code has a rather old syntax).
My question is about the code part that begins with "You get the idea...", where we first define high.limit <- 7L. I have tried the code and it plots the same amount of diagrams, but they look completely different from graph on the page.
Mine:
The site's plot is directly under the part that begins with "high.limit <- 7L".
Can someone please tell me what's wrong?