Skip to contents
  • plot: Visualizes the distribution of replicated T-statistics against the observed T-statistic using ggplot2.

  • print: Display the Bayesian p-value and the dispersion status for the model fitted to the data.

Usage

# S3 method for class 'ppc_stats'
print(x, ...)

# S3 method for class 'ppc_stats'
plot(x, ...)

Arguments

x

An object of class "ppc_stats".

...

Further arguments.

Value

  • print: Invisibly returns the original object.

  • plot: Returns a ggplot2 object.

See also