Description Usage Arguments Examples
Print the summary of a dr4pl object.
1 2 |
object |
a dr4pl object to be summarized |
... |
all normal summary arguments |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.