<?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 Several Error Messages trying GLMM in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Several-Error-Messages-trying-GLMM/m-p/522040#M74705</link>
    <description>&lt;P&gt;Hi, I'm trying to run a Generalized Linear Mixed Model with some presence/absence data, blocking for specific sites, because I have repeated measures. However, whenever I try to run the analysis with just the fewest variables possible, it gives me an error message of&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Argument must contain data table reference in access or evaluation of 'Current Data Table', Current Data Table/*###*/(subtables[i])".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven't seen any option to code anything, and I definitely have the table open that it's referencing, so any help would be much appreciated! Thank you!&lt;/P&gt;</description>
    <pubDate>Sat, 10 Jun 2023 23:51:11 GMT</pubDate>
    <dc:creator>BivariateSet910</dc:creator>
    <dc:date>2023-06-10T23:51:11Z</dc:date>
    <item>
      <title>Several Error Messages trying GLMM</title>
      <link>https://community.jmp.com/t5/Discussions/Several-Error-Messages-trying-GLMM/m-p/522040#M74705</link>
      <description>&lt;P&gt;Hi, I'm trying to run a Generalized Linear Mixed Model with some presence/absence data, blocking for specific sites, because I have repeated measures. However, whenever I try to run the analysis with just the fewest variables possible, it gives me an error message of&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Argument must contain data table reference in access or evaluation of 'Current Data Table', Current Data Table/*###*/(subtables[i])".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven't seen any option to code anything, and I definitely have the table open that it's referencing, so any help would be much appreciated! Thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:51:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Several-Error-Messages-trying-GLMM/m-p/522040#M74705</guid>
      <dc:creator>BivariateSet910</dc:creator>
      <dc:date>2023-06-10T23:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Several Error Messages trying GLMM</title>
      <link>https://community.jmp.com/t5/Discussions/Several-Error-Messages-trying-GLMM/m-p/522212#M74709</link>
      <description>&lt;P&gt;Welcome to the community &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/42102"&gt;@BivariateSet910&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looks to me that the data type is not correct that you specify in "Current Data Table()",&lt;/P&gt;
&lt;P&gt;like when providing a string when table is expected, see example. So in below case "dt" would be a proper argument.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt= open("$SAMPLE_DATA\Big Class.jmp");

dt_name ="Big Class";

show(type(dt));
show(type(dt_name));

Current Data Table(dt_name) &amp;lt;&amp;lt; Distribution();&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 16 Jul 2022 14:19:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Several-Error-Messages-trying-GLMM/m-p/522212#M74709</guid>
      <dc:creator>Georg</dc:creator>
      <dc:date>2022-07-16T14:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Several Error Messages trying GLMM</title>
      <link>https://community.jmp.com/t5/Discussions/Several-Error-Messages-trying-GLMM/m-p/522220#M74710</link>
      <description>&lt;P&gt;If you want to use the string&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt_name = "Big Class";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;as your Current Data Table, you have to use the Data Table() function to indicate it is a data table.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Current Data Table( Data Table( dt_name ) ) ;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 16 Jul 2022 15:58:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Several-Error-Messages-trying-GLMM/m-p/522220#M74710</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-07-16T15:58:25Z</dc:date>
    </item>
  </channel>
</rss>

