<?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 LINES display is not produced in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/LINES-display-is-not-produced/m-p/903690#M44830</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to check affects between dependent variables before running tests on my data set but I keep getting an error message when trying to check with LSMEANS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data v10r2timing;&lt;BR /&gt;input plot rep trt fung$ timing$ moisture tw yield;&lt;BR /&gt;cards;&lt;BR /&gt;205 2 1 none NTC 19.2 52.7 177.8531246&lt;BR /&gt;205 2 1 none NTC 19.2 52.7 177.8531246&lt;BR /&gt;403 4 1 none NTC 19.2 52.3 169.5848331&lt;BR /&gt;104 1 1 none NTC 19.2 53.3 156.6275595&lt;BR /&gt;312 3 1 none NTC 20.9 52.4 163.9054244&lt;BR /&gt;110 1 2 Delaro V10 21.2 51.4 188.2760082&lt;BR /&gt;402 4 2 Delaro V10 21.1 51.9 183.5223473&lt;BR /&gt;207 2 2 Delaro V10 19.1 53.5 163.3169461&lt;BR /&gt;308 3 2 Delaro V10 20.6 52.4 161.3609817&lt;BR /&gt;309 3 3 Triva V10 20.4 52.7 203.6156326&lt;BR /&gt;406 4 3 Triva V10 21.8 51 178.5306603&lt;BR /&gt;112 1 3 Triva V10 21.1 51.4 165.3998759&lt;BR /&gt;208 2 3 Triva V10 20.8 51.6 171.6888006&lt;BR /&gt;109 1 4 Head V10 20.5 52.4 177.9064594&lt;BR /&gt;311 3 4 Head V10 19.4 53.2 179.8935096&lt;BR /&gt;411 4 4 Head V10 18.6 53.2 174.0723452&lt;BR /&gt;204 2 4 Head V10 19.8 52.5 170.6010268&lt;BR /&gt;102 1 5 none NTC 19.8 52.1 164.6462049&lt;BR /&gt;303 3 5 none NTC 18.1 53.2 162.3858654&lt;BR /&gt;407 4 5 none NTC 19.3 53 165.5471783&lt;BR /&gt;212 2 5 none NTC 18.9 53.7 165.5048254&lt;BR /&gt;101 1 6 Delaro R2 19.6 51.6 171.6519377&lt;BR /&gt;401 4 6 Delaro R2 19.5 51.6 209.7455212&lt;BR /&gt;202 2 6 Delaro R2 19.7 51.7 178.8284676&lt;BR /&gt;304 3 6 Delaro R2 19.9 52.8 163.7364178&lt;BR /&gt;105 1 7 Triva R2 19.8 52.1 182.225473&lt;BR /&gt;305 3 7 Triva R2 20.1 52.4 193.138672&lt;BR /&gt;210 2 7 Triva R2 20.8 51.8 176.9195559&lt;BR /&gt;412 4 7 Triva R2 20.8 51.6 165.8828991&lt;BR /&gt;209 2 8 Head R2 18.9 52.7 182.394198&lt;BR /&gt;302 3 8 Head R2 20.5 52.3 177.0418856&lt;BR /&gt;111 1 8 Head R2 19.4 52.4 173.3306563&lt;BR /&gt;408 4 8 Head R2 19.4 52.6 165.329749&lt;BR /&gt;405 4 9 none NTC 19.7 52.7 197.8860052&lt;BR /&gt;106 1 9 none NTC 20 51.5 181.034741&lt;BR /&gt;211 2 9 none NTC 18.7 52.8 159.1446537&lt;BR /&gt;307 3 9 none NTC 19.4 53 161.5618535&lt;BR /&gt;301 3 10 Delaro v10r2 20.3 51.7 200.4840663&lt;BR /&gt;206 2 10 Delaro v10r2 20.8 51 180.3101577&lt;BR /&gt;103 1 10 Delaro v10r2 20.1 52.3 158.5048153&lt;BR /&gt;404 4 10 Delaro v10r2 22.4 51 171.4601391&lt;BR /&gt;409 4 11 Triva v10r2 21.2 51.4 192.3629617&lt;BR /&gt;306 3 11 Triva v10r2 21.8 50.3 191.9365811&lt;BR /&gt;203 2 11 Triva v10r2 20.5 51.7 176.9360711&lt;BR /&gt;108 1 11 Triva v10r2 21.7 51.4 170.1238565&lt;BR /&gt;201 2 12 Head v10r2 20.3 51.5 181.6381435&lt;BR /&gt;310 3 12 Head v10r2 20.8 50.7 199.8918381&lt;BR /&gt;410 4 12 Head v10r2 22.6 51.3 169.4745887&lt;BR /&gt;107 1 12 Head v10r2 20.4 52.3 169.8077339&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;proc glimmix data = v10r2timing;&lt;BR /&gt;class fung timing;&lt;BR /&gt;model tw = fung timing fung*timing;&lt;BR /&gt;random rep;&lt;BR /&gt;lsmeans fung/lines;&lt;BR /&gt;lsmeans timing/lines;&lt;BR /&gt;lsmeans fung*timing/lines;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc glimmix data = v10r2timing;&lt;BR /&gt;class fung timing;&lt;BR /&gt;model moisture = fung timing fung*timing;&lt;BR /&gt;random rep;&lt;BR /&gt;lsmeans fung/lines;&lt;BR /&gt;lsmeans timing/lines;&lt;BR /&gt;lsmeans fung*timing/lines;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc glimmix data = v10r2timing;&lt;BR /&gt;class fung timing;&lt;BR /&gt;model yield = fung timing fung*timing;&lt;BR /&gt;random rep;&lt;BR /&gt;lsmeans fung/lines;&lt;BR /&gt;lsmeans timing/lines;&lt;BR /&gt;lsmeans fung*timing/lines;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NOTE: Convergence criterion (ABSGCONV=0.00001) satisfied.&lt;BR /&gt;NOTE: Estimated G matrix is not positive definite.&lt;BR /&gt;ERROR: LINES display is not produced for the fung effect because p-values are not available for all&lt;BR /&gt;least-squares means differences.&lt;BR /&gt;ERROR: LINES display is not produced for the timing effect because p-values are not available for&lt;BR /&gt;all least-squares means differences.&lt;BR /&gt;NOTE: PROCEDURE GLIMMIX used (Total process time):&lt;BR /&gt;real time 0.36 seconds&lt;BR /&gt;cpu time 0.03 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;172&lt;BR /&gt;173 proc glimmix data = v10r2timing;&lt;BR /&gt;174 class fung timing;&lt;BR /&gt;175 model moisture = fung timing fung*timing;&lt;BR /&gt;176 random rep;&lt;BR /&gt;177 lsmeans fung/lines;&lt;BR /&gt;178 lsmeans timing/lines;&lt;BR /&gt;179 lsmeans fung*timing/lines;&lt;BR /&gt;180 run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: Convergence criterion (ABSGCONV=0.00001) satisfied.&lt;BR /&gt;ERROR: LINES display is not produced for the fung effect because p-values are not available for all&lt;BR /&gt;least-squares means differences.&lt;BR /&gt;ERROR: LINES display is not produced for the timing effect because p-values are not available for&lt;BR /&gt;all least-squares means differences.&lt;BR /&gt;NOTE: PROCEDURE GLIMMIX used (Total process time):&lt;BR /&gt;real time 0.11 seconds&lt;BR /&gt;cpu time 0.03 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;181&lt;BR /&gt;182 proc glimmix data = v10r2timing;&lt;BR /&gt;183 class fung timing;&lt;BR /&gt;184 model yield = fung timing fung*timing;&lt;BR /&gt;185 random rep;&lt;BR /&gt;186 lsmeans fung/lines;&lt;BR /&gt;187 lsmeans timing/lines;&lt;BR /&gt;188 lsmeans fung*timing/lines;&lt;BR /&gt;189 run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: Convergence criterion (ABSGCONV=0.00001) satisfied.&lt;BR /&gt;ERROR: LINES display is not produced for the fung effect because p-values are not available for all&lt;BR /&gt;least-squares means differences.&lt;BR /&gt;ERROR: LINES display is not produced for the timing effect because p-values are not available for&lt;BR /&gt;all least-squares means differences.&lt;BR /&gt;NOTE: PROCEDURE GLIMMIX used (Total process time):&lt;BR /&gt;real time 0.10 seconds&lt;BR /&gt;cpu time 0.07 seconds&lt;/P&gt;</description>
    <pubDate>Fri, 17 Nov 2023 17:04:17 GMT</pubDate>
    <dc:creator>wbba222</dc:creator>
    <dc:date>2023-11-17T17:04:17Z</dc:date>
    <item>
      <title>LINES display is not produced</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/LINES-display-is-not-produced/m-p/903690#M44830</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to check affects between dependent variables before running tests on my data set but I keep getting an error message when trying to check with LSMEANS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data v10r2timing;&lt;BR /&gt;input plot rep trt fung$ timing$ moisture tw yield;&lt;BR /&gt;cards;&lt;BR /&gt;205 2 1 none NTC 19.2 52.7 177.8531246&lt;BR /&gt;205 2 1 none NTC 19.2 52.7 177.8531246&lt;BR /&gt;403 4 1 none NTC 19.2 52.3 169.5848331&lt;BR /&gt;104 1 1 none NTC 19.2 53.3 156.6275595&lt;BR /&gt;312 3 1 none NTC 20.9 52.4 163.9054244&lt;BR /&gt;110 1 2 Delaro V10 21.2 51.4 188.2760082&lt;BR /&gt;402 4 2 Delaro V10 21.1 51.9 183.5223473&lt;BR /&gt;207 2 2 Delaro V10 19.1 53.5 163.3169461&lt;BR /&gt;308 3 2 Delaro V10 20.6 52.4 161.3609817&lt;BR /&gt;309 3 3 Triva V10 20.4 52.7 203.6156326&lt;BR /&gt;406 4 3 Triva V10 21.8 51 178.5306603&lt;BR /&gt;112 1 3 Triva V10 21.1 51.4 165.3998759&lt;BR /&gt;208 2 3 Triva V10 20.8 51.6 171.6888006&lt;BR /&gt;109 1 4 Head V10 20.5 52.4 177.9064594&lt;BR /&gt;311 3 4 Head V10 19.4 53.2 179.8935096&lt;BR /&gt;411 4 4 Head V10 18.6 53.2 174.0723452&lt;BR /&gt;204 2 4 Head V10 19.8 52.5 170.6010268&lt;BR /&gt;102 1 5 none NTC 19.8 52.1 164.6462049&lt;BR /&gt;303 3 5 none NTC 18.1 53.2 162.3858654&lt;BR /&gt;407 4 5 none NTC 19.3 53 165.5471783&lt;BR /&gt;212 2 5 none NTC 18.9 53.7 165.5048254&lt;BR /&gt;101 1 6 Delaro R2 19.6 51.6 171.6519377&lt;BR /&gt;401 4 6 Delaro R2 19.5 51.6 209.7455212&lt;BR /&gt;202 2 6 Delaro R2 19.7 51.7 178.8284676&lt;BR /&gt;304 3 6 Delaro R2 19.9 52.8 163.7364178&lt;BR /&gt;105 1 7 Triva R2 19.8 52.1 182.225473&lt;BR /&gt;305 3 7 Triva R2 20.1 52.4 193.138672&lt;BR /&gt;210 2 7 Triva R2 20.8 51.8 176.9195559&lt;BR /&gt;412 4 7 Triva R2 20.8 51.6 165.8828991&lt;BR /&gt;209 2 8 Head R2 18.9 52.7 182.394198&lt;BR /&gt;302 3 8 Head R2 20.5 52.3 177.0418856&lt;BR /&gt;111 1 8 Head R2 19.4 52.4 173.3306563&lt;BR /&gt;408 4 8 Head R2 19.4 52.6 165.329749&lt;BR /&gt;405 4 9 none NTC 19.7 52.7 197.8860052&lt;BR /&gt;106 1 9 none NTC 20 51.5 181.034741&lt;BR /&gt;211 2 9 none NTC 18.7 52.8 159.1446537&lt;BR /&gt;307 3 9 none NTC 19.4 53 161.5618535&lt;BR /&gt;301 3 10 Delaro v10r2 20.3 51.7 200.4840663&lt;BR /&gt;206 2 10 Delaro v10r2 20.8 51 180.3101577&lt;BR /&gt;103 1 10 Delaro v10r2 20.1 52.3 158.5048153&lt;BR /&gt;404 4 10 Delaro v10r2 22.4 51 171.4601391&lt;BR /&gt;409 4 11 Triva v10r2 21.2 51.4 192.3629617&lt;BR /&gt;306 3 11 Triva v10r2 21.8 50.3 191.9365811&lt;BR /&gt;203 2 11 Triva v10r2 20.5 51.7 176.9360711&lt;BR /&gt;108 1 11 Triva v10r2 21.7 51.4 170.1238565&lt;BR /&gt;201 2 12 Head v10r2 20.3 51.5 181.6381435&lt;BR /&gt;310 3 12 Head v10r2 20.8 50.7 199.8918381&lt;BR /&gt;410 4 12 Head v10r2 22.6 51.3 169.4745887&lt;BR /&gt;107 1 12 Head v10r2 20.4 52.3 169.8077339&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;proc glimmix data = v10r2timing;&lt;BR /&gt;class fung timing;&lt;BR /&gt;model tw = fung timing fung*timing;&lt;BR /&gt;random rep;&lt;BR /&gt;lsmeans fung/lines;&lt;BR /&gt;lsmeans timing/lines;&lt;BR /&gt;lsmeans fung*timing/lines;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc glimmix data = v10r2timing;&lt;BR /&gt;class fung timing;&lt;BR /&gt;model moisture = fung timing fung*timing;&lt;BR /&gt;random rep;&lt;BR /&gt;lsmeans fung/lines;&lt;BR /&gt;lsmeans timing/lines;&lt;BR /&gt;lsmeans fung*timing/lines;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc glimmix data = v10r2timing;&lt;BR /&gt;class fung timing;&lt;BR /&gt;model yield = fung timing fung*timing;&lt;BR /&gt;random rep;&lt;BR /&gt;lsmeans fung/lines;&lt;BR /&gt;lsmeans timing/lines;&lt;BR /&gt;lsmeans fung*timing/lines;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NOTE: Convergence criterion (ABSGCONV=0.00001) satisfied.&lt;BR /&gt;NOTE: Estimated G matrix is not positive definite.&lt;BR /&gt;ERROR: LINES display is not produced for the fung effect because p-values are not available for all&lt;BR /&gt;least-squares means differences.&lt;BR /&gt;ERROR: LINES display is not produced for the timing effect because p-values are not available for&lt;BR /&gt;all least-squares means differences.&lt;BR /&gt;NOTE: PROCEDURE GLIMMIX used (Total process time):&lt;BR /&gt;real time 0.36 seconds&lt;BR /&gt;cpu time 0.03 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;172&lt;BR /&gt;173 proc glimmix data = v10r2timing;&lt;BR /&gt;174 class fung timing;&lt;BR /&gt;175 model moisture = fung timing fung*timing;&lt;BR /&gt;176 random rep;&lt;BR /&gt;177 lsmeans fung/lines;&lt;BR /&gt;178 lsmeans timing/lines;&lt;BR /&gt;179 lsmeans fung*timing/lines;&lt;BR /&gt;180 run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: Convergence criterion (ABSGCONV=0.00001) satisfied.&lt;BR /&gt;ERROR: LINES display is not produced for the fung effect because p-values are not available for all&lt;BR /&gt;least-squares means differences.&lt;BR /&gt;ERROR: LINES display is not produced for the timing effect because p-values are not available for&lt;BR /&gt;all least-squares means differences.&lt;BR /&gt;NOTE: PROCEDURE GLIMMIX used (Total process time):&lt;BR /&gt;real time 0.11 seconds&lt;BR /&gt;cpu time 0.03 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;181&lt;BR /&gt;182 proc glimmix data = v10r2timing;&lt;BR /&gt;183 class fung timing;&lt;BR /&gt;184 model yield = fung timing fung*timing;&lt;BR /&gt;185 random rep;&lt;BR /&gt;186 lsmeans fung/lines;&lt;BR /&gt;187 lsmeans timing/lines;&lt;BR /&gt;188 lsmeans fung*timing/lines;&lt;BR /&gt;189 run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: Convergence criterion (ABSGCONV=0.00001) satisfied.&lt;BR /&gt;ERROR: LINES display is not produced for the fung effect because p-values are not available for all&lt;BR /&gt;least-squares means differences.&lt;BR /&gt;ERROR: LINES display is not produced for the timing effect because p-values are not available for&lt;BR /&gt;all least-squares means differences.&lt;BR /&gt;NOTE: PROCEDURE GLIMMIX used (Total process time):&lt;BR /&gt;real time 0.10 seconds&lt;BR /&gt;cpu time 0.07 seconds&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 17:04:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/LINES-display-is-not-produced/m-p/903690#M44830</guid>
      <dc:creator>wbba222</dc:creator>
      <dc:date>2023-11-17T17:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: LINES display is not produced</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/LINES-display-is-not-produced/m-p/903694#M44831</link>
      <description>&lt;P&gt;You cannot estimate all the terms in your model. This is not a SAS restriction, the underlying math does not allow Least Squares Means to be estimated from your data. You can see this here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaigeMiller_0-1700241396930.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/89970iE885C0FD1CE2C685/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PaigeMiller_0-1700241396930.png" alt="PaigeMiller_0-1700241396930.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This "Non-est" usually happens when you have cells in your design with zero data points in a cell. PROC FREQ will identify those cells with zero data points.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaigeMiller_0-1700242241672.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/89972iE36AB61CDC9E59E6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PaigeMiller_0-1700242241672.png" alt="PaigeMiller_0-1700242241672.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on the above, you could remove timing='NTC' and fung='none' from your data, and then you will get results. Whether or not that is what you want is up to you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glimmix data = v10r2timing(where=(timing ^= 'NTC' and fung ^='none'));
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 17:35:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/LINES-display-is-not-produced/m-p/903694#M44831</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-11-17T17:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: LINES display is not produced</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/LINES-display-is-not-produced/m-p/904101#M44843</link>
      <description>&lt;P&gt;Alternatively, you could fit a MODEL statement with only the interaction term, and use LSMESTIMATE statements to derive the main effect marginal means and standard errors, and with a JOINT option, an F test. That would eliminate the issues seen, but carries the penalty of you having to do the LINES equivalent in a post-processing step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 13:55:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/LINES-display-is-not-produced/m-p/904101#M44843</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2023-11-21T13:55:33Z</dc:date>
    </item>
  </channel>
</rss>

