|
Github page containing all files: https://github.com/jgrips9/Su23Practice Access to Stata: https://docs.google.com/document/d/1Px8NWoKpV4onrthao60ZpX2NrbAec89j/edit?usp=sharing&ouid=117340435...
|
|
Link to Github page. Contains copies of code and how to access software. https://github.com/jgrips9/CCSS_Publication_Ready_Tables
|
|
|
|
Github page: https://github.com/jgrips9/CCSS_Stata_Fall2022 Code: https://github.com/jgrips9/CCSS_Stata_Fall2022/blob/main/stata%20intermediate.do Access to software:…
|
|
Github Page with Files. 'Stata Basics10_17_2022.do' https://github.com/jgrips9/CCSS_Stata_Fall2022 How to access Stata Options: - Use Apps on Demand through Canvas. Instructions included…
|
|
Sign in: https://login.canvas.cornell.edu/ Copy and paste: https://it.cornell.edu/appsondemand/copy-and-paste-non-chrome-browsers-apps-demand?utm_source=main
|
|
Handout: https://docs.google.com/document/d/1G1EuMyhJLSNCVGAo2nULpmCccO8vErvE/edit?usp=sharing&ouid=117340435... Copy of Commands:…
|
|
Stata Commands used During Workshop in text editor: https://drive.google.com/file/d/1MscL1USBnomDj6eFSrDurqB70dF2sOPZ/view?usp=sharing Stata Commands as Syntax File. Double click to open Stata.…
|
|
SPSS Commands used During Workshop in text editor: https://drive.google.com/file/d/1Q8vH4hp-A4arqTAdEX_7nitZiEx-MBzh/view?usp=sharing SPSS Commands as Syntax File. Double click to open SPSS.…
|
|
|
|
|
|
|
|
In this video we show you the basic format of a class definition. However, classes can contain a lot of features, so our classes will be very simple for this demonstration.
|
|
In this video we introduce a new control-structure: the for-loop. This control structure is specifically designed for processing iterable types like strings, tuples, and lists.
|
|
The only difference between a module and a script is how you run it. But we have seen Python files that do different things when you run them as a script or import them as a module. This is done with…
|
|
Most of our code has been what is known as “straight line code”, meaning that it is executed in the order that it is written. But not all code works this way. In this video, we talk about…
|