Message-ID: <alpine.LNX.2.00.1111091136230.17032@salmo.appl-ecosys.com>
Date: 2011-11-09T19:38:08Z
From: Rich Shepard
Subject: Interpreting Multiple Linear Regression Summary
In-Reply-To: <8B271E9D-C4D0-491D-BCED-53771A0E7965@me.com>
On Wed, 9 Nov 2011, Marc Schwartz wrote:
> # 'DF' is the result of copying your data above from the
> # clipboard on OSX
> DF <- read.table(pipe("pbpaste"), header = TRUE)
Marc,
Oh? I don't do Apple so there's no OSX here.
> After removing incomplete records (any records with NA values) which is
> the default behavior for R model functions, you only have one record left
> to fit the model to.
That's what I saw from the scatter plots.
Thanks,
Rich