Difference between revisions of "OpasnetUtils/Interpret"

From Testiwiki
Jump to: navigation, search
(Created page with "Category:Opasnet Category:R tools {{method|moderator=|stub=Yes}} ==Description== interpret takes a vector and makes a data.frame out of it (to be used in e.g. make.ovari...")
 
m
Line 18: Line 18:
  
 
n <- 5
 
n <- 5
 
# Does it cause problems to use the wide direction? Anyway, there should be exactly one Result column.
 
## No it doesn't if the Observation columns are such as Unit, Result, Description.
 
}
 
  
 
# 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).

Revision as of 08:47, 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