Learn R Programming

drc (version 1.5-5)

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

## 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.

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