[R] attached file with syntax error

Eric Lecoutre lecoutre at stat.ucl.ac.be
Fri May 20 12:34:56 CEST 2005


Well...

You just can't end vector declaration with a comma...

> x <- c(0,1,)
Error: syntax error
> x <- c(0,1)

Eric

Eric Lecoutre
UCL /  Institut de Statistique
Voie du Roman Pays, 20
1348 Louvain-la-Neuve
Belgium

tel: (+32)(0)10473050
lecoutre at stat.ucl.ac.be
http://www.stat.ucl.ac.be/ISpersonnel/lecoutre

If the statistics are boring, then you've got the wrong numbers. -Edward
Tufte   


> -----Original Message-----
> From: r-help-bounces at stat.math.ethz.ch 
> [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of bry at xdocs.dk
> Sent: vendredi 20 mai 2005 11:39
> To: r-help at stat.math.ethz.ch
> Subject: [R] attached file with syntax error
> 
> 
> 
> 
> oops, I forgot to attach the example txt file with the syntax 
> error, so I will do it here, can anyone see what the error is 
> with bryansAtLineLevel?
> 
> 
> 
>




More information about the R-help mailing list