Skip to content

a question about "multilevel"model

2 messages · 孟欣, Gabor Grothendieck

#
This is reshaping the data frame from wide to long form.  In
particular, MULTDV is as.vector(t(dvs)).  Try typing this on a line by
itself:

make.univ

to see the code and clarify your understanding.   Also try the
examples in ?reshape to familiarize yourself with wide to long
transformations.
On Mon, Jan 18, 2010 at 12:06 AM, ?? <lm_mengxin at 163.com> wrote: