******************************************************************************** File ERRATA.TXT Corrections and changes in the book (November, 2002) Please, send reports of errors to A. Marazzi (e-mail Alfio.Marazzi@inst.hospvd.ch) ******************************************************************************** Abbreviation: fb = from bottom Page Line Error Correction -------------------------------------------------------------------------------- 12 5 considered Hampel considered in Hampel 49 2fb tl=5.503 tu=6.116 tl=4.748 tu=6.870 84 12 (\tilde D X)^1/2 (\tilde D^1/2 X) 122 16fb IGWT=1. IGWT=0. 139 7 g, exu=userfd y, exu=usext 139 19 Psi(r1) Psp(r1) 150 7fb nrow(x) nrow(xt) 152 12fb nrow(x) nrow(xt) 193 24 (np-nq)*ftau ftau 196 3fb (8.389,-0.073,0.240) (4.979,-0.0788,0.414) 196 3fb 0.654 nit = 30 0.575 nit = 7 196 2fb (13.402,-0.074) (13.169,-0.0698) 196 2fb 0.654 nit = 5 0.575 nit = 5 196 1fb 16.012, P = 0.000002 20.054, P = 0.00000 206 1fb Remark 2 Remark 1 206 9fb Q^*(\theta,\sigma) Q^*(\theta,s) 208 headline Breakdown Point High Breakdown Point to 220 headline Breakdown Point High Breakdown Point 211 2 ISEED I ISEED I/O 213 8fb \theta_p:=\theta_p theta_p:=t+\bar z^{[j]} +\bar z^{[j]} 214 7fb ISEED I ISEED I/O 217 17fb TOLR TOLS 218 2 of unscaled of the unscaled 219 20 ISEED I ISEED I/O 222 5 xmin1 <- zr$theta xmin1 <- zr$xmin 222 7 xmin2 <- zr$theta xmin2 <- zr$xmin 222 9 xmin3 <- zr$theta xmin3 <- zr$xmin 222 14 xmin4 <- zr$theta xmin4 <- zr$smin 222 16 xmin5 <- zr$theta xmin5 <- zr$smin 222 18 xmin6 <- zr$theta xmin6 <- zr$smin 222 25 xmin7 <- zr$theta xmin7 <- zr$smin 222 27 xmin8 <- zr$theta xmin8 <- zr$smin 222 5fb -37.812 -35.358 222 4fb -35.971 -35.080 222 3fb -37.812 -35.358 249 5 xmb <- sweep(x,2,t0) xmb <- sweep(cx,2,t0) 249 10 (z %*% cvm1 %*% t(z)) (t(z) %*% cvm1 %*% z) 249 20 zf <- cifact(a2,b2,np) # zf <-cifact(a2,b2,np); fc <- zf$fc 249 22 ; fc <- zf$fc ; fc <- 1 249 25 zc <- cfrcov(z$a,np,fc) zc <- cfrcov(zd$a,np,fc) 249 29 zc <- cfrcov(z$a,np,fc) zc <- cfrcov(zd$a,np,fc) 249 33 zc <- cfrcov(z$a,np,fc) zc <- cfrcov(zd$a,np,fc) 249 3fb cv1=(0.024,0.042,0.310) cv1=(0.0198, 0.0347, 0.2545) 249 2fb cv2=(0.024,0.042,0.310) cv2=(0.0198, 0.0347, 0.2545) 249 1fb cv3=(0.024,0.042,0.310) cv3=(0.0198, 0.0347, 0.2545) 267 3 (...)^{-1} a^*/p (...)^{-1} a^* 268 16 ISEED I ISEED I/O 271 21 ISEED I ISEED I/O 273 11fb cbind(ccar,ind,cpc,cpr)} data.frame(Cp=round(cpc,3),Cp.r= round(cpr,3),ipr=ind,i=ccar)} 275 5fb z <- mymvlm(... y <- rep(0,n);z <- mymvlm(... 275 1fb cv=(0.017,0.067,0.670) cv=(0.016,0.064,0.637) 275 1fb (.879,.323,...,.802,1.36) (.902,.332,...,.822,1.395) 284 2fb suboroutines subroutines 289 5 =1 =0 292 9fb Bernouilli Bernoulli 293 20 Bernouilli Bernoulli 295 14fb Bernouilli Bernoulli 297 6fb Bernouilli Bernoulli 300 15,25 Bernouilli Bernoulli 303 2 NOBS DIST containing NOBS containing 321 Table h_1 <= |s| <= h_2 h_1 < |s| < h_2 321 Table h_3 <= |s| h_3 < |s| 386 1fb ISEED I ISEED I/O 386 2fb RN I RN I/O 391 5fb AEMAIN TSMAIN 402 10 letters (Exceptions letters (exceptions 404 See remark below (last correction) Remarks: The function dfvals described at page 404 has been modified in December 1996. The new version of dfvals generates a list, called .dFv , containing the "suggested default values" indicated in Table 14.1, page 405. Default values must now be extracted from this list: for example, the default value of aa2 is obtained by means of the expression .dFv$aa2 . All S functions contained in the files INTRFC.S, DEFLTS.S and the S-plus example files have been adapted to this rule. The subroutine specifications for GLMAIN (at pages 293, 297, 302, 305, 309, 311 and 312) have been modified in March 1997 due to the introduction of an offset input parameter. This offset is an optional real value to be added to the linear predictor. The modified subroutine specifications are described in ERRCOD.TXT. With the version 5.x of Splus under UNIX, it is not permitted to do the assignement .dFv$xxx <<- yyy of the xxx default value inside a function. The replacement sequence is: .def <- .dFv; .def$xxx <- yyy; .dFv <<- .def This has been corrected in p.139 (line 5), p.140 (line 8), p.141 (line 7) and p.197 (line 12) and in the example files: wgsexm.s, tssexm.s and aesexm.s. [END ERRATA.TXT]