Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In R, there is a package called lme4 that holds the function lmer, which is used to fit random effects model. The attached data set

In R, there is a package called "lme4" that holds the function "lmer," which is used to fit random effects model. The attached data set has four movie critics rating the same four movies. We are not interested in the particular differences between the individual critics, but rather how the variable "critic" affects the score of the movie in general. That means we will treat the variable "critic" as a random effect and not a fixed one.

1. Import the attached movie critic data. In R, to add a random effect x, use the syntax (1|x). So a line of R code may look something like:

model = lmer(score ~ (critic|1), data = data)

Use a model of this sort to fit the critic data, thinking of "critic" as a random effect. Repeat this model fitting using "critic" as a fixed effect. What is the major theoretical difference?

If you worked at Rotten Tomatoes and had access to other data besides critic score, what other data would you be interested in testing with this method?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Calculus An Applied Approach

Authors: Ron Larson, Dennis J McKenzie, Larson/Edwards, Bruce H Edwards

7th Edition

1111809720, 9781111809720

More Books

Students also viewed these Mathematics questions

Question

Q.1. Taxonomic classification of peafowl, Tiger and cow ?

Answered: 1 week ago

Question

Q .1. Different ways of testing the present adulterants ?

Answered: 1 week ago

Question

Q.1. Health issues caused by adulteration data ?

Answered: 1 week ago