summary.FuzzySupplementary | R Documentation |
Summary method for class "FuzzySupplementary"
## S3 method for class 'FuzzySupplementary'
summary(object, ...)
object |
An object of class "FuzzySupplementary" |
... |
Additional options |
The summary method for class "FuzzySupplementary"
#This example is based on the dataset eusilc included in the package
#The summary of FS index is compute with breakdown and using an HCR = 0.12
FS <- fs_construct_all(data = eusilc[,4:23], weight = eusilc$DB090, # step 2
dimensions = c(1,1,1,1,2,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5), # step 3
rho = NULL, # steps 4 and 5
HCR = .12, # step 6
breakdown = eusilc$db040) # step 7 with breakdowns
summary(FS)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.