getAcor-methods.Rd
Method to compute the log-correlation matrix for the first dimension (quant
) of the FLQuant
object.
getAcor(object, ...)
# S4 method for FLQuant
getAcor(object, ...)
object of relevant class (see signature of method)
additional argument list that might never be used
an FLQuant
object with a quant log-correlation matrix
data(ple4)
getAcor(harvest(ple4))
#> 1 2 3 4 5 6 7
#> 1 1.0000000 0.7365610 0.4544369 0.5030289 0.4741893 0.4383269 0.4694267
#> 2 0.7365610 1.0000000 0.9260323 0.8736297 0.8386137 0.8399894 0.8492868
#> 3 0.4544369 0.9260323 1.0000000 0.9531582 0.9214183 0.9222378 0.9128826
#> 4 0.5030289 0.8736297 0.9531582 1.0000000 0.9812823 0.9509983 0.9318522
#> 5 0.4741893 0.8386137 0.9214183 0.9812823 1.0000000 0.9853974 0.9545161
#> 6 0.4383269 0.8399894 0.9222378 0.9509983 0.9853974 1.0000000 0.9815997
#> 7 0.4694267 0.8492868 0.9128826 0.9318522 0.9545161 0.9815997 1.0000000
#> 8 0.4613249 0.7975057 0.8603536 0.9037194 0.9283319 0.9526755 0.9857090
#> 9 0.4115291 0.7078261 0.7832829 0.8603844 0.8989499 0.9145874 0.9400096
#> 10 0.4115291 0.7078261 0.7832829 0.8603844 0.8989499 0.9145874 0.9400096
#> 8 9 10
#> 1 0.4613249 0.4115291 0.4115291
#> 2 0.7975057 0.7078261 0.7078261
#> 3 0.8603536 0.7832829 0.7832829
#> 4 0.9037194 0.8603844 0.8603844
#> 5 0.9283319 0.8989499 0.8989499
#> 6 0.9526755 0.9145874 0.9145874
#> 7 0.9857090 0.9400096 0.9400096
#> 8 1.0000000 0.9802818 0.9802818
#> 9 0.9802818 1.0000000 1.0000000
#> 10 0.9802818 1.0000000 1.0000000