Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | Nick Cox <n.j.cox@durham.ac.uk> |
To | "'statalist@hsphsun2.harvard.edu'" <statalist@hsphsun2.harvard.edu> |
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 n.j.cox@durham.ac.uk -----Original Message----- From: owner-statalist@hsphsun2.harvard.edu [mailto:owner-statalist@hsphsun2.harvard.edu] On Behalf Of Nick Cox Sent: 04 November 2010 10:38 To: 'statalist@hsphsun2.harvard.edu' 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 n.j.cox@durham.ac.uk 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/