print.MixThres {MixThres}R Documentation

Print a MixThres Object

Description

This function prints an MixThres object. It is a method for the generic function print of class MixThres.

Usage

## S3 method for class 'MixThres':
print(x, ...)

Arguments

x selected mixture model object of class MixThres. This is assumed to be the result of some function that produces an object with the same named components as that returned by the hybridization or threshold functions.
... arguments to be passed to or from other methods.

Details

This function is a method for the generic function print for class "MixThres". It can be invoked by calling print for an object of the appropriate class, or directly by calling print.MixThres regardless of the class of the object.

This function gives :

  • the selected mixture model according to the BIC,
  • the parameters of this selected model (mean, sd, probability). If threshold is not NULL, the threshold (and its associated precision criterion) is printed, and the number and percentage of hybridized probes is calculated.

    Author(s)

    J. Aubert

    See Also

    print, hybridization,threshold


    [Package MixThres version 1.0 Index]