Learn R Programming

drc (version 0.8-2)

diagnostics: 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.

Examples

Run this code
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)

Run the code above in your browser using DataLab