[Gmm-commits] r32 - in pkg/gmm: . R inst/doc man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Oct 15 21:59:01 CEST 2010
Author: chaussep
Date: 2010-10-15 21:59:01 +0200 (Fri, 15 Oct 2010)
New Revision: 32
Modified:
pkg/gmm/DESCRIPTION
pkg/gmm/NEWS
pkg/gmm/R/gmm.R
pkg/gmm/inst/doc/gmm_with_R.pdf
pkg/gmm/man/gmm.Rd
Log:
Added the possibility of defining the instruments as formula and changed the related files
Modified: pkg/gmm/DESCRIPTION
===================================================================
--- pkg/gmm/DESCRIPTION 2010-09-24 17:24:46 UTC (rev 31)
+++ pkg/gmm/DESCRIPTION 2010-10-15 19:59:01 UTC (rev 32)
@@ -1,6 +1,6 @@
Package: gmm
-Version: 1.3-3
-Date: 2010-09-24
+Version: 1.3-4
+Date: 2010-10-13
Title: Generalized Method of Moments and Generalized Empirical
Likelihood
Author: Pierre Chausse <pchausse at uwaterloo.ca>
Modified: pkg/gmm/NEWS
===================================================================
--- pkg/gmm/NEWS 2010-09-24 17:24:46 UTC (rev 31)
+++ pkg/gmm/NEWS 2010-10-15 19:59:01 UTC (rev 32)
@@ -1,3 +1,9 @@
+Changes in version 1.3-4
+
+ o It is now possible to enter the instruments in x either as a matrix
+ (like before) or as a formula. See details and examples in gmm help
+
+
Changes in version 1.3-3
o It is a very small modification to avoid errors in the installation. The function linear.hypothesis of the car package is now deprecated. They have be changed to linearHypothesis.
Modified: pkg/gmm/R/gmm.R
===================================================================
--- pkg/gmm/R/gmm.R 2010-09-24 17:24:46 UTC (rev 31)
+++ pkg/gmm/R/gmm.R 2010-10-15 19:59:01 UTC (rev 32)
@@ -43,17 +43,32 @@
mf[[1L]] <- as.name("model.frame")
mf <- eval(mf, parent.frame())
mt <- attr(mf, "terms")
- if (!is.matrix(h))
- h <- cbind(rep(1,length(h)),h)
- else
- h <- cbind(rep(1,nrow(h)),h)
- colnames(h) <- c("h.(Intercept)",paste("h",1:(ncol(h)-1),sep=""))
+
+ if (inherits(h,'formula'))
+ {
+ mfh <- eval(model.frame(formula = h, drop.unused.levels = TRUE), parent.frame())
+ mth <- attr(mfh, "terms")
+ h <- as.matrix(model.matrix(mth, mfh, NULL))
+ }
+ else
+ {
+ if (!is.matrix(h))
+ h <- cbind(rep(1,length(h)),h)
+ else
+ h <- cbind(rep(1,nrow(h)),h)
+
+ if(is.null(colnames(h)))
+ colnames(h) <- c("h.(Intercept)",paste("h",1:(ncol(h)-1),sep=""))
+ else
+ attr(h,'dimnames')[[2]][1] <- "h.(Intercept)"
+ if (attr(mt,"intercept")==0)
+ {
+ h <- as.matrix(h[,2:ncol(h)])
+ }
+ }
+
y <- as.matrix(model.response(mf, "numeric"))
xt <- as.matrix(model.matrix(mt, mf, NULL))
- if (attr(mt,"intercept")==0)
- {
- h <- as.matrix(h[,2:ncol(h)])
- }
ny <- ncol(y)
k <- ncol(xt)
nh <- ncol(h)
Modified: pkg/gmm/inst/doc/gmm_with_R.pdf
===================================================================
--- pkg/gmm/inst/doc/gmm_with_R.pdf 2010-09-24 17:24:46 UTC (rev 31)
+++ pkg/gmm/inst/doc/gmm_with_R.pdf 2010-10-15 19:59:01 UTC (rev 32)
@@ -1294,7 +1294,6 @@
/ProcSet [ /PDF /Text ]
/Font << /F1 261 0 R/F2 262 0 R/F3 263 0 R>>
/ExtGState <<
-/GSais 264 0 R
>>>>
/Length 47077
>>
@@ -3843,8 +3842,8 @@
endobj
260 0 obj
<<
-/CreationDate (D:20100924114558)
-/ModDate (D:20100924114558)
+/CreationDate (D:20100924133334)
+/ModDate (D:20100924133334)
/Title (R Graphics Output)
/Producer (R 2.11.1)
/Creator (R)
@@ -3864,7 +3863,7 @@
/Subtype /Type1
/Name /F2
/BaseFont /Helvetica
-/Encoding 265 0 R
+/Encoding 264 0 R
>>
endobj
263 0 obj
@@ -3873,17 +3872,11 @@
/Subtype /Type1
/Name /F3
/BaseFont /Helvetica-Bold
-/Encoding 265 0 R
+/Encoding 264 0 R
>>
endobj
264 0 obj
<<
-/Type /ExtGState
-/AIS false
->>
-endobj
-265 0 obj
-<<
/Type /Encoding
/BaseEncoding /WinAnsiEncoding
/Differences [ 45/minus 96/quoteleft 144/dotlessi/grave/acute/circumflex/tilde/macron/breve/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut/ogonek/caron/space]
@@ -3903,7 +3896,7 @@
/XObject << /Im1 250 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-284 0 obj <<
+283 0 obj <<
/Length 2788
/Filter /FlateDecode
>>
@@ -3928,137 +3921,137 @@
eÈ"øq7ÌDÿ×óqîÊ×â é´°¬}3Ò|éÁ¼÷jï9Å0gÓ4ÈéüëÀé¢+)òu¼mÍûÝQg±Í-ü¡ß\Ð-ÈÖ¥¥tøÄàÐBÝ"h_èÑWbs.Gw(P ¡Jèo2´³UG÷8ø8ÓÖ×ã¨ý_]bmLÙøo=ábw»ºv}ìÆéóu'jÇÛ²OÆðW×ôÓ< [ܹPÂ~°?kh $HÆ1ï.þ½/ei
endstream
endobj
-283 0 obj <<
+282 0 obj <<
/Type /Page
-/Contents 284 0 R
-/Resources 282 0 R
+/Contents 283 0 R
+/Resources 281 0 R
/MediaBox [0 0 595.276 841.89]
/Parent 249 0 R
-/Annots [ 266 0 R 267 0 R 268 0 R 269 0 R 270 0 R 271 0 R 280 0 R 281 0 R 272 0 R 273 0 R 274 0 R 275 0 R 276 0 R 277 0 R 278 0 R 279 0 R ]
+/Annots [ 265 0 R 266 0 R 267 0 R 268 0 R 269 0 R 270 0 R 279 0 R 280 0 R 271 0 R 272 0 R 273 0 R 274 0 R 275 0 R 276 0 R 277 0 R 278 0 R ]
>> endobj
-266 0 obj <<
+265 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [221.913 250.325 229.36 263.123]
/A << /S /GoTo /D (equation.2.3) >>
>> endobj
-267 0 obj <<
+266 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [80.004 196.128 111.712 208.926]
/A << /S /GoTo /D (cite.zeileis06) >>
>> endobj
-268 0 obj <<
+267 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [117.585 196.128 141.395 208.926]
/A << /S /GoTo /D (cite.zeileis06) >>
>> endobj
-269 0 obj <<
+268 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [168.464 196.128 200.173 208.926]
/A << /S /GoTo /D (cite.zeileis04) >>
>> endobj
-270 0 obj <<
+269 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [206.045 196.128 229.856 208.926]
/A << /S /GoTo /D (cite.zeileis04) >>
>> endobj
-271 0 obj <<
+270 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [232.821 166.157 239.543 179.294]
/A << /S /GoTo /D (Hfootnote.3) >>
>> endobj
-280 0 obj <<
+279 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [192.412 151.997 235.979 164.795]
/A << /S /GoTo /D (cite.andrews91) >>
>> endobj
-281 0 obj <<
+280 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [241.069 151.997 264.88 164.795]
/A << /S /GoTo /D (cite.andrews91) >>
>> endobj
-272 0 obj <<
+271 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [254.044 117.486 280.846 129.391]
/A << /S /GoTo /D (cite.white84) >>
>> endobj
-273 0 obj <<
+272 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [285.648 117.486 306.04 129.391]
/A << /S /GoTo /D (cite.white84) >>
>> endobj
-274 0 obj <<
+273 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [313.435 117.486 383.058 129.391]
/A << /S /GoTo /D (cite.newey-west87a) >>
>> endobj
-275 0 obj <<
+274 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [387.861 117.486 408.252 129.391]
/A << /S /GoTo /D (cite.newey-west87a) >>
>> endobj
-276 0 obj <<
+275 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [431.093 117.486 463.06 129.391]
/A << /S /GoTo /D (cite.gallant87) >>
>> endobj
-277 0 obj <<
+276 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [467.862 117.486 488.254 129.391]
/A << /S /GoTo /D (cite.gallant87) >>
>> endobj
-278 0 obj <<
+277 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [302.923 106.527 340.027 117.401]
/A << /S /GoTo /D (cite.andrews91) >>
>> endobj
-279 0 obj <<
+278 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [344.613 106.527 365.004 117.401]
/A << /S /GoTo /D (cite.andrews91) >>
>> endobj
+284 0 obj <<
+/D [282 0 R /XYZ 80 770.89 null]
+>> endobj
285 0 obj <<
-/D [283 0 R /XYZ 80 770.89 null]
+/D [282 0 R /XYZ 97.575 131.683 null]
>> endobj
-286 0 obj <<
-/D [283 0 R /XYZ 97.575 131.683 null]
->> endobj
-282 0 obj <<
+281 0 obj <<
/Font << /F8 99 0 R /F83 137 0 R /F22 140 0 R /F23 143 0 R /F26 160 0 R /F20 104 0 R /F103 138 0 R /F105 195 0 R /F80 101 0 R /F21 105 0 R /F50 107 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-293 0 obj <<
+292 0 obj <<
/Length 1174
/Filter /FlateDecode
>>
@@ -4073,21 +4066,21 @@
ë¹°c=4R3ùÛ2|ß-Îþnõ
endstream
endobj
-292 0 obj <<
+291 0 obj <<
/Type /Page
-/Contents 293 0 R
-/Resources 291 0 R
+/Contents 292 0 R
+/Resources 290 0 R
/MediaBox [0 0 595.276 841.89]
/Parent 249 0 R
>> endobj
-294 0 obj <<
-/D [292 0 R /XYZ 80 770.89 null]
+293 0 obj <<
+/D [291 0 R /XYZ 80 770.89 null]
>> endobj
-291 0 obj <<
+290 0 obj <<
/Font << /F83 137 0 R /F8 99 0 R /F103 138 0 R /F105 195 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-305 0 obj <<
+304 0 obj <<
/Length 1479
/Filter /FlateDecode
>>
@@ -4105,25 +4098,25 @@
ôð,~ð7®$õ¿jÇöµãC¢ÿ¶þj²ó¡
endstream
endobj
-304 0 obj <<
+303 0 obj <<
/Type /Page
-/Contents 305 0 R
-/Resources 303 0 R
+/Contents 304 0 R
+/Resources 302 0 R
/MediaBox [0 0 595.276 841.89]
/Parent 249 0 R
-/Annots [ 295 0 R 296 0 R 297 0 R 307 0 R 298 0 R 299 0 R 300 0 R ]
+/Annots [ 294 0 R 295 0 R 296 0 R 306 0 R 297 0 R 298 0 R 299 0 R ]
>> endobj
-301 0 obj <<
+300 0 obj <<
/Type /XObject
/Subtype /Form
/FormType 1
/PTEX.FileName (./gmm_with_R-025.pdf)
/PTEX.PageNumber 1
-/PTEX.InfoDict 308 0 R
+/PTEX.InfoDict 307 0 R
/BBox [0 0 720 504]
/Resources <<
/ProcSet [ /PDF /Text ]
-/Font << /F1 309 0 R/F2 310 0 R/F3 311 0 R>>
+/Font << /F1 308 0 R/F2 309 0 R/F3 310 0 R>>
/ExtGState <<
>>>>
/Length 26819
@@ -5413,16 +5406,16 @@
Q
endstream
endobj
-308 0 obj
+307 0 obj
<<
-/CreationDate (D:20100924114559)
-/ModDate (D:20100924114559)
+/CreationDate (D:20100924133334)
+/ModDate (D:20100924133334)
/Title (R Graphics Output)
/Producer (R 2.11.1)
/Creator (R)
>>
endobj
-309 0 obj
+308 0 obj
<<
/Type /Font
/Subtype /Type1
@@ -5430,89 +5423,89 @@
/BaseFont /ZapfDingbats
>>
endobj
-310 0 obj
+309 0 obj
<<
/Type /Font
/Subtype /Type1
/Name /F2
/BaseFont /Helvetica
-/Encoding 312 0 R
+/Encoding 311 0 R
>>
endobj
-311 0 obj
+310 0 obj
<<
/Type /Font
/Subtype /Type1
/Name /F3
/BaseFont /Helvetica-Bold
-/Encoding 312 0 R
+/Encoding 311 0 R
>>
endobj
-312 0 obj
+311 0 obj
<<
/Type /Encoding
/BaseEncoding /WinAnsiEncoding
/Differences [ 45/minus 96/quoteleft 144/dotlessi/grave/acute/circumflex/tilde/macron/breve/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut/ogonek/caron/space]
>>
endobj
-295 0 obj <<
+294 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [139.224 570.18 182.79 582.978]
/A << /S /GoTo /D (cite.andrews91) >>
>> endobj
-296 0 obj <<
+295 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [187.499 570.18 211.31 582.978]
/A << /S /GoTo /D (cite.andrews91) >>
>> endobj
-297 0 obj <<
+296 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [469.772 570.18 522.996 582.978]
/A << /S /GoTo /D (cite.newey-west94) >>
>> endobj
-307 0 obj <<
+306 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [80.004 556.631 105.669 569.429]
/A << /S /GoTo /D (cite.newey-west94) >>
>> endobj
-298 0 obj <<
+297 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [110.907 556.631 134.718 569.429]
/A << /S /GoTo /D (cite.newey-west94) >>
>> endobj
-299 0 obj <<
+298 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [128.502 515.984 241.36 528.782]
/A << /S /GoTo /D (cite.andrews-monahan92) >>
>> endobj
-300 0 obj <<
+299 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [247.204 515.984 271.015 528.782]
/A << /S /GoTo /D (cite.andrews-monahan92) >>
>> endobj
-306 0 obj <<
-/D [304 0 R /XYZ 80 770.89 null]
+305 0 obj <<
+/D [303 0 R /XYZ 80 770.89 null]
>> endobj
-303 0 obj <<
+302 0 obj <<
/Font << /F8 99 0 R /F83 137 0 R /F105 195 0 R /F103 138 0 R /F22 140 0 R >>
-/XObject << /Im2 301 0 R >>
+/XObject << /Im2 300 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-322 0 obj <<
+321 0 obj <<
/Length 3145
/Filter /FlateDecode
>>
@@ -5550,27 +5543,27 @@
ï+ðáBÈÿa"6Ä
endstream
endobj
-321 0 obj <<
+320 0 obj <<
/Type /Page
-/Contents 322 0 R
-/Resources 320 0 R
+/Contents 321 0 R
+/Resources 319 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 330 0 R
-/Annots [ 314 0 R 315 0 R 316 0 R 319 0 R 317 0 R 318 0 R 327 0 R ]
+/Parent 329 0 R
+/Annots [ 313 0 R 314 0 R 315 0 R 318 0 R 316 0 R 317 0 R 326 0 R ]
>> endobj
-302 0 obj <<
+301 0 obj <<
/Type /XObject
/Subtype /Form
/FormType 1
/PTEX.FileName (./gmm_with_R-026.pdf)
/PTEX.PageNumber 1
-/PTEX.InfoDict 331 0 R
+/PTEX.InfoDict 330 0 R
/BBox [0 0 720 504]
/Resources <<
/ProcSet [ /PDF /Text ]
-/Font << /F1 332 0 R/F2 333 0 R/F3 334 0 R>>
+/Font << /F1 331 0 R/F2 332 0 R/F3 333 0 R>>
/ExtGState <<
-/GSais 335 0 R
+/GSais 334 0 R
>>>>
/Length 32620
>>
@@ -7233,16 +7226,16 @@
Q
endstream
endobj
-331 0 obj
+330 0 obj
<<
-/CreationDate (D:20100924114559)
-/ModDate (D:20100924114559)
+/CreationDate (D:20100924133334)
+/ModDate (D:20100924133334)
/Title (R Graphics Output)
/Producer (R 2.11.1)
/Creator (R)
>>
endobj
-332 0 obj
+331 0 obj
<<
/Type /Font
/Subtype /Type1
@@ -7250,104 +7243,104 @@
/BaseFont /ZapfDingbats
>>
endobj
-333 0 obj
+332 0 obj
<<
/Type /Font
/Subtype /Type1
/Name /F2
/BaseFont /Helvetica
-/Encoding 336 0 R
+/Encoding 335 0 R
>>
endobj
-334 0 obj
+333 0 obj
<<
/Type /Font
/Subtype /Type1
/Name /F3
/BaseFont /Helvetica-Bold
-/Encoding 336 0 R
+/Encoding 335 0 R
>>
endobj
-335 0 obj
+334 0 obj
<<
/Type /ExtGState
/AIS false
>>
endobj
-336 0 obj
+335 0 obj
<<
/Type /Encoding
/BaseEncoding /WinAnsiEncoding
/Differences [ 45/minus 96/quoteleft 144/dotlessi/grave/acute/circumflex/tilde/macron/breve/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut/ogonek/caron/space]
>>
endobj
-314 0 obj <<
+313 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [181.679 415.897 326.149 428.695]
/A << /S /GoTo /D (cite.campbell-lo-mackinlay96) >>
>> endobj
-315 0 obj <<
+314 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [332.376 415.897 356.186 428.695]
/A << /S /GoTo /D (cite.campbell-lo-mackinlay96) >>
>> endobj
-316 0 obj <<
+315 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [111.978 196.063 118.701 209.2]
/A << /S /GoTo /D (Hfootnote.4) >>
>> endobj
-319 0 obj <<
+318 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [96.367 184.631 103.09 195.651]
/A << /S /GoTo /D (Hfootnote.5) >>
>> endobj
-317 0 obj <<
+316 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [263.82 161.322 397.365 173.227]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://ca.finance.yahoo.com/)>>
>> endobj
-318 0 obj <<
+317 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [497.512 139.404 522.996 150.278]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://mba.tuck.dartmouth.edu/pages/faculty/ken.french/data_library.html)>>
>> endobj
-327 0 obj <<
+326 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [80.004 127.399 396.783 138.902]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://mba.tuck.dartmouth.edu/pages/faculty/ken.french/data_library.html)>>
>> endobj
-323 0 obj <<
-/D [321 0 R /XYZ 80 770.89 null]
+322 0 obj <<
+/D [320 0 R /XYZ 80 770.89 null]
>> endobj
30 0 obj <<
-/D [321 0 R /XYZ 81 471.708 null]
+/D [320 0 R /XYZ 81 471.708 null]
>> endobj
+323 0 obj <<
+/D [320 0 R /XYZ 81 471.708 null]
+>> endobj
324 0 obj <<
-/D [321 0 R /XYZ 81 471.708 null]
+/D [320 0 R /XYZ 97.575 175.518 null]
>> endobj
-325 0 obj <<
-/D [321 0 R /XYZ 97.575 175.518 null]
+327 0 obj <<
+/D [320 0 R /XYZ 97.575 131.683 null]
>> endobj
-328 0 obj <<
-/D [321 0 R /XYZ 97.575 131.683 null]
->> endobj
-320 0 obj <<
-/Font << /F83 137 0 R /F8 99 0 R /F60 96 0 R /F80 101 0 R /F22 140 0 R /F23 143 0 R /F25 141 0 R /F20 104 0 R /F21 105 0 R /F50 107 0 R /F107 326 0 R /F51 329 0 R >>
-/XObject << /Im3 302 0 R >>
+319 0 obj <<
+/Font << /F83 137 0 R /F8 99 0 R /F60 96 0 R /F80 101 0 R /F22 140 0 R /F23 143 0 R /F25 141 0 R /F20 104 0 R /F21 105 0 R /F50 107 0 R /F107 325 0 R /F51 328 0 R >>
+/XObject << /Im3 301 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-340 0 obj <<
+339 0 obj <<
/Length 1490
/Filter /FlateDecode
>>
@@ -7363,21 +7356,21 @@
Ýs 'K¬×>΢ñjÁn'lJÃ0öclñ÷¶XÛº ¸=ÎâÖ¹{Ú73Æá 6¬:!F)ãKÜ°À´Ð}SÖ7Öb¥¸É&¦Ã,Ü?c&~õc`·DæTuE:OçË2ûYc_Qf·"óîé½ÀÒË9fUæ¡4%ت:÷!ËôË)ÞøûÏB)ÞÀºìP =åe«Y(TÒyJOeaÅF¢p¦bf:.À/ÖHG¶æ³m¥(0LQW³Þ¸Ú39µFñë%ÛY4ôIKé»}j+Ôìþ%À@+ÇA)Fð¶zu8FveébÓ§âº(üg¶ÖÖ6â×À;|u×ãB,GõØ?¹økÒlyù1*ﯰÀXøÍ(×'pÖ>Ÿ¶Y»þåäà_×O
endstream
endobj
-339 0 obj <<
+338 0 obj <<
/Type /Page
-/Contents 340 0 R
-/Resources 338 0 R
+/Contents 339 0 R
+/Resources 337 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 330 0 R
+/Parent 329 0 R
>> endobj
-341 0 obj <<
-/D [339 0 R /XYZ 80 770.89 null]
+340 0 obj <<
+/D [338 0 R /XYZ 80 770.89 null]
>> endobj
-338 0 obj <<
+337 0 obj <<
/Font << /F8 99 0 R /F83 137 0 R /F105 195 0 R /F103 138 0 R /F22 140 0 R /F25 141 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-348 0 obj <<
+347 0 obj <<
/Length 2686
/Filter /FlateDecode
>>
@@ -7405,69 +7398,69 @@
Ô°²:¡Äzt¸F>ª¼Tz <äå`ÿ?"CrR¼à
ÂáÀö á/5i¥¾°ÖâYC<¼©*XÝÈçÎÝ!(D9ªO2|j}Û»÷]$¢sâ#Çy·ñy~ìJ÷Ô¹¾=HâpÁýíã7 ub§~[iÿ÷w®üZ0JdTXá÷ìaÈûûÓ˳^üÑ
endstream
endobj
-347 0 obj <<
+346 0 obj <<
/Type /Page
-/Contents 348 0 R
-/Resources 346 0 R
+/Contents 347 0 R
+/Resources 345 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 330 0 R
-/Annots [ 342 0 R 351 0 R 343 0 R 344 0 R 345 0 R ]
+/Parent 329 0 R
+/Annots [ 341 0 R 350 0 R 342 0 R 343 0 R 344 0 R ]
>> endobj
-342 0 obj <<
+341 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [459.684 582.247 522.996 593.927]
/A << /S /GoTo /D (cite.jagannathan-skoulakis02) >>
>> endobj
-351 0 obj <<
+350 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [80.004 568.087 148.756 580.885]
/A << /S /GoTo /D (cite.jagannathan-skoulakis02) >>
>> endobj
-343 0 obj <<
+342 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [155.629 568.087 179.439 580.885]
/A << /S /GoTo /D (cite.jagannathan-skoulakis02) >>
>> endobj
-344 0 obj <<
+343 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [248.698 213.607 381.633 226.405]
/A << /S /GoTo /D (cite.jagannathan-skoulakis02) >>
>> endobj
-345 0 obj <<
+344 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [387.622 213.607 411.433 226.405]
/A << /S /GoTo /D (cite.jagannathan-skoulakis02) >>
>> endobj
-349 0 obj <<
-/D [347 0 R /XYZ 80 770.89 null]
+348 0 obj <<
+/D [346 0 R /XYZ 80 770.89 null]
>> endobj
34 0 obj <<
-/D [347 0 R /XYZ 81 634.885 null]
+/D [346 0 R /XYZ 81 634.885 null]
>> endobj
-350 0 obj <<
-/D [347 0 R /XYZ 81 634.885 null]
+349 0 obj <<
+/D [346 0 R /XYZ 81 634.885 null]
>> endobj
38 0 obj <<
-/D [347 0 R /XYZ 81 253.307 null]
+/D [346 0 R /XYZ 81 253.307 null]
>> endobj
-352 0 obj <<
-/D [347 0 R /XYZ 81 253.307 null]
+351 0 obj <<
+/D [346 0 R /XYZ 81 253.307 null]
>> endobj
-346 0 obj <<
+345 0 obj <<
/Font << /F83 137 0 R /F8 99 0 R /F103 138 0 R /F60 96 0 R /F22 140 0 R /F23 143 0 R /F20 104 0 R /F28 161 0 R /F25 141 0 R /F105 195 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-358 0 obj <<
+357 0 obj <<
/Length 2609
/Filter /FlateDecode
>>
@@ -7494,42 +7487,42 @@
9ÕÂÚÑW.¶¨êâÀ³ÓEóYÑ M]5*^=z9øäÙ9%ú3oµÇ9øòæðÕºÂ(Ý×KWÿç^vçðÄÂè/¸û}éf´RúÏý¦gWÔ2¿hÿÅJ^^L½¥Ïºí~ß\>ù7:\h
endstream
endobj
-357 0 obj <<
+356 0 obj <<
/Type /Page
-/Contents 358 0 R
-/Resources 356 0 R
+/Contents 357 0 R
+/Resources 355 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 330 0 R
-/Annots [ 354 0 R 355 0 R ]
+/Parent 329 0 R
+/Annots [ 353 0 R 354 0 R ]
>> endobj
-354 0 obj <<
+353 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [101.854 121.244 158.064 134.042]
/A << /S /GoTo /D (cite.wooldridge02) >>
>> endobj
-355 0 obj <<
+354 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [163.937 121.244 187.748 134.042]
/A << /S /GoTo /D (cite.wooldridge02) >>
>> endobj
-359 0 obj <<
-/D [357 0 R /XYZ 80 770.89 null]
+358 0 obj <<
+/D [356 0 R /XYZ 80 770.89 null]
>> endobj
42 0 obj <<
-/D [357 0 R /XYZ 81 190.316 null]
+/D [356 0 R /XYZ 81 190.316 null]
>> endobj
-360 0 obj <<
-/D [357 0 R /XYZ 81 190.316 null]
+359 0 obj <<
+/D [356 0 R /XYZ 81 190.316 null]
>> endobj
-356 0 obj <<
+355 0 obj <<
/Font << /F8 99 0 R /F83 137 0 R /F22 140 0 R /F23 143 0 R /F20 104 0 R /F25 141 0 R /F28 161 0 R /F103 138 0 R /F105 195 0 R /F60 96 0 R /F80 101 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-368 0 obj <<
+367 0 obj <<
/Length 3143
/Filter /FlateDecode
>>
@@ -7561,56 +7554,56 @@
FÁûÒWs Ķ;~\ñH<þÉa}6õlóýU
¿ÿèl
endstream
endobj
-367 0 obj <<
+366 0 obj <<
/Type /Page
-/Contents 368 0 R
-/Resources 366 0 R
+/Contents 367 0 R
+/Resources 365 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 330 0 R
-/Annots [ 362 0 R 363 0 R 364 0 R 365 0 R ]
+/Parent 329 0 R
+/Annots [ 361 0 R 362 0 R 363 0 R 364 0 R ]
>> endobj
-362 0 obj <<
+361 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [178.733 355.886 275.487 368.684]
/A << /S /GoTo /D (cite.plm) >>
>> endobj
-363 0 obj <<
+362 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [281.739 355.886 305.55 368.684]
/A << /S /GoTo /D (cite.plm) >>
>> endobj
-364 0 obj <<
+363 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [179.294 263.921 211.002 276.718]
/A << /S /GoTo /D (cite.zeileis06) >>
>> endobj
-365 0 obj <<
+364 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [216.689 263.921 240.499 276.718]
/A << /S /GoTo /D (cite.zeileis06) >>
>> endobj
-369 0 obj <<
-/D [367 0 R /XYZ 80 770.89 null]
+368 0 obj <<
+/D [366 0 R /XYZ 80 770.89 null]
>> endobj
46 0 obj <<
-/D [367 0 R /XYZ 81 316.826 null]
+/D [366 0 R /XYZ 81 316.826 null]
>> endobj
-370 0 obj <<
-/D [367 0 R /XYZ 81 316.826 null]
+369 0 obj <<
+/D [366 0 R /XYZ 81 316.826 null]
>> endobj
-366 0 obj <<
+365 0 obj <<
/Font << /F83 137 0 R /F8 99 0 R /F22 140 0 R /F23 143 0 R /F25 141 0 R /F103 138 0 R /F105 195 0 R /F80 101 0 R /F60 96 0 R /F28 161 0 R /F26 160 0 R /F20 104 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-383 0 obj <<
+382 0 obj <<
/Length 2415
/Filter /FlateDecode
>>
@@ -7633,29 +7626,29 @@
Íë
endstream
endobj
-382 0 obj <<
+381 0 obj <<
/Type /Page
-/Contents 383 0 R
-/Resources 381 0 R
+/Contents 382 0 R
+/Resources 380 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 330 0 R
-/Annots [ 372 0 R ]
+/Parent 329 0 R
+/Annots [ 371 0 R ]
>> endobj
-372 0 obj <<
+371 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [133.221 579.835 149.144 592.633]
/A << /S /GoTo /D (subsection.3.4) >>
>> endobj
-384 0 obj <<
-/D [382 0 R /XYZ 80 770.89 null]
+383 0 obj <<
+/D [381 0 R /XYZ 80 770.89 null]
>> endobj
-381 0 obj <<
+380 0 obj <<
/Font << /F8 99 0 R /F83 137 0 R /F22 140 0 R /F103 138 0 R /F80 101 0 R /F26 160 0 R /F20 104 0 R /F25 141 0 R /F23 143 0 R /F105 195 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-397 0 obj <<
+396 0 obj <<
/Length 3499
/Filter /FlateDecode
>>
@@ -7693,157 +7686,157 @@
¬1ÙºV·Øóè>Öà_nóÒj³|( CNÃþ¥myz©ãïÞ`îß4Vh6÷Ý_¿Ò¡´° íÅ÷Wü
Y1÷B°í<'äH´6wJßp{Âç?<òÚ1<âgà'ÏözªYÞJ¶Þb³I oº«L_zaMs?÷Zd²:x°õ+üîIÂGlUì9Ól¹ÿ³[Õi¶\äÁÖAhüQ/»@=}Y«ÝÉU}Îè÷Ëÿ¤1ï
endstream
endobj
-396 0 obj <<
+395 0 obj <<
/Type /Page
-/Contents 397 0 R
-/Resources 395 0 R
+/Contents 396 0 R
+/Resources 394 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 401 0 R
-/Annots [ 373 0 R 374 0 R 375 0 R 376 0 R 377 0 R 378 0 R 379 0 R 380 0 R 385 0 R 386 0 R 387 0 R 388 0 R 389 0 R 390 0 R 391 0 R 392 0 R 393 0 R 394 0 R ]
+/Parent 400 0 R
+/Annots [ 372 0 R 373 0 R 374 0 R 375 0 R 376 0 R 377 0 R 378 0 R 379 0 R 384 0 R 385 0 R 386 0 R 387 0 R 388 0 R 389 0 R 390 0 R 391 0 R 392 0 R 393 0 R ]
>> endobj
-373 0 obj <<
+372 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [157.099 640.86 186.048 653.658]
/A << /S /GoTo /D (cite.owen01) >>
>> endobj
-374 0 obj <<
+373 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [191.309 640.86 215.12 653.658]
/A << /S /GoTo /D (cite.owen01) >>
>> endobj
-375 0 obj <<
+374 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [456.051 613.761 486.494 626.559]
/A << /S /GoTo /D (cite.smith97) >>
>> endobj
-376 0 obj <<
+375 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [491.931 613.761 515.742 626.559]
/A << /S /GoTo /D (cite.smith97) >>
>> endobj
-377 0 obj <<
+376 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [80.004 600.212 166.475 613.01]
/A << /S /GoTo /D (cite.newey-smith04) >>
>> endobj
-378 0 obj <<
+377 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [172.348 600.212 196.159 613.01]
/A << /S /GoTo /D (cite.newey-smith04) >>
>> endobj
-379 0 obj <<
+378 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [215.384 600.212 265.823 613.01]
/A << /S /GoTo /D (cite.anatolyev05) >>
>> endobj
-380 0 obj <<
+379 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [271.696 600.212 295.507 613.01]
/A << /S /GoTo /D (cite.anatolyev05) >>
>> endobj
-385 0 obj <<
+384 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [447.352 391.596 476.3 404.497]
/A << /S /GoTo /D (cite.owen01) >>
>> endobj
-386 0 obj <<
+385 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [483.087 391.596 506.897 404.497]
/A << /S /GoTo /D (cite.owen01) >>
>> endobj
-387 0 obj <<
+386 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [200.172 310.301 285.703 323.202]
/A << /S /GoTo /D (cite.newey-smith04) >>
>> endobj
-388 0 obj <<
+387 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [291.105 310.301 314.916 323.202]
/A << /S /GoTo /D (cite.newey-smith04) >>
>> endobj
-389 0 obj <<
+388 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [80.004 225.323 110.447 238.225]
/A << /S /GoTo /D (cite.smith01) >>
>> endobj
-390 0 obj <<
+389 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [116.319 225.323 140.13 238.225]
/A << /S /GoTo /D (cite.smith01) >>
>> endobj
-391 0 obj <<
+390 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [381.589 152.711 488.95 165.613]
/A << /S /GoTo /D (cite.kitamura-stutzer97) >>
>> endobj
-392 0 obj <<
+391 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [494.953 152.711 518.764 165.613]
/A << /S /GoTo /D (cite.kitamura-stutzer97) >>
>> endobj
-393 0 obj <<
+392 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [101.2 139.162 131.643 151.96]
/A << /S /GoTo /D (cite.smith97) >>
>> endobj
-394 0 obj <<
+393 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [137.516 139.162 161.326 151.96]
/A << /S /GoTo /D (cite.smith97) >>
>> endobj
-398 0 obj <<
-/D [396 0 R /XYZ 80 770.89 null]
+397 0 obj <<
+/D [395 0 R /XYZ 80 770.89 null]
>> endobj
50 0 obj <<
-/D [396 0 R /XYZ 81 693.571 null]
+/D [395 0 R /XYZ 81 693.571 null]
>> endobj
+398 0 obj <<
+/D [395 0 R /XYZ 81 693.571 null]
+>> endobj
399 0 obj <<
-/D [396 0 R /XYZ 81 693.571 null]
+/D [395 0 R /XYZ 372.967 156.435 null]
>> endobj
-400 0 obj <<
-/D [396 0 R /XYZ 372.967 156.435 null]
->> endobj
-395 0 obj <<
+394 0 obj <<
/Font << /F83 137 0 R /F8 99 0 R /F60 96 0 R /F22 140 0 R /F20 104 0 R /F23 143 0 R /F28 161 0 R /F26 160 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-422 0 obj <<
+421 0 obj <<
/Length 3683
/Filter /FlateDecode
>>
@@ -7875,135 +7868,135 @@
Î}e|á¡Ýø³:T}uþqâøð¶,.æÑ%õMü¡½V°ëKK9CÅUP'MLN:ßÞÃÏU¿ÛÂìs5<Â#7óàû"·ðþ%Sî(#ŻϾnw1Å·¤ô]Vì>>* &Uâü¡#JÅ=½N'<îZ²äPâXàxtAz¨)ÏC`dÕI°ã4O³(¦¡Ë
9Ýí¢ÁÀ:~rL6S@|ؤßĪú¾·%À¿/=Ø|zõ²hsÛÌðé·]¤F±!ý¦9¶ 3xí¹åtÁ±C(+ô~eÑA©§O)ÃbKZ¥îcûN*°Ývo2_Ónkv½ßìO7þ³E&¹Á«ÞäB3/6Ì;?\×8Õuè´.ã¿"Ãa©³¿O¯.þZ¸jC
endstream
endobj
-421 0 obj <<
+420 0 obj <<
/Type /Page
-/Contents 422 0 R
-/Resources 420 0 R
+/Contents 421 0 R
+/Resources 419 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 401 0 R
-/Annots [ 404 0 R 405 0 R 406 0 R 407 0 R 408 0 R 409 0 R 410 0 R 411 0 R 412 0 R 413 0 R 414 0 R 415 0 R 416 0 R 417 0 R ]
+/Parent 400 0 R
+/Annots [ 403 0 R 404 0 R 405 0 R 406 0 R 407 0 R 408 0 R 409 0 R 410 0 R 411 0 R 412 0 R 413 0 R 414 0 R 415 0 R 416 0 R ]
>> endobj
-404 0 obj <<
+403 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [80.004 509.467 110.447 522.265]
/A << /S /GoTo /D (cite.smith97) >>
>> endobj
-405 0 obj <<
+404 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [116.267 509.467 140.077 522.265]
/A << /S /GoTo /D (cite.smith97) >>
>> endobj
-406 0 obj <<
+405 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [400.742 509.467 429.691 522.265]
/A << /S /GoTo /D (cite.owen01) >>
>> endobj
-407 0 obj <<
+406 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [435.511 509.467 459.322 522.265]
/A << /S /GoTo /D (cite.owen01) >>
>> endobj
-408 0 obj <<
+407 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [203.803 495.918 311.67 508.716]
/A << /S /GoTo /D (cite.kitamura-stutzer97) >>
>> endobj
-409 0 obj <<
+408 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [317.926 495.918 341.737 508.716]
/A << /S /GoTo /D (cite.kitamura-stutzer97) >>
>> endobj
-410 0 obj <<
+409 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [174.204 482.369 261.019 495.167]
/A << /S /GoTo /D (cite.newey-smith04) >>
>> endobj
-411 0 obj <<
+410 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [267.063 482.369 290.874 495.167]
/A << /S /GoTo /D (cite.newey-smith04) >>
>> endobj
-412 0 obj <<
+411 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [183.279 468.82 247.793 481.618]
/A << /S /GoTo /D (cite.hansen-heaton-yaron96) >>
>> endobj
-413 0 obj <<
+412 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [253.553 468.82 277.364 481.618]
/A << /S /GoTo /D (cite.hansen-heaton-yaron96) >>
>> endobj
-414 0 obj <<
+413 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [406.089 389.681 413.536 402.582]
/A << /S /GoTo /D (equation.4.6) >>
>> endobj
-415 0 obj <<
+414 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [131.442 189.927 144.343 202.725]
/A << /S /GoTo /D (equation.4.10) >>
>> endobj
-416 0 obj <<
+415 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [211.247 135.73 279.381 148.528]
/A << /S /GoTo /D (cite.guggenberger08) >>
>> endobj
-417 0 obj <<
+416 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [285.995 135.73 309.806 148.528]
/A << /S /GoTo /D (cite.guggenberger08) >>
>> endobj
+422 0 obj <<
+/D [420 0 R /XYZ 80 770.89 null]
+>> endobj
423 0 obj <<
-/D [421 0 R /XYZ 80 770.89 null]
+/D [420 0 R /XYZ 225.9 690.783 null]
>> endobj
424 0 obj <<
-/D [421 0 R /XYZ 225.9 690.783 null]
+/D [420 0 R /XYZ 485.503 472.543 null]
>> endobj
425 0 obj <<
-/D [421 0 R /XYZ 485.503 472.543 null]
+/D [420 0 R /XYZ 334.731 349.547 null]
>> endobj
426 0 obj <<
-/D [421 0 R /XYZ 334.731 349.547 null]
+/D [420 0 R /XYZ 81 293.072 null]
>> endobj
427 0 obj <<
-/D [421 0 R /XYZ 81 293.072 null]
+/D [420 0 R /XYZ 105.818 245.167 null]
>> endobj
-428 0 obj <<
-/D [421 0 R /XYZ 105.818 245.167 null]
->> endobj
-420 0 obj <<
+419 0 obj <<
/Font << /F8 99 0 R /F83 137 0 R /F22 140 0 R /F23 143 0 R /F24 214 0 R /F28 161 0 R /F20 104 0 R /F26 160 0 R /F25 141 0 R /F81 102 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-433 0 obj <<
+432 0 obj <<
/Length 3039
/Filter /FlateDecode
>>
@@ -8036,62 +8029,62 @@
øt dXMµÛù :ùW©VÂË.î{nÕ\bºÉuüÿÙùÙßLA
endstream
endobj
-432 0 obj <<
+431 0 obj <<
/Type /Page
-/Contents 433 0 R
-/Resources 431 0 R
+/Contents 432 0 R
+/Resources 430 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 401 0 R
-/Annots [ 418 0 R 419 0 R 429 0 R 430 0 R ]
+/Parent 400 0 R
+/Annots [ 417 0 R 418 0 R 428 0 R 429 0 R ]
>> endobj
-418 0 obj <<
+417 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [286.292 718.346 406.46 731.143]
/A << /S /GoTo /D (cite.guggenberger-hahn05) >>
>> endobj
-419 0 obj <<
+418 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [413.062 718.346 436.873 731.143]
/A << /S /GoTo /D (cite.guggenberger-hahn05) >>
>> endobj
-429 0 obj <<
+428 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [311.797 551.718 342.24 564.516]
/A << /S /GoTo /D (cite.smith04) >>
>> endobj
-430 0 obj <<
+429 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [348.012 551.718 371.823 564.516]
/A << /S /GoTo /D (cite.smith04) >>
>> endobj
-434 0 obj <<
-/D [432 0 R /XYZ 80 770.89 null]
+433 0 obj <<
+/D [431 0 R /XYZ 80 770.89 null]
>> endobj
54 0 obj <<
-/D [432 0 R /XYZ 81 358.326 null]
+/D [431 0 R /XYZ 81 358.326 null]
>> endobj
-435 0 obj <<
-/D [432 0 R /XYZ 81 358.326 null]
+434 0 obj <<
+/D [431 0 R /XYZ 81 358.326 null]
>> endobj
58 0 obj <<
-/D [432 0 R /XYZ 81 327.06 null]
+/D [431 0 R /XYZ 81 327.06 null]
>> endobj
-436 0 obj <<
-/D [432 0 R /XYZ 81 327.06 null]
+435 0 obj <<
+/D [431 0 R /XYZ 81 327.06 null]
>> endobj
-431 0 obj <<
+430 0 obj <<
/Font << /F83 137 0 R /F8 99 0 R /F22 140 0 R /F20 104 0 R /F103 138 0 R /F23 143 0 R /F26 160 0 R /F25 141 0 R /F28 161 0 R /F60 96 0 R /F105 195 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-445 0 obj <<
+444 0 obj <<
/Length 1889
/Filter /FlateDecode
>>
@@ -8115,36 +8108,36 @@
}: (óeݽ©¹bÒË xÁU¿ëÃ_lG;|Þçî«ç'£·÷ºÓ!ÕacÝ}0üY@HÊûÈ$I~ÊÌ%ÑÑϪQGRzÃV¨J¥'fóF>¦aÏrÊÉÑ5¥~¾~ed¦÷îPþ¢Ú¬¼aCÑÜ÷tzò7mü«U
endstream
endobj
-444 0 obj <<
+443 0 obj <<
/Type /Page
-/Contents 445 0 R
-/Resources 443 0 R
[TRUNCATED]
To get the complete diff run:
svnlook diff /svnroot/gmm -r 32
More information about the Gmm-commits
mailing list