Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.drc

Printing key features


Description

'print' displays brief information on an object of class 'drc'.

Usage

## S3 method for class 'drc'
print(x, ..., digits = max(3, getOption("digits") - 3))

Arguments

x

an object of class 'drc'.

...

additional arguments.

digits

an integer giving the number of digits of the parameter coefficients. Default is 3.

Author(s)

Christian Ritz

Examples

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

drc

Analysis of Dose-Response Curves

v3.0-1
GPL-2 | file LICENCE
Authors
Christian Ritz <ritz@bioassay.dk>, Jens C. Strebig <streibig@bioassay.dk>
Initial release
2016-08-25

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.