nss: NSS Summary Data (2020)

Description Usage Format Details Source Examples

Description

This object contains the top level NSS 2020 2019 2018 + 2017 results (updated 15/07/2020)

Usage

1

Format

A data frame containing 421337 rows and 25 columns.

UKPRN

(string) - The participant's age

Provider

(string) - The name of the providing institution

Question

(string) - Short numeric ID of 27 NSS questions plus 6 NHS questions

ConfMin

(numeric) - supplied minimum confidence interval for Likert level "Agreement"

ConfMax

(numeric) - supplied maximum confidence interval for Likert level "Agreement"

Response

(numeric) - Number of respondents to question

SampleSize

(numeric) - Number of respondents to survey in institution

Likert

(string) - 6 level factor. Likert rating for question, Includes supplied total Agreement, 5-point scale Strongly Disagree to Strongly Agree + Not Applicable

PercRespondents

(numeric) - Percentage of response which chose that Likert rating. Derived for 'NA' from n/SampleSize

TwoYear

(string) - Where data failed to meet publication thresholds may be aggregated with 2017 data. Not available for 2017

Year

(numeric) - What year does data refer to

Grp_RG

(string) - Member of Russell Group yes

Grp_CG

(string) - Member of Cathedral Group yes

Grp_GW4

(string) - Member of the GW4 Group yes

Grp_MillPlus

(string) - Member of the MillPlus group yes

Grp_ABSA

(string) - Member of the ABSA group yes

Grp_N8

(string) - Member of the N8 group yes

Grp_NCUK

(string) - Member of NCUK group yes

Grp_Oxbrg

(string) - Member of Oxbridge group yes

Grp_SES

(string) - Member of Science and Engineering South yes

Grp_UniAlli

(string) - Member of the University Alliance yes

Grp_WhiteRose

(string) - Member of the white Rose University Consortium yes

Grp_The1994

(string) - WAS a member of the 1994 group yes

QuestGroup

(string) - Question grouping e.g. Assessment and Feedback, Teaching on my Course, etc.

QuestText

(string) - Actual text of question

Details

Each row corresponds to a percentage of respondents agreed with that Likert Scale

Source

Office for Students - https://www.officeforstudents.org.uk/advice-and-guidance/student-information-and-data/national-student-survey-nss/

Examples

1
2
3
4
5
6
7
# What's the overall satisfaction agreement for the Russell Group?


nss %>%
dplyr::filter (Grp_RG == "Yes", Question == "Q27", Likert == "Agreement") %>%
dplyr::group_by (Provider, Year) %>%
dplyr::select (Provider, Year, PercRespondents)

jillymackay/nss documentation built on July 17, 2020, 2:19 a.m.