The R Project SVN R

Rev

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

Rev 61160 Rev 61433
Line 46... Line 46...
46
    estimating the residual scale, intended for use with t-based
46
    estimating the residual scale, intended for use with t-based
47
    confidence intervals. }
47
    confidence intervals. }
48
  If \code{newdata} was the result of a call to
48
  If \code{newdata} was the result of a call to
49
  \code{\link{expand.grid}}, the predictions (and s.e.'s if requested)
49
  \code{\link{expand.grid}}, the predictions (and s.e.'s if requested)
50
  will be an array of the appropriate dimensions.
50
  will be an array of the appropriate dimensions.
51
  
51
 
52
  Predictions from infinite inputs will be \code{NA} since \code{loess}
52
  Predictions from infinite inputs will be \code{NA} since \code{loess}
53
  does not support extrapolation.
53
  does not support extrapolation.
54
}
54
}
55
\author{
55
\author{
56
  B. D. Ripley, based on the \code{cloess} package of Cleveland,
56
  B. D. Ripley, based on the \code{cloess} package of Cleveland,