| visualize_residuals | R Documentation |
This function takes a varest object and plots the residuals and the squared residuals.
visualize_residuals(varest)
varest |
the varest object. |
## Not run:
d<-load_file("../data/input/pp4 nieuw compleet met 140min.sav",log_level=3)
d<-set_timestamps(d,date_of_first_measurement='2010-04-14')
d<-var_main(d,c('SomBewegUur','SomPHQ'),log_level=3,exogenous_variables='Work')
visualize_residuals(d$accepted_models[[1]]$varest)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.