spatial_lgcp.Rd
The spatial_lgcp has the objective of performing the spatial analysis with the log gaussian cox process model in order to predict the intensity of cases in urban and metropolitan endemic dengue locations in Mexico.
spatial_lgcp(
dataset,
locality,
cve_edo,
longitude,
latitude,
k,
plot,
resolution,
aproximation,
integration,
approach,
cell_size = NULL,
name
)
is the dengue geocoded dataset.
is the locality target.
is the text id of the state..
is the name of the column of the longitude in the geocoded dataset.
is the name of the column of the latitude in the geocoded dataset.
is the parameter for define the triagulization of delauney in the inner and the outer area in the argument max.edge in the INLA:inla.mesh.2d.
is a logical value for the plot the mesh.
is a value for set the resolution of the locality raster. resolution 0.1 = 11.132 km, 0.009 = 1.00 km, 0.005 = 500 m, 0.0027 = 300 m, & 0.001 = 100 m.
aproximation is the aproximation of the joint posterior of the marginals and hyperparameter. The options are "adaptative", "gaussian", "simplified.laplace" & "laplace".
integration is the integration strategy. The options are "auto","grid", "eb" & "ccd".
is algorithm for spatial Log Gaussian Cox Process. The option are "lattice", "inlabru" & "simpson" according to Illian 2012, Bachl et al 2018 & Simpson et al 2016,respectively.
is the sample number per location (area of locality/n)
is the name of the palette.
a list with several object.