View source: R/Match&Permutation_Functions.R
NG_number | R Documentation |
find the number of non-Gaussian components in the data.
NG_number(data, type = "S3")
data |
original matrix with n x p. |
type |
'S1', 'S2' or 'S3' |
the number of non-Gaussian components in the data.
library(singR)
data("exampledata")
data=exampledata
NG_number(data$dX)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.