Movies data set from rotten tomatoes

Hi there,

I'm doing a course on Coursera on Linear Regression and modeling using R and need the data set movies.Rdata, from rotten tomatoes. The data set is made available by the course, but when I load it into Rstudio all variables come compressed into a single RDX2 variable. I don't know what I'm doing wrong. Has anyone run into a similar problem and can give me a hand?

thank you,

How are you loading the data?

load(url("https://stat.duke.edu/~mc301/data/movies.Rdata"))

This worked for me.

1 Like

totally worked, thanks a million!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.