Learn R Programming

flowMerge (version 2.20.0)

updateU: Update uncertainties

Description

Updates the uncertainties in a flowMerge ojbect after merging clusters. This function is now internal and no longer exported. It is called automatically within the cluster merging method.

Usage

updateU(object)

Arguments

object
An object of type flowMerge

Value

A flowMerge object with the u slot updated to reflect the new parameter values.

Details

Updates the u slot of the flowMerge object following merging. The update is computation intensive, and so, is not automatically performed on each flowMerge object. Should only be done on objects used in further analysis.

See Also

flowMerge-class,merge

Examples

Run this code
#data(rituximab)
#data(RituximabFlowClustFit)
#o<-flowObj(flowClust.res[[which.max(flowMerge:::BIC(flowClust.res))]],rituximab);
#m<-merge(o);
#i<-fitPiecewiseLinreg(m);
#m<-m[[i]];
#plot(m,pch=20,level=0.9);

Run the code above in your browser using DataLab