print.CBPS {CBPS}R 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.


[Package CBPS version 0.23 Index]