Search for tag: "commands"
Stata: Data Manipulation & Analysis Practice Sessions 1(6/21/2023 9-11am) ReducedGithub page containing all files: https://github.com/jgrips9/Su23Practice There are many free resources that you can use for further learning.linkedin learning free with Cornell sign in.…
From Jacob Grippin
5 plays
|
|
Publication Ready Tables Through Coding(R, Stata)Link to Github page. Contains copies of code and how to access software. https://github.com/jgrips9/CCSS_Publication_Ready_Tables Schedule a consultation There are many free resources that you can…
From Caiwei Zhang
20 plays
|
|
Coding with R and Python Using Linux Parallel ComputingThere are many free resources that you can use for further learning.linkedin learning free with Cornell sign in. https://www.linkedin.com/learning/?u=76816458 https://www.codecademy.com/…
From Caiwei Zhang
15 plays
|
|
Intermediate StataGithub page: https://github.com/jgrips9/CCSS_Stata_Fall2022 Code: https://github.com/jgrips9/CCSS_Stata_Fall2022/blob/main/stata%20intermediate.do Schedule a consultation There are many free…
From Jacob Grippin
14 plays
|
|
Stata Basics 10/17/2022Github 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…
From Jacob Grippin
15 plays
|
|
Apps on Demand(AoD) copy and pasteSign 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
From Jacob Grippin
3 plays
|
|
Advanced Stata RecordingHandout: https://docs.google.com/document/d/1G1EuMyhJLSNCVGAo2nULpmCccO8vErvE/edit?usp=sharing&ouid=117340435... Copy of Commands:…
From Jacob Grippin
27 plays
|
|
Introduction to Stata Spring 2022Stata 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.…
From Jacob Grippin
15 plays
|
|
Introduction to SPSS: Crash Course Spring 2022SPSS 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.…
From Jacob Grippin
12 plays
|
|
Intro SAS Fall 2021Schedule a consultation There are many free resources that you can use for further learning.linkedin learning free with Cornell sign in. https://www.linkedin.com/learning/?u=76816458…
From Jacob Grippin
11 plays
|
|
Introduction to Stata Fall 2021There are many free resources that you can use for further learning.linkedin learning free with Cornell sign in. https://www.linkedin.com/learning/?u=76816458 https://www.codecademy.com/…
From Jacob Grippin
8 plays
|
|
Lesson 20.1 Class DefinitionsIn 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.
From Hannah Lee
130 plays
|
|
Lesson 16.1 The For-LoopIn 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.
From Hannah Lee
115 plays
|
|
Lesson 9.10 Conditional ScriptsThe 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…
From Hannah Lee
63 plays
|
|
Lesson 9.1 Program FlowMost 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…
From Hannah Lee
146 plays
|