Skip to contents

Prints a concise overview of a fitted csdm_fit object, including the model type, formula, panel dimensions, and a coefficient table with standard errors when available.

Usage

# S3 method for class 'csdm_fit'
print(x, digits = 4, ...)

Arguments

x

A fitted object of class csdm_fit.

digits

Number of printed digits.

...

Currently unused.

Value

Invisibly returns x.