search for: item9

Displaying 4 results from an estimated 4 matches for "item9".

Did you mean: items
2013 Apr 16
1
Path Diagram
...answered somewhere else, but I have been searching for an answer all day and not been able to find one. I am trying to plot a path diagram for a CFA I have run, I have installed Rgraphviz and run the following: pathDiagram(cfa, min.rank='item1, item2, item3, item4, item5, item6, item7, item8, item9, item10, item11, item12', max.rank='SMP, AAAS', file='documents') I get the following message and output: Running dot -Tpdf -o documents.pdf documents.dot digraph "cfa" { rankdir=LR; size="8,8"; node [fontname="Helvetica" fontsize=14 shap...
2011 Feb 14
4
sem problem - did not converge
...66, lam66, NA F2 -> Item68, lam68, NA F2 -> Item74, lam74, NA F3 -> Item3, lam3, NA F3 -> Item8, lam8, NA F3 -> Item18, lam18, NA F3 -> Item23, lam23, NA F3 -> Item28, lam28, NA F3 -> Item33, lam33, NA F3 -> Item38, lam38, NA F3 -> Item43, lam43, NA F4 -> Item9, lam9, NA F4 -> Item39, lam39, NA F5 -> Item5, lam5, NA F5 -> Item10, lam10, NA F5 -> Item20, lam20, NA F5 -> Item25, lam25, NA F5 -> Item30, lam30, NA F5 -> Item35, lam35, NA F5 -> Item45, lam45, NA Item3 <-> Item3, e3, NA Item5 <-> Item5, e5, NA Ite...
2010 Jun 06
1
Why did TukeyHSD not work when I used it for post-hoc for 2way within-subjects anova?
..., I had 32 items each of which generated 4 conditions. Participants saw each of the 32 items only once: 8 in Condition A, 8 in B, 8 in C, and 8 in D. The table below serves as an example. *Subject* *Factor1* *Factor2* *Condition* *ReadingTime* *Item* 1 A A A 238 Item1 1 A A A 369 Item5 1 A A A 494 Item9 *.* *.* *.* *.* *.* *.* *.* *.* *. * *.* *.* *.* 1 B A C 294 Item22 1 B A C 694 Item26 *.* *.* *.* *.* *.* *.* *.* *.* *.* *.* *.* *.* 8 A A A 334 Item3 8 A A A 366 Item7 *.* *.* *.* *.* *.* *.* *.* *.* *.* *.* *.* *.* I did ANOVA by using the following : result.subject=aov(ReadingTime~Factor1*Fac...
2010 Feb 25
2
Restructure some data
Suppose I have a data frame like "dat" below. For some context, this is the format that represents student's taking a computer adaptive test. first.item is the first item that student was administered and then score.1 is the student's response to that item and so forth. item.pool <- paste("item", 1:10, sep = "") set.seed(54321) dat <- data.frame(id =