as.ci: Turn list into a conditional independence

View source: R/independence.R

as.ciR Documentation

Turn list into a conditional independence

Description

Turn list into a conditional independence

Usage

as.ci(x, ...)

Arguments

x

either a list with two or three elements, or a vector

...

if x not a list, one or two more arguments

Examples

as.ci(list(1,2))
as.ci(list(1,2,3))
as.ci(1,2)
as.ci(1,2,3)


rje42/ADMGs2 documentation built on Sept. 3, 2024, 7:39 p.m.