Learn R Programming

rankdist (version 0.4.1)

RankControlPhiComponent-class: RankControlKendall Class

Description

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

Arguments

Details

RankControlPhiComponent 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 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 fast traversal
testctrl = new("RankControlPhiComponent",SearchPi0_fast_traversal=TRUE,SearchPi0_show_message=TRUE)

Run the code above in your browser using DataLab