Skip to contents

These methods print objects of different classes.

Arguments

object

what to print.

Examples

show(prior_normal(0, 1))
#> 
#> Prior Object:
#>    normal(mu = 0, sigma = 1)
#> 
#> 
#> Prior Object:
#>    normal(mu = 0, sigma = 1)
#>