LinSpline {mets} | R Documentation |
Simple linear spline
LinSpline(x, knots, num = TRUE, name = "Spline")
x |
variable to make into spline |
knots |
cut points |
num |
to give names x1 x2 and so forth |
name |
name of spline expansion name.1 name.2 and so forth |
Thomas Scheike