as_fitted_DAG {dsem} | R Documentation |
Convert output from package dsem to phylopath
Description
Convert dsem to phylopath output
Usage
as_fitted_DAG(
fit,
lag = 0,
what = c("Estimate", "Std_Error", "p_value"),
direction = 1
)
Arguments
fit |
Output from |
lag |
which lag to output |
what |
whether to output estimates |
direction |
whether to include one-sided arrows |
Value
Convert output to format supplied by est_DAG
[Package dsem version 1.3.0 Index]