Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: st: Followup: inverting a stored table of regression results - then exporting to a cvs/excel file


From   Nick Cox <[email protected]>
To   "'[email protected]'" <[email protected]>
Subject   RE: st: Followup: inverting a stored table of regression results - then exporting to a cvs/excel file
Date   Thu, 4 Nov 2010 10:50:35 +0000

You could also combine them:

*! 1.0.0 NJC 4 Nov 2010 
program whereis
	version 8
	capture which `0'
	if _rc {
		findit `0'
	}
	else which `0'
end 

whereis regress
whereis mata 
whereis strangeprogramIneverheardof 

Nick 
[email protected] 


-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Nick Cox
Sent: 04 November 2010 10:38
To: '[email protected]'
Subject: RE: st: Followup: inverting a stored table of regression results - then exporting to a cvs/excel file

I do it the other way round. -which- tells me what is an official command or whether I have a copy in some directory or folder for user-written programs. -findit- then looks for other stuff. 

Nick 
[email protected] 

Eric Booth

Thanks, Nick.  Usually when I try to check whether a package I'm using is something I downloaded from SSC or not, I (lazily) just type -ssc d foo- or -ssc install foo- and as long as it doesn't give me the error:

ssc install: "foo" not found at SSC, type -findit foo-
(To find all packages at SSC that start with t, type -ssc describe t-)
r(601); 

I assume it's from the SSC.  
I didn't get this error when I checked -stack- (apparently, because there is a page for it (http://ideas.repec.org/c/boc/bocode/s320501.html)), but I need to look closer in the future.

On Nov 4, 2010, at 5:23 AM, Nick Cox wrote:

> <sacrifice> 
> 
> Detail: -stack- is an official command of long standing. 
> 

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index