Displaying 1 result from an estimated 1 matches for "dwpad_actavoid".
2013 Apr 05
2
model.frame: object is not a matrix
...ject, data, xlev = xlev) (from mice.R#601) :
'data' must be a data.frame, not a matrix or an array
Browse[2]> formula(myform)
~educ_sg + ethnic_sg + hiv + J10 + A5 + mar_stat + orientation +
Born_US ~ educ_sg + ethnic_sg + hiv + J10 + A5 + mar_stat +
orientation + Born_US + (DWPAD_ActAvoid + DWPAD_EducConf +
DWPAD_PasAvoid + DWPAD_Support) * ethnic_sg * racGayDiscStress +
0
Notice there are many three-way interactions, which certainly will
produce long column names.
There was a suggestion in the old thread to set width= in aov, for use
by deparse, but I'm not using...