pivot model contrasts matrix to wide format produced by `contrasts_linfct` and ...

pivot_model_contrasts_2_Wide(
  modelWithInteractionsContrasts,
  subject_Id = "protein_Id",
  columns = c("estimate", "p.value", "p.value.adjusted"),
  contrast = "lhs"
)

Examples


# this function is used by the contrast classes to implement the to wide method