View source: R/plotdiag.params.random.R
plotdiag.params.random | R Documentation |
Plot output from forsearch_lme to show change in root mean squares of random coefficients as the number of observations in the forward search procedure increases. Save plot in folder containing working directory.
plotdiag.params.random(forn, coeff.codenums=NULL, asfacets=FALSE, facetdir=c("h","v"),
maintitle = "Put maintitle here", subtitle = "Put subtitle here",
caption = "Put caption here", wmf = "Put_stored_name_here", Cairo=TRUE,
printgraph = TRUE, legend = "Dummy legend name", verbose = TRUE)
forn |
Name of output file from forsearch_lme |
coeff.codenums |
columns of output file to be included in graph |
asfacets |
TRUE causes printing in facets |
facetdir |
"v" lays out the facets vertically, "h" lays them out horizontally |
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 |
Name of legend |
verbose |
If TRUE, indicates beginning and end of function |
Process and plot RMS of random coefficients from forsearch_lme
William R. Fairweather
Atkinson, A and M Riani. Robust Diagnostic Regression Analysis, Springer, New York, 2000.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.