search for: classvar

Displaying 3 results from an estimated 3 matches for "classvar".

Did you mean: class_var
2006 Apr 14
2
another very simple loop question
I have a dataset with 4 years of students, and normally I want to estimate things using each individual year, so I have a for loop as follows for (i in 1:4){} However, the only way I know how to calculate estimates using all four years of data is to put the estimations outside of the loop. Is there anyway to make a for loop that uses all four years at once, then uses each individual year?
2001 Dec 05
2
(Meta-analysis) How to build|fake a [n]lm[e] object ?
Dear all, I recently had to review the current litterature about some medical treatment with two possible variants (let's call them A and B). I collected all available prospective randomized trials about this treatment : I got four trials for the A variant and three for the B variant, all studies comparing one variant to a "suitably choosen" placebo. Two classes of variables are of
2006 Sep 12
3
rails threads / contexts / fastcgi - can someone explain ???
Hi, Would someone be able to explain how ruby class/object contexts work from the point of view of a deployed rails application using FASTCGI and noting there are multiple Ruby processes running (say on dreamhost for example). Some questions to help clarify what I''m trying to understand: a) how do incoming URL requests get spread across the multiple Ruby processes (let''s