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