Skip to content
Back to formatted view

Raw Message

Message-ID: <000801c55d27$90bfbe00$6e8b6882@didacdom.stat.ucl.ac.be>
Date: 2005-05-20T10:34:56Z
From: Eric Lecoutre
Subject: attached file with syntax error
In-Reply-To: <1116581917.428db01d97501@horde.scannet.dk>

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?
> 
> 
> 
>