Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

RE: st: Problems with downloading the collinearity program from


From   "Nick Cox" <[email protected]>
To   <[email protected]>
Subject   RE: st: Problems with downloading the collinearity program from
Date   Thu, 11 Mar 2004 00:23:59 -0000

. foreach f in chitest chitesti { 
 	ssc copy `f'.ado
 	ssc copy `f'.hlp  
}  

Nick 
[email protected] 

> -----Original Message-----
> From: Nick Cox 
> Sent: 11 March 2004 00:02
> To: '[email protected]'
> Subject: RE: st: Problems with downloading the collinearity 
> program from
> 
> 
> Your example syntax doesn't meet the pattern. 
> 
> There is no file with filename -tab_chi- (i.e. tab_chi.) 
> on SSC. 
> 
> . cd c:\ado\plus\c 
> 
> . foreach f in chitest.ado chitest.hlp chitesti.ado chitesti.hlp { 
> 	ssc copy `f' 
> } 
> 
> or
> 
> . foreach f in chitest chitesti { 
> 	ssc copy `f'.ado
> 	ssc copy `f.hlp  
> }  
> 
> 
> 
> Nick 
> [email protected] 

*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index