powered by
Creates a fit collection of SAR model fits, which can then be plotted using plot.sars.
plot.sars
fit_collection(..., fits = list(...))
A set of one or more SAR model fits (all of class 'sars').
Internal argument that creates a list of the model fits.
A list of class 'sars' with n elements, corresponding to the n individual SAR model fits.
# NOT RUN { data(galap) fit <- sar_linear(galap) fit2 <- sar_power(galap) fitC <- fit_collection(fit, fit2) plot(fitC) # }
Run the code above in your browser using DataLab