AgusSusanto <gusanto <at> gmail.com> writes:

> 
> I obtained error messages when I run these commands in UNIX, but I 
> obtained correct result when I run these command in WINDOWS.  Can 
> somebody point out the problem and give the solution. Thanks.
> 
>  > dt<-read.table(file="Fall.dat")
>  > dim(dt)
> [1] 1941    5

Windows file names are not case sensitive, UNIX is. Check you effective 
filename.

Dieter

______________________________________________
R-help@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
and provide commented, minimal, self-contained, reproducible code.

Reply via email to