Introduction

This is a report of the model checking performed for the paper: Vally, H., Peel, M., Dowse, G. K., Cameron, S., Codde, J. P., Hanigan, I., \& Lindsay, M. D. a. (2012). Geographic information systems used to describe the link between the risk of Ross River virus infection and proximity to the Leschenault Estuary, WA. Australian and New Zealand Journal of Public Health, 36(3), 229–235. doi:10.1111/j.1753-6405.2012.00869.x

source("main.R")
# this just re-ran all the analysis
# the alternate models are in the do_model_checking.R file
# for the report we need xtable
library(xtable)

The issues

# the first time I dropped that row
fit1$call
print(xtable(fit1), type = 'html')

# this time I have kept it
fit1.1$call
print(xtable(fit1.1), type = 'html')


ivanhanigan/Vally2012-RossRiverRates documentation built on May 18, 2019, 7:13 a.m.