XQS started, wait for applet!

Subject: XploRe Application Guide
See XploRe:

Quantlet: lts03
Description: estimation of stacklos data set by LTS
Download: lts03.xpl

Code:
  library("metrics")
;
  z = read("stacklos")
;
  x = matrix(rows(z))~z[,2:4]
  y = z[,5]
;
  b = lts(x,y,12,1)
  b
  

Subject: XploRe Application Guide
See XploRe:

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