splines.control: Control for spline

View source: R/likelihood.R

splines.controlR Documentation

Control for spline

Description

Control for the spline basis, currently from the splines2 package.

Usage

splines.control(
  df = NULL,
  knots = seq(0.2, 0.8, by = 0.2),
  degree = 3L,
  intercept = FALSE,
  Boundary.knots = c(0, 1),
  periodic = FALSE,
  derivs = 0L,
  integral = FALSE
)

Arguments

df

degree of freedom (can be NULL);

knots

intenal breakpoints that define the splines;

degree

the degree of the piecewise polynomial;

intercept

boolean;

Boundary.knots

boundary points at which to anchor the splines;

periodic

boolean;

derivs

the order of the derivative the spline;

integral

boolean.

See Also

bSpline, mSpline, cSpline, iSpline


samorso/nfcm documentation built on Oct. 13, 2024, 9:35 p.m.