| residuals.bmstdr | R Documentation | 
Extract residuals from a bmstdr fitted object.
## S3 method for class 'bmstdr'
residuals(object, numbers = NULL, ...)
object | 
 A bmstdr model fit object.  | 
numbers | 
 a list with two components: sn=number of spatial locations tn=number of time points. Residuals will be assumed to follow the arrangement of the data frame - sorted by space and then time within space.  | 
... | 
 Any other additional arguments.  | 
Returns a vector of residuals. If appropriate, it draws a time series plot of residuals. Otherwise, it draws a plot of residuals against observation numbers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.