resid_plot {simts} | R Documentation |
Plot the Distribution of (Standardized) Residuals
Description
This function plots a histogram (with kernel density function and normal distribution) of the standardized residuals or a basic plot the (standardized) residuals, or both.
Usage
resid_plot(res, std = FALSE, type = "hist", ...)
Arguments
res |
A |
std |
A |
type |
A |
... |
Additional parameters |
Author(s)
Yuming Zhang
[Package simts version 0.2.2 Index]