View source: R/ctmaScaleInits.R
ctmaScaleInits | R Documentation |
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.
ctmaScaleInits(
CoTiMAFit = NULL,
ctsemFit = NULL,
newTimeScale = NULL,
autoRefit = FALSE
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.