Thanks as always to Kit Baum, a new version of the dolog package is now available for download from SSC. In Stata, use the ssc command to do this, or adoupdate if you already have an old version of dolog.
The dolog package is described as below on my website. The new version now runs the do-file under the user's current Stata version, instead of under Stata Version 16 as before. The user can of course override this default, either by having a version statement inside the do-file to be run, or (as in the case of a certification script) by using a version prefix, as in
version 16: dolog dolog
to run a certification script named dolog.do.
The new version also updates my affiliation to King's College London, and my email to
roger.newson@kcl.ac.uk
as I now work at King's College London.
Best wishes
Roger
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
package dolog from http://www.rogernewsonresources.org.uk/stata16
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TITLE
dolog: Execute commands from a do-file, creating a text or SMCL log file
DESCRIPTION/AUTHOR(S)
dolog and dosmcl (like do) causes Stata to execute the commands stored in
filename.do as if they were entered from the keyboard, and echos the commands
as it executes them, creating a text log file filename.log (in the case of
dolog) or a SMCL log file filename.smcl (in the case of dosmcl). If filename
is specified without an extension, then filename.do is assumed. If filename
is specified with an extension other than .do, or with no extension, then the
log file will still have .log or .smcl as its extension, so dolog and dosmcl
will not overwrite the original do-file. Arguments are allowed (as with do or
run).
Author: Roger Newson
Distribution-Date: 07july2021
Stata-Version: 16
INSTALLATION FILES (click here to install)
dolog.ado
dosmcl.ado
dolog.sthlp
dosmcl.sthlp
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
(click here to return to the previous screen)
Related Posts with New version of dolog on SSC
Can you use a principal component analysis and a heckman test together?For my master thesis I am facing some issues and I would appreciate some advice. I use Stata 16 for …
foreach loop with different prefixesI need to do some data manipulation that involves variables with many different alpha prefixes (rang…
Variance of a ratio with unknown covariance between numerator and denominatorI have two means and their standard errors from a paper. I would like to calculate their ratio and i…
Creating a new variableHello Statalist, I think I overthinking a rather simple problem with creating a new variable and I …
plotting confidence intervals of a regression line in panel dataDear all, I am a beginner in Stata and I am trying to find out how to plot confidence intervals of a…
Subscribe to:
Post Comments (Atom)
0 Response to New version of dolog on SSC
Post a Comment