Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87421 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
kalibera committed Dec 5, 2024
1 parent 7b28ae9 commit 1b3d6bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/library/stats/man/predict.Rd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% File src/library/stats/man/predict.Rd
% Part of the R package, https://www.R-project.org
% Copyright 1995-2020 R Core Team
% Copyright 1995-2024 R Core Team
% Distributed under GPL 2 or later

\name{predict}
Expand Down Expand Up @@ -32,7 +32,7 @@ predict (object, \dots)
\code{n.ahead} specifying how many time steps ahead to predict.

Many methods have a logical argument \code{se.fit} saying if standard
errors are to returned.
errors are to be returned.
}
\value{
The form of the value returned by \code{predict} depends on the
Expand Down

0 comments on commit 1b3d6bb

Please sign in to comment.