| BorgDiagnosis | R Documentation |
Holds the result of borg_diagnose: a structured assessment
of data dependency patterns that affect cross-validation validity.
## S4 method for signature 'BorgDiagnosis'
show(object)
object |
A |
The BorgDiagnosis object, returned invisibly.
Called for the side effect of printing a diagnostic summary to the console.
dependency_typeCharacter. Primary dependency type detected: "none", "spatial", "temporal", "clustered", or "mixed".
severityCharacter. Overall severity: "none", "moderate", "severe".
recommended_cvCharacter. Recommended CV strategy: "random", "spatial_block", "temporal_block", "group_fold", "spatial_temporal".
spatialList. Spatial autocorrelation diagnostics with elements: detected (logical), morans_i (numeric), morans_p (numeric), range_estimate (numeric), effective_n (numeric), coords_used (character).
temporalList. Temporal autocorrelation diagnostics with elements: detected (logical), acf_lag1 (numeric), ljung_box_p (numeric), decorrelation_lag (integer), embargo_minimum (integer), time_col (character).
clusteredList. Clustered structure diagnostics with elements: detected (logical), icc (numeric), n_clusters (integer), cluster_sizes (numeric), design_effect (numeric), group_col (character).
inflation_estimateList. Estimated metric inflation from random CV with elements: auc_inflation (numeric, proportion), rmse_deflation (numeric), confidence (character: "low"/"medium"/"high"), basis (character).
n_obsInteger. Number of observations in the dataset.
timestampPOSIXct. When the diagnosis was performed.
callLanguage object. The original call that triggered diagnosis.
borg_diagnose, borg_cv
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.