print_rejected_models.Rd
This function prints the list of rejected models when av_state
is the result of a call to var_main
.
print_rejected_models(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 print_rejected_models(av_state) # }