Checks whether the resampling of two cf objects is concatenable
resampling_is_concatenable(cf1, cf2)
cf
object with cf_boot
cf
object with cf_boot
List of named booleans for each of the checked conditions
with elements boot
, boot.R
, boot.l
, sim
, endcorr
,
resampling_method
, boot_nrow
, icf
and, optionally
iboot_nrow
(if both cf1
and cf2
contain imaginary parts).
In contrast to resampling_is_compatible, this function checks if the resampling samples are concatenable on the horizontal axis. In addition to checking all meta parameters, the number of rows in the resampling arrays must be identical but the number of columns may differ.