
Last chance! 50% off unlimited learning
Sale ends in
This function is used to obtain MCMC summary, residual and fitted surface plots.
# S3 method for spT
plot(x, residuals=FALSE, coefficient=NULL, ...)##
Object of class inheriting from "spT".
If TRUE then plot residual vs. fitted and normal qqplot of the residuals. If FALSE then plot MCMC samples of the parameters using coda package. Defaults value is FALSE.
Only applicable if spatially and/or temporally varying modelling is used. Takes values: "spatial", "temporal" and "rho" for summary statistics of spatial, temporal and rho coefficients respectively. If NULL then provides parameter plots without spatial and temporal coefficients.
Other arguments.
# NOT RUN {
##
plot(out) # where out is the output from spT class
plot(out, residuals=TRUE) # where out is the output from spT class
plot(out, coefficient="spatial") # for spatially varying coefficients
##
# }
Run the code above in your browser using DataLab