print.CBPS: Print coefficients and model fit statistics

View source: R/CBPSMain.R

print.CBPSR Documentation

Print coefficients and model fit statistics

Description

Print coefficients and model fit statistics

Usage

## S3 method for class 'CBPS'
print(x, digits = max(3, getOption("digits") - 3), ...)

Arguments

x

an object of class “CBPS” or “npCBPS”, usually, a result of a call to CBPS or npCBPS.

digits

the number of digits to keep for the numerical quantities.

...

Additional arguments to be passed to summary.


CBPS documentation built on Dec. 1, 2025, 9:06 a.m.

Related to print.CBPS in CBPS...