Description Usage Arguments Examples
View source: R/plot_barchart.r
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.
1 | plot_barchart(av_state, x, y, ...)
|
av_state |
an object of class |
manual_scores: |
The manual entries that are to be compared with the av_scores |
1 2 3 4 5 6 7 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.