Description Usage Arguments Value Examples
View source: R/correctionParams.R
It is used to correct pulse model parameters.
During the estimation of parameters in estimateParams,
some NA will occur, which may be caused by random initial values.
Therefore, some NA values can be estimated from the new ones.
1 | correctionParams(object)
|
object |
a 'pulseTDmodel' that has been calculated with |
a 'pulseTDmodel' that has been modified
1 2 3 | data('pulseRates', package='pulseTD')
pulseRates_correct = correctionParams(pulseRates)
pulseRates_correct@fitfailure
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.