contemporaneous_correlations_plot.Rd
This function plots a summary of the contemporaneous correlations found in the valid models found. It is called as part of var_summary
.
contemporaneous_correlations_plot(av_state)
av_state | an object of class |
---|
# NOT RUN { av_state <- load_file("../data/input/pp5 nieuw compleet.sav",log_level=3) av_state <- var_main(av_state,c('SomBewegUur','SomPHQ'),criterion='BIC',log_level=3) # av_state is the result of a call to var_main contemporaneous_correlations_plot(av_state) # }