Obtain coefficients of a 4PL model
This function obtains the coefficients of a 4PL model. Estimates of the four parameters, the upper asymptote, IC50, slope and lower asymptote, are returned.
## S3 method for class 'dr4pl' coef(object, ...)
object |
A 'dr4pl' object |
... |
arguments passed to coef |
A vector of parameters
obj.dr4pl <- dr4pl(Response ~ Dose, data = sample_data_2) # Fit a 4PL model to data coef(obj.dr4pl) # Print parameter estimates obj.dr4pl <- dr4pl(Response ~ Dose, data = sample_data_3) # Fit a 4PL model to data coef(obj.dr4pl) # Print parameter estimates
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.