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

print.summary.dr4pl

Print the dr4pl object summary to screen.


Description

Print the dr4pl object summary to screen.

Usage

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

Arguments

object

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

dr4pl

Dose Response Data Analysis using the 4 Parameter Logistic (4pl) Model

v1.1.11
GPL (>= 2)
Authors
Justin T. Landis [aut, cre], Hyowon An [aut], Aubrey G. Bailey [aut], Dirk P. Dittmer [aut], James S. Marron [aut]
Initial release
2019-10-07

We don't support your browser anymore

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