nsummary | R Documentation |
Descriptive summary of the neutrosphic numbers
nsummary(data)
data |
data is a list of neutrosophic numbers |
Data frame of descriptive neutrosophic statistics.
Zahid Khan
Florentin Smarandache (2014): Introduction to Neutrosophic Statistics. ISBN: 9781599732749
interval_add
,interval_div
.
data <- list(c(1, 2), c(4), c(2, 3),c(5,11),c(4,8),c(20,25))
s <- nsummary(data)
print(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.