plotdiag.params.random {forsearch}R Documentation

Plot Diagnostic Statistics Of Random Coefficients

Description

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.

Usage

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)

Arguments

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

Value

Process and plot RMS of random coefficients 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]