plm | R Documentation |
Set of functions which define a class of smooth piecewise linear models.
plm( x, theta, knots = 0, intercept = 0, slope = c(0, 1), scale = 1, skewness = 0, ... )
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.