Displaying 2 results from an estimated 2 matches for "test_scores".
Did you mean:
test_score
2008 Jun 17
3
rindex not working with objects from db model
I''m sorting a separate list that doesn''t contain a certain user''s
attribute, but trying to but that certain user''s attribute on the
separate percentile.
test_scores = Testscore.find(:all, :conditions=> {...})
my_testscore = current_user.test_score
my_ts = Testscore.new(:score => my_testscore)
test_scores.push(ts)
sorted_ts = test_scores.sort {|x,y| x.score <=> y.score }
index_one = sorted_ts.index(my_ts)
# why doesn''t this work?
index_...
2001 Jul 26
0
Multi-level Models with NLME
Hello,
I have a question about setting up a multi-level model in NLME. I have the
P&B book, but I am still having trouble specifying the model. I am using
the most recent version of NLME on R 1.3.0. I was referred to NLME after a
previous query on multi-level models. Yet, I think part of my confusion is
that I do not have a mixed model as far as I can see. I have random effects
nested