Dear All i have data from survey about the two countries (contain : competition, size of companies, adoption of cost systems etc) how to use Hofstede's Culture dimensions in SPSS with my variables for each countries as you can see the following : see |
Administrator
|
That link is utterly useless for providing you any assistance. Post a formula
or publicly available resource with actual information. Your subject line needs help too. Normally that would simply be deleted as SPAM from a moderator POV. Get real. ----- Please reply to the list and not to my personal email. Those desiring my consulting or training services please feel free to email me. --- "Nolite dare sanctum canibus neque mittatis margaritas vestras ante porcos ne forte conculcent eas pedibus suis." Cum es damnatorum possederunt porcos iens ut salire off sanguinum cliff in abyssum?" -- Sent from: http://spssx-discussion.1045642.n5.nabble.com/ ===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD
Please reply to the list and not to my personal email.
Those desiring my consulting or training services please feel free to email me. --- "Nolite dare sanctum canibus neque mittatis margaritas vestras ante porcos ne forte conculcent eas pedibus suis." Cum es damnatorum possederunt porcos iens ut salire off sanguinum cliff in abyssum?" |
In reply to this post by moath Omiri
I hadn’t heard of Hofstede’s dimensions before, but it appears that each country has a value on 6 variables. It should not be difficult to add these 12 values to the dataset. All responses from one country would have the same value for the dimension (e.g. Power Distance=95
for all Saudi respondents and 35 for all UK respondents). A simple option would be calculations (use whatever names you want for the dimensions—for simplicity, I just numbered them): Do if Country=”Saudi Arabia”.
Compute HD1=95.
Compute HD2=25. Compute HD3=60. Compute HD4=80. Compute HD5=36. Compute HD6=52. End if. Do if Country=”UK”.
Compute HD1=35.
Compute HD2=89. Compute HD3=66. Compute HD4=35. Compute HD5=51. Compute HD6=69. End if. I would caution against using the country id in any analysis that uses any of the 6 Hofstede Cultural dimensions as they are 100% confounded.
Melissa From: SPSSX(r) Discussion [mailto:[hidden email]]
On Behalf Of moath Omiri
i have data from survey about the two countries (contain : competition, size of companies, adoption of cost systems etc) how to use Hofstede's Culture dimensions in SPSS with my variables for each countries as you can see the following : see ===================== To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD
This correspondence contains proprietary information some or all of which may be legally privileged; it is for the intended recipient only. If you are not the intended recipient you must not use, disclose, distribute, copy, print, or rely on this correspondence and completely dispose of the correspondence immediately. Please notify the sender if you have received this email in error. NOTE: Messages to or from the State of Connecticut domain may be subject to the Freedom of Information statutes and regulations. ===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD |
As to Melissa's warning at the end, to put it more as I would say it -
With only two countries in the analysis, there is 100% confounding between
"country" and every one of the 6 variables. There is /no/ information added by
including the dimension scores, once you account for "two countries" in any way.
With a few countries, you would want to keep track of the degrees of freedom
for "countries" compared to the number of Hofstede's dimensions you include,
or you could get statistical confounding of 100% in multi-variable analyses. When there is not 100% confounding, there is still a potential for confounding, unless you
have a very large number of countries represented.
-- Rich Ulrich From: SPSSX(r) Discussion <[hidden email]> on behalf of Ives, Melissa L <[hidden email]>
Sent: Wednesday, September 12, 2018 1:50:35 PM To: [hidden email] Subject: Re: inquiry I hadn’t heard of Hofstede’s dimensions before, but it appears that each country has a value on 6 variables. It should not be difficult to add these 12 values to the dataset. All responses from one country would have the same value for the dimension (e.g. Power Distance=95 for all Saudi respondents and 35 for all UK respondents).
A simple option would be calculations (use whatever names you want for the dimensions—for simplicity, I just numbered them): Do if Country=”Saudi Arabia”. Compute HD1=95. Compute HD2=25. Compute HD3=60. Compute HD4=80. Compute HD5=36. Compute HD6=52. End if. Do if Country=”UK”. Compute HD1=35. Compute HD2=89. Compute HD3=66. Compute HD4=35. Compute HD5=51. Compute HD6=69. End if.
I would caution against using the country id in any analysis that uses any of the 6 Hofstede Cultural dimensions as they are 100% confounded.
Melissa From: SPSSX(r) Discussion [mailto:[hidden email]]
On Behalf Of moath Omiri
i have data from survey about the two countries (contain : competition, size of companies, adoption of cost systems etc) how to use Hofstede's Culture dimensions in SPSS with my variables for each countries as you can see the following : see ===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD This correspondence contains proprietary information some or all of which may be legally privileged; it is for the intended recipient only. If you are not the intended recipient you must not use, disclose, distribute, copy, print, or rely on this correspondence and completely dispose of the correspondence immediately. Please notify the sender if you have received this email in error. NOTE: Messages to or from the State of Connecticut domain may be subject to the Freedom of Information statutes and regulations. ===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD |
Free forum by Nabble | Edit this page |