Hi,
I have a weird problem with my data but I cannot really locate it and cannot
make a small example data set do reproduce the problem.
I basically divide one numerical column of a data frame with another. When I
run describe() on that column, I get
"Error in vector("integer", length) : vector size cannot be NA/NaN"
The two original columns comprise many zero values and I think the particular
row which causes the problem ends up with an "Inf".
I fear that other functions might also not be reliable for this data and that I
have to repair it somehow. It actually happens with many of the variables from
the various tables which originally are in Stata .dta format and which I import
with the foreign library.
I am working on windows XP and R 2.9.1
I assume that this description is too vague but if anybody has an idea, I would
appreciate it.
Thanks so much,
Werner
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.