operators-dash-DDDataSet: access a specific variable in the dataset by name...

Description Usage Arguments

Description

access a specific variable in the dataset by name

Usage

1
2
3
4
5
6
## S4 method for signature 'DDDataSet'
x$name
## S4 method for signature 'DDDataSet'
x[[i, j]]
## S4 method for signature 'DDDataSet,ANY,ANY'
x[i, j, ..., drop=TRUE]

Arguments

x

the DDDataSet object

name

the variable name

i

variable name

j

unusued

drop

unused

...

unused


ddgraph documentation built on Nov. 17, 2017, 10:50 a.m.