Skip to contents

The attribute min_deg is set to zero for the given function input.

Usage

as.lpolm(obj, ...)

# S3 method for polm
as.lpolm(obj, ...)

Arguments

obj

polm object

...

other arguments

Value

lpolm object

Examples

p = test_polm(degree = 2)
as.lpolm(p)
#> ( 1 x 1 ) Laurent polynomial matrix with degree <= 2, and minimal degree >= 0
#>      z^0 [,1] z^1 [,1] z^2 [,1]
#> [1,]      110      111      112