ctmaScaleInits {CoTiMA} | R Documentation |
ctmaScaleInits
Description
This function rescales inits for drifts and sets all other inits to 0 (because it is too complicated to re-scale inits for diffusions).It uses the internal trasnformations of ctStanFit
(i.e., tforms) to transform the raw estimates, then re-scale them, and finally use the inverse of tfrom to supplie raw estimates as inits.
Usage
ctmaScaleInits(
CoTiMAFit = NULL,
ctsemFit = NULL,
newTimeScale = NULL,
autoRefit = FALSE
)
Arguments
CoTiMAFit |
Fit object created with |
ctsemFit |
Fit object created with |
newTimeScale |
New Time scale |
autoRefit |
Whether to automatically refit the original model using the new inits |
[Package CoTiMA version 0.8.0 Index]