drc (version 3.0-1)

print.summary.drc: Printing summary of non-linear model fits

Description

This method produces formatted output of the summary statistics: parameter estimates, estimated standard errors, z-test statistics and corresponding p-values.

Usage

"print"(x, ...)

Arguments

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

Value

The object (argument x) is returned invisibly.

Examples

Run this code

ryegrass.m1 <- drm(rootl~conc, data=ryegrass, fct= LL.4())

summary(ryegrass.m1)  

Run the code above in your browser using DataLab