This coef method for the "RiskMap" class extracts the
maximum likelihood estimates from model fits obtained from the glgpm function.
# S3 method for RiskMap
coef(object, ...)A list containing the maximum likelihood estimates:
A vector of coefficient estimates.
The estimate for the variance parameter \(\sigma^2\).
The estimate for the spatial range parameter \(\phi\).
The estimate for the nugget effect parameter \(\tau^2\), if applicable.
The estimate for the measurement error variance \(\sigma^2_{me}\), if applicable.
A vector of variance estimates for the random effects, if applicable.
An object of class "RiskMap" obtained as a result of a call to glgpm.
other parameters.
Emanuele Giorgi e.giorgi@lancaster.ac.uk
Claudio Fronterre c.fronterr@lancaster.ac.uk
The function processes the RiskMap object to extract and name the estimated parameters appropriately, transforming them if necessary.
glgpm