plm: Piecewise-Linear Model Class

View source: R/plm.R

plmR Documentation

Piecewise-Linear Model Class

Description

Set of functions which define a class of smooth piecewise linear models.

Usage

plm(
  x,
  theta,
  knots = 0,
  intercept = 0,
  slope = c(0, 1),
  scale = 1,
  skewness = 0,
  ...
)

Arguments

x

Numerical vector of values at which the function is to be evaluated.

scale

Numeric value specifying the total width of the range of the basis functions.

skewness

Degree of asymmetry in the basis functions. Negative values yield left-skewed basis functions, right values yield right-skewed basis functions, while a zero value indicates no skewness.

degree

Integer specifying the degree of the polynomial basis function.


TobieSurette/gulf.stats documentation built on Jan. 4, 2023, 4:19 p.m.