[Developers] Need for simpler way to describe the kind of simple mixed models most people are used to.

dave fournier otter at otter-rsch.com
Fri Jul 24 12:00:15 PDT 2009


I think we should develop the machinery needed to construct linear
predictors from data in a csv file. I wonder what all is involved.
One thing we need is a "contrast" object.  This is a vector v
parameterized in such a way that sum(v)=0.  For the separable function
to be efficient one want to pass only the  necessary v_i's to the
separable function.  So for example we can parameterize v as

    v_i =w_i -mean(w)


the w_i are the independent variables but the derivative stuff can be
done in terms of the v_i and the derivatives for the w_i calculated from
the v_i just when they are needed (ie some kind of interface needs to
accomplish this.)  Also a penalty like

        100*square(sum(w))

is added so that the problem is not degenerate.

One problem is how to parse the csv file. Hopefully should is existing
software for this we can use.

I think if we can make this all pretty simple we can get a lot more
interest from R users.



-- 
David A. Fournier
P.O. Box 2040,
Sidney, B.C. V8l 3S3
Canada
Phone/FAX 250-655-3364
http://otter-rsch.com


More information about the Developers mailing list