Learn R Programming

rankdist (version 1.1.0)

RankControlPhiComponent-class: RankControlPhiComponent Class

Description

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

Arguments

Details

RankControlKendall is derived from virtual class RankControl. This control class tells the solver to fit a model based on a stage-wise generalization of 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
testctrl = new("RankControlPhiComponent",SearchPi0_show_message=TRUE)

Run the code above in your browser using DataLab