Learn R Programming

pulseTD (version 0.1.0)

correctionParams: Correct the parameters of the pulse model

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

correctionParams(object)

Arguments

object

a 'pulseTDmodel' that has been calculated with estimateParams

Value

a 'pulseTDmodel' that has been modified

Examples

Run this code
# NOT RUN {
data('pulseRates', package='pulseTD')
pulseRates_correct = correctionParams(pulseRates)
pulseRates_correct@fitfailure
# }

Run the code above in your browser using DataLab