nr: Newton Raphson Parameter Estimates

View source: R/nr.R

nrR Documentation

Newton Raphson Parameter Estimates

Description

This function calculates Newton Raphson parameter estimates. It is used mostly for testing.

Usage

nr(rda = NULL, tol = 1e-09, max_iter = 100, verbose = TRUE)

mlthom/CogIRT documentation built on June 13, 2022, 7:45 a.m.