Skip to contents

Print method for condPois_1stage

Usage

print.condPois_1stage(x)

Arguments

x

an object of class condPois_1stage

Value

invisibly returns x

Examples

x <- structure(list(), class = "condPois_1stage")
print(x)
#> list()
#> attr(,"class")
#> [1] "condPois_1stage"