<?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: Unequal variances on NLMIXED in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Unequal-variances-on-NLMIXED/m-p/161954#M8416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The normal argument to the MODEL statement takes only a mean and variance.&amp;nbsp; I think you will have to code up the log likelihood function with the two variances, and use the general argument.&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, 15 Aug 2014 11:49:29 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2014-08-15T11:49:29Z</dc:date>
    <item>
      <title>Unequal variances on NLMIXED</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Unequal-variances-on-NLMIXED/m-p/161953#M8415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the part of the code I used for equal variances and work fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;model y ~ normal(L + U*(z1) + lvar, s2e);&lt;/P&gt;&lt;P&gt;random lvar ~ normal(0,blockvar) subject=block out=blups;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For unequal variances, I tried the one below and it outputted errors in the log. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;model y ~ normal(L + U*(z1) + lvar, s2a s2b);&lt;/P&gt;&lt;P&gt;random lvar ~ normal(0,blockvar) subject=block out=blups;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me identify what I am missing,&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Marcio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 21:10:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Unequal-variances-on-NLMIXED/m-p/161953#M8415</guid>
      <dc:creator>marcioadg</dc:creator>
      <dc:date>2014-08-14T21:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unequal variances on NLMIXED</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Unequal-variances-on-NLMIXED/m-p/161954#M8416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The normal argument to the MODEL statement takes only a mean and variance.&amp;nbsp; I think you will have to code up the log likelihood function with the two variances, and use the general argument.&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, 15 Aug 2014 11:49:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Unequal-variances-on-NLMIXED/m-p/161954#M8416</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-08-15T11:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unequal variances on NLMIXED</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Unequal-variances-on-NLMIXED/m-p/161955#M8417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Thank you Steve,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;But I am not sure how to do that. I looked into some papers (&lt;A href="http://www.education.umd.edu/EDMS/fac/Harring/MIsc/WUSS-Paper.pdf" title="http://www.education.umd.edu/EDMS/fac/Harring/MIsc/WUSS-Paper.pdf"&gt;http://www.education.umd.edu/EDMS/fac/Harring/MIsc/WUSS-Paper.pdf&lt;/A&gt;) and websites (&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/viewer.htm#statug_nlmixed_sect021.htm" title="http://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/viewer.htm#statug_nlmixed_sect021.htm"&gt;SAS/STAT(R) 9.22 User's Guide&lt;/A&gt;) but I am not being able to do it.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Would you recommend any resource on how to do that?&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Thank you,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Marcio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 19:03:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Unequal-variances-on-NLMIXED/m-p/161955#M8417</guid>
      <dc:creator>marcioadg</dc:creator>
      <dc:date>2014-08-15T19:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unequal variances on NLMIXED</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Unequal-variances-on-NLMIXED/m-p/161956#M8418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have never done it, so I can't offer much beyond searching this site and the SAS-L archives.&amp;nbsp; I'm sorry.&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>Mon, 18 Aug 2014 11:19:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Unequal-variances-on-NLMIXED/m-p/161956#M8418</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-08-18T11:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unequal variances on NLMIXED</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Unequal-variances-on-NLMIXED/m-p/161957#M8419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not clear what you are trying to do. I suspect you have two groups and want a different variance for each group?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 20:22:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Unequal-variances-on-NLMIXED/m-p/161957#M8419</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2014-08-19T20:22:21Z</dc:date>
    </item>
  </channel>
</rss>

