stpm3course (Stockholm 27 September 2024)
Course material
A zip file containing the course material can be found here
Or you can just download the lecture notes.
Required software.
If you want to run the examples in the lecture notes / examples you will need to install some software in Stata.
Installing You will need to install the latest versions of the
stpm3
,standsurv
,gensplines
,survsim
andaddplot
commands. You can install these from within Stata from SSC using the code below.
ssc install stpm3
ssc install standsurv
ssc install gensplines
ssc install survsim
ssc install addplot