Description Usage Arguments Details Value Author(s) Examples
This function relies to ChooseBest()
function, in order to print out the content of the highest loading items.
1 |
it |
An |
n |
integer. Number of items to be retained and printed on screen. |
write_file |
logical. Should a file be written with the elected items? |
scale_name |
character. Name to be used in file, if one should be written. |
Items are written to file without their original labels. I chose this way, because use of this function is mainly aimed at passing on elected items to other formatting programs in order to administer. Refer to the output of the function inside R, as well as to the ChooseItems()
function, for the original item labels.
The default filename is "MyItems.txt". Change the scale_name
argument to costumize that.
A character vector of the chosen items.
Nikolaos Giallousis, psierevn@gmail.com
1 2 3 4 5 | # not run
# depressionRel is an ItemAnalysis object
# ShowItems(depressionRel)
# ShowItems(depressionRel, 7)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.