create.rs | R Documentation |
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
)
alpha |
vector of spline coefficients |
nr.scale |
number of rating categories; numeric |
tvec |
knots for spline functions |
xvec |
evaluation points for basis functions |
scale |
logical; scale or not |
Pieter C. Schoonees
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.