<?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 MIXED model: How to compare a coefficient estimate to a specified value? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-model-How-to-compare-a-coefficient-estimate-to-a/m-p/879696#M43524</link>
    <description>Thanks!&lt;BR /&gt;Very helpful!</description>
    <pubDate>Thu, 08 Jun 2023 06:42:13 GMT</pubDate>
    <dc:creator>Brian_L</dc:creator>
    <dc:date>2023-06-08T06:42:13Z</dc:date>
    <item>
      <title>PROC MIXED model: How to compare a coefficient estimate to a specified value?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-model-How-to-compare-a-coefficient-estimate-to-a/m-p/876012#M43483</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;Hi all,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Currently I am using PROC MIXED to fit some data, and I know we can use the ESTIMATE or CONTRAST statement to compare different groups.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;A question I have which might be really simple is: &lt;STRONG&gt;how to test if a coefficient estimate is greater than a specified value (other than zero)?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;For example:&lt;/FONT&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt; data wheat;
         input id variety yield moist;
         datalines;
       1       1         41       10
       2       1         69       57
       3       1         53       32
       4       1         66       52
       5       1         64       47
       6       1         64       48
       7       2         49       30
       8       2         44       21
       9       2         44       20
      10       2         46       26
      11       2         57       44
      12       2         42       19
      13       3         69       50
      14       3         62       40
      15       3         50       23
      16       3         76       58
      17       3         48       21
      18       3         55       30
      19       4         48       22
      20       4         60       40
      21       4         45       17
      22       4         47       21
      23       4         62       44
      24       4         43       13
      25       5         65       49
      26       5         63       44
      27       5         71       57
      28       5         68       51
      29       5         52       27
      30       5         68       52
;

proc mixed data=wheat;
	class variety;
	model yield = moist /  solution;
	random int moist / type=un subject=variety solution;
quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;How can I set the code to test if the fix effect “moist” is greater than 0.3 at 95% confidence level?&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Thank you!&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Brian&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 13:56:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-model-How-to-compare-a-coefficient-estimate-to-a/m-p/876012#M43483</guid>
      <dc:creator>Brian_L</dc:creator>
      <dc:date>2023-05-16T13:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED model: How to compare a coefficient estimate to a specified value?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-model-How-to-compare-a-coefficient-estimate-to-a/m-p/879257#M43484</link>
      <description>&lt;P&gt;Use the STORE statement to save your model results. Then use PROC PLM with the TESTVALUE= option on the ESTIMATE statement. The UPPER or LOWER option on the ESTIMATE statement will give you one-tailed tests.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 14:47:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-model-How-to-compare-a-coefficient-estimate-to-a/m-p/879257#M43484</guid>
      <dc:creator>StatsMan</dc:creator>
      <dc:date>2023-06-05T14:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED model: How to compare a coefficient estimate to a specified value?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-model-How-to-compare-a-coefficient-estimate-to-a/m-p/879696#M43524</link>
      <description>Thanks!&lt;BR /&gt;Very helpful!</description>
      <pubDate>Thu, 08 Jun 2023 06:42:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-model-How-to-compare-a-coefficient-estimate-to-a/m-p/879696#M43524</guid>
      <dc:creator>Brian_L</dc:creator>
      <dc:date>2023-06-08T06:42:13Z</dc:date>
    </item>
  </channel>
</rss>

