conv.plot | R Documentation |
Create a plot to examine the convergence of the algorithm.
conv.plot(result, true_coeffs = NULL, x = NULL, y = NULL, family = binomial())
result |
The results from irls.sgd. |
true_coeffs |
A vector of true coefficients if they are available. |
x |
A matrix of independent variables to estimate the true coefficients from. |
y |
A vector with the dependent variable to estimate the true coefficients from. |
family |
A glm family for the distribution to use, i.e. "binomial()" when estimating the true coefficients. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.