print.ab: Print method for class 'ab'

Description Usage Arguments Examples

Description

Print method for class ab

Usage

1
print.ab(object, digits = 3, only.sig = FALSE, percent.change = TRUE, ...)

Arguments

object

An object of class ab, usually, a result of a call to PrePost.

digits

Number of significant digits for the output.

only.sig

If TRUE, returns only credible intervals associated to tests that are statistically significant.

percent.change

If TRUE, returns the credible intervals for the percent change. If FALSE, returns the credible intervals for the difference.

Examples

1
2
3
  data <- SampleData(n.metrics = 20)
  ans <- PrePost(data)
  ans

google/abpackage documentation built on May 8, 2019, 11:44 a.m.