Hi Family,
I trust everyone is doing well.
I have a data set that contains multiple response with 7 choices each as a variable with dummy response.
The seven Items under the multiple response are;
Rice
Sorghum
Millet
Maize
Tomatoes
Bana or plantain
Shea butter.
During the data collection, there is this indicator of interest that I am trying to measure called the type of value chain, but unfortunately, we could not categorically include to that question to allow the respondent to choose the main type of value chain they do.
We want to find know and categorize them into.
Type of Value chain
1. Cereal
2. Vegetables
3. Shea butter
NB: Per this context
Cereal= = Rice, Sorghum, millet, and Maize
Vegetable = tomatoes. Banana or plantain
Shea nut= = Shea butter
So I want to use the multiple-choice response to generate the "type of value chain" to recover my indicator.
I will be very grateful if anyone can help me resolve this issue.
My God continue to bless us all.
Thank you.
Sham.
This is a sample data below for more details.
I trust everyone is doing well.
I have a data set that contains multiple response with 7 choices each as a variable with dummy response.
The seven Items under the multiple response are;
Rice
Sorghum
Millet
Maize
Tomatoes
Bana or plantain
Shea butter.
During the data collection, there is this indicator of interest that I am trying to measure called the type of value chain, but unfortunately, we could not categorically include to that question to allow the respondent to choose the main type of value chain they do.
We want to find know and categorize them into.
Type of Value chain
1. Cereal
2. Vegetables
3. Shea butter
NB: Per this context
Cereal= = Rice, Sorghum, millet, and Maize
Vegetable = tomatoes. Banana or plantain
Shea nut= = Shea butter
So I want to use the multiple-choice response to generate the "type of value chain" to recover my indicator.
I will be very grateful if anyone can help me resolve this issue.
My God continue to bless us all.
Thank you.
Sham.
This is a sample data below for more details.
Code:
* Example generated by -dataex-. For more info, type help dataex clear input str9 Whatisyourgender str89 Various_agric_value_chain double(vc_activity3 vc_activity6 vc_activity7 vc_activity9 vc_activity10 vc_activity11 vc_activity16 vc_activity17 vc_activity20) "b) Female" "t) Tomatoes" 0 0 0 0 0 0 0 0 1 "a) Male" "t) Tomatoes p) Maize (Corn)" 0 0 0 0 0 0 1 0 1 "b) Female" "t) Tomatoes" 0 0 0 0 0 0 0 0 1 "b) Female" "c) Rice" 1 0 0 0 0 0 0 0 0 "a) Male" "p) Maize (Corn)" 0 0 0 0 0 0 1 0 0 "b) Female" "t) Tomatoes" 0 0 0 0 0 0 0 0 1 "b) Female" "i) Sorghum" 0 0 0 1 0 0 0 0 0 "a) Male" "t) Tomatoes" 0 0 0 0 0 0 0 0 1 "a) Male" "t) Tomatoes" 0 0 0 0 0 0 0 0 1 "b) Female" "u) Other (please specify)" 0 0 0 0 0 0 0 0 0 "a) Male" "g) Groundnuts (Peanuts) n) Yams p) Maize (Corn)" 0 0 1 0 0 0 1 0 0 "a) Male" "n) Yams p) Maize (Corn) h) Cassava" 0 0 0 0 0 0 1 0 0 "b) Female" "u) Other (please specify)" 0 0 0 0 0 0 0 0 0 "a) Male" "p) Maize (Corn)" 0 0 0 0 0 0 1 0 0 "a) Male" "p) Maize (Corn) c) Rice" 1 0 0 0 0 0 1 0 0 "a) Male" "c) Rice p) Maize (Corn) u) Other (please specify)" 1 0 0 0 0 0 1 0 0 "a) Male" "p) Maize (Corn) c) Rice u) Other (please specify)" 1 0 0 0 0 0 1 0 0 "b) Female" "g) Groundnuts (Peanuts) p) Maize (Corn)" 0 0 1 0 0 0 1 0 0 "b) Female" "c) Rice p) Maize (Corn) g) Groundnuts (Peanuts)" 1 0 1 0 0 0 1 0 0 "a) Male" "p) Maize (Corn) g) Groundnuts (Peanuts) u) Other (please specify)" 0 0 1 0 0 0 1 0 0 "b) Female" "g) Groundnuts (Peanuts) h) Cassava p) Maize (Corn)" 0 0 1 0 0 0 1 0 0 "b) Female" "h) Cassava u) Other (please specify) p) Maize (Corn)" 0 0 0 0 0 0 1 0 0 "b) Female" "u) Other (please specify)" 0 0 0 0 0 0 0 0 0 "a) Male" "p) Maize (Corn) h) Cassava n) Yams" 0 0 0 0 0 0 1 0 0 "b) Female" "u) Other (please specify)" 0 0 0 0 0 0 0 0 0 "b) Female" "g) Groundnuts (Peanuts) n) Yams p) Maize (Corn) t) Tomatoes u) Other (please specify)" 0 0 1 0 0 0 1 0 1 "b) Female" "u) Other (please specify)" 0 0 0 0 0 0 0 0 0 "b) Female" "c) Rice" 1 0 0 0 0 0 0 0 0 "b) Female" "l) Poultry" 0 0 0 0 0 0 0 0 0 end
Comment