<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Proc PRINQUAL: transformations in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-PRINQUAL-transformations/m-p/668798#M31933</link>
    <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Where am I going wrong?&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;It's not clear from what you have written what is wrong. Why do you say something is wrong?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jul 2020 13:02:09 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-07-13T13:02:09Z</dc:date>
    <item>
      <title>Proc PRINQUAL: transformations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-PRINQUAL-transformations/m-p/668769#M31929</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The survey data that I'm analzing has 180 variables - most of which is ordinal (likert scale) and nominal/dummy (1 / 0). I also have about 8 ratio level data. The aim is to run a Proc FACTOR&amp;nbsp; on the transformed data before running cluster analysis to see if the consumers can be segmented. I resorted to Proc PRINQUAL due to the nature of my data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I opted for maximum Total Variance (MTV) transformation method. The ratio variables are no. of pets and I did not want them to be transformed (was it a correct decision?), hence I used Linear transformation for the Ratio variables. Opscore and Monotone were used for nominal and ordinal data resp. The proportion of variance explained is a mere 12%.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is my code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc prinqual data=persona.persona_npca
method=mtv
nomiss
out=persona.npca_results2;
*transform identity(gender--n_pet7);
transform opscore(gender--imp_aspc_on_pet_sup8) monotone(age--brand_img7) linear(n_pet1--n_pet7);
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where am I going wrong? Must I change the transformations?&lt;/P&gt;&lt;P&gt;Kindly help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If Proc PRINQUAL is not the best bet, would it make sense to use Proc CORR to calculate Polychoric correlations before using the output for Proc FACTOR? I have tried to use it in the past with no success &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 10:18:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-PRINQUAL-transformations/m-p/668769#M31929</guid>
      <dc:creator>mszommer</dc:creator>
      <dc:date>2020-07-13T10:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PRINQUAL: transformations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-PRINQUAL-transformations/m-p/668798#M31933</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Where am I going wrong?&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;It's not clear from what you have written what is wrong. Why do you say something is wrong?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 13:02:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-PRINQUAL-transformations/m-p/668798#M31933</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-07-13T13:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PRINQUAL: transformations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-PRINQUAL-transformations/m-p/668837#M31936</link>
      <description>&lt;P&gt;I see a couple possibilities for the low % variance explained.&amp;nbsp; The first is that the variables are redundant in some sense - they don't span the full 180 dimensional space, because some of them are redundant in the information provided.&amp;nbsp; For a regression, this would be a multicollinearity issue. That might be addressed with the MGV method, but I can't be sure. Another possibility is that there are some data issues, such that the Likert scales run one way for some variables and the opposite way for others.&amp;nbsp; I realize that's a stretch, but in that case the monotone transformation could lead to some problems. The last one I can think of is too many ties in the Likert variables, such that including the ones with highly tied responses damps down the total variability.&amp;nbsp; Oh and I doubt your ratio variable, number of pets is correctly specified.&amp;nbsp; How do you get 7 different variables for that?&amp;nbsp; It should be one variable, with the number as a response, but I may be completely misinterpreting the variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 13:56:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-PRINQUAL-transformations/m-p/668837#M31936</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-07-13T13:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PRINQUAL: transformations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-PRINQUAL-transformations/m-p/668969#M31946</link>
      <description>&lt;P&gt;And how many observations are left in the data after you use casewise deletion of observations with missing values (the NOMISS option)?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 21:01:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-PRINQUAL-transformations/m-p/668969#M31946</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-07-13T21:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PRINQUAL: transformations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-PRINQUAL-transformations/m-p/669133#M31948</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15363"&gt;@SteveDenham&lt;/a&gt;the likert scales run the same way for all the variables&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the no. of pets addresses the no. of dogs, cats, birds, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;977 of 15633 observations were deleted/omitted due to missing values.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2020 10:39:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-PRINQUAL-transformations/m-p/669133#M31948</guid>
      <dc:creator>mszommer</dc:creator>
      <dc:date>2020-07-14T10:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PRINQUAL: transformations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-PRINQUAL-transformations/m-p/669205#M31952</link>
      <description>&lt;P&gt;Given that, I am going to go with collinearity of variables,&amp;nbsp; My idea about different directions on the Likert scale would only have reversed the sign for the loading of that variable, so it was a pretty dumb idea.&amp;nbsp; Sorry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2020 15:52:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-PRINQUAL-transformations/m-p/669205#M31952</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-07-14T15:52:56Z</dc:date>
    </item>
  </channel>
</rss>

