Subject: XploRe Application Guide
See XploRe:

Quantlet: lts02
Description: estimation of phonecal data set by LTS
Download: lts02.xpl

Code:
  library("metrics")
;
  z = read("phonecal")
;
  x = matrix(rows(z))~z[,2]
  y = z[,3]
;
  b = lts(x,y)
  b
  

Subject: XploRe Application Guide
See XploRe:

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