File: leverage.inp

package info (click to toggle)
gretl 2022c-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 59,552 kB
  • sloc: ansic: 409,074; sh: 4,449; makefile: 3,222; cpp: 2,777; xml: 599; perl: 364
file content (15 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Illustration of the analysis of influential observations
# and "leverage".  The example comes from Davidson and 
# MacKinnon's "Estimation and Inference in Econometrics"
# (Oxford, 1993), Chapter 1.

open leverage.gdt

# OLS using "correct" x data
ols y 0 x1
leverage

# using data with an erroneous value for x at 
# observation 7 (otherwise x2 is identical to x1)
ols y 0 x2
leverage