Description Usage Arguments Details
Computing engine behind sclr.
| 1 2 3 4 5 6 7 8 9 10 11 | 
| y | A vector of observations. | 
| x | A design matrix. | 
| tol | Tolerance. | 
| algorithm | Algorithms to run. "newton-raphson" or "gradient-ascent". If a character vector, the algorithms will be applied in the order they are present in the vector. | 
| nr_iter | Maximum allowed iterations for Newton-Raphson. | 
| ga_iter | Maximum allowed iterations for gradient ascent. | 
| n_conv | Number of times the algorithm has to converge (to work around local maxima). | 
| conventional_names | If  | 
| seed | Seed for the algorithms. | 
The likelihood maximisation can use the Newton-Raphson or the gradient ascent algorithms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.