print.CBPS: Print coefficients and model fit statistics

Description Usage Arguments

View source: R/CBPSMain.R

Description

Print coefficients and model fit statistics

Usage

1
2
## 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 Jan. 19, 2022, 1:07 a.m.

Related to print.CBPS in CBPS...