Wow, this video really cleared some things up. Will be able to use STATA more efficiently now. Thanks!
@SteffensClassroom4 жыл бұрын
Glad you liked it. More videos should be added within a few days.
@caominhthong6436 Жыл бұрын
Hi, just here to say that your video are awesome!
@grantgibson86807 ай бұрын
Hi Steffen, I know I'm 4 years late to the party, but I'm putting together a content playlist for my Stata learners and just wanted to flag that you're doing logs a bit wrong. You should specify the following: log using "C:\Users\Steffen\Videos\Stata videos\mylogfile", replace smcl (if you want to log in stata markup - this is the default) OR the *same* command, but with the option text log using "C:\Users\Steffen\Videos\Stata videos\mylogfile", replace text (if you want to log in ascii text) Stata will automatically append the correct file extension and your .txt version will be human readable :) The way you do it in your first example doesn't overwrite the default formatting of the output so stata writes to a text file in its markup language. SMCL is fine, but if you want to share your output with a co-investigator who doesn't have stata they won't be able to read it so you should use the ,text option to make it universally interpretable. Thanks for your videos which are generally quite good ! 😄
@SteffensClassroom7 ай бұрын
You are never late to the party. Not when it comes to Stata. Thanks for the comment. Much appreciated! I actually thought about updating this video a while back as I encountered this when finishing up a paper, but well... Forgot... If it is ok with you, I will add part of your comment in the video description. Thanks again!
@c.comploj3775 Жыл бұрын
Is it not possible to change the name of the log file? Currently it says "unnamed" on every log file.
@SteffensClassroom Жыл бұрын
Of course you can! See the video... 1:30
@c.comploj3775 Жыл бұрын
@@SteffensClassroom No, that is the file name. Also in your log file example there is an "unnamed".
@SteffensClassroom Жыл бұрын
Ah! I see. If you open the help file for the log command, you can see how you name it under 'Options for use with log'. There you will see the option for naming the log file.
@c.comploj3775 Жыл бұрын
@@SteffensClassroom Found it! It seems quite useful to have many sub-files. Maybe you can consider making a short video in the future on this as well.