plotdiag.fit3 {forsearch} | R Documentation |
Plot Diagnostic Statistics of AIC, BIC, and Log Likelihood
Description
Plot output from forsearch_lme to show change in AIC, BIC, and log likelihood as the number of observations in the forward search procedure increases. Save plot in folder containing working directory.
Usage
plotdiag.fit3(forn, maintitle = "Put main title here", subtitle = "Put subtitle here",
caption = "Put caption here", wmf = "Put_stored_name_here",
Cairo=TRUE,printgraph=TRUE, legend="Dummy legend name",
verbose = TRUE)
Arguments
forn |
Name of output file from forsearch_lm |
maintitle |
Main title of plot |
subtitle |
Subtitle of plot |
caption |
Content of caption |
wmf |
File name of stored plot; omit ".wmf" |
Cairo |
TRUE causes use of Cairo graphics |
printgraph |
TRUE causes graph to print to file and closes device |
legend |
Legend name |
verbose |
If TRUE, indicates beginning and end of function |
Value
Process and plot trends of AIC, BIC, and log likelihood statistics from forsearch_lme
Author(s)
William R. Fairweather
References
Atkinson, A and M Riani. Robust Diagnostic Regression Analysis, Springer, New York, 2000.
[Package forsearch version 6.2.0 Index]