predict.bs {splines}
Description
Evaluate a predefined spline basis at given values.
Usage
## S3 method for class 'bs': predict((object, newx, ...)) ## S3 method for class 'ns': predict((object, newx, ...))
Arguments
Values
An object just like object, except evaluated at the new values of x.
These are methods for the generic function predict for objects inheriting from classes "bs" or "ns". See predict for the general behavior of this function.
Examples
Documentation reproduced from R 2.15.3. License: GPL-2.
