Description Usage Arguments Value Examples
View source: R/estimCovCellGeneral.R
Estimation of mean and covariance for a label in a partition.
1 | estimCovCellGeneral(cell, cytometry, labels, type = "standard", alpha = 0.85)
|
cell |
Labell of the clsuter of interest. |
cytometry |
Data of the partition, without labels. |
labels |
Labels of the partition. |
type |
How to estimate covariance matrices of a cluster. 'standard' is for using cov(), while 'robust' is for using robustbase::covMcd. |
alpha |
Only when type = 'robust'. Indicates the value of alpha in robustbase::covMcd. |
A list containing:
Mean of the cluster.
Covariance of the cluster.
Weight associated to the cluster.
Type of the cluster.
1 | estimCovCellGeneral('Basophils', Cytometry1[,1:10], Cytometry1[,11])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.