This function prints the list of accepted models when av_state is the result of a call to var_main. The printed list of models is sorted by AIC+BIC score.

print_accepted_models(av_state)

Arguments

av_state

an object of class av_state that was the result of a call to var_main

Examples

# 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
print_accepted_models(av_state)
# }