linear {TestingSimilarity}R Documentation

Implementation of linear models

Description

Linear model:

m(d,\beta)=E_0+\delta d

Usage

linear(d, e)

Arguments

d

real-valued argument to the function (dose variable)

e

model parameter

Value

Response value.


[Package TestingSimilarity version 1.1 Index]