correctionParams: Correct the parameters of the pulse model

Description Usage Arguments Value Examples

View source: R/correctionParams.R

Description

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.

Usage

1

Arguments

object

a 'pulseTDmodel' that has been calculated with estimateParams

Value

a 'pulseTDmodel' that has been modified

Examples

1
2
3
data('pulseRates', package='pulseTD')
pulseRates_correct = correctionParams(pulseRates)
pulseRates_correct@fitfailure

pulseTD documentation built on May 17, 2019, 5:03 p.m.