Learn R Programming

dr4pl (version 1.1.11)

summary.dr4pl: summary

Description

Print the summary of a dr4pl object.

Usage

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

Arguments

object

a dr4pl object to be summarized

...

all normal summary arguments

Examples

Run this code
# NOT RUN {
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)

# }

Run the code above in your browser using DataLab