noamross / gams-in-r-course

Generalized Additive Models in R: A Free Interactive Course
https://noamross.github.io/gams-in-r-course
Other
243 stars 69 forks source link

Error running the codes #31

Open mtorcal opened 3 years ago

mtorcal commented 3 years ago

Hello,

I keep getting this error over and over:

imagen

I have tried with different browsers but I keep getting it.

Many thanks

mrkrause commented 6 days ago

You're supposed to fill in the _ with your own code, based on the nearby comments.

Here, you are asked to examine the mcycle dataframe with the head function. See the R docs here for how to use it. In the next line, you should replace _ with something that plots acceleration as a function of time. These are both meant to help you get a sense for the data before you dive into the actual lessons on GAMs.