Description Usage Arguments Value Examples
Definition of an S3 class named StQ for sets of standardized questionnaires.
The structure of the class StQ comprises a list with 2 components:
the component Data, which is an object of class data.table with at
least two columns: IDDD and Value. It contains all statistical variables (including
some metadata) together with their corresponding values. If Data is not specified as an
input parameter, an empty data.table object with columns IDDD and
Value will be initiated.
the component DD, which is an object of class DD. with the definition
and properties of all variables. If DD is not specified as an input parameter, an empty
DD object with columns Variable, Sort, Class, Qual1 and
ValueRegExp will be initiated.
Every variable name in the component Data must be present in the component DD.
1 2 3 4 |
Data |
Object of class data.table. |
DD |
Object of class DD |
Object of class StQ.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.