diagnostics {drc}R Documentation

Display information on estimation procedure

Description

Displays information on the convergence of the estimation procedure.

Usage

diagnostics(object)

Arguments

object an object of class 'drc'.

Details

Currently this function displays the convergence status and the number of evaluations used.

Author(s)

Christian Ritz

Examples


model1 <- multdrc(rgr~dose, data=TerMet)
diagnostics(model1)

model2 <- multdrc(rgr~dose, data=TerMet, startVal=c(1,0.01,0.38,130)) 
diagnostics(model2)  
## the start values given yield swifter convergence

rm(model1, model2)


[Package drc version 1.1-0 Index]