Compute an estimated mean response.
MeanResponse(...)# S3 method for dr4pl
MeanResponse(dr4pl, theta = NULL, ...)
# S3 method for numeric
MeanResponse(theta, x, ...)
# S3 method for dr4pl_theta
MeanResponse(theta, x, ...)
# S3 method for dr4pl_log10
MeanResponse(theta, x, ...)
arguments to be passed to S3 methods
dr4pl object
Parameters of the dr4pl object. Usually made with [dr4pl_theta]
domain values for 4PL model. Values should always be passed to this function on the linear space.
Predicted response values.