rrwGetModelParameterSpecs | R Documentation |
Function that extracts the parameter bounds, parameter column names, and number of free parameters from the rrwModelList.
rrwGetModelParameterSpecs(rrwModelList, startPars.n = 1)
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) ' |
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)
rrwGetModelParameterSpecs (modelList)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.