Description Usage Arguments Value See Also Examples
melt_StQ returns an object of class StQ from a
data.table in dcasted form.
This method builds an object of class StQ with the slot Data constructed
from the input data.table and the slot DD given as an input parameter.
This function can be considered as a constructor for the class StQ. It is indeed a wrapper
for the function melt.data.table from the package
data.table adapted to the structure of the slot Data of object
StQ.
The input parameter DD must be of class DD.
1  | 
DataMatrix | 
 of class data.table with dcasted form (statistical units by rows and variables by columns).  | 
DD | 
 Object of class DD.  | 
Object of class StQ.
dcast_StQ, dcast.data.table,
melt.data.table, melt,
dcast
1 2 3  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.