plot_barchart: Plots a barchart of manual_score and the av_scores

View source: R/plot_barchart.r

plot_barchartR Documentation

Plots a barchart of manual_score and the av_scores

Description

This function plots the bar chart for the AIC and BIC scores of the accepted models and compares the Manual AIC and BIC scores graphically.

Usage

plot_barchart(av_state, x, y, ...)

Arguments

av_state

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

x

The manual AIC score to be compared with the av_scores

y

The manual BIC score to be compared with the av_scores

...

Currently unused

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
plot_barchart(av_state,20.02,61.48)

## End(Not run)

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