print.summary.drc {drc}R Documentation

Printing summary of non-linear model fits

Description

'print.summary' displays the summary.

Usage


  ## S3 method for class 'summary.drc':
  print(x, ...)

Arguments

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

Value

'print.summary.drc' produces a formatted output of the summary statistics.

Author(s)

Christian Ritz

Examples


## Invoking the print.summary method for objects of class 'drc'
summary(multdrc(ryegrass))  


[Package drc version 1.4-2 Index]