search for: item10

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

Did you mean: item1
2013 Apr 16
1
Path Diagram
...d 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 shape=box];...
2005 Dec 23
6
Save using Update
Hi, I want to update an existing row in table "items" where items.id == 10 I tried this: item = Item.new item.f1 = ... item.f2 = ... ... item.id = 10 item.save I got an error Duplicate entry ... for key 10 : INSERT INTO items ... How do I make item.save to use UPDATE instead of INSERT? -- Posted via http://www.ruby-forum.com/.
2011 Feb 14
4
sem problem - did not converge
...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 Item8 <-> Item8, e8, NA Item9 <-> Item9, e9, NA Item10 <-> Ite...
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 =