| var_summary | R Documentation |
This function repeats the output that is shown after a call of var_main.
var_summary(av_state, msg = NULL)
av_state |
an object of class |
msg |
an optional message to display at the start. If this argument is |
## 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
# var_summary just repeats the results of var_main
var_summary(av_state)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.