Dear R users,

I am trying to import a table from STATA, a dta file.

With a table called "table", this is what I do :

library("foreign")
read.dta(table)

It does not work. What am I doing wrong ?

Best Regards,
Dwayne

        [[alternative HTML version deleted]]

______________________________________________
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