plot_gofit | R Documentation |
Plot the SSE (sum of squared error) as a proxy for the
goodness of fit. For the TOP
available solutions the SSE trace is shown.
plot_gofit(x, TOP = 6, nx = 3, ny = 2)
x |
A list of fits computed via |
TOP |
The first |
nx |
Columns in the matrix layout. |
ny |
Rows in the matrix layout. |
A plot of the goodness of fit.
data('fit_example', package = 'mobster')
plot_gofit(fit_example, TOP = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.