The R Project SVN R

Rev

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

Rev 61769 Rev 62172
Line 12... Line 12...
12
\description{
12
\description{
13
  Evaluate the design matrix for the B-splines defined by \code{knots}
13
  Evaluate the design matrix for the B-splines defined by \code{knots}
14
  at the values in \code{x}.
14
  at the values in \code{x}.
15
}
15
}
16
\usage{
16
\usage{
17
splineDesign(knots, x, ord = 4, derivs, outer.ok = FALSE, sparse = FALSE)
17
splineDesign(knots, x, ord = 4, derivs, outer.ok = FALSE,
-
 
18
             sparse = FALSE)
18
spline.des  (knots, x, ord = 4, derivs, outer.ok = FALSE, sparse = FALSE)
19
spline.des  (knots, x, ord = 4, derivs, outer.ok = FALSE,
-
 
20
             sparse = FALSE)
19
}
21
}
20
\arguments{
22
\arguments{
21
  \item{knots}{a numeric vector of knot positions with non-decreasing
23
  \item{knots}{a numeric vector of knot positions with non-decreasing
22
    values.}
24
    values.}
23
  \item{x}{a numeric vector of values at which to evaluate the B-spline
25
  \item{x}{a numeric vector of values at which to evaluate the B-spline