[R] BATCH

Stefan Grosse singularitaet at gmx.net
Fri May 18 22:39:00 CEST 2007


it states that it does not find the object

donParEssai


which is not there. It is nor there since you have given the object the
name

donParCara

from what I see... 



elyakhlifi mustapha wrote:
> hello,
> I tried to run programs in BATCH like you told me but to read the results it's a lil hard 
> first to read the results it's important to write down an outfile
> but when I do this I've got stil the same answer
>
> R version 2.4.1 (2006-12-18)
> Copyright (C) 2006 The R Foundation for Statistical Computing
> ISBN 3-900051-07-0
> R est un logiciel libre livré sans AUCUNE GARANTIE.
> Vous pouvez le redistribuer sous certaines conditions.
> Tapez 'license()' ou 'licence()' pour plus de détails.
> R est un projet collaboratif avec de nombreux contributeurs.
> Tapez 'contributors()' pour plus d'information et
> 'citation()' pour la façon de le citer dans les publications.
> Tapez 'demo()' pour des démonstrations, 'help()' pour l'aide
> en ligne ou 'help.start()' pour obtenir l'aide au format HTML.
> Tapez 'q()' pour quitter R.
> [Sauvegarde de la session précédente restaurée]
>   
>> #programme pour calculer les caractères
>>
>> donParCara <- read.table("C:/Documents and Settings/melyakhlifi/Mes documents/feuilles excel/copi_donnees6.csv",header=TRUE,sep=";",quote="",dec=",")
>> #print(subset(donParCara, select = c(Id_Cara,Form_C,X)))
>>
>>
>>
>> #valeurs observées pour les caractères observés
>>
>> C103 <- as.numeric(as.character(subset(donParEssai, Id_Essai == 1006961 & Id_Cara == 103, c(Val_O,Surf_O))[,1]))
>>     
> Erreur dans subset(donParEssai, Id_Essai == 1006961 & Id_Cara == 103, c(Val_O,  : 
>  objet "donParEssai" non trouvé
> Exécution arrêtée
>
> I thnik that it's a problem in the options but  I don't know how to do correct the errors.
>
>
>       _____________________________________________________________________________ 
> Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 
> 	[[alternative HTML version deleted]]
>
>   
> ------------------------------------------------------------------------
>
> ______________________________________________
> R-help at 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.
>   
> ------------------------------------------------------------------------
>
> No virus found in this incoming message.
> Checked by AVG Free Edition. 
> Version: 7.5.467 / Virus Database: 269.7.3/809 - Release Date: 17.05.2007 17:18
>



More information about the R-help mailing list