Description Usage Arguments Value Note See Also Examples
Do a Q-Method analysis on the dataset
1 2 3 4 5 6 7 8 9 10 |
q |
A, open.pci.q object from |
q.df |
Alternatively to q, provide a data.frame from |
only.complete |
Boolean. Only include persons who have used all statements. |
nfactors |
The number of factors to extract. |
rotation |
The type of rotation to use |
cor.method |
Which method to use for the correlations in |
nsteps |
The number of repetitions to use when bootstrapping (to get estimates of standard errors and bias). See |
indet |
Indeterminacy method ("qindtest", "procrustes"). Default is qindtest, use procrustes for more than three factors. See |
Returns an object of QmethodRes. See qmethod()
for explanation.
The analysis is done by the qmethod-package.
qmethod()
, qmboots()
, cor()
, plot.QmethodRes()
.
1 2 3 4 | qjson<-c("[[\"Running\"],[\"Walking\",\"Crawling\"],[\"Jumping\",\"Sprinting\",\"Jogging\"],[\"Strolling\",\"\",\"Standing\",\"Sitting\"]]",
"[[\"Sitting\"],[\"Strolling\",\"Jogging\"],[\"Standing\",\"Sprinting\",\"Crawling\"],[\"Walking\",\"Running\",\"Jumping\"]]")
q<-get.q(qjson)
q.analysis(q)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.