create.rs: Create a response style

Description Usage Arguments Author(s)

Description

Creates a response style by cutting up a quadratic monotone spline.

Usage

1
2
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)

Arguments

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

Author(s)

Pieter C. Schoonees


cds documentation built on May 2, 2019, 5:54 a.m.