Skip to content

Commit 7fd89b8

Browse files
author
smeyer
committed
clarify se=TRUE (PR#18859)
git-svn-id: https://svn.r-project.org/R/trunk@89351 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 1a32591 commit 7fd89b8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/library/stats/man/termplot.Rd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
% File src/library/stats/man/termplot.Rd
22
% Part of the R package, https://www.R-project.org
3-
% Copyright 1995-2021 R Core Team
3+
% Copyright 1995-2026 R Core Team
44
% Distributed under GPL 2 or later
55

66
\name{termplot}
77
\alias{termplot}
88
\title{Plot Regression Terms}
99
\description{
1010
Plots regression terms against their predictors, optionally with
11-
standard errors and partial residuals added.
11+
approximate 95\% confidence intervals (\enc2}{+/- 2}
12+
standard errors) and partial residuals added.
1213
}
1314
\usage{
1415
termplot(model, data = NULL, envir = environment(formula(model)),
@@ -33,7 +34,7 @@ termplot(model, data = NULL, envir = environment(formula(model)),
3334
\item{terms}{which terms to plot (default \code{NULL} means all
3435
terms); a vector passed to
3536
\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?}
3738
\item{xlabs}{vector of labels for the x axes}
3839
\item{ylabs}{vector of labels for the y axes}
3940
\item{main}{logical, or vector of main titles; if \code{TRUE}, the

0 commit comments

Comments
 (0)