Description Usage Arguments Value See Also Examples
Tabularize Q-method-data
1 | q.distribution(qrows, exclude = NULL)
|
qrows |
A list of rows from |
exclude |
A vector of values to exclude from the tabulation |
Returns a data.frame with three rows: Activity (the statements from wordrank), Frequency of this statement in this row, and the Row for which the Activity has this Frequency. Rows are numbered from the buttom (1) to the top (number of rows)
1 2 3 4 5 6 | qjson<-c("[[\"Running\"],[\"Walking\",\"Crawling\"],[\"Jumping\",\"Sprinting\",\"Jogging\"],[\"Strolling\",\"\",\"Standing\",\"Sitting\"]]",
"[[\"Sitting\"],[\"Strolling\",\"Jogging\"],[\"Standing\",\"Sprinting\",\"Crawling\"],[\"Walking\",\"Running\",\"Jumping\"]]")
q<-get.q(qjson)
qrows<-get.q.rows(q)
qdist<-q.distribution(qrows)
qdist
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.