From 8c24cd05f3c9a4767a8a9a00c349dff5a996adac Mon Sep 17 00:00:00 2001 From: ripley Date: Sat, 22 Jul 2023 08:04:15 +0000 Subject: [PATCH] update for move of profile.glm git-svn-id: https://svn.r-project.org/R/trunk@84729 00db46b3-68df-0310-9c12-caf00c1e9a41 --- src/library/stats/man/profile.Rd | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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}}. }