Learn R Programming

neutrostat (version 0.0.2)

interval_df: Interval conversion for neutrosophic numbers

Description

Interval conversion for neutrosophic numbers

Usage

interval_df(data)

Value

Data frame of neutrosophic numbers.

Arguments

data

data is a vector or a list of neutrosophic numbers

Author

Zahid Khan

References

Florentin Smarandache (2014): Introduction to Neutrosophic Statistics. ISBN: 9781599732749

Examples

Run this code
# values are interval forms as required in neutrosophic data

data <- list(c(6, 6), c(2, 8), c(30,50), c(18, 24))

interval_df(data)

Run the code above in your browser using DataLab