plotdiag.ANOX2 {forsearch}R Documentation

Plot Diagnostic Statistics of Analysis of Variance Tables

Description

Plot output from forsearch_xxx to show change in anova p-values as the number of observations in the forward search procedure increases. Save plot in folder containing working directory.

Usage

plotdiag.ANOX2(forn, anova.rows=NULL, ylab.extend=c("proportionality","variance"), 
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_xxx

anova.rows

Row numbers of p values to include together on the plot

ylab.extend

Type of anova table. "proportionality" is a test of proportionality for a coxph analysis; "variance" is a test of null hypothesis of a lm or lme test

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 anova test p values from forsearch_lm or 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.0.0 Index]