<?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: Run regression for all possible combinations of 3 variables in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/776833#M38058</link>
    <description>Assuming all variables are numeric.&lt;BR /&gt;Not tested. Try this as departure.&lt;BR /&gt;&lt;BR /&gt;Proc glmselect data=have;&lt;BR /&gt;Model var0= var1 var2 var3 var1|var2|var3 @2 / solution selection=backward;&lt;BR /&gt;Run;</description>
    <pubDate>Wed, 27 Oct 2021 18:03:30 GMT</pubDate>
    <dc:creator>acordes</dc:creator>
    <dc:date>2021-10-27T18:03:30Z</dc:date>
    <item>
      <title>Run regression for all possible combinations of 3 variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/776824#M38057</link>
      <description>&lt;P&gt;&lt;FONT face="batang,apple gothic"&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic"&gt;I have a dataset with 3 independent variables (var1 - var3) and one dependent variable(var0). I need to run regression for all possible combinations of 3 variables.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic"&gt;data have;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="batang,apple gothic"&gt;input var0 var1 var2 var3;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="batang,apple gothic"&gt;Datalines;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="batang,apple gothic"&gt;0.17 3.84 15.60 17.15&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="batang,apple gothic"&gt;0.13 3.72 1.90 17.46&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="batang,apple gothic"&gt;0.18 8.44 22.80 12.37&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="batang,apple gothic"&gt;0.14 6.29 5.60 8.73&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="batang,apple gothic"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="batang,apple gothic"&gt;run;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic"&gt;regression to be run for combinations&lt;BR /&gt;var1&lt;BR /&gt;var2&lt;BR /&gt;var3&lt;BR /&gt;var1 var2&lt;BR /&gt;var2 var3&lt;BR /&gt;and so on..&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic"&gt;Thanks.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 17:27:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/776824#M38057</guid>
      <dc:creator>Satyakshma</dc:creator>
      <dc:date>2021-10-27T17:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Run regression for all possible combinations of 3 variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/776833#M38058</link>
      <description>Assuming all variables are numeric.&lt;BR /&gt;Not tested. Try this as departure.&lt;BR /&gt;&lt;BR /&gt;Proc glmselect data=have;&lt;BR /&gt;Model var0= var1 var2 var3 var1|var2|var3 @2 / solution selection=backward;&lt;BR /&gt;Run;</description>
      <pubDate>Wed, 27 Oct 2021 18:03:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/776833#M38058</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2021-10-27T18:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Run regression for all possible combinations of 3 variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/776838#M38059</link>
      <description>Thankyou for your response. But I have a question here, the selection =backward option will do variable selection or it will provide all combinations.</description>
      <pubDate>Wed, 27 Oct 2021 18:40:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/776838#M38059</guid>
      <dc:creator>Satyakshma</dc:creator>
      <dc:date>2021-10-27T18:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Run regression for all possible combinations of 3 variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/776841#M38062</link>
      <description>I suppose you can force it to run all steps.&lt;BR /&gt;Perhaps by setting a very extreme stopping criteria.&lt;BR /&gt;But I'm not sure and I'm writing from my smartphone so that I cannot test or investigate more.</description>
      <pubDate>Wed, 27 Oct 2021 18:59:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/776841#M38062</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2021-10-27T18:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Run regression for all possible combinations of 3 variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/776879#M38070</link>
      <description>&lt;P&gt;&lt;SPAN&gt;selection = option&amp;nbsp;will do variable selection.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;var1|var2|var3 is a short&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;specification of a full&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;factorial model: &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;var1 var2 var3 var1*var2 var1*var3 var2*var3 var1*var2*var3&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;So don't use&amp;nbsp;@2 there, it means the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;maximum number of variables involved is 2, factor "var1*var2*var3" would be removed.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 01:16:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/776879#M38070</guid>
      <dc:creator>whymath</dc:creator>
      <dc:date>2021-10-28T01:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Run regression for all possible combinations of 3 variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/776945#M38074</link>
      <description>&lt;P&gt;All possible regressions in SAS:&amp;nbsp;&lt;A href="https://support.sas.com/kb/24/986.html" target="_blank"&gt;https://support.sas.com/kb/24/986.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 11:33:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/776945#M38074</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-10-28T11:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Run regression for all possible combinations of 3 variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/776949#M38076</link>
      <description>&lt;P&gt;You want this ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input var0 var1 var2 var3;
Datalines;
0.17 3.84 15.60 17.15
0.13 3.72 1.90 17.46
0.18 8.44 22.80 12.37
0.14 6.29 5.60 8.73
;
run;


%macro reg_all_comb(dsn=, y= , x= );
%let n=%sysfunc(countw(&amp;amp;x.,%str( ))); %put &amp;amp;=n ;
data all_comb;
length comb $ 200;
 array x{&amp;amp;n.};
 k=-1; 
 do i=1 to 2**&amp;amp;n.;
   rc=graycode(k,of x{*});
   do j=1 to &amp;amp;n.;
    if x{j}=1 then comb=catx(' ',comb,scan("&amp;amp;x.",j,' '));
   end;
   output;call missing(comb);
 end;
run;
data _null_;
 set all_comb(where=(comb is not missing)) end=last;
 if _n_=1 then call execute(catt("proc reg data=&amp;amp;dsn. ;"));
 call execute(catt(" model &amp;amp;y.=",comb,";"));
 if last then call execute('quit;');
run;
%mend;

%reg_all_comb(dsn=have, y=var0 , x=var1 var2 var3 )&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 28 Oct 2021 11:48:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/776949#M38076</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-10-28T11:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Run regression for all possible combinations of 3 variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/776959#M38081</link>
      <description>&lt;P&gt;Hi, Thank you for your response. but have few questions in the code. You have used 'Graycode' function in the code. Is it different from using 'Allcomb' function to get combinations.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 12:48:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/776959#M38081</guid>
      <dc:creator>Satyakshma</dc:creator>
      <dc:date>2021-10-28T12:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Run regression for all possible combinations of 3 variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/776960#M38082</link>
      <description>There are different. ALLCOMB() only generate the combination of N variables. (a.k.  C m n)&lt;BR /&gt;But GREYCODE() could generate the combination of 1 , 2, 3, 4, ........N variables. (a.k.a   (1+1)^n  )&lt;BR /&gt;Check documentation ,you would find out the difference.</description>
      <pubDate>Thu, 28 Oct 2021 12:55:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/776960#M38082</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-10-28T12:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Run regression for all possible combinations of 3 variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/776964#M38083</link>
      <description>Thanks, I am trying to add this line of code- call execute(catt("output out =","reg_op",";"));&lt;BR /&gt;As I need to generate the results of these regression (slope, intercept, r-square, adj-rsquare etc) in dataset. But I am getting error as 'Data work reg_op is already open for output'.&lt;BR /&gt;&lt;BR /&gt;Is there some other way I can get the output in dataset.</description>
      <pubDate>Thu, 28 Oct 2021 13:06:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/776964#M38083</guid>
      <dc:creator>Satyakshma</dc:creator>
      <dc:date>2021-10-28T13:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Run regression for all possible combinations of 3 variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/777248#M38087</link>
      <description>&lt;P&gt;OK. You want this ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input var0 var1 var2 var3;
Datalines;
0.17 3.84 15.60 17.15
0.13 3.72 1.90 17.46
0.18 8.44 22.80 12.37
0.14 6.29 5.60 8.73
;
run;


%macro reg_all_comb(dsn=, y= , x= );
%let n=%sysfunc(countw(&amp;amp;x.,%str( ))); %put &amp;amp;=n ;
data all_comb;
length comb $ 200;
 array x{&amp;amp;n.};
 k=-1; 
 do i=1 to 2**&amp;amp;n.;
   rc=graycode(k,of x{*});
   do j=1 to &amp;amp;n.;
    if x{j}=1 then comb=catx(' ',comb,scan("&amp;amp;x.",j,' '));
   end;
   output;call missing(comb);
 end;
run;
data _null_;
 set all_comb(where=(comb is not missing)) end=last;
 if _n_=1 then call execute(catt("ods select none;
        ods output  FitStatistics=FitStatistics  ParameterEstimates= ParameterEstimates;
        proc reg data=&amp;amp;dsn. ;"));
 call execute(catt(compress(comb),": model &amp;amp;y.=",comb,";"));
 if last then call execute('quit; ods select all;');
run;
%mend;

%reg_all_comb(dsn=have, y=var0 , x=var1 var2 var3 )&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 29 Oct 2021 11:48:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/777248#M38087</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-10-29T11:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Run regression for all possible combinations of 3 variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/777269#M38088</link>
      <description>&lt;P&gt;If you use SELECTION=RSQUARE and STOP=3 on the MODEL statement in PROC REG, that should give you all possible regressions with up to 3 variables in the model. Try the code below. This code can be extremely resource intensive many variables listed on the MODEL statement. If you have 10 variables, then the code will yield c(10,1) + c(10,2) + c(10,3) = 10 + 45 + 120 = 175 regresions. If you run with 100 variables, then that is 100 + 450 + 161,700 = 162,250 models. If you run with 1000 variables, then thats ~166 million models.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;data test;
   call streaminit(51436);
   array x{10} x1-x10;
   do i=1 to 100;
      y=rand("normal");
	  do j=1 to 10;
	     x{j}=rand("normal");
	  end;
	  output;
   end;
run;

proc reg data=test outest=stats;
   model y=x1-x10 / selection=rsquare stop=3;
run;

proc print data=stats;
run;&lt;/PRE&gt;</description>
      <pubDate>Fri, 29 Oct 2021 12:55:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/777269#M38088</guid>
      <dc:creator>StatsMan</dc:creator>
      <dc:date>2021-10-29T12:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Run regression for all possible combinations of 3 variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/777485#M38096</link>
      <description>Good .&lt;BR /&gt;But OP need more than that:&lt;BR /&gt;"slope, intercept, r-square,         adj-rsquare etc    "</description>
      <pubDate>Sat, 30 Oct 2021 09:50:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/777485#M38096</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-10-30T09:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Run regression for all possible combinations of 3 variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/777504#M38100</link>
      <description>&lt;P&gt;The OUTEST= data set will contain the _rmse_&amp;nbsp; and _rsquare_ fields along with the intercept and slopes for each model. If you change to SELECTION=ADJRSQ and add the ADJRSQ option to the MODEL statement, then the OUTEST= data set will also contain the adjusted r-square. If there are other statistics needed, like Mallow's CP, then there are options on the MODEL statement to include those statistics in the OUTEST= data set.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Oct 2021 13:36:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/777504#M38100</guid>
      <dc:creator>StatsMan</dc:creator>
      <dc:date>2021-10-30T13:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Run regression for all possible combinations of 3 variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/777537#M38107</link>
      <description>&lt;P&gt;greetings from&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp;, who wrote &lt;A href="https://blogs.sas.com/content/iml/2021/08/11/sweep-operator-ls-regression.html" target="_self"&gt;a blog post about the SWEEP operator&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do it with the sweep operator&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
   call streaminit(51436);
   array x{10} x1-x10;
   do i=1 to 100;
      y=rand("normal");
	  do j=1 to 10;
	     x{j}=rand("normal");
	  end;
	  output;
   end;
run;

ods graphics on;
%let numsim=10;

proc iml;
xVarNames = "X1":"X&amp;amp;numSim";     /* names of explanatory variables */
varNames = xVarNames || "y" ;     /* name of all data variables */
use test;  read all var varNames into M [colname=varyplus];  
close;
M = j(nrow(M), 1, 1) || M;       /* add intercept column */
varyplus="intercept" || varnames;
mattrib m c=varyplus;

tss=(m[, {"y"}]-(m[, {"y"}] [:])) [##];

model_vars="x1":"x10";

vars=10;
max_cross=3;

ncomb=0;

do t=1 to max_cross;
ncomb=ncomb + comb(vars, t);
end;

results=t(1:ncomb) || j(ncomb, max_cross + 2, .);
model_info=j(ncomb, max_cross, "                               ");

cnt=0;

do i=1 to max_cross;
idx=allcomb(vars, i)+1;
idx=j(nrow(idx),1,1)||idx;
do u=1 to nrow(idx);
S1 = sweep(M`*M, idx[u,]);
rss=((t(S1[idx[u,], ncol(m)])#m[,idx[u,]]) [,+] - m[, {"y"}]) [##] ;
rsq=1-rss/tss;
cnt=cnt+1;
results[cnt,2:i+2]=S1[idx[u,],nrow(s1)]`;
results[cnt, ncol(results)]=rsq;
model_info[cnt,1:ncol(idx[u,])-1]=model_vars[idx[u,2:ncol(idx)]-1]`;
end;
end;

call symputx("cross", max_cross);

call sortndx(rr, results, ncol(results));
results=results[rr,];
model_info=model_info[rr,];


names={"obs" "intercept"} || ("est1":"est&amp;amp;cross.") || {"_rsq_" "rank"} ;
names2="model_var1":"model_var&amp;amp;cross.";

create parameter_estimate from results [colname=names];
append from results;
close;

create model_var from model_info [colname=names2];
append from model_info;
close;

quit;

data final_result;
merge parameter_estimate model_var;
run;&lt;/CODE&gt;&lt;/PRE&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="imly.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65269iA5FD908D7E90217F/image-size/large?v=v2&amp;amp;px=999" role="button" title="imly.png" alt="imly.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Oct 2021 10:16:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/777537#M38107</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2021-10-31T10:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Run regression for all possible combinations of 3 variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/779931#M38277</link>
      <description>Thank you &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt; . This works for me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Fri, 12 Nov 2021 07:03:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Run-regression-for-all-possible-combinations-of-3-variables/m-p/779931#M38277</guid>
      <dc:creator>Satyakshma</dc:creator>
      <dc:date>2021-11-12T07:03:48Z</dc:date>
    </item>
  </channel>
</rss>

