Learn R Programming

dr4pl (version 2.0.0)

summary.dr4pl: summary

Description

Print the summary of a dr4pl object.

Usage

# S3 method for dr4pl
summary(object, parm = NULL, ...)

Arguments

object

a dr4pl object to be summarized

parm

parameters of the dr4pl object. Usually made with [dr4pl_theta]

...

additional arguments to be passed to [calculate.dr4pl]

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