Displaying 2 results from an estimated 2 matches for "attribute4".
Did you mean:
attribute
2011 Oct 11
1
plots of correlation matrices
Hi,
I want to do a visualisation of a matrix plot made up of several plots of
correlation matrices (using corrplot()). My data is in csv format. Here's an
example:
id,category,attribute1,attribute2,attribute3,attribute4
661,SCHS,43.2,0,56.5,1
12202,SCHS,161.7,5.7,155,16
1182,SCHS,21.4,0,29,0
1356,SSS, 8.8182,0.1818,10.6667,0.6667
1864,SCHS,443.7273,9.9091,537,46
12360,SOA,6.6364,0,10,0
3382,SOA,7.1667,0,26,0.5
1033,SOA,63.9231,1.5385,91.5,11.5
14742,SSS,4.3846,0,8,0
12760,SSS,425.0714,1.7857,297.5,3.5
I can get r...
2006 Apr 01
7
Any way around AssociationTypeMismatch?
I want to have popup menus and check boxes in my forms to let users
select associated objects. In the form I''m working on, the object
"belongs_to" another type of object which is selected from a popup menu.
The id of the chosen object(s) for association is passed back in the
parameter hash, but when rails creates a new object from this parameter
hash, I get a