residual_histogram_data | R Documentation |
Prepare data for constructing histograms of residuals
residual_histogram_data( data, exclude_fitted = TRUE, remove_NA = TRUE, method = c("FDR", "SNRR", "SF", "RR", "DF") )
data |
A data table or data frame that is an output form |
exclude_fitted |
Should the fitted values be discarded? Default is |
remove_NA |
Should NA-values be removed from data. Default is |
method |
Which method should be used to obtain the optimal number of bins, that is, the width of the bins. Valid inputs are |
A data table that have new columns relevant for plot_residual_histograms()
print(1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.