View source: R/variable.update.R
variable.delete | R Documentation |
Delete one or more variable(s) in a DIGRAM Object.
variable.delete(do = NULL, variable.to.delete = NULL)
do |
A digram.object |
variable.to.delete |
The number or name of the variable(s) which should be deleted |
A set of variables can be deleted by providing a vector of variable names/numbers.
Returns a DIGRAM object with (a) deleted variable(s)
Jeppe Bundsgaard jebu@edu.au.dk
Kreiner, S. (2003). Introduction to DIGRAM. Dept. of Biostatistics, University of Copenhagen.
data(DHP)
DHP<-variable.delete(do=DHP,variable.to.delete="dhp36")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.