MeanResponse: Compute an estimated mean response.

Description Usage Arguments Value

View source: R/dr4pl-MeanResponse.R

Description

Compute an estimated mean response.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
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.


dr4pl documentation built on Aug. 17, 2021, 5:06 p.m.