vcov.drc {drc}R Documentation

Calculating Variance-Covariance Matrix for objects of class 'drc'

Description

'vcov' returns the estimated variance-covariance matrix for the parameters in the non-linear function.

Usage

vcov.drc(object, ...)

Arguments

object an object of class 'drc'.
... additional arguments.

Value

A matrix of estimated variances and covariances.

Author(s)

Christian Ritz

Examples


model1 <- multdrc(FA)
vcov(model1)

rm(model1)


[Package drc version 0.9-0 Index]