frequency_plot {Countr} | R Documentation |
Plot a frequency chart
Description
Plot a frequency chart to compare actual and predicted values.
Usage
frequency_plot(count_labels, actual, pred, colours)
Arguments
count_labels |
character, labels to be used. |
actual |
numeric, the observed probabilities for the different count
specified in |
pred |
data.frame of predicted values. Should have the same number of rows as actual and one column per model. The columns' names will be used as labels for the different models. |
colours |
character vector of colour codes with |
Details
In order to compare actual and fitted values, a barchart plot is created. It is the user's responsibility to provide the count, observed and fitted values.
[Package Countr version 3.5.8 Index]