Displaying 2 results from an estimated 2 matches for "totalemployment_2000".
Did you mean:
totalemployment_2004
2010 Sep 21
3
Error in eval(expr, envir, enclos)
I am absolutely new to R and I am aware of only a few basic command lines. I
was running a robust regression in R, using the following command line
library (MASS)
rfdmodel1 <- rlm (TotalEmployment_2004 ~ MISSISSIPPI + LOUISIANA +
TotalEmployment_2000 + PCWhitePop_2004 + UnemploymentRate_2004 +
PCUrbanPop2000 + PCPeopleWithACollegeDegree_2000 +
PCPopulation.of.or.over.65.years.of.age_2004)
summary (rfdmodel1)
But, I keep getting this error:
Error in eval(expr, envir, enclos) :
object 'TotalEmployment_2004' not found
> summary (rf...
2010 Aug 17
0
Singular error in rlm
I am absolutely new to R and I am aware of only a few basic command lines. I
was running a robust regression in R, using the following command line
library (MASS)
rfmodel2 <- rlm (TotalEmployment_2005 ~ ALABAMA + MISSISSIPPI + LOUISIANA +
TotalEmployment_2000 + PCWhitePop_2005 + UnemploymentRate_2005 +
PCUrbanPop2000 + PCPeopleWithACollegeDegree_2000 +
PCPopulation.of.or.over.65.years.of.age_2005)
summary (rfmodel2)
But, it keeps giving me an error message as soon as I try to run it
Error in rlm.default(x, y, weights, method = method, wt.method = wt.me...