Description Usage Arguments Value Examples
This function returns the directionality score of a bdHMM.
1 | DirScore(bdhmm)
|
bdhmm |
An object of class bdHMM. |
Directionality score of the bdHMM after model fitting.
1 2 3 4 5 6 7 8 9 10 | data(example)
bdhmm_ex = initBdHMM(observations, dStates=3, method="Gaussian", directedObs=0)
# without flags
bdhmm_fitted_noFlags = fitHMM(observations, bdhmm_ex)
DirScore(bdhmm_fitted_noFlags)
# with flags
bdhmm_fitted_flags = fitHMM(observations, bdhmm_ex, dirFlags=flags)
DirScore(bdhmm_fitted_flags)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.