summary.dr4pl {dr4pl} | R Documentation |
summary
Description
Print the summary of a dr4pl object.
Usage
## S3 method for class '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
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)
[Package dr4pl version 2.0.0 Index]