Skip to contents

tidy method for mic_solve objects

Usage

tidy.mic_solve(
  x,
  table = c("mic", "delta", "ratio", "DoD_delta", "DoD_ratio"),
  ...
)

Arguments

x

An object of class mic_solve.

table

A character string specifying which table to return. Options are "mic", "delta", "ratio", "DoD_delta", and "DoD_ratio".

...

Additional arguments (not used).

Value

A tibble containing the requested table from the mic_solve object.