Learn R Programming

rankdist (version 1.0.0)

RankControlWeightedKendall-class: RankControlWeightedKendall Class

Description

A S4 class to store control parameters for Weighted Kendall distance model fitting. It is derived from class RankControl-class.

Arguments

Details

RankControlWeightedKendall is derived from virtual class RankControl. All slots in RankControl are still valid. This control class tells the solver to fit a model based on Weighted Kendall distance. The control parameters that start with prefix EM_ are intended for the EM iteration. The ones with prefix SeachPi0 control the behaviour of searching model ranking.

See Also

RankData, RankInit, RankControl

Examples

Run this code
# enabling  warnings
testctrl = new("RankControlWeightedKendall",optimx_control=list(dowarn=TRUE))

Run the code above in your browser using DataLab