The R Project SVN R

Rev

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

Rev 88657 Rev 90259
Line 48... Line 48...
48
  polynomial term in a model.
48
  polynomial term in a model.
49
 
49
 
50
  When \code{Boundary.knots} are set \emph{inside} \code{range(x)},
50
  When \code{Boundary.knots} are set \emph{inside} \code{range(x)},
51
  \code{bs()} now uses a \sQuote{pivot} inside the respective boundary
51
  \code{bs()} now uses a \sQuote{pivot} inside the respective boundary
52
  knot which is important for derivative evaluation.  In \R versions
52
  knot which is important for derivative evaluation.  In \R versions
53
  \eqn{\le}{<=} 3.2.2, the boundary knot itself had been used as
53
  \eqn{\le} 3.2.2, the boundary knot itself had been used as
54
  pivot, which lead to somewhat wrong extrapolations.
54
  pivot, which lead to somewhat wrong extrapolations.
55
 
55
 
56
  When used in a model \code{\link{formula}} containing a \code{subset = *}
56
  When used in a model \code{\link{formula}} containing a \code{subset = *}
57
  part, the \code{x} in \code{bs(x)} is evaluated before subsetting which
57
  part, the \code{x} in \code{bs(x)} is evaluated before subsetting which
58
  may lead to unexpected results.  For more information see the
58
  may lead to unexpected results.  For more information see the