| Subject: | XploRe Application Guide |
| See XploRe: |
| Quantlet: | lts03 | |
| Description: | estimation of stacklos data set by LTS | |
| Download: | lts03.xpl |
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: |