Thanks to Kit Baum a new version of smclpres is now available from SSC. To install type in Stata ssc install smclpres, replace.
Some talks are primarily on how to do things in Stata, like a lecture on graphs in Stata or a talk at a Stata Users' Group meeting. In those cases a .smcl presentation can be useful. A .smcl presentation is a series of linked .smcl files that open in the viewer inside Stata (like help-files). The strength of a .smcl presentation is that it can contain links that execute examples, open help files, open .do files, etc.
A .smcl presentation is all about illustrating how to do something in Stata, so preparing for such a talk typically starts with preparing a set of examples in .do file. By adding specific comments to that do-file, e.g. to indicate when a slide starts and when it ends, what the title of the slide is, etc, the -smclpres- program can turn that .do file in a .smcl presentation. This .smcl presentation can also be transformed to a .html handout.
A recent example of such a presentation is the presentation I held at the last German Stata Users' meeting on how to implement Agent Based Models in Mata: http://www.maartenbuis.nl/presentati...any19_buis.zip
The main improvements in this update of smclpres is that stops in cleaner way when an error occurs, and some more convenient ways of including links to .do files and dialog boxes for both the presentation and the handout.
Related Posts with update available of smclpres: module for making interactive presentations in Stata
Instrumental Variable HelpHi, I'm having trouble with a new instrumental variable. So I'm trying to find some causality, betw…
Why F-test is missing? Could you please help!Hi, I run some regressions, but the F-test is missing. I read some previous posts related to this i…
Multiple Regression analysis: Explanatory Variable as percentageIn STATA when I do a regression analysis and the y variable is expressed in a percentage, I normally…
conditional rowtotalHello, I am trying to sum across columns only the 1s. I have tried egen pri_sum=rowtotal(pri_q1-pri…
Using boottest after bootstrap clustering with 1000 replication ??I am using a diff-in-diff methodology on a cross-sectional data. I am first using bootstrap cluster…
Subscribe to:
Post Comments (Atom)
0 Response to update available of smclpres: module for making interactive presentations in Stata
Post a Comment