search for: annenberg

Displaying 1 result from an estimated 1 matches for "annenberg".

Did you mean: kannenberg
1999 Mar 02
1
Can't understand error message :-{
I'm sorry if this is a basic question, but I'm stumped. I'm just trying to plot the residuals from a linear model against another variable in the data frame. Here are the lines I'm trying to execute: size <- read.table(file="/u67/abasl70/surveys/annenberg/mega/smschl.dat", header=T) sizef <- data.frame(size, row.names=size$unit) attach(sizef) mschmod <- lm (mavgres ~ crimesch + socstat + povnojob + ploinc94 + aa94 + hisp94 + minty94 + mixed94, data=sizef) plot(mschmod$residuals ~ size94) The last line gives this error message: Error in m...