Description Usage Arguments Details Value Author(s)
This function performs spatial discrete prediction for a fixed the model parameters at the Monte Carlo maximum likelihood estimates of a SDALGCP model.
1 2 3 4 5 6 7 | SDADiscretePred(
para_est,
control.mcmc = NULL,
divisor = 1,
plot.correlogram = FALSE,
messages = TRUE
)
|
para_est |
an object of class "SDALGCP" obtained as a result of a call to |
control.mcmc |
output from |
divisor |
optional, if the coordinate of the shapefile is rescaled, default is 1 |
plot.correlogram |
logical; if plot.correlogram=TRUE the autocorrelation plot of the conditional simulations is displayed. |
messages |
logical; if messages=TRUE then status messages are printed on the screen (or output device) while the function is running. Default is messages=TRUE. |
The function returns the region-specific incidence and the covariate adjusted relative risk exp(S(A))
It returns the following list
S.draw: the samples of the linear predictor d(x)'β + S(A)
incidence: the region-specific incidence
SEincidence: Standard error of the region-specific incidence
CovRR: the prediction of the covariate adjusted relative risk
SECovRR: the standard error of the covariate adjusted relative risk
Olatunji O. Johnson o.johnson@lancaster.ac.uk
Emanuele Giorgi e.giorgi@lancaster.ac.uk
Peter J. Diggle p.diggle@lancaster.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.