Difference between revisions of "Central product classification"

From Testiwiki
Jump to: navigation, search
(Formula)
(code seems to work now)
Line 8: Line 8:
 
== Answer ==
 
== Answer ==
  
 +
<rcode>
 +
library(OpasnetUtils)
 +
library(xtable)
  
 +
objects.get("K4nyB3vNg9yQvtdy")
 +
 +
print(xtable(head(CPC@output)), type = 'html')
 +
</rcode>
  
 
== Rationale ==
 
== Rationale ==
Line 32: Line 39:
 
print(xtable(head(CPC@output)), type = 'html')
 
print(xtable(head(CPC@output)), type = 'html')
  
</rcode>
 
 
<rcode>
 
library(OpasnetUtils)
 
library(xtable)
 
 
objects.latest("Op_en5914", "calculations")
 
 
print(xtable(head(CPC@output)), type = 'html')
 
 
</rcode>
 
</rcode>
  

Revision as of 21:22, 27 January 2013



Question

What is a good classification system for products?

Answer

+ Show code

Rationale

UN CPC version 2 seems to be an optimal choice. [1] [2]

Dependencies

Calculations

+ Show code

See also

Keywords

References


Related files

<mfanonymousfilelist></mfanonymousfilelist>