resampling_is_concatenable: Checks whether the resampling of two cf objects is...

View source: R/cf.R

resampling_is_concatenableR Documentation

Checks whether the resampling of two cf objects is concatenable

Description

Checks whether the resampling of two cf objects is concatenable

Usage

resampling_is_concatenable(cf1, cf2)

Arguments

cf1

cf object with cf_boot

cf2

cf object with cf_boot

Details

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.

Value

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).


hadron documentation built on Sept. 9, 2022, 5:06 p.m.