## S3 method for class 'drc':
print(x, ..., digits = max(3, getOption("digits") - 3))
## S3 method for class 'mrdrc':
print(x, ...)
## Fitting a four-parameter log-logistic model
ryegrass.m1 <- drm(rootl ~conc, data = ryegrass, fct = LL.4())
## Displaying the model fit
print(ryegrass.m1)
ryegrass.m1 # gives the same output as the previous line
Run the code above in your browser using DataLab