The R Project SVN R

Rev

Rev 87755 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 87755 Rev 89351
Line 1... Line 1...
1
% File src/library/stats/man/termplot.Rd
1
% File src/library/stats/man/termplot.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2021 R Core Team
3
% Copyright 1995-2026 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{termplot}
6
\name{termplot}
7
\alias{termplot}
7
\alias{termplot}
8
\title{Plot Regression Terms}
8
\title{Plot Regression Terms}
9
\description{
9
\description{
10
  Plots regression terms against their predictors, optionally with
10
  Plots regression terms against their predictors, optionally with
-
 
11
  approximate 95\% confidence intervals (\enc{±2}{+/- 2}
11
  standard errors and partial residuals added.
12
  standard errors) and partial residuals added.
12
}
13
}
13
\usage{
14
\usage{
14
termplot(model, data = NULL, envir = environment(formula(model)),
15
termplot(model, data = NULL, envir = environment(formula(model)),
15
         partial.resid = FALSE, rug = FALSE,
16
         partial.resid = FALSE, rug = FALSE,
16
         terms = NULL, se = FALSE,
17
         terms = NULL, se = FALSE,
Line 31... Line 32...
31
  \item{partial.resid}{logical; should partial residuals be plotted?}
32
  \item{partial.resid}{logical; should partial residuals be plotted?}
32
  \item{rug}{add \link{rug}plots (jittered 1-d histograms) to the axes?}
33
  \item{rug}{add \link{rug}plots (jittered 1-d histograms) to the axes?}
33
  \item{terms}{which terms to plot (default \code{NULL} means all
34
  \item{terms}{which terms to plot (default \code{NULL} means all
34
    terms); a vector passed to
35
    terms); a vector passed to
35
    \code{\link{predict}(.., type = "terms", terms = *)}.}
36
    \code{\link{predict}(.., type = "terms", terms = *)}.}
36
  \item{se}{plot pointwise standard errors?}
37
  \item{se}{logical; plot pointwise \eqn{2\times}{2x} standard errors?}
37
  \item{xlabs}{vector of labels for the x axes}
38
  \item{xlabs}{vector of labels for the x axes}
38
  \item{ylabs}{vector of labels for the y axes}
39
  \item{ylabs}{vector of labels for the y axes}
39
  \item{main}{logical, or vector of main titles;  if \code{TRUE}, the
40
  \item{main}{logical, or vector of main titles;  if \code{TRUE}, the
40
    model's call is taken as main title, \code{NULL} or \code{FALSE} mean
41
    model's call is taken as main title, \code{NULL} or \code{FALSE} mean
41
    no titles.}
42
    no titles.}