Represents a counterfactual likelihood where one or more likelihood factors has been replaced with an intervention as specified by intervention_list
.
Inherits from Likelihood
. Other factors (including their updates) are taken from an underlying observed_likelihood
estimated from observed data.
make_CF_Likelihood(...)
... | Passes all arguments to the constructor. See documentation for the Constructor below. |
---|
R6Class
object.
Likelihood
object
make_CF_Likelihood(observed_likelihood, intervention_list, ...)
observed_likelihood
Likelihood
obect specifying the relevant factors of the observed likelihood
intervention_list
A list of objects inheriting from LF_base
, representing the intervention.
...
Not currently used.
observed_likelihood
Likelihood
obect specifying the relevant factors of the observed likelihood
intervention_list
A list of objects inheriting from LF_base
, representing the intervention.
Other Likelihood objects:
LF_base
,
LF_derived
,
LF_emp
,
LF_fit
,
LF_known
,
LF_static
,
LF_targeted
,
Likelihood
,
Targeted_Likelihood
,
define_lf()