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: AW: st: Error with outreg (ssc) stata 11
From
Roger Newson <[email protected]>
To
[email protected]
Subject
Re: AW: st: Error with outreg (ssc) stata 11
Date
Mon, 10 Oct 2011 11:48:57 +0100
Did you exit Stata after installing -outreg- and then re-launch Stata?
This often works when you install a package with a Mata library (at
leats in some versions of Stata), because (at least in those versions of
Stata) the Mata library path is not immediately updated when a new
package is installed, but is reconstructed when Stata is launched again.
I hope this helps.
Best wishes
Roger
Roger B Newson BSc MSc DPhil
Lecturer in Medical Statistics
Respiratory Epidemiology and Public Health Group
National Heart and Lung Institute
Imperial College London
Royal Brompton Campus
Room 33, Emmanuel Kaye Building
1B Manresa Road
London SW3 6LR
UNITED KINGDOM
Tel: +44 (0)20 7352 8121 ext 3381
Fax: +44 (0)20 7351 8322
Email: [email protected]
Web page: http://www.imperial.ac.uk/nhli/r.newson/
Departmental Web page:
http://www1.imperial.ac.uk/medicine/about/divisions/nhli/respiration/popgenetics/reph/
Opinions expressed are those of the author, not of the institution.
On 09/10/2011 16:03, Christopher Baum wrote:
<>
No, unfortunately this does not help. I deinstalled -outreg-(ssc), updated Mata library accordingly and reinstalled -outreg- and it does still not work.
. mata : mata mlib index
.mlib libraries to be searched are now
lmatabase;lmataado;lmataopt;lkhb;lmoremata;lmoremata10;lsomersd;lsq;lsqbm;l_cfrmt
I am not sure what should be in there when -outreg- is installed...
As -ssc desc outreg- shows, l_Cfrmt.mlib is the Mata library associated with this package. I can reproduce the problem you had (not being able to locate BegTex()). As mata describe using l_cfrmt shows, there is no such function in that Mata library.
: mata desc using l_cfrmt
(library contains 3 members)
# bytes type name and extent
-------------------------------------------------------------------------------
1,324 auto string matrix StrToMat()
404 auto transmorphic matrix _CColJoin()
396 auto transmorphic matrix _CRowJoin()
-------------------------------------------------------------------------------
Kit
Kit Baum | Boston College Economics& DIW Berlin | http://ideas.repec.org/e/pba1.html
An Introduction to Stata Programming | http://www.stata-press.com/books/isp.html
An Introduction to Modern Econometrics Using Stata | http://www.stata-press.com/books/imeus.html
*
* 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/