assign.par: Extraction and assignment of parameters to vector

View source: R/assign.par.R

assign.parR Documentation

Extraction and assignment of parameters to vector

Description

Assigns parameters of a particular type (scale, shape, adjustments or g0 (p(0))) from the vector of parameters in ddfobj. All of the parameters are kept in a single vector for optimization even though they have very different uses. assign.par parses them from the vector based on a known structure and assigns them into ddfobj.

Usage

assign.par(ddfobj, fpar)

Arguments

ddfobj

distance sampling object (see create.ddfobj)

fpar

parameter vector

Details

getpar extracts the requested types from ddfobj.

Value

if index==FALSE, vector of parameters that were requested or index==TRUE, vector of 3 indices for scale, shape, adjustment

Note

Internal functions not intended to be called by user.

Author(s)

Jeff Laake

See Also

getpar


DistanceDevelopment/mrds documentation built on Feb. 15, 2024, 9:25 a.m.