R/demo.dag0.R

Defines functions demo.dag0

Documented in demo.dag0

demo.dag0 <-
function()
{ # creates a DAG that was used during development;
  dag<-dag.init(covs=c(1,1), arcs=c(0,2, 1,2, 1,0, -1,2));
  return(dag);
}

Try the dagR package in your browser

Any scripts or data that you put into this service are public.

dagR documentation built on Oct. 9, 2022, 5:06 p.m.