diff --git a/src/library/stats/man/profile.Rd b/src/library/stats/man/profile.Rd index 5db229acc0e..1ede39ee336 100644 --- a/src/library/stats/man/profile.Rd +++ b/src/library/stats/man/profile.Rd @@ -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} @@ -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}}. }