print.summary.dr4pl {dr4pl}R Documentation

Print the dr4pl object summary to screen.

Description

Print the dr4pl object summary to screen.

Usage

## S3 method for class 'summary.dr4pl'
print(x, ...)

Arguments

x

a dr4pl object to be summarized

...

all normally printable arguments

Examples

library(drc)  # Needed for the data set 'ryegras'
dr4pl.ryegrass <- dr4pl(rootl ~ conc, data = ryegrass)
print(summary(dr4pl.ryegrass))

dr4pl.7 <- dr4pl(Response ~ Dose, data = sample_data_7)
print(summary(dr4pl.7))

[Package dr4pl version 2.0.0 Index]