Creates a response style by cutting up a quadratic monotone spline.
create.rs(alpha = matrix(c(1, 2, 1), nrow = 1), nr.scale = 7, tvec = c(0,
0.5, 1), xvec = 0:nr.scale/nr.scale, scale = TRUE)
vector of spline coefficients
number of rating categories; numeric
knots for spline functions
evaluation points for basis functions
logical; scale or not
Pieter C. Schoonees