Graphical Models with R (2012) Søren Højsgaard, David Edwards, Steffen Lauritzen Springer; ISBN 978-1-4614-2298-3 Errata list: Page 28, middle of page: The order of the variables in the mildew data set is incorrect. To obtain the correct ordering use names(dimnames(mildew)) <- rev(names(dimnames(mildew)) after loading the dataset. Page 30, line 13: replace as.table(ftable(lizardRAW)) by data.frame(ftable(lizardRAW)) Page 57, line -1: The argument type="jt" in plot(grn1c, type="jt") has been defunct but now brought back alive again. An alternative specification is plot(grn1c, type="rip") Page 124, line 12: "The last model in Table 5.1" should be "The second last model in Table 5.1" Page 148, Figure 6.4: Upper right node \alpha_c should be \beta_c Page 104, Line -9, replace ":" with "." Page 141, Line -4: replace E-1 with E (This has to do with that the current version of igraph use 1-based indexing whereas the version of igraph used when preparing the book used 0-based indexing) Page 145, Replace "quantitites" with "quantities" (two places). Page 157, bottom line, Delete one of the "provides a".