<?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 lattice in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-lattice/m-p/764851#M37369</link>
    <description>&lt;P&gt;oky in my dataset I have, but after running it shows the message that error, in my data set the group already exists.&lt;/P&gt;</description>
    <pubDate>Mon, 30 Aug 2021 14:27:11 GMT</pubDate>
    <dc:creator>adimasuteferi</dc:creator>
    <dc:date>2021-08-30T14:27:11Z</dc:date>
    <item>
      <title>proc lattice</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-lattice/m-p/764649#M37352</link>
      <description>&lt;P&gt;how can I solve the error "variable GROUP is not found in proc lattice?&lt;/P&gt;</description>
      <pubDate>Sat, 28 Aug 2021 21:20:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-lattice/m-p/764649#M37352</guid>
      <dc:creator>adimasuteferi</dc:creator>
      <dc:date>2021-08-28T21:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: proc lattice</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-lattice/m-p/764653#M37353</link>
      <description>&lt;P&gt;... by providing the LATTICE procedure with a GROUP variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See here to find out how the input data set should look like when using the LATTICE procedure.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/statug/15.2/statug_lattice_details01.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/statug/15.2/statug_lattice_details01.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Four numeric SAS variables,&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="aa-varname"&gt;Group&lt;/CODE&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="aa-varname"&gt;Block&lt;/CODE&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="aa-varname"&gt;Treatment&lt;/CODE&gt;&lt;SPAN&gt;, and&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="aa-varname"&gt;Rep&lt;/CODE&gt;&lt;SPAN&gt;, are used in the input data set to define the lattice design. The&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="aa-varname"&gt;Group&lt;/CODE&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="aa-varname"&gt;Block&lt;/CODE&gt;&lt;SPAN&gt;, and&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="aa-varname"&gt;Treatment&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;variables are required in the data set to which PROC LATTICE is applied. For compatibility with previous releases, the third variable can alternatively be named&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="aa-varname"&gt;Treatmnt&lt;/CODE&gt;&lt;SPAN&gt;. The&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="aa-varname"&gt;Rep&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;variable must be present when the design involves repetition of the entire basic plan.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV id="statug_lattice000056" class="aa-section"&gt;
&lt;P class="xisDoc-paragraph"&gt;Every numeric variable other than &lt;CODE class="aa-varname"&gt;Group&lt;/CODE&gt;, &lt;CODE class="aa-varname"&gt;Block&lt;/CODE&gt;, &lt;CODE class="aa-varname"&gt;Treatment&lt;/CODE&gt;, or &lt;CODE class="aa-varname"&gt;Rep&lt;/CODE&gt; in the input SAS data set may be considered a response variable. A VAR statement tells PROC LATTICE that only the variables listed in the VAR statement are to be considered response variables. If the VAR statement is omitted, then all numeric variables, excluding &lt;CODE class="aa-varname"&gt;Group&lt;/CODE&gt;, &lt;CODE class="aa-varname"&gt;Block&lt;/CODE&gt;, &lt;CODE class="aa-varname"&gt;Treatment&lt;/CODE&gt;, and &lt;CODE class="aa-varname"&gt;Rep&lt;/CODE&gt;, are considered response variables. PROC LATTICE performs an analysis for each response variable.&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;Good luck,&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;Koen&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sun, 29 Aug 2021 00:13:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-lattice/m-p/764653#M37353</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-08-29T00:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: proc lattice</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-lattice/m-p/764787#M37361</link>
      <description>&lt;P&gt;yes that is general description but the problem what I meet is&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;"ERROR: Variable GROUP not found." after running and this error appears under LOG.&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 05:45:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-lattice/m-p/764787#M37361</guid>
      <dc:creator>adimasuteferi</dc:creator>
      <dc:date>2021-08-30T05:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: proc lattice</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-lattice/m-p/764832#M37365</link>
      <description>&lt;P&gt;Please post your PROC LATTICE code, using the running man in a square box icon.&amp;nbsp; Could you also provide some idea of the data structure in your analysis dataset?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suspect you have GROUP in your model statement, but that it does not appear in the dataset you are using.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 13:28:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-lattice/m-p/764832#M37365</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2021-08-30T13:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: proc lattice</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-lattice/m-p/764851#M37369</link>
      <description>&lt;P&gt;oky in my dataset I have, but after running it shows the message that error, in my data set the group already exists.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 14:27:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-lattice/m-p/764851#M37369</guid>
      <dc:creator>adimasuteferi</dc:creator>
      <dc:date>2021-08-30T14:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: proc lattice</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-lattice/m-p/764875#M37371</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you should make your group variable (with the name GROUP) numeric!&lt;/P&gt;
&lt;P&gt;It's probably CHAR but it should be NUM.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 15:18:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-lattice/m-p/764875#M37371</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-08-30T15:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: proc lattice</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-lattice/m-p/765026#M37380</link>
      <description>&lt;P&gt;Run PROC CONTENTS on your dataset and post the results here.&amp;nbsp; Then we can start to figure out what is going on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 12:02:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-lattice/m-p/765026#M37380</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2021-08-31T12:02:27Z</dc:date>
    </item>
  </channel>
</rss>

