summary.dr4pl: summary

Description Usage Arguments Examples

View source: R/auxiliary.R

Description

Print the summary of a dr4pl object.

Usage

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

Arguments

object

a dr4pl object to be summarized

...

all normal summary arguments

Examples

1
2
3
4
5
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)

jtlandis/dr4pl.dev documentation built on May 25, 2019, 12:43 a.m.