SNA survey data stakeholder analysis Lucerne...
The survey was conducted online in a non-anonymized manner, however, the data provided here is anonymized, hence only the name and function of the stakeholder organization are contained but not the name of the person that answered the survey. Only one answer per organization has been collected. The data contains only the answers to the standardized questions (choice of predefined answer categories) but not those answers to open questions (comments). These are not relevant for interpretation of the rest of the data and may contain indications about the author. The data is available as an SPSS Data file. It can be imported into R with:
library(foreign)
?read.spss explains options that might be adjusted, particularly regarding the value labels of variables
data <- read.spss("ATREE_SNA_Lucerne.sav",to.data.frame=T)
variable labels contain the original question as posed in the questionaire
?attributes
attributes(data)
Additional Information
Field | Value |
---|---|
Metadata last updated | February 9, 2022 |
Data last updated | February 9, 2022 |
Created | February 7, 2022 |
Format | sav |
License | WSL Data Policy |
DOI | |
Access Restriction | Level: Restricted to Same Organization Members |
Publication State | |
Size | 185.23 KB |