The R Project SVN R

Rev

Rev 68948 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 84729
Line 1... Line 1...
1
% File src/library/stats/man/profile.Rd
1
% File src/library/stats/man/profile.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2007 R Core Team
3
% Copyright 1995-2023 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{profile}
6
\name{profile}
7
\alias{profile}
7
\alias{profile}
8
\title{Generic Function for Profiling Models}
8
\title{Generic Function for Profiling Models}
Line 13... Line 13...
13
  \item{fitted}{the original fitted model object.}
13
  \item{fitted}{the original fitted model object.}
14
  \item{\dots}{additional parameters. See documentation on individual
14
  \item{\dots}{additional parameters. See documentation on individual
15
    methods.}
15
    methods.}
16
}
16
}
17
\description{
17
\description{
18
  Investigates behavior of objective function near the solution
18
  Investigates the behavior of the objective function near the solution
19
  represented by \code{fitted}.
19
  represented by \code{fitted}.
20
 
20
 
21
  See documentation on method functions for further details.
21
  See documentation on method functions for further details.
22
}
22
}
23
\value{
23
\value{
24
  A list with an element for each parameter being profiled. See the
24
  A list with an element for each parameter being profiled.  See the
25
  individual methods for further details.
25
  individual methods for further details.
26
}
26
}
27
\seealso{
27
\seealso{
28
  \code{\link{profile.nls}},
28
  \code{\link{profile.nls}}, \code{\link{profile.glm}} \ldots
-
 
29
 
29
  \code{\link[MASS:confint]{profile.glm}} in package \CRANpkg{MASS},
30
  \code{\link{plot.profile}}.
30
  \ldots
-
 
31
 
31
 
32
  For profiling R code, see \code{\link{Rprof}}.
32
  For profiling R code, see \code{\link{Rprof}}.
33
}
33
}
34
\keyword{models}
34
\keyword{models}