Difference between revisions of "OpasnetUtils/Interpret"

From Testiwiki
Jump to: navigation, search
m
m
Line 14: Line 14:
 
graphics="1"
 
graphics="1"
 
>
 
>
library(OpasnetBaseUtils)
 
library(xtable)
 
 
n <- 5
 
 
 
# INTERPRET ################### interpret takes a vector and makes a data.frame out of it (to be used in e.g. make.ovariable).
 
# INTERPRET ################### interpret takes a vector and makes a data.frame out of it (to be used in e.g. make.ovariable).
 
### It also changes abbreviations into probability samples.
 
### It also changes abbreviations into probability samples.

Revision as of 11:28, 14 June 2012



Description

interpret takes a vector and makes a data.frame out of it (to be used in e.g. make.ovariable).

It also changes abbreviations into probability samples.

Code

+ Show code

See also