View source: R/fisher_scoring.R
| fisher_scoring | R Documentation | 
Fisher scoring algorithm
fisher_scoring(
  likfun,
  start_parms,
  link,
  silent = FALSE,
  convtol = 1e-04,
  max_iter = 40
)
| likfun | likelihood function, returns likelihood, gradient, and hessian | 
| start_parms | starting values of parameters | 
| link | link function for parameters (used for printing) | 
| silent | TRUE/FALSE for suppressing output | 
| convtol | convergence tolerance on step dot grad | 
| max_iter | maximum number of Fisher scoring iterations | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.