updateU {flowMerge} | R Documentation |
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.
updateU(object)
object |
An object of type |
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.
A flowMerge
object with the u
slot updated to reflect the new parameter values.
Greg Finak <greg.finak@ircm.qc.ca>
#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);