Extracts coefficients from an stdglm object.
Usage
# S3 method for class 'stdglm'
coef(object, type = "overall", ...)Arguments
- object
An
stdglmobject.- type
A character string indicating the type of coefficients. Options are:
overall: Overall effects of varying coefficients.tvc: Temporal effects of varying coefficients.svc: Spatial effects of varying coefficients.stvc: Spatio-temporal effects of varying coefficients.gamma: Effects of covariates specified in the inputZ(seestdglm).
- ...
Additional arguments (currently ignored).
Details
Extracts posterior mean and 95% credible intervals of the coefficients according to their type.
