Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Instructions: Return to the EVE character dataset. Review the week 1 assignment for details on the data. CCP remains interested in your analysis of the
Instructions:
Return to the EVE character dataset. Review the week assignment for details on the data.
CCP remains interested in your analysis of the relationship between character creation choices particularly character Gender and duration of gameplay. In digging into the setting and data more you noticed that some of the players userIDs create multiple characters charlDs
Background:
The attached dataset EVEchar in R format, or EVEchar.csv in text is an anonymized random sample of proprietary data for users of the video game EVE Online. Eve is an online roleplaying game hosted by the CCP Games. In EVE players create characters and then compete and interact with others in a fictional universe. See EVE Online and EVE Online Celebrating Years of EVE below for more details on the game.
Dataset:
The dataset contains the following variables for a random sample of EVE characters from six realworld nations:
userID: an ID code for each unique user playing EVE
UGender: the selfreported user gender
UCountryIP: user nation, based on IP address
Uagedecile: user selfreported age
charID: an ID code for each unique character
CGender: the character gender chosen by the player. This choice has no effect on the capabilities or resources of the character.
CCareer: the character "career path" chosen by the player. This choice has no effect on the capabilities or resources of the character.
CViolence: the character engages in violence during the first week of game play
CCorp: the character joins a player run corporations
CDMY: the monthyear of character creation
LogonHours: the number of hours of cumulative game play
Do the following:
Run and report two regressions for LogonHours with CGender as one of your explanatory variables:
for model exclude userID fixed effects
for model include userID fixed effects see the Ife package in R
Why does the coefficient on CGender change from model to model and how do you interpret that coefficient in each model?
Why does the Rsquared increase, and the degrees of freedom drop, in model
What does a "fixed effect" mean?
Should model include all cases? Or there are some we should drop here?
Dataset Files:
EVEchar
EVEchar.csV
Submission Format Guidelines:
Treat this assignment as if you are writing a professional memo. The report must consist of prose PDF or MS Word format and contain neatly formatted tables and figures. You may use bullet points to summarize facts and findings but must fully explain those points. You may not exceed one page of prose and one page of tables or figures. Submit your code as a separate appendix.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started