Learn R Programming

RprobitB (version 1.2.0)

d_to_gamma: Transform increments to thresholds

Description

Transform increments to thresholds

Usage

d_to_gamma(d)

Value

The threshold vector of length J + 1.

Arguments

d

[numeric(J - 2)]
Threshold increments.

Examples

Run this code
d_to_gamma(c(0, 0, 0))

Run the code above in your browser using DataLab