print.summary.drc {drc} | R Documentation |
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
## S3 method for class 'summary.drc'
print(x, ...)
Arguments
x |
an object of class 'drc'. |
... |
additional arguments. |
Value
The object (argument x
) is returned invisibly.
Author(s)
Christian Ritz
Examples
ryegrass.m1 <- drm(rootl~conc, data=ryegrass, fct= LL.4())
summary(ryegrass.m1)
[Package drc version 3.0-1 Index]