#install packages

install.packages("sjmisc")
## Installing package into '/home/guest/R/x86_64-pc-linux-gnu-library/4.4'
## (as 'lib' is unspecified)
install.packages("likert")
## Installing package into '/home/guest/R/x86_64-pc-linux-gnu-library/4.4'
## (as 'lib' is unspecified)

Total number of respondents: ****

All question numbers below are based on the “Key Variables for Descriptive Statistics” doc file.

All the descriptives calculated for index questions were based on the unimputed variable.

#see all variables
#names(sudan_v2_df)

# Use grep to find column names
matching_columns <- grep("^Q10.13", names(sudan_v2_df), value = TRUE)

# Print the matching columns
matching_columns
## [1] "Q10.13_raw"       "Q10.13_unimputed" "Q10.13_imputed"

Additional Political/Legal Descriptive Questions

Q9.1 Imagine that you have a problem or a dispute, who would you first seek help from? (Do NOT read the answers)

Q9.2 Do you feel that you are able to resolve any disputes you have with community members without experiencing discrimination?

Q9.3 Imagine that a person from this community stole cattle from your family. Who would you be most likely to seek help from?

Q9.4 Imagine that a person from outside this community stole cattle from your family. Who would you be most likely to seek help from?

Q9.5 Q9.5 Imagine that there is an outbreak of violent clashes between two different ethnic groups in your area. Which actor would be most helpful for resolving this dispute?

Q10.1.1 How much confidence do you have in your local government?

Q10.1.3 How much confidence do you have in the national government?

Q10.1.4 How much confidence do you have in the police?

Q10.1.5 How much confidence do you have in the military

Q10.1.6 How much confidence do you have in the statutory courts?

Q10.1.7 How much confidence do you have in religious institutions/leaders?

Q10.1.8 How much confidence do you have in customary law?

Q10.1.9 How much confidence do you have in village chiefs?