Description Usage Arguments Details Value Author(s) See Also Examples
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.
1 | 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>
flowMerge-class,merge
1 2 3 4 5 6 7 | #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);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.