# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "R6Nomogram" in publications use:' type: software license: GPL-2.0-or-later title: 'R6Nomogram: Create, Edit, and Plot Nomograms using R6 Objects' version: '1.0' doi: 10.32614/CRAN.package.R6Nomogram abstract: Nomograms are a type of plot for displaying linear models. A scale is plotted for each predictor in the model that translates values of the variable into "points", the sum of the "points" is then looked up on another scale to find the final prediction from the model. This package provides an R6 object constructor that does the computations for you to create an object representing the nomogram for the model. Methods and fields in the object allow you to customize the nomogram. You can then plot the nomogram, further customize, replot, etc. These types of nomograms are described in Harrell (2015) . authors: - family-names: Snow given-names: Greg email: 538280@gmail.com repository: https://glsnow.r-universe.dev repository-code: https://github.com/glsnow/R6Nomogram commit: 6eacaa57795ac704196f9afeb20c87aee8aee151 url: https://github.com/glsnow/R6Nomogram date-released: '2026-06-30' contact: - family-names: Snow given-names: Greg email: 538280@gmail.com