modelPar3 {twKinresp}R Documentation

modelPar3

Description

Translating parameter vector to arguments of Model.

Usage

modelPar3(parOpt, fModel, parDefault = parOpt, 
    ...)

Arguments

parOpt

parameters: named numeric vector (x0,r0,mumax)

fModel

model of the form function(x0,r0,mumax,...)

parDefault

if parOpt contains only a subset of (x0,r0,mumax), e.g. when optimizing only a subset parDefault can be used to specify the other values

...

further arguments to fModel

Value

result of fModel

Author(s)

Thomas Wutzler <thomas.wutzler@web.de>


[Package twKinresp version 0.0.5 Index]