Displaying 1 result from an estimated 1 matches for "lgeodise".
Did you mean:
geodist
2005 Apr 14
1
lme, corARMA and large data sets
I am currently trying to get a "lme" analyses running to correct for the
non-independence of residuals (using e.g. corAR1, corARMA) for a larger data
set (>10000 obs) for an independent (lgeodisE) and dependent variable
(gendis). Previous attempts using SAS failed. In addition we were told by
SAS that our data set was too large to be handled by this procedure anyway
(!!).
SAS script
proc mixed data=raw method=reml maxiter=1000;
model gendis=lgeodisE / solution;
repeated /subject=intercept...