print.summary.dr4pl: Print the dr4pl object summary to screen.

Description Usage Arguments Examples

View source: R/auxiliary.R

Description

Print the dr4pl object summary to screen.

Usage

1
2
## S3 method for class 'summary.dr4pl'
print(object, ...)

Arguments

object

a dr4pl object to be summarized

...

all normally printable arguments

Examples

1
2
3
4
5
6
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))

jtlandis/dr4pl.dev documentation built on May 25, 2019, 12:43 a.m.