Search for tag: "commands"

Stata: Data Manipulation & Analysis Practice Sessions 1(6/21/2023 9-11am) Reduced

Github 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.…

+19 More
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…

+21 More
From  Caiwei Zhang 20 plays

Coding with R and Python Using Linux Parallel Computing

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 https://www.codecademy.com/…

+21 More
From  Caiwei Zhang 15 plays

Intermediate Stata

Github 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…

+19 More
From  Jacob Grippin 14 plays

Stata Basics 10/17/2022

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…

+19 More
From  Jacob Grippin 15 plays

Apps on Demand(AoD) copy and paste

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

+19 More
From  Jacob Grippin 3 plays

Advanced Stata Recording

Handout: https://docs.google.com/document/d/1G1EuMyhJLSNCVGAo2nULpmCccO8vErvE/edit?usp=sharing&ouid=117340435... Copy of Commands:…

+19 More
From  Jacob Grippin 27 plays

Introduction to Stata Spring 2022

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.…

+19 More
From  Jacob Grippin 15 plays

Introduction to SPSS: Crash Course Spring 2022

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.…

+19 More
From  Jacob Grippin 12 plays

Docker Intro!

+19 More
From  Adrian Sampson 41 plays

Intro SAS Fall 2021

Schedule 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…

+19 More
From  Jacob Grippin 11 plays

Introduction to Stata Fall 2021

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 https://www.codecademy.com/…

+19 More
From  Jacob Grippin 8 plays

Lesson 20.1 Class Definitions

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.

+19 More
From  Hannah Lee 130 plays

Lesson 16.1 The For-Loop

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.

+19 More
From  Hannah Lee 115 plays

Lesson 9.10 Conditional Scripts

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…

+19 More
From  Hannah Lee 63 plays

Lesson 9.1 Program Flow

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…

+19 More
From  Hannah Lee 146 plays