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

print.dr4pl

Print the dr4pl object to screen.


Description

Print the dr4pl object to screen.

Usage

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

Arguments

object

a dr4pl object to be printed

...

all normally printable arguments

Examples

ryegrass.dr4pl <- dr4pl(Response ~ Dose,
                        data = sample_data_1)
print(ryegrass.dr4pl)

obj.dr4pl <- dr4pl(Response ~ Dose, data = sample_data_5)
print(obj.dr4pl)

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.