modelExtractParam: Extract the parameters of a model.

Description Usage Arguments Value See Also

Description

Extract parameters from the model into a vector of parameters for optimisation.

Usage

1
modelExtractParam(model, only.values=TRUE, untransformed.values=FALSE)

Arguments

model

the model structure containing the parameters to be extracted.

only.values

include parameter names in the returned vector.

untransformed.values

return actual values, not transformed values used by the optimisers.

Value

param

vector of parameters extracted from the model.

See Also

modelExpandParam


gptk documentation built on May 2, 2019, 3:27 p.m.

Related to modelExtractParam in gptk...