getDRMpredValue: This function gets the predicted value of the three parameter...

View source: R/getDRMpredValue.r

getDRMpredValueR Documentation

This function gets the predicted value of the three parameter log logisistic function returned by drc::drm().

Description

This function gets the predicted value of the three parameter log logisistic function returned by drc::drm().

Usage

getDRMpredValue(val, drmModel)

Arguments

val

A number that is the "x" value for which you want the "y" value returned.

drmModel

The DRM model returned by drc::drm().

Value

The "Y" value that corresponds to the "x" value of the "val" parameter

Examples

getDRMpredValue (drmVal, drmModel)

ccpluncw/ccpl_R_RRW documentation built on July 4, 2025, 3:24 p.m.