sevt_fit_em | R Documentation |
Estimate transition probabilities in a staged event tree from data containing missing data using the hard (imputed) Expectation-Maximization algorithm.
sevt_fit_em(
object,
data = object$data_raw,
lambda = NULL,
scope = NULL,
max_iter = 5,
chain_impute = FALSE
)
object |
an object of class |
data |
data.frame with observations of
the variables in |
lambda |
smoothing parameter. Default (NULL) to
lambda value stored in |
scope |
which variable should be fitted. The value will be passed to
|
max_iter |
positive integer, the maximum number of iteration to be used in the EM algorithm. |
chain_impute |
logical. If |
A fitted staged event tree,
See the return field of sevt_fit
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.