Alexander Ovodenko <alexander.ovodenko <at> gmail.com> writes:

> 
> I have recently started learning R.  I converted a Stata datafile into an R
> image file, but I am unable to do anything with the data.  

You probably forgot to read in the data; converting alone does not help. 

Try ls() to get a list of the available objects.

Dieter

______________________________________________
R-help@r-project.org 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.

Reply via email to