Provides the question text for the nmost
questions with either most(direction=1
) or
least (direction=-1
) variance.
1 | get_text_for_variance_nmost(data, q_cols, 5, -1, "var")
|
data |
Dataset |
q_cols |
Question columns |
nmost |
(Optional.) How many questions to return? Default: 5 |
direction |
(Optional.) Either most( |
function_to_use |
(Optional.) What function to use for analysis of variance? Default: "var" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.