citHeader(
  "To cite the Usmile package and methodology, use the following references:"
)

bibentry(
  bibtype = "Manual",
  title = "Usmile (Universal Smile Layout for Explanation): Threshold-Free Class-Specific Comparison of Binary Classifiers",
  author = c(
    person(
      given = "Barbara",
      family = "Wieckowska"
    )
  ),
  year = "2026",
  note = "R package version 0.2.0"
)

bibentry(
  bibtype = "Article",
  title = paste(
    "Visualising and quantifying the usefulness of new predictors",
    "stratified by outcome class: The U-smile method"
  ),
  author = c(
    person(
      given = c("Katarzyna", "B."),
      family = "Kubiak"
    ),
    person(
      given = "Barbara",
      family = "Wieckowska"
    ),
    person(
      given = "Elzbieta",
      family = "Jodlowska-Siewert"
    ),
    person(
      given = "Przemyslaw",
      family = "Guzik"
    )
  ),
  journal = "PLOS ONE",
  year = "2024",
  volume = "19",
  number = "5",
  pages = "e0303276",
  doi = "10.1371/journal.pone.0303276"
)

bibentry(
  bibtype = "Article",
  title = paste(
    "Evaluating the three-level approach of the U-smile method",
    "for imbalanced binary classification"
  ),
  author = c(
    person(
      given = "Barbara",
      family = "Wieckowska"
    ),
    person(
      given = c("Katarzyna", "B."),
      family = "Kubiak"
    ),
    person(
      given = "Przemyslaw",
      family = "Guzik"
    )
  ),
  journal = "PLOS ONE",
  year = "2025",
  volume = "20",
  number = "4",
  pages = "e0321661",
  doi = "10.1371/journal.pone.0321661"
)

bibentry(
  bibtype = "Article",
  title = paste(
    "Usmile likelihood evaluation provides robust threshold free",
    "assessment of binary classification models for balanced and",
    "imbalanced datasets"
  ),
  author = c(
    person(
      given = "Barbara",
      family = "Wieckowska"
    ),
    person(
      given = "Przemyslaw",
      family = "Guzik"
    )
  ),
  journal = "Scientific Reports",
  year = "2026",
  volume = "16",
  pages = "10000",
  doi = "10.1038/s41598-026-40545-z"
)

citFooter(
  "Please cite both the package and the publication describing the methodological component used."
)