<?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: Possible error in proc glmselect code in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Possible-error-in-proc-glmselect-code/m-p/768620#M37586</link>
    <description>The adaptive lasso ran and had there been true overlap it could not have so I am confused what these warnings mean, if they mean anything.</description>
    <pubDate>Mon, 20 Sep 2021 17:35:32 GMT</pubDate>
    <dc:creator>noetsi</dc:creator>
    <dc:date>2021-09-20T17:35:32Z</dc:date>
    <item>
      <title>Possible error in proc glmselect code</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Possible-error-in-proc-glmselect-code/m-p/768497#M37580</link>
      <description>&lt;P&gt;I am new to lasso and adaptive lasso. I am trying to limit the number of variables selected and so I ran this code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc glmselect data=randomdata plots=all;&lt;BR /&gt;partition fraction(validate=.3);&lt;BR /&gt;class pd1 pd2 pd3 pd4 pd5 pd6 pd7 pd8 pd9 pd10 pd11 pd1 pd12 pd13 pd14 pd15 pd16 pd17&lt;BR /&gt;pd18 pd19 pd20 pd21 pd22 pd23 pd24 pd25 pd26 pd27 pd28 pd29 pd30 pd31 ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;model dvd = pd1 pd2 pd3 pd4 pd5 pd6 pd7 pd8 pd9 pd10 pd11 pd12 pd13 pd14 pd15 pd16 pd17&lt;BR /&gt;pd18 pd19 pd20 pd21 pd22 pd23 pd24 pd25 pd26 pd27 pd28 pd29 pd30 pd31&lt;BR /&gt;/ selection=lasso(stop=none choose=validate);&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All of these variables have two levels including the DV, I use the variables selected to run logistic regression with half of the data held out from this data set. The problem is when I run this I get.&lt;/P&gt;
&lt;DIV&gt;"Selection stopped because all candidate effects for entry are linearly dependent on effects in the model."&lt;/DIV&gt;
&lt;DIV&gt;I have no idea what this means and no documentation I have seen mentions this. It generates a list of variables to use. I just don't know if this reflect a problem or not.&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
I am also unclear why it renames the variables. This is what is reported.&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;Effects:Intercept pd3_0 pd6_0 pd7_0 pd10_0 pd11_0 pd14_0 pd17_0 pd19_0 pd20_0 pd21_0 pd22_0 pd23_0 pd26_0 pd28_0 pd29_0 pd30_0
&lt;TABLE class="table" cellspacing="0" cellpadding="0"&gt;&lt;COLGROUP&gt; &lt;COL class="rowheader" /&gt; &lt;COL class="data" /&gt; &lt;/COLGROUP&gt;
&lt;THEAD&gt;&lt;/THEAD&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;I don't know where the _0 comes from unless this is how&amp;nbsp; GLMSELECT treats dummies.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;A second question. How do you run adaptive lasso instead of lasso. I know it can be done, I can't figure how how.&lt;BR /&gt;
&lt;TABLE class="table" cellspacing="0" cellpadding="0"&gt;&lt;COLGROUP&gt; &lt;COL class="data" /&gt; &lt;/COLGROUP&gt;
&lt;THEAD&gt;&lt;/THEAD&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;
&lt;TABLE class="table" cellspacing="0" cellpadding="0"&gt;&lt;COLGROUP&gt; &lt;COL class="data" /&gt; &lt;/COLGROUP&gt;
&lt;THEAD&gt;&lt;/THEAD&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 00:53:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Possible-error-in-proc-glmselect-code/m-p/768497#M37580</guid>
      <dc:creator>noetsi</dc:creator>
      <dc:date>2021-09-20T00:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Possible error in proc glmselect code</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Possible-error-in-proc-glmselect-code/m-p/768612#M37581</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/20929"&gt;@noetsi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See here for PROC GLMSELECT with LASSO and Adaptive LASSO:&lt;/P&gt;
&lt;P&gt;Penalized Regression Methods for Linear Models in SAS/STAT®&lt;BR /&gt;Funda Gunes, SAS Institute Inc.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/rnd/app/stat/papers/2015/PenalizedRegression_LinearModels.pdf" target="_blank"&gt;https://support.sas.com/rnd/app/stat/papers/2015/PenalizedRegression_LinearModels.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With regard to the naming of the variables : PROC GLMSELECT is not renaming anything. It just creates a dummy with zero (0) as the reference category and that's why you get varname_0 in the parameter estimates table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With regard to:&lt;BR /&gt;&lt;SPAN&gt;"Selection stopped because all candidate effects for entry are linearly dependent on effects in the model.",&lt;/SPAN&gt;&lt;BR /&gt;, I come back on this in 10 minutes!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 16:54:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Possible-error-in-proc-glmselect-code/m-p/768612#M37581</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-09-20T16:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Possible error in proc glmselect code</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Possible-error-in-proc-glmselect-code/m-p/768613#M37582</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;***** On top of my previous reply (see above!!) :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"Selection stopped because all candidate effects for entry are linearly dependent on effects in the model."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To me, that message is quite clear!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The GLMSELECT procedure will not continue the selection= process if adding a variable will cause the other variables in the model to be linear dependent on one another.&lt;BR /&gt;Can you check if you have identical dummies or if adding some dummies result in exactly another dummy?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 16:59:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Possible-error-in-proc-glmselect-code/m-p/768613#M37582</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-09-20T16:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Possible error in proc glmselect code</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Possible-error-in-proc-glmselect-code/m-p/768614#M37583</link>
      <description>&lt;P&gt;No the dummies don't overlap (or it would not run in the logistic regression I already ran which it did). Reading various comments associated with this "error" it appears that it will always be generated when you chose cross validation in the code. I found this out after I posted this. I don't really understand what the message is telling you, it explains why it is stopping at a specific step for sure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If anyone knows the code for adaptive lasso please let me know.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 17:06:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Possible-error-in-proc-glmselect-code/m-p/768614#M37583</guid>
      <dc:creator>noetsi</dc:creator>
      <dc:date>2021-09-20T17:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Possible error in proc glmselect code</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Possible-error-in-proc-glmselect-code/m-p/768617#M37584</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have no linear dependencies in your explanatory (input) variables and you do not do cross-validation (page 1 OP shows you do validation but not cross-validation), you should not get this error I think.&lt;/P&gt;
&lt;P&gt;Maybe you have linear dependencies when only looking at training or validation data instead of all data (?).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For adaptive LASSO, use :&lt;BR /&gt;&lt;SPAN&gt;selection=&lt;/SPAN&gt;&lt;EM&gt;lasso&lt;/EM&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;EM&gt;adaptive&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;choose=sbc stop=none) &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;... or something similar. The key is specifying the&amp;nbsp;ADAPTIVE method in the brackets after &lt;EM&gt;lasso&lt;/EM&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 17:24:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Possible-error-in-proc-glmselect-code/m-p/768617#M37584</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-09-20T17:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Possible error in proc glmselect code</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Possible-error-in-proc-glmselect-code/m-p/768619#M37585</link>
      <description>I think the statement is just a reminder of what is occurring that always is given when using cross validation although I am not certain. People who mentioned it did not seem concerns. I ran the adaptive lasso command from the paper you mentioned and got a warning that I also do not understand, but may be related to the first one.&lt;BR /&gt;"The adaptive weights for the LASSO method are not uniquely determined because the full least squares model is singular." *sigh*. I am checking the variables again, but I use them in a logistic regression without problem so they should not overlap.</description>
      <pubDate>Mon, 20 Sep 2021 17:30:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Possible-error-in-proc-glmselect-code/m-p/768619#M37585</guid>
      <dc:creator>noetsi</dc:creator>
      <dc:date>2021-09-20T17:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Possible error in proc glmselect code</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Possible-error-in-proc-glmselect-code/m-p/768620#M37586</link>
      <description>The adaptive lasso ran and had there been true overlap it could not have so I am confused what these warnings mean, if they mean anything.</description>
      <pubDate>Mon, 20 Sep 2021 17:35:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Possible-error-in-proc-glmselect-code/m-p/768620#M37586</guid>
      <dc:creator>noetsi</dc:creator>
      <dc:date>2021-09-20T17:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Possible error in proc glmselect code</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Possible-error-in-proc-glmselect-code/m-p/768623#M37587</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"Selection stopped because all candidate effects for entry are linearly dependent on effects in the model."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is it a &lt;FONT color="#00FF00"&gt;WARNING:&lt;/FONT&gt; or is it an &lt;FONT color="#FF0000"&gt;ERROR:&lt;/FONT&gt;?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In any case, the search stopped.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You might get the model from 'that particular moment' indeed, but it's not necessarily the better model you could bump into under better circumstances.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Maybe you are also interested in this video:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;LASSO Selection with PROC GLMSELECT&lt;BR /&gt;Funda Gunes, 2018&lt;BR /&gt;&lt;A href="https://video.sas.com/detail/video/3646879895001/lasso-selection-with-proc-glmselect" target="_blank"&gt;https://video.sas.com/detail/video/3646879895001/lasso-selection-with-proc-glmselect&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Good luck,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 17:50:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Possible-error-in-proc-glmselect-code/m-p/768623#M37587</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-09-20T17:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Possible error in proc glmselect code</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Possible-error-in-proc-glmselect-code/m-p/769607#M37620</link>
      <description>Following a suggestion made by several I ran the lasso on the entire data set rather than a training data set (I had held half the data out to use in the logistic regression). Even with that I got the same errors. I find this very confusing because I thought LASSO was intended to deal with limited data relative to predictors. And it won't run correctly even on a data set that the logistic regression will run &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I think the issue may be my choice of cross validation to choose alpha although I know of no other way to choose it.</description>
      <pubDate>Wed, 22 Sep 2021 17:47:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Possible-error-in-proc-glmselect-code/m-p/769607#M37620</guid>
      <dc:creator>noetsi</dc:creator>
      <dc:date>2021-09-22T17:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Possible error in proc glmselect code</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Possible-error-in-proc-glmselect-code/m-p/769657#M37625</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your original PROC GLMSELECT code (on page 1) does not mention alpha-choice neither cross-validation.&lt;/P&gt;
&lt;P&gt;Can you post your final code (or post the LOG --&amp;gt; even better!)?&lt;/P&gt;
&lt;P&gt;When replying ... use the "Insert Code" button ( &amp;lt;/&amp;gt; ) on the toolbar and paste your LOG in the pop-up window. That way, formatting and structure of the LOG are preserved and some colors are added.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 19:13:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Possible-error-in-proc-glmselect-code/m-p/769657#M37625</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-09-22T19:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Possible error in proc glmselect code</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Possible-error-in-proc-glmselect-code/m-p/769686#M37627</link>
      <description>The log is really long. This is the code I ran originally.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ODS graphics on;&lt;BR /&gt;proc glmselect data=dvddu plots=all;&lt;BR /&gt;partition fraction(validate=.3);&lt;BR /&gt;class pd1 pd2 pd3 pd4 pd5 pd6 pd7 pd8 pd9 pd10 pd11  pd12 pd13 pd14 pd15 pd16 pd17&lt;BR /&gt;pd18 pd19 pd20 pd21 pd22 pd23 pd24 pd25 pd26 pd27 pd28 pd29 pd30 pd31 ;&lt;BR /&gt;model dvd = pd1 pd2 pd3 pd4 pd5 pd6 pd7 pd8 pd9 pd10 pd11 pd12 pd13 pd14 pd15 pd16 pd17&lt;BR /&gt;pd18 pd19 pd20 pd21 pd22 pd23 pd24 pd25 pd26 pd27 pd28 pd29 pd30 pd31&lt;BR /&gt;/ selection=lasso(stop=none choose=validate);&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc glmselect data=dvddu plots=all;&lt;BR /&gt;partition fraction(validate=.3);&lt;BR /&gt;class pd1 pd2 pd3 pd4 pd5 pd6 pd7 pd8 pd9 pd10 pd11 pd12 pd13 pd14 pd15 pd16 pd17&lt;BR /&gt;pd18 pd19 pd20 pd21 pd22 pd23 pd24 pd25 pd26 pd27 pd28 pd29 pd30 pd31 ;&lt;BR /&gt;model dvd = pd1 pd2 pd3 pd4 pd5 pd6 pd7 pd8 pd9 pd10 pd11 pd12 pd13 pd14 pd15 pd16 pd17&lt;BR /&gt;pd18 pd19 pd20 pd21 pd22 pd23 pd24 pd25 pd26 pd27 pd28 pd29 pd30 pd31&lt;BR /&gt;/ selection=lasso(adaptive stop=none choose=validate);&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ods graphics off;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/* I got this warning in the log&lt;BR /&gt;&lt;BR /&gt;WARNING: The adaptive weights for the LASSO method are not uniquely determined because the full least squares model is singular. */&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And this in the results&lt;BR /&gt;&lt;BR /&gt;[cid:image001.png@01D7AFC6.279FABC0]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So I tried something not using k fold validation in case that was the issue as some suggest with smaller data bases (440 useful cases of which about 40 were at one level of the DV).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ODS graphics on;&lt;BR /&gt;proc glmselect data=dvddu plots=all;&lt;BR /&gt;/*partition fraction(validate=.3);*/&lt;BR /&gt;class pd1 pd2 pd3 pd4 pd5 pd6 pd7 pd8 pd9 pd10 pd11  pd12 pd13 pd14 pd15 pd16 pd17&lt;BR /&gt;pd18 pd19 pd20 pd21 pd22 pd23 pd24 pd25 pd26 pd27 pd28 pd29 pd30 pd31 ;&lt;BR /&gt;model dvd = pd1 pd2 pd3 pd4 pd5 pd6 pd7 pd8 pd9 pd10 pd11 pd12 pd13 pd14 pd15 pd16 pd17&lt;BR /&gt;pd18 pd19 pd20 pd21 pd22 pd23 pd24 pd25 pd26 pd27 pd28 pd29 pd30 pd31&lt;BR /&gt;/ selection=lasso(stop=none choose=sbc);&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;ods graphics off;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I got no warnings in the log. I got the same message in the results. I looked at documentation on this message but can't figure out if it means the lasso selection is invalid due to data limitations or not.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for your help. I would really like to use this method and am spending a long time trying to learn it and the code. But I can't find anything to explain this message or to suggest what the issue is. I ran logistic regression on the same data base without issue so it does not seem like a data issue.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Sep 2021 19:27:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Possible-error-in-proc-glmselect-code/m-p/769686#M37627</guid>
      <dc:creator>noetsi</dc:creator>
      <dc:date>2021-09-22T19:27:04Z</dc:date>
    </item>
  </channel>
</rss>

