printLagpol: Print non-normalized polynomial as a lag polynomial

View source: R/lagpol.R

printLagpolR Documentation

Print non-normalized polynomial as a lag polynomial

Description

Prints a non-normalized polynomial as a lagpol object, preserving the original coefficients.

Usage

printLagpol(pol, digits = 2, width = getOption("width"))

Arguments

pol

Numeric vector with the coefficients of a non-normalized polynomial. The first element can be any numeric value, not necessarily 1.

digits

Integer. Number of significant digits to display. Default is 2.

width

Integer. Maximum number of characters per line. Default is the console width.

Value

Invisibly returns the input vector.


tfarima documentation built on Nov. 5, 2025, 7:43 p.m.