Learn R Programming

rodeo (version 0.8.2)

setPars: Assign Values to Parameters

Description

Assign values to parameters of a rodeo-based model.

Value

NULL (invisible). The assigned numeric data are stored in the object and can be accessed by the getPars method.

Arguments

x

A numeric vector or array, depending on the model's spatial dimensions. Consult the help page of the sister method setVars for details on the required input.

See Also

The corresponding 'get' method is getPars. Use setVars to assign values to variables rather than parameters. Consult the help page of the latter function for examples.