Skip to content

Commit

Permalink
update for move of profile.glm
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@84729 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ripley committed Jul 22, 2023
1 parent ee18429 commit 8c24cd0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/library/stats/man/profile.Rd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% File src/library/stats/man/profile.Rd
% Part of the R package, https://www.R-project.org
% Copyright 1995-2007 R Core Team
% Copyright 1995-2023 R Core Team
% Distributed under GPL 2 or later

\name{profile}
Expand All @@ -15,19 +15,19 @@ profile(fitted, \dots)
methods.}
}
\description{
Investigates behavior of objective function near the solution
Investigates the behavior of the objective function near the solution
represented by \code{fitted}.

See documentation on method functions for further details.
}
\value{
A list with an element for each parameter being profiled. See the
A list with an element for each parameter being profiled. See the
individual methods for further details.
}
\seealso{
\code{\link{profile.nls}},
\code{\link[MASS:confint]{profile.glm}} in package \CRANpkg{MASS},
\ldots
\code{\link{profile.nls}}, \code{\link{profile.glm}} \ldots

\code{\link{plot.profile}}.

For profiling R code, see \code{\link{Rprof}}.
}
Expand Down

0 comments on commit 8c24cd0

Please sign in to comment.