plotDensity: Plot the density function per group by raw score
Description
The function plots the density curves based on the regression model against
the actual percentiles from the raw data. As in 'plotNormCurves',
please check for inconsistent curves, especially curves showing implausible shapes as f. e.
violations of biuniqueness.
# Load example data set, compute model and plot results for age values 2, 4 and 6result <- cnorm(raw = elfe$raw, group = elfe$group)
plotDensity(result, group = c (2, 4, 6))