RootDepSet: An empty object of class 'RootDepSet'

View source: R/gr_RootDepSet.R

RootDepSetR Documentation

An empty object of class RootDepSet

Description

Creates an object of class RootDepSet with two empty slots $value and $root. The slots are supposed to be assigned values. The simplest way is using method setRootDepSet. Every node with observable variable should be taken as a root. A subset of nodes is created for every root. For every root a subset of nodes must be created. For other examples see Vignette "Subsets and Coordinates".

Usage

RootDepSet()

Value

Creates an object of class RootDepSet with two empty slots $value and $root.

Examples

rdsobj<- RootDepSet()
rds_values<- list(a=c("a", "b"), b=c("b", "c", "d"))
rds_roots<- c("a", "b")
rdsobj<- setRootDepSet(rdsobj, rds_values, rds_roots)

gremes documentation built on Feb. 16, 2023, 8:06 p.m.