Home
last modified time | relevance | path

Searched refs:residualPlot (Results 1 – 4 of 4) sorted by relevance

/dports/math/R-cran-car/car/man/
H A DresidualPlots.Rd6 \alias{residualPlot}
7 \alias{residualPlot.default}
8 \alias{residualPlot.lm}
9 \alias{residualPlot.glm}
34 ### residualPlots calls residualPlot, so these arguments can be
37 residualPlot(model, ...)
39 \S3method{residualPlot}{default}(model, variable = "fitted", type = "pearson",
47 \S3method{residualPlot}{lm}(model, ...)
49 \S3method{residualPlot}{glm}(model, variable = "fitted", type = "pearson",
106 Additional arguments passed to \code{residualPlot} and then to
[all …]
/dports/math/R-cran-car/car/R/
H A DresidualPlots.R80 residualPlot(model, term, plot=plot, ...) else
81 residualPlot(model, term, plot=plot, groups=groups, ...)
89 residualPlot(model, "fitted", plot=plot, ...) else
90 residualPlot(model, "fitted", plot=plot, groups=groups, ...)
112 residualPlot <- function(model, ...) UseMethod("residualPlot") function
/dports/math/R-cran-car/car/
H A DNAMESPACE166 avPlot, avPlots, showLabels, residualPlot, residualPlots,
370 S3method(residualPlot, default)
371 S3method(residualPlot, lm)
372 S3method(residualPlot, glm)
H A DNEWS63 …o Enable spread smoothers for crPlot(), ceresPlot(), and residualPlot() (suggestion of Dave Armstr…
353 o residualPlot error when using 'type="rstudent" has been fixed.