Description Usage Arguments Value See Also
Generates descriptive temporal attributes, e.g. the mean and mode of an attribute over all waves.
1 | create_desc_attributes(df, suffix, verbose = FALSE)
|
df |
A data frame. |
suffix |
A string indicating the start of the wave index suffix. |
verbose |
Whether or not to show some diagnostic messages. Defaults to FALSE. |
A data frame with the following columns for each attribute a
in df
:
a_desc_att_mean: The mean of a over all waves. For numeric attributes only.
a_desc_att_sd: The st. deviation of a over all waves. For numeric attributes only. #'
a_desc_att_median: The median of a over all waves. For numeric attributes only.
a_desc_att_mode: The mode of a over all waves.
a_desc_att_min: The minimum of a over all waves. For numeric attributes only.
a_desc_att_max: The maximum of a over all waves. For numeric attributes only.
create_CBMS15_attributes
,
create_IDA14_attributes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.