Learn R Programming

gptk (version 1.06)

gpExtractParam: Extract a parameter vector from a GP model.

Description

does the same as above, but also returns parameter names.

Usage

gpExtractParam(model, only.values=TRUE, ...)

Arguments

model
the model structure containing the information about the model.
only.values
(logical) do not return parameter names.
...
optional additional arguments.

Value

  • paramsa vector of parameters from the model.
  • namescell array of parameter names.

See Also

gpCreate, gpExpandParam, modelExtractParam.

Examples

Run this code
## missing

Run the code above in your browser using DataLab