MeanResponse {dr4pl} | R Documentation |
Compute an estimated mean response.
Description
Compute an estimated mean response.
Usage
MeanResponse(...)
## S3 method for class 'dr4pl'
MeanResponse(dr4pl, theta = NULL, ...)
## S3 method for class 'numeric'
MeanResponse(theta, x, ...)
## S3 method for class 'dr4pl_theta'
MeanResponse(theta, x, ...)
## S3 method for class 'dr4pl_log10'
MeanResponse(theta, x, ...)
Arguments
... |
arguments to be passed to S3 methods |
dr4pl |
dr4pl object |
theta |
Parameters of the dr4pl object. Usually made with [dr4pl_theta] |
x |
domain values for 4PL model. Values should always be passed to this function on the linear space. |
Value
Predicted response values.
[Package dr4pl version 2.0.0 Index]