print.drc {drc}R Documentation

Printing key features

Description

'print' displays brief information on an object of class 'drc'.

Usage

print.drc(x, ..., digits = max(3, getOption("digits") - 3))

Arguments

x an object of class 'drc'.
... additional arguments.
digits an integer giving the number of digits of the parameter coefficients. Default is 3.

Author(s)

Christian Ritz

Examples


model1<-multdrc(FA)
print(model1)
model1  # gives the same output as the previous line

rm(model1)


[Package drc version 0.9-0 Index]