Small synthetic data from Capobianchi, Polettini, Lucarelli
A data frame with 8 observations on the following 8 variables.
a numeric vector
Key variable 1. A numeric vector
a numeric vector
Key variable 2. A numeric vector
Key variable 3. A numeric vector
Key variable 4. A numeric vector
a numeric vector
The weight vector. A numeric vector
This data set is very similar to that one which are used by the authors of the paper given below. We need this data set only for demonstration effect, i.e. that the package provides the same results as their software.
data(francdat)
francdat
#> Num1 Key1 Num2 Key2 Key3 Key4 Num3 w
#> 1 0.30 1 0.40 2 5 1 4 18.0
#> 2 0.12 1 0.22 2 1 1 22 45.5
#> 3 0.18 1 0.80 2 1 1 8 39.0
#> 4 1.90 3 9.00 3 1 5 91 17.0
#> 5 1.00 4 1.30 3 1 4 13 541.0
#> 6 1.00 4 1.40 3 1 1 14 8.0
#> 7 0.10 6 0.01 2 1 5 1 5.0
#> 8 0.15 1 0.50 2 5 1 5 92.0