100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
Notes Introduction to Quantitative Methods (PUBL055) $8.62   Add to cart

Class notes

Notes Introduction to Quantitative Methods (PUBL055)

 15 views  0 purchase
  • Course
  • Institution

Summary of lectures and readings for the Introduction to Quantitative Methods (PUBL055) course at UCL. Includes revision notes on Rstudio, regression, causal inference, counterfactuals, potential outcomes, difference in difference designs, standard errors, p-values, confidence intervals, etc.

Preview 2 out of 8  pages

  • March 14, 2023
  • 8
  • 2022/2023
  • Class notes
  • Dr luis schenoni
  • All classes
  • Unknown
avatar-seller
Guidance

 Courier font for screenreg!!
 Add fully completed essay front cover, including word count.
 Use same formatting as saved mock style.
 Submit as PDF file
 Use candidate number as ‘submission title’
 1500-word limit (excluding tables and code) - Figures, tables (including regression tables),
and table / figure titles will not be counted in the word limit.
 Double check Turnitin similarity report
 Write in full sentences, not bullet points
 present your analyses and the output of all statistical tests in a clear and readable
format.
 do not include screenshots from R.
 Please use screenreg or make a table in Word where relevant
 make sure your code is well annotated.
 If you are asked to answer a policy-relevant question, you should not simply report a
difference in means without commenting on the substance.
 You can use R to answer any question where you think it might be useful.
 The annotated code in the appendix will also not be included in the word count. - figure
out/ ask how to do this.
 Note that figure titles can be included in Word above the graph or as a title on the plot
itself (using the main option) - either option will be fine.
 In mock answers – says ‘here, I made a box plot, and labelled x axis...’ - do we need to do
this. - also, ‘I have pasted in the output from screen reg...’
 Should we include appendix of our code?



- Description, prediction and
causality
Week 1
- research design
- R basics

 Observational and experimental
studies
 The logic of counterfactuals
Week 2 Causality
 randomization
 Confounding
 difference-in-differences

, Describing
- Descriptive statistic
Week 3 quantitative data
- visualizing data
“Measurement”

- Prediction using quantitative
Regression I data
Week 4
(Prediction) - simple linear regression
- multiple linear regression
- Modelling non-linear
Regression II
relationships
Week 5 (Model
- Interaction terms
specification)
- Statistics for model fit




Week 1

 Objects
 Vectors – a set of information e.g., 0 1 13 14 56
 Subsetting a vector e.g., my_first_vector[c,(1,3,4)]
 Functions
 Arguments – inputs to functions
 mean(), median(), max(), min(), sum(), +, -, /, *, sqrt()
 13^2 – square function
 sum(1:100) - adds up all numbers from 1 to 100
 data.frame - object that holds data in a tabular format
 data(name_of_dataset) - to look at dataset already in R
 View(name_of_dataset) - to view dataset as separate spreadsheet
 $ - subsetting - access individual column of a data.frame - name_of_dataset$name_of_column
 [,] - to subset a row and column – if [10, ] - subsets entire 10 th row
 longley[c(4, 7), ] # elements in 4th and 7th row, all columns
 Logical values – TRUE, FALSE
 Logical operators - >, <, ==, !=
 head()



Week 2

 Setting working directory - setwd("~/Desktop/PUBL0055")
 Loading data - transphobia <- read.csv("data/transphobia.csv")
 Variables
 head(transphobia) – shows the first six (by default) rows of the data
 str(transphobia) – shows the “structure” of the data

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller brookeyates. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $8.62. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

79064 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$8.62
  • (0)
  Add to cart