Learn R Programming

dr4pl (version 2.0.0)

MeanResponse: Compute an estimated mean response.

Description

Compute an estimated mean response.

Usage

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

...

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.