LinSpline {mets}R Documentation

Simple linear spline

Description

Simple linear spline

Usage

LinSpline(x, knots, num = TRUE, name = "Spline")

Arguments

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

Author(s)

Thomas Scheike


[Package mets version 1.3.4 Index]