Description Usage Arguments Details Value See Also Examples
This function cut a part of Data (with format "FANOVA.Data") to obtain a vector of crisp data. The cutter part can be related part for a special factor level, or can be related part for core's (or e.g. left spreads) of TFNs.
1 | crisp.Data(Data, par = "C", factor = "all")
|
Data |
a matrix with dim=c(n, 4) and |
par |
a character argument with possible values "C", "L" and "R". If par="C", which is default, the cut part will be the cores of TFNs. If par="L" (par="R"), the cut part will be the Left (Right) spreads of TFNs. |
factor |
its default is "all" which means all factor levels. If "factor=i", the cut part will be relevant to the i-th population where i=1,2,...,length(n). |
One can consider both factor and par arguments to cut a part of "FANOVA.Data" format.
a part of Data matrix with format "FANOVA.Data"; see examples.
FuzzyNumbers
1 2 3 4 | data(Data)
crisp.Data(Data) # Or crisp.Data(Data, par="C", factor="all")
crisp.Data(Data, "L")
crisp.Data(Data, "L", factor=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.