Skip to contents

Create a new peppwr_fits object

Usage

new_peppwr_fits(
  data,
  fits,
  best,
  call,
  missingness = NULL,
  dataset_mnar = NULL
)

Arguments

data

Original data (nested tibble)

fits

Fit results per peptide (list of tibbles with dist, loglik, aic)

best

Best-fitting distribution per peptide (character vector)

call

Original function call

missingness

Tibble with missingness statistics per peptide (optional)

dataset_mnar

Dataset-level MNAR metric (optional, from compute_dataset_mnar)

Value

A peppwr_fits object