Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: daixieit

POLS0010 Data Analysis Term II - Assessment 3

Guidelines for Completing and Submitting the Assessment

•  The assessment is due on Wednesday,  11 February 2026, 2.00pm.  Note that standard late submission penalties apply.

•  Please follow all designated Department of Political Science submission guidelines.   These  may  be diferent to those of your home department. You must submit one copy of your essay via Turnitin.

•  The datasets for the essay can be found in the ‘Assessment 3’ folder in the ‘Assessment 3’ section of Moodle

•  The word limit is 1,000 words, excluding your R script appendix (see below).

•  This is an assessed piece of coursework for the POLS0010 module; collaboration and/or discussion with anyone is strictly prohibited. The rules for plagiarism apply and any cases of suspected plagiarism of published work or the work of classmates will be taken very seriously.

• You may open up the dataset and work on the essay question anytime up until the submission date. There is no limit on the number of times you may open the data files.  Be sure to save your data files and R script file.

• You should include a copy of your R script as an appendix to your essay. FAILURE TO INCLUDE THE R SCRIPT WILL INCUR A 10 POINT PENALTY. Note that your R script file should be neatly presented and easy to follow, including comments.  The essay answers should not contain any code.

•  All tables or figures must be included within your answers to the essay, not in the code appendix.

•  Answers should be written in complete sentences; no bulleting or outlining.

• You may assume the methods you have used are understood by the reader and do not need definitions, but you do need to say which techniques you have used and why.

•  As this is an assessed piece of work, you may not email/ask the course tutors for help with the essay question.

The Scottish Independence Referendum

In 2014, there was a referendum in Scotland on independence from the United Kingdom.  The “No” side (opposed to independence) won with 55.3% of votes against the  “Yes” side’s 44.7%.   For  this  question, suppose that the referendum is going to be repeated next year, and the pro-independence campaign asks for your advice. They want to run an advertising campaign targeted at groups who are most likely to support independence in the new referendum, to persuade them to turn out and vote. Your job is to tell them which types of people are most supportive of Scottish independence.  To help measure the likely efectiveness of their advertising, they also want to know how much each characteristic matters in explaining support.  To answer these questions you’ll look at data on how people voted in the first referendum:  a survey of 1100 voters from the Scottish Social Attitudes Survey that asked about respondents’ vote in the referendum.

You need to:

1.  Run at least three logit models containing diferent sets of variables, and select the one that you think has the best performance in classifying supporters of independence.

2.  Present your chosen model’s findings in ways that clearly explain how much the variables matter in explaining support for Scottish Independence.

3.  Use the findings to make recommendations on whom the new campaign should target.

You should present your approach and your findings in the form of a brief report.  The dataset is called ssa and is contained in the file scottishindependence .Rda.  It contains the following variables for each individual in the survey:

Name

Description

voteYes

dependent variable: =1 if respondent voted for independence, 0 otherwise

male

=1 if male, 0 if female

age

in years

housing

=1 if household owns their home, 0 otherwise

highinc

=1 if respondent falls into the highest income quartile (25%), 0 otherwise

religious

=1 if respondent reports belonging to an organized religion, 0 otherwise

satisfiedNHS

level of satisfaction with the National Health Service (NHS), ranging from 1 (very dissatisfied) to 5 (very satisfied)

leftright

Respondent’s self-placement on a left-right ideology scale, ranging from 1 (left-wing) to 5 (right-wing)

trustUKgov

How much the respondent trusts the British government to work in

Scotlands long-term interest, ranging from 1 (almost never) to 4 (just about always)

trustSEgov

How much the respondent trusts the Scottish government to work in

Scotlands long-term interest, ranging from 1 (almost never) to 4 (just about always)