ps_trim_meta() returns the metadata list attached to a
ps_trim object by ps_trim().
Value
A named list with elements:
methodCharacter string indicating the trimming method used.
keep_idxInteger vector of retained observation indices.
trimmed_idxInteger vector of trimmed observation indices.
lower,upperNumeric cutoffs, when applicable.
refitLogical,
TRUEif the model was refit viaps_refit().
Additional method-specific elements (e.g. cutoff, delta, lambda) may
also be present.
See also
ps_trim() for trimming propensity scores, is_ps_trimmed() and
is_unit_trimmed() for predicate queries.
