<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
		Create, Edit, and Plot Nomograms using R6 Objects // 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)
		doi:10.1007/978-3-319-19425-7.
	</longdescription>
</pkgmetadata>
