The function extracts the posterior samples
of the drift matrix from a fitted model
from the ctsem::ctStanFit()
function.
Arguments
- object
Object of class
ctStanFit
. Output of thectsem::ctStanFit()
function.
Value
Returns an object
of class ctmedposteriorphi
which is a list drift matrices
sampled from the posterior distribution.
See also
Other Continuous Time Mediation Functions:
DeltaBeta()
,
DeltaIndirectCentral()
,
DeltaMed()
,
DeltaTotalCentral()
,
Direct()
,
Indirect()
,
IndirectCentral()
,
MCBeta()
,
MCIndirectCentral()
,
MCMed()
,
MCPhi()
,
MCTotalCentral()
,
Med()
,
PosteriorBeta()
,
PosteriorIndirectCentral()
,
PosteriorMed()
,
PosteriorTotalCentral()
,
Total()
,
TotalCentral()
,
Trajectory()