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 Access to Stata: https://docs.google.com/document/d/1Px8NWoKpV4onrthao60ZpX2NrbAec89j/edit?usp=sharing&ouid=117340435...

From  Jacob Grippin 3 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

From  Caiwei Zhang 11 plays

Coding with R and Python Using Linux Parallel Computing

From  Caiwei Zhang 7 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 Access to software:…

From  Jacob Grippin 10 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…

From  Jacob Grippin 11 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

From  Jacob Grippin 1 plays

Advanced Stata Recording

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

From  Jacob Grippin 15 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.…

From  Jacob Grippin 11 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.…

From  Jacob Grippin 10 plays

Docker Intro!

From  Adrian Sampson 39 plays

Intro SAS Fall 2021

From  Jacob Grippin 4 plays

Introduction to Stata Fall 2021

From  Jacob Grippin 3 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.

From  Hannah Lee 123 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.

From  Hannah Lee 112 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…

From  Hannah Lee 62 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…

From  Hannah Lee 145 plays