<?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 conjoint syntax in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/conjoint-syntax/m-p/151750#M262532</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC TRANSREG UTILITIES SHORT;&lt;/P&gt;&lt;P&gt;TITLE2 'USE PROC TRANSREG TO PERFORM THE CONJOINT ANALYSIS';&lt;/P&gt;&lt;P&gt;MODEL LINEAR(RANKING/REFLECT) = CLASS(LEMON STRENGTH SWEET TEMP/ZERO=SUM);&lt;/P&gt;&lt;P&gt;OUTPUT IREPLACE&amp;nbsp; DAPPROXIMATIONS; &lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the above syntax is used for Conjoint excerise for ranking question . Kindly help me to understand term " IREPLACE&amp;nbsp; DAPPROXIMATIONS"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Mar 2014 11:36:01 GMT</pubDate>
    <dc:creator>Pinky9</dc:creator>
    <dc:date>2014-03-21T11:36:01Z</dc:date>
    <item>
      <title>conjoint syntax</title>
      <link>https://communities.sas.com/t5/SAS-Programming/conjoint-syntax/m-p/151750#M262532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC TRANSREG UTILITIES SHORT;&lt;/P&gt;&lt;P&gt;TITLE2 'USE PROC TRANSREG TO PERFORM THE CONJOINT ANALYSIS';&lt;/P&gt;&lt;P&gt;MODEL LINEAR(RANKING/REFLECT) = CLASS(LEMON STRENGTH SWEET TEMP/ZERO=SUM);&lt;/P&gt;&lt;P&gt;OUTPUT IREPLACE&amp;nbsp; DAPPROXIMATIONS; &lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the above syntax is used for Conjoint excerise for ranking question . Kindly help me to understand term " IREPLACE&amp;nbsp; DAPPROXIMATIONS"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 11:36:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/conjoint-syntax/m-p/151750#M262532</guid>
      <dc:creator>Pinky9</dc:creator>
      <dc:date>2014-03-21T11:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: conjoint syntax</title>
      <link>https://communities.sas.com/t5/SAS-Programming/conjoint-syntax/m-p/151751#M262533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These options put the transformed independent (IREPLACE) and dependent (DAPPROXIMATIONS) in the output dataset.&amp;nbsp; I would recommend adding the OUT= option to name the output dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 12:33:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/conjoint-syntax/m-p/151751#M262533</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-03-21T12:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: conjoint syntax</title>
      <link>https://communities.sas.com/t5/SAS-Programming/conjoint-syntax/m-p/151752#M262534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a common statement in many procedures , its use is to specify the name of the output dataset and any options to use during output.&amp;nbsp; See &lt;A href="http://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/viewer.htm#statug_transreg_sect011.htm" title="http://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/viewer.htm#statug_transreg_sect011.htm"&gt;SAS/STAT(R) 9.22 User's Guide&lt;/A&gt; for more detail, in particular:&lt;/P&gt;&lt;TABLE cellpadding="1" cellspacing="0" class="tabular" id="statug.transreg.trgoutstmtopt" style="font-size: 13px; font-family: arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; color: #000000; background-color: #ffffff;"&gt;&lt;TBODY style="font-size: 13px; font-family: inherit;"&gt;&lt;TR style="font-size: 13px; font-family: inherit;"&gt;&lt;TD&gt;&lt;P style="margin: 0 0 0.7em; font-size: 13px;"&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/statug_transreg_sect011.htm#statug.transreg.trgdapopt" style="font-size: 13px; text-decoration: underline; color: #000066;"&gt;DAPPROXIMATIONS&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P style="margin: 0 0 0.7em; font-size: 13px;"&gt;outputs approximations to transformed dependents&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I would suggest you read the documentation (freely available) before using any statistical procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 12:33:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/conjoint-syntax/m-p/151752#M262534</guid>
      <dc:creator>RichardinOz</dc:creator>
      <dc:date>2014-03-21T12:33:35Z</dc:date>
    </item>
  </channel>
</rss>

