Subject: XploRe Application Guide
See XploRe:

Quantlet: qr01
Description: estimation of pullover data set by OLS
Download: qr01.xpl

Code:
  library("metrics")
;
  z = read("pullover")
;
  x = matrix(rows(z))~z[,2:4]
  y = z[,1]
;
  gls(x,y)


Subject: XploRe Application Guide
See XploRe:

© MD*Tech - Method and Data Technologies, generated on 19.7.2000 .