print.micp: Prints a summary of the inference

View source: R/micp.stats.R

print.micpR Documentation

Prints a summary of the inference

Description

Prints a summary of the inference

Usage

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

Arguments

x

An object returned by 'micp.stats()'.

...

Optional additional arguments (currently unused).

Value

The printed string.

Examples

  ks <- c(19, 41, 15, 39, 39)
  ns <- c(45, 51, 20, 46, 58)
  results <- micp::micp.stats(ks, ns)
  print(results)

kaybrodersen/micp documentation built on April 15, 2022, 2:24 a.m.