print_rejected_models: Print a list of rejected models after a call to var_main

View source: R/var_main.r

print_rejected_modelsR Documentation

Print a list of rejected models after a call to var_main

Description

This function prints the list of rejected models when av_state is the result of a call to var_main.

Usage

print_rejected_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_rejected_models(av_state)

## End(Not run)

roqua/autovar documentation built on Jan. 21, 2023, 7:37 p.m.