Description Usage Arguments Value Examples
View source: R/HigherOrderRiskPreferences.R
Constructs a B-spline basis of degree 'deg' (Code by Paul Eilers, Package JOPS, http://statweb.lsu.edu/faculty/marx/JOPS_0.1.0.tar.gz).
1 |
x |
values for the x axis. |
xl |
minimum value, default is the minimum value of the x-values. |
xr |
maximum value, default is maximum value of the x-values. |
ndx |
number of intervals to partition the distance between xl and xr. |
deg |
degree of the B-spline basis. |
a B-spline basis of degree deg and ndx + 1 internal knots.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.