Skip to content
Back to formatted view

Raw Message

Message-ID: <AANLkTiky1xdmxHTh-U4jjX-52_b1=V+PTniROz3_tXp9@mail.gmail.com>
Date: 2010-11-09T17:33:05Z
From: Titus von der Malsburg
Subject: standardized residuals
In-Reply-To: <000001cb8030$51284410$f378cc30$@miami.edu>

On Tue, Nov 9, 2010 at 6:05 PM, Michael Larkin <mlarkin at rsmas.miami.edu> wrote:
> I am assuming there is a package that I need to load. ?I looked at the list
> of packages and I can't find one for stdres. ?It must be bundled in some
> package.

'??stdres' tells me that this function lives in package MASS.

You could also have used rseek to find it:

  http://www.rseek.org

However, stdres doesn't seem to work with mer objects as returned by
the lmer function.

  Titus