previous up next
Go backward to `desing/vfncmp`
Go up to Procedures
Go forward to `desing/vstfn`

`desing/vfncmpo`

Comparison of two stratifying function values defined by two chart records.

Input:
a,b
two chart records with their IDs entry containing the stratifying function values as computed by `desing/vstfn`.
Output:
true if the function value of a is greater than the one of b, otherwise false.
This procedure is a wrapper for `desing/vfncmp`.
previous up next