Learn R Programming

rankdist (version 0.4.1)

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. Only one slot optimx_control is added. 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 messages and warnings
new("RankControlWeightedKendall",SearchPi0_show_message=TRUE,optimx_control=list(dowarn=TRUE))

Run the code above in your browser using DataLab