resampling_is_concatenable | R Documentation |
Checks whether the resampling of two cf objects is concatenable
resampling_is_concatenable(cf1, cf2)
cf1 |
|
cf2 |
|
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.
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).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.