View source: R/summary_method.R
summary.FuzzyMonetary | R Documentation |
Summary method for class "FuzzyMonetary"
## S3 method for class 'FuzzyMonetary'
summary(object, ...)
object |
An object of class "FuzzyMonetary" |
... |
Additional options |
The summary method for class "FuzzyMonetary"
#The following example is based on the dataset eusilc
#included in the package.
#fm = "verma"
index = fm_construct(predicate = eusilc$eq_income, weight = eusilc$DB090,
fm = "verma", HCR = 0.154, ID = eusilc$ID)
summary(index)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.