Skip to contents

Prints a one-screen summary of a fitted psave() object: estimand and criterion, the selected mixing weights \(\lambda\) and \(\gamma\) as labeled text bars, the criterion value, a three-row balance preview (the worst covariates plus the prognostic score), and then the literal next call – echoing the formula and data name from your own psave() call – that hands the averaged score to MatchIt::matchit() or WeightIt::weightit().

Usage

# S3 method for class 'psave'
print(x, digits = 3, ...)

Arguments

x

A psave object.

digits

Number of significant digits to print. Default 3.

...

Ignored.

Value

x, invisibly.