rrwGetModelParameterSpecs: This function extracts the parameter bounds, parameter column...

rrwGetModelParameterSpecsR Documentation

This function extracts the parameter bounds, parameter column names, and number of free parameters from the rrwModelList.

Description

Function that extracts the parameter bounds, parameter column names, and number of free parameters from the rrwModelList.

Usage

rrwGetModelParameterSpecs(rrwModelList, startPars.n = 1)

Arguments

rrwModelList

A list that specifies the rrw model. Build the rrwModelList useing rrwAddEffectToRRWModel

startPars.n

An integer that specifies the number of free parameters that are not specified in the modelList. This will be added to the total number of free parameters in the modelList. DEFAULT = 1 (#Start at 1 because of Ter) '

Value

a list containing the parameter column names (pCols), the number of free parameters (pars.n), and the parameter upperBound, lowerBound, and interval (pU, pL, pI)

Examples

rrwGetModelParameterSpecs (modelList)

ccpluncw/ccpl_R_RRW documentation built on July 4, 2025, 3:24 p.m.