summary.FuzzySupplementary {FuzzyPovertyR} | R Documentation |
The summary of a FuzzySupplementary object
Description
Summary method for class "FuzzySupplementary"
Usage
## S3 method for class 'FuzzySupplementary'
summary(object, ...)
Arguments
object |
An object of class "FuzzySupplementary" |
... |
Additional options |
Value
The summary method for class "FuzzySupplementary"
Examples
#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)
[Package FuzzyPovertyR version 2.1.0 Index]