plot.fwdsco | R Documentation |
This function plots the results of a forward search analysis for Box-Cox transformation of response in linear regression models.
## S3 method for class 'fwdsco'
plot(x, plot.Sco = TRUE, plot.Lik = FALSE, th.Sco = 2.58,
plot.mle = TRUE, ylim = NULL, xlim = NULL, ...)
x |
a |
plot.Sco |
logical, if |
plot.Lik |
logical, if |
th.Sco |
numerical, a value used to draw the confidence interval on the plot of the score test statistic. |
plot.mle |
logical, if |
ylim |
a two component vector for the min and max of the y axis. |
xlim |
a two component vector for the min and max of the x axis. |
... |
further arguments passed to or from other methods. |
Originally written for S-Plus by:
Kjell Konis kkonis@insightful.com and Marco Riani mriani@unipr.it
Ported to R by Luca Scrucca luca@stat.unipg.it
Atkinson, A.C. and Riani, M. (2000), Robust Diagnostic Regression Analysis, First Edition. New York: Springer, Chapters 2-3.
fwdsco
, fwdlm
, fwdglm
.
## Not run:
data(wool)
mod <- fwdsco(y ~ x1 + x2 + x3, data = wool)
plot(mod, plot.mle=FALSE)
plot(mod, plot.Sco=FALSE, plot.Lik=TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.