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

summary.dr4pl

summary


Description

Print the summary of a dr4pl object.

Usage

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

Arguments

object

a dr4pl object to be summarized

...

all normal summary arguments

Examples

obj.dr4pl <- dr4pl(Response ~ Dose, data = sample_data_5)  # Fit a 4PL model to data
summary(obj.dr4pl)

obj.dr4pl <- dr4pl(Response ~ Dose, data = sample_data_6)  # Fit a 4PL model to data
summary(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.