Learn R Programming

rorutadis (version 0.4.2)

getThresholds: Get thresholds

Description

This function extracts values of thresholds from solution.

Usage

getThresholds(problem, solution)

Arguments

problem
Problem whose model was solved.
solution
Result of model solving (e.g. result of findRepresentativeFunction or investigateUtility).

Value

Vector containing h-1 thresholds from t_1 to t_h-1 where t_p-1 is lower threshold of class C_p and h is number of classes.

Details

Function is deprecated. Solution already contains thresholds.