The R Project SVN R

Rev

Rev 59039 | Rev 72321 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 61433
Line 28... Line 28...
28
    10 parameter values.}
28
    10 parameter values.}
29
  \item{\dots}{further arguments passed to or from other methods.}
29
  \item{\dots}{further arguments passed to or from other methods.}
30
}
30
}
31
\value{
31
\value{
32
  A list with an element for each parameter being profiled. The elements
32
  A list with an element for each parameter being profiled. The elements
33
  are data-frames with two variables 
33
  are data-frames with two variables
34
  \item{par.vals}{a matrix of parameter values for each fitted model.}
34
  \item{par.vals}{a matrix of parameter values for each fitted model.}
35
  \item{tau}{the profile t-statistics.}
35
  \item{tau}{the profile t-statistics.}
36
}
36
}
37
\details{
37
\details{
38
  The profile t-statistics is defined as the square root of change in
38
  The profile t-statistics is defined as the square root of change in
Line 42... Line 42...
42
\references{
42
\references{
43
  Bates, D. M. and Watts, D. G. (1988), \emph{Nonlinear Regression Analysis
43
  Bates, D. M. and Watts, D. G. (1988), \emph{Nonlinear Regression Analysis
44
    and Its Applications}, Wiley (chapter 6).
44
    and Its Applications}, Wiley (chapter 6).
45
}
45
}
46
\author{
46
\author{
47
  Of the original version, 
47
  Of the original version,
48
  Douglas M. Bates and Saikat DebRoy
48
  Douglas M. Bates and Saikat DebRoy
49
}
49
}
50
\seealso{
50
\seealso{
51
  \code{\link{nls}}, \code{\link{profile}}, \code{\link{plot.profile.nls}}
51
  \code{\link{nls}}, \code{\link{profile}}, \code{\link{plot.profile.nls}}
52
}
52
}