Woodall.George@epamail.epa.gov
2005-Feb-03 21:23 UTC
[R] Is error hardware or workstation specific
I am working on a Dell Latitude D800 laptop computer with an Intel processor running Windows XP Professional. The problem I describe below has occurred while running R versions 1.9.1 and 2.0.1. The error occurs while using a program to perform categorical regression that was originally written in S-plus but was recently converted to R. Using the same data set which gives me the error, one of my colleagues who is running the same set-up, but on a Dell Desktop computer does not get the error. The error I am getting is listed below. Error in seq(length(missing.row)) : Object "missing.row" not found Any suggestions? George Woodall
Woodall.George at epamail.epa.gov wrote:> I am working on a Dell Latitude D800 laptop computer with an Intel > processor running Windows XP Professional. The problem I describe below > has occurred while running R versions 1.9.1 and 2.0.1. The error occurs > while using a program to perform categorical regression that was > originally written in S-plus but was recently converted to R. Using the > same data set which gives me the error, one of my colleagues who is > running the same set-up, but on a Dell Desktop computer does not get the > error. The error I am getting is listed below. > > Error in seq(length(missing.row)) : Object "missing.row" not found > > Any suggestions?Please a) use traceback() to see where the error happens, b) specify an example, c) tell us at least which functions/packages you are using! Uwe Ligges> George Woodall > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html