Conditional indepepence estimates for path analysis
ci_results.RdObtain conditional indepepence estimates for path analysis. Estimates are standardized.
Arguments
- object
- (mbsem) An object of - mbsem-classreturned by- minorbsem.
- interval
- Confidence interval to select 
- summarize
- (LOGICAL) If TRUE (default): Return posterior summary as data.frame; If FALSE: Return posterior draws as data.frame. 
Examples
if (FALSE) { # \dontrun{
fit <- minorbpa("x3 ~ x1 + x2\n x4 ~ x3 + x1", HS)
ci_table <- ci_results(fit)
} # }