<?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>PaigeMiller Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>PaigeMiller Tracker</description>
    <pubDate>Wed, 23 Sep 2026 13:52:21 GMT</pubDate>
    <dc:date>2026-09-23T13:52:21Z</dc:date>
    <item>
      <title>Re: SAS Macros: Error Handling Best Practices</title>
      <link>https://communities.sas.com/t5/SAS-Communities-Library/SAS-Macros-Error-Handling-Best-Practices/tac-p/993467#M12319</link>
      <description>&lt;P&gt;Turn on the MPRINT option to make reading the log (and figuring out what the error is) much easier.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options mprint;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 10 Sep 2026 17:53:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Communities-Library/SAS-Macros-Error-Handling-Best-Practices/tac-p/993467#M12319</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-09-10T17:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to make the macro [works on column] to work on column with BY GROUP?!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-make-the-macro-works-on-column-to-work-on-column-with-BY/m-p/992769#M380457</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/409584"&gt;@hellohere&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;P is the BYGRP&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;was here, he would say what I say to you now. Do not expect us to understand the problem at the same level as you do. If a variable is referred to in your text, and there is no variable that obviously has the same name, we are lost. If you want us to recognize that P is the variable you are talking about, then &lt;STRONG&gt;SAY IT IN YOUR PROBLEM DESCRIPTION&lt;/STRONG&gt;. Don't make us ask.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I assume you mean "P is the Group variable", but you haven't said that.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Aug 2026 18:34:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-make-the-macro-works-on-column-to-work-on-column-with-BY/m-p/992769#M380457</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-08-29T18:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to make the macro [works on column] to work on column with BY GROUP?!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-make-the-macro-works-on-column-to-work-on-column-with-BY/m-p/992765#M380454</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;I have a macro. It works on column. The codes are below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The real data need to work on is with BY GROUP.&lt;/P&gt;
&lt;P&gt;The simulation is like below.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no GROUP variable here, so it is unclear what you mean. Can you please show us data that has a simulated GROUP variable?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is also unclear why you think a macro is needed here. As far as I can tell, a macro is unnecessary and complicates the situation greatly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The idea that you should perform calculations like this in SQL is a poor idea, that will lead you to trouble and inefficiencies, code will run slower and it will take you longer to program in SQL. (Just because you can do calculations like this in SQL doesn't mean you SHOULD do these calculations in SQL). Better to choose data steps or other PROCs to do calculations, especially with BY variables. The ability to handle BY variables is one of SAS's great strengths, you should endeavor to make use of BY variables in DATA steps and other PROCs, rather than via macros.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Aug 2026 11:48:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-make-the-macro-works-on-column-to-work-on-column-with-BY/m-p/992765#M380454</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-08-29T11:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: sas base: working with results viewer window</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-base-working-with-results-viewer-window/m-p/992624#M380444</link>
      <description>&lt;P&gt;If I am understanding you properly, and you have a long HTML output where you need to fix the 5th analysis, you need to re-run the analysis program that produced all of the long HTML output, making the fixes in there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To explain what is happening, when you use ODS HTML (or other ODS destination), SAS creates a file containing all of the outputs you just created by sending everything to an HTML file (or other file). It also creates a set of indexes, which is what you are seeing on the left of the Results window, these let you navigate quickly to parts of the output HTML file. Deleting the index has no impact on the HTML file, it only prevents you from navigating there using the Results window. So if you want the fifth analysis in the HTML file to change, you have to fix the program that created the HTML file, and then re-run it.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2026 14:15:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-base-working-with-results-viewer-window/m-p/992624#M380444</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-08-26T14:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Graphics ODS Destination</title>
      <link>https://communities.sas.com/t5/SAS-Product-Suggestions/Graphics-ODS-Destination/idc-p/992553#M895</link>
      <description>&lt;P&gt;&amp;amp;sasworklocation — is the for EG only? I don't seem to be able to use it in base SAS 9.4&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2026 19:06:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Product-Suggestions/Graphics-ODS-Destination/idc-p/992553#M895</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-08-24T19:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Graphics ODS Destination</title>
      <link>https://communities.sas.com/t5/SAS-Product-Suggestions/Graphics-ODS-Destination/idc-p/992546#M892</link>
      <description>&lt;P&gt;I feel like I am missing something. The following code, using HTML, creates the plots as .png files in whatever folder you specify.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods html path="C:\Users\xxxxxx\Documents\temp1" gpath="C:\Users\xxxxxx\Documents\temp1";
proc sgplot data=sashelp.class;
    scatter x=height y=weight;
run;
proc sgplot data=sashelp.class;
    vbar age/response=height;
run;
ods html close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaigeMiller_0-1787596602698.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/117260iE903A11E5F4422EE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PaigeMiller_0-1787596602698.png" alt="PaigeMiller_0-1787596602698.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2026 18:36:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Product-Suggestions/Graphics-ODS-Destination/idc-p/992546#M892</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-08-24T18:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Support Communities metrics and their trends</title>
      <link>https://communities.sas.com/t5/All-Things-Community/SAS-Support-Communities-metrics-and-their-trends/m-p/992463#M5164</link>
      <description>&lt;P&gt;It occurred to me today that not all forums have seen this decrease in traffic. The &lt;A href="https://www.adobe.com/community" target="_self"&gt;Adobe Community forums&lt;/A&gt; seem just as active and lively as ever. I have no statistics to back this up, but I use the Adobe forums almost daily.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps the difference is that SAS is a programming language while all Adobe products have a point and click interface. Or perhaps this is totally off the mark.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Aug 2026 10:56:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/SAS-Support-Communities-metrics-and-their-trends/m-p/992463#M5164</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-08-23T10:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to rename a set of variable names?!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Any-way-to-rename-a-set-of-variable-names/m-p/992173#M380418</link>
      <description>&lt;P&gt;Quoting&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"why do you need to do this?"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Help us all out, which helps you as well ... explain to us the real problem you are trying to solve, not just the one piece of code where you are getting stuck. Normally, the real problem is that you are trying to create a table or a plot or analysis. People here have lots of experience to help you get there, but we need to know where it is you want to go. See the &lt;A href="https://xyproblem.info/" target="_self"&gt;XY problem&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2026 10:01:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Any-way-to-rename-a-set-of-variable-names/m-p/992173#M380418</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-08-18T10:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: I want to vertically expand the plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-want-to-vertically-expand-the-plot/m-p/991985#M380391</link>
      <description>&lt;P&gt;Please explain in a lot more detail what you mean by "I want to vertically expand the plot".&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2026 10:45:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-want-to-vertically-expand-the-plot/m-p/991985#M380391</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-08-11T10:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behavior when data are written and re-read directly from an Excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Strange-behavior-when-data-are-written-and-re-read-directly-from/m-p/991863#M380382</link>
      <description>&lt;P&gt;Length and format are two different characteristics of your variable named X. Just because you have set the length of X to be $200, the format of X has not been set, so SAS guesses at what you want, and in this case it guesses wrong. If you set the format in PROC REPORT, the problem goes away.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=xxx; 
columns x;
define x/format=$200.;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or, an alternative solution, with PROC REPORT unchanged from your original code&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data xxx;
  length x $200;
  format x $200.;
  x = '-1'; output;
  x = '-10'; output;
  x = '-100'; output;
  x = '-10'; output;
  x = '-1'; output;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS: maybe I'm going off on a tangent here, but storing numerical values as text strings is generally a problematic thing to do, while storing numerical values as numbers is highly recommended, and also solves the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
data xxx;
  x = -1; output;
  x = -10; output;
  x = -100; output;
  x = -10; output;
  x = -1; output;
run;

ods excel file="&amp;amp;workpath.\XXX.xlsx" style=Plateau;
ods excel options (sheet_name="XXX" tab_color="white" flow="tables");

/* Even simpler would be to use PROC PRINT here */
proc report data=xxx; 
    columns x;
    define x/display;
run;

ods excel close;

libname prvfndgs xlsx "&amp;amp;workpath.\XXX.xlsx";

data yyy; 
  set prvfndgs.XXX;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2026 11:37:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Strange-behavior-when-data-are-written-and-re-read-directly-from/m-p/991863#M380382</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-08-07T11:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose Account Data which has multiple entries into multiple columns.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transpose-Account-Data-which-has-multiple-entries-into-multiple/m-p/991733#M380374</link>
      <description>&lt;P&gt;You can use PROC TRANSPOSE as in this example:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/proc/n01rzqgzs8vq1bn10h1wtx914kyf.htm" target="_blank" rel="noopener"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/proc/n01rzqgzs8vq1bn10h1wtx914kyf.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want actual code, you will need to provide data in a usable form, as seen in &lt;A href="https://blogs.sas.com/content/sastraining/2016/03/11/jedi-sas-tricks-data-to-data-step-macro/" target="_self"&gt;these examples and instructions&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS: I understand that a key person wants the data in this form; but please understand that is the only reason to do this. If you are programming for yourself, and want to use the results in further analyses, tables or plots, you would never do this transpose. As stated by&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;, this transposed arrangement of the data makes all other programming much more difficult.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2026 11:31:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transpose-Account-Data-which-has-multiple-entries-into-multiple/m-p/991733#M380374</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-08-04T11:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Support Communities metrics and their trends</title>
      <link>https://communities.sas.com/t5/All-Things-Community/SAS-Support-Communities-metrics-and-their-trends/m-p/991669#M5139</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32733"&gt;@FreelanceReinh&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, it looks like those mathematical inaccuracies occurred too frequently in Copilot's training data.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Sadly, it's not just using words wrong. It doesn't do calculations properly either. One day I was lazy and asked Copilot to compute MPH for my walk, in which I walked 3 miles (exactly) in 56 minutes and 36 seconds. Copilot walked me through the math and for the first step, Copilot told me that 56 minutes and 36 seconds is 56.61 minutes. Can you spot the error? (it's a small error but certainly not round-off error) There was another math error in the next calculation as well.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2026 13:55:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/SAS-Support-Communities-metrics-and-their-trends/m-p/991669#M5139</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-08-03T13:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Support Communities metrics and their trends</title>
      <link>https://communities.sas.com/t5/All-Things-Community/SAS-Support-Communities-metrics-and-their-trends/m-p/991632#M5130</link>
      <description>&lt;P&gt;I asked an AI chatbot (Copilot) why traffic is way down at internet help sites. The answer:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Traffic on StackOverflow and similar help sites is down &lt;STRONG&gt;because several structural shifts all hit at once&lt;/STRONG&gt;, and the data is now overwhelming: generative AI replaced most routine Q&amp;amp;A, moderation friction pushed newcomers away, and expert contributors withdrew when their effort stopped being rewarded. The collapse is not subtle — question volume is down &lt;STRONG&gt;29× from its peak&lt;/STRONG&gt;, and many sites are back to &lt;STRONG&gt;launch‑year activity levels&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Interesting how Copilot does not seem to recognize that multiplication and division are not the same thing. Down 29x is not the same as 1/29th. I do realize that many people make this same mistake in their speech and in their writing.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Aug 2026 22:06:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/SAS-Support-Communities-metrics-and-their-trends/m-p/991632#M5130</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-08-02T22:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Will this work to partition a large data set into 10?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Will-this-work-to-partition-a-large-data-set-into-10/m-p/991574#M380358</link>
      <description>&lt;P&gt;It would still help if you would be specific, instead of using the very vague word "processing". I'm sure many people here have good ideas on how to handle large data sets, but we can't help you unless we know what you going to do next.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, how big is this data set, in terms of rows and columns?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2026 16:30:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Will-this-work-to-partition-a-large-data-set-into-10/m-p/991574#M380358</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-07-31T16:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Will this work to partition a large data set into 10?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Will-this-work-to-partition-a-large-data-set-into-10/m-p/991566#M380351</link>
      <description>&lt;P&gt;I would like to suggest that splitting data sets like this is rarely needed and is rarely a good idea, and it usually makes the next steps in your programming more difficult. If you tell what you plan to do next with this data, we could advise on a better approach.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If, for example, you want to perform a regression analysis on each split, you can do so like this (and of course this method applies to almost every PROC even if it is not regression)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data large_set1;
    set large_set;
    id=mod(_n_,10);
run;
proc sort data=large_set1;
    by id;
run;
proc freq data=large_set1;
    by id;
    model y=x;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2026 15:53:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Will-this-work-to-partition-a-large-data-set-into-10/m-p/991566#M380351</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-07-31T15:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: What is collinearity and why does it matter?</title>
      <link>https://communities.sas.com/t5/SAS-Communities-Library/What-is-collinearity-and-why-does-it-matter/tac-p/991355#M12152</link>
      <description>&lt;P&gt;Partial Least Squares ought to be mentioned here. In my opinion, it is the best modeling tool when you have collinearity among the X variables, and is widely used in some areas, like spectroscopy (and of course is used in many other areas). Please see the &lt;A href="https://support.sas.com/resources/papers/proceedings-archive/SUGI95/Sugi-95-210%20Tobias.pdf" target="_self"&gt;paper by Tobias&lt;/A&gt;&amp;nbsp;(of SAS Institute), in which he takes 1,000 highly correlated predictors, and still obtains a useful model, without all the time-consuming messiness of reducing variables. Also see the paper by Bartell (from JMP) &lt;A href="https://community.jmp.com/kvoqx44227/attachments/kvoqx44227/mastering-jmp/48/5/PLSBartell%20Jan%202019.pdf" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2026 17:58:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Communities-Library/What-is-collinearity-and-why-does-it-matter/tac-p/991355#M12152</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-07-27T17:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: html email</title>
      <link>https://communities.sas.com/t5/SAS-Programming/html-email/m-p/991068#M380318</link>
      <description>&lt;P&gt;Perhaps the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/mcrolref/n09tblrxldh8k0n1kt6dkj3xlxug.htm" target="_self"&gt;%NRSTR function&lt;/A&gt; will work here. But yes, definitely show us your code. In fact, please, from now on, ALWAYS show us your code in the first post on a topic.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2026 10:52:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/html-email/m-p/991068#M380318</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-07-20T10:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sum values over repeated variable values</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Sum-values-over-repeated-variable-values/m-p/990660#M43996</link>
      <description>&lt;P&gt;Agreeing with&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;&amp;nbsp;that numbers should not characters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you perform the conversion to have numeric values, PROC SUMMARY or PROC MEANS produces the dataset or output you want.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2026 17:54:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Sum-values-over-repeated-variable-values/m-p/990660#M43996</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-07-10T17:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Estimation and significance test</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Estimation-and-significance-test/m-p/990582#M5089</link>
      <description>&lt;P&gt;SAS has never (as far as I know) used the normal distribution when there are more than 30 data points. It uses the t-distribution even when there are 30,000 data points (or more) assuming of course that the t-distribution is the correct distribution for the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The idea of using the normal distribution when there are more than 30 data points is an approximation, and was useful back in the days before computers and you had to use a look-up table. But it isn't really needed with modern computers.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2026 13:42:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Estimation-and-significance-test/m-p/990582#M5089</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-07-08T13:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Estimation and significance test</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Estimation-and-significance-test/m-p/990557#M5086</link>
      <description>&lt;P&gt;Are you using PROC VARMAX? It would appear that the parameter estimates follow a t-distribution.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;According to &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/etsug/etsug_varmax_details33.htm#etsug_varmax013343" target="_self"&gt;the documentation&lt;/A&gt;, the parameter estimates converge to a multivariate normal distribution as T approaches infinity (T apparently is the number of data points), which means before they converge they are likely a t-distribution.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2026 18:56:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Estimation-and-significance-test/m-p/990557#M5086</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-07-07T18:56:53Z</dc:date>
    </item>
  </channel>
</rss>

