Skip to content
Prev 162657 / 398500 Next

Identify command in R]

Reading in between the lines a little, maybe you want

lm(..., na.action = na.exclude)

That should return missing values for the influence statistics when
the predictor or responses is missing in the input.

Hadley

On Thu, Nov 20, 2008 at 4:19 PM, David Kaplan
<dkaplan at education.wisc.edu> wrote: