Printing summary of non-linear model fits
This method produces formatted output of the summary statistics: parameter estimates, estimated standard errors, z-test statistics and corresponding p-values.
## S3 method for class 'summary.drc' print(x, ...)
x |
an object of class 'drc'. |
... |
additional arguments. |
The object (argument x
) is returned invisibly.
Christian Ritz
ryegrass.m1 <- drm(rootl~conc, data=ryegrass, fct= LL.4()) summary(ryegrass.m1)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.