<?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 Estimates by Subject and Difference Between Subjects Tests Using PROC PHREG [URGENT] in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Estimates-by-Subject-and-Difference-Between-Subjects-Tests-Using/m-p/870232#M43073</link>
    <description>&lt;P&gt;Hello and Good Day,&lt;/P&gt;&lt;P&gt;I am conducting a choice-based conjoint analysis (experiment with 3 blocks - each with a unique treatment)&amp;nbsp; utilizing PROC PHREG. I have a total of over 200 respondents.&lt;/P&gt;&lt;P&gt;There are two things I would like to accomplish and get guidance on:&lt;/P&gt;&lt;P&gt;1. Am I able to generate parameter estimates for each single participant (i.e. generate parameter estimates at the individual level in addition to the aggregated estimates) using PROC PHREG? If so, how do I go about doing so (What's the SAS Code?)?&lt;/P&gt;&lt;P&gt;2. I want to compare generated parameter estimates between the groups and test for significant differences between 2-category factors and between 3 to 4--category demographic factors. How best can I do this having utilized PROC PHREG&amp;nbsp;(What's the SAS Code?) ?&lt;/P&gt;&lt;P&gt;Here is the code I used to generate my current results:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;%phchoice(on) 
PROC PHREG data=LMLData outest=COEF; 
strata DDM Set; 
class DS (ref='1') DW (ref='1') WG (ref='1')/ param=ref;
model Choice*Choice(2) = DS DW WG / ties=breslow; 
run; 
%phchoice(off)&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 17 Apr 2023 19:30:05 GMT</pubDate>
    <dc:creator>DocLog</dc:creator>
    <dc:date>2023-04-17T19:30:05Z</dc:date>
    <item>
      <title>Estimates by Subject and Difference Between Subjects Tests Using PROC PHREG [URGENT]</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Estimates-by-Subject-and-Difference-Between-Subjects-Tests-Using/m-p/870228#M43066</link>
      <description>&lt;P&gt;Hello and Good Day,&lt;/P&gt;&lt;P&gt;I am conducting a choice-based conjoint analysis (experiment with 3 blocks - each with a unique treatment)&amp;nbsp; utilizing PROC PHREG. I have a total of over 200 respondents.&lt;/P&gt;&lt;P&gt;There are two things I would like to accomplish and get guidance on:&lt;/P&gt;&lt;P&gt;1. Am I able to generate parameter estimates for each single participant (i.e. generate parameter estimates at the individual level in addition to the aggregated estimates) using PROC PHREG? If so, how do I go about doing so (What's the SAS Code?)?&lt;/P&gt;&lt;P&gt;2. I want to compare generated parameter estimates between the groups and test for significant differences between 2-category factors and between 3 to 4--category demographic factors. How best can I do this having utilized PROC PHREG&amp;nbsp;(What's the SAS Code?) ?&lt;/P&gt;&lt;P&gt;Here is the code I used to generate my current results:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;%phchoice(on) 
PROC PHREG data=LMLData outest=COEF; 
strata DDM Set; 
class DS (ref='1') DW (ref='1') WG (ref='1')/ param=ref;
model Choice*Choice(2) = DS DW WG / ties=breslow; 
run; 
%phchoice(off)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 19:15:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Estimates-by-Subject-and-Difference-Between-Subjects-Tests-Using/m-p/870228#M43066</guid>
      <dc:creator>DocLog</dc:creator>
      <dc:date>2023-04-17T19:15:12Z</dc:date>
    </item>
    <item>
      <title>Estimates by Subject and Difference Between Subjects Tests Using PROC PHREG [URGENT]</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Estimates-by-Subject-and-Difference-Between-Subjects-Tests-Using/m-p/870232#M43073</link>
      <description>&lt;P&gt;Hello and Good Day,&lt;/P&gt;&lt;P&gt;I am conducting a choice-based conjoint analysis (experiment with 3 blocks - each with a unique treatment)&amp;nbsp; utilizing PROC PHREG. I have a total of over 200 respondents.&lt;/P&gt;&lt;P&gt;There are two things I would like to accomplish and get guidance on:&lt;/P&gt;&lt;P&gt;1. Am I able to generate parameter estimates for each single participant (i.e. generate parameter estimates at the individual level in addition to the aggregated estimates) using PROC PHREG? If so, how do I go about doing so (What's the SAS Code?)?&lt;/P&gt;&lt;P&gt;2. I want to compare generated parameter estimates between the groups and test for significant differences between 2-category factors and between 3 to 4--category demographic factors. How best can I do this having utilized PROC PHREG&amp;nbsp;(What's the SAS Code?) ?&lt;/P&gt;&lt;P&gt;Here is the code I used to generate my current results:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;%phchoice(on) 
PROC PHREG data=LMLData outest=COEF; 
strata DDM Set; 
class DS (ref='1') DW (ref='1') WG (ref='1')/ param=ref;
model Choice*Choice(2) = DS DW WG / ties=breslow; 
run; 
%phchoice(off)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Apr 2023 19:30:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Estimates-by-Subject-and-Difference-Between-Subjects-Tests-Using/m-p/870232#M43073</guid>
      <dc:creator>DocLog</dc:creator>
      <dc:date>2023-04-17T19:30:05Z</dc:date>
    </item>
    <item>
      <title>Estimates by Subject and Difference Between Subjects Tests Using PROC PHREG</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Estimates-by-Subject-and-Difference-Between-Subjects-Tests-Using/m-p/870252#M43072</link>
      <description>&lt;P&gt;Hello and Good Day,&lt;/P&gt;&lt;P&gt;I am conducting a choice-based conjoint analysis (experiment with 3 blocks - each with a unique treatment)&amp;nbsp; utilizing PROC PHREG. I have a total of over 200 respondents.&lt;/P&gt;&lt;P&gt;There are two things I would like to accomplish and get guidance on:&lt;/P&gt;&lt;P&gt;1. Am I able to generate parameter estimates for each single participant (i.e. generate parameter estimates at the individual level in addition to the aggregated estimates) using PROC PHREG? If so, how do I go about doing so (What's the SAS Code?)?&lt;/P&gt;&lt;P&gt;2. I want to compare generated parameter estimates between the groups and test for significant differences between 2-category factors and between 3 to 4--category demographic factors. How best can I do this having utilized PROC PHREG&amp;nbsp;(What's the SAS Code?) ?&lt;/P&gt;&lt;P&gt;Here is the code I used to generate my current results:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;%phchoice(on) 
PROC PHREG data=LMLData outest=COEF; 
strata DDM Set; 
class DS (ref='1') DW (ref='1') WG (ref='1')/ param=ref;
model Choice*Choice(2) = DS DW WG / ties=breslow; 
run; 
%phchoice(off)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Apr 2023 20:54:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Estimates-by-Subject-and-Difference-Between-Subjects-Tests-Using/m-p/870252#M43072</guid>
      <dc:creator>DocLog</dc:creator>
      <dc:date>2023-04-17T20:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Estimates by Subject and Difference Between Subjects Tests Using PROC PHREG [URGENT]</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Estimates-by-Subject-and-Difference-Between-Subjects-Tests-Using/m-p/870300#M43074</link>
      <description>&lt;P&gt;I moved your question to the Statistical Procedures community, so that those listening in on it will be alerted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please do not post the same question multiple times, keep everything in one thread.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 06:34:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Estimates-by-Subject-and-Difference-Between-Subjects-Tests-Using/m-p/870300#M43074</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-04-18T06:34:32Z</dc:date>
    </item>
  </channel>
</rss>

