Displaying 2 results from an estimated 2 matches for "belw".
Did you mean:
below
2009 Jan 24
1
Help with dudi.pca
...$ m : num 0.202 0.336 0.122 0.139 0.14 ...
$ lln : num 0.798 0.643 0.863 0.835 0.823 ...
$ rrn : num 0.789 0.702 0.894 0.895 0.923 ...
$ asym2: num 0.177 0.304 0.108 0.187 0.274 ...
$ asym3: num 0.0755 0.0975 0.0818 0.0651 0.13 ...
> str(rownames(op))
chr [1:37] "abov-belw" "ampl-rstr" "angl-rndd" "ascn-dscn" ...
> str(em3)
'data.frame': 37 obs. of 9 variables:
$ B--: int 4 1 12 14 0 3 2 15 3 5 ...
$ P--: int 4 1 2 3 5 15 1 0 3 1 ...
$ U--: int 10 16 4 1 13 0 15 3 12 12 ...
$ --B: int 5 13 10 15 6 1 5 16 5...
2006 Jul 28
2
passing a variable from controller to model
Hi,
How do I pass a variable from my action into a model before saving the
model. I''d like the model instance to have access to this variable to
do some work before saving the model instance but the variable is not
part of the model itself.
Thanks,
Sam
--
Posted via http://www.ruby-forum.com/.