Skip to contents

Print method for condPois_1stage_list

Usage

print.condPois_1stage_list(x)

Arguments

x

an object of class condPois_1stage_list

Value

invisibly returns x

Examples

x <- structure(list(a = 1, b = 2), class = "condPois_1stage_list")
print(x)
#> $a
#> [1] 1
#> 
#> $b
#> [1] 2
#> 
#> attr(,"class")
#> [1] "condPois_1stage_list"