Displaying 20 results from an estimated 134 matches for "lignes".
Did you mean:
ligges
2005 Oct 20
3
problème d'import de fichier
hello!
je veux importer un fichier de donnees excel que j'ai au prealable
converti en fichier txt avec separateurs tab, fichier de la forme entree
simple (suite de colonnes contenant des variables).
Voila ma ligne de commande :
> poussins <- read.table("poussins.txt", header=T, sep="\t")
et sa reponse
Erreur dans scan(file = file, what = what, sep = sep, quote =
2012 Jul 07
2
[LLVMdev] Crash using the JIT on x86 but work on x64
Hello everyone, i’m using LLVM (updated to 3.1 after seeing that bug, but it’s the same with 3.0) for running a bitcode on a C++ program, and Clang for compiling it. My code work perfectly, as expected on x64, but crash on x86. I’m on Windows 7 x64 and LLVM + Clang was compiled using Visual Studio 2010 (tested in both Release and Debug build). Project was make using CMake.
Here is my code:
2012 Jul 07
0
[LLVMdev] Crash using the JIT on x86 but work on x64
Hi Skykill,
> Hello everyone, i’m using LLVM (updated to 3.1 after seeing that bug, but it’s
> the same with 3.0) for running a bitcode on a C++ program, and Clang for
> compiling it. My code work perfectly, as expected on x64, but crash on x86. I’m
> on Windows 7 x64 and LLVM + Clang was compiled using Visual Studio 2010 (tested
> in both Release and Debug build). Project was make
2012 Jul 07
2
[LLVMdev] Crash using the JIT on x86 but work on x64
Hi, so yes assertions are enabled by default in Debug from what i could see
in the CMakeLists.txt
if( uppercase_CMAKE_BUILD_TYPE STREQUAL "RELEASE" )
option(LLVM_ENABLE_ASSERTIONS "Enable assertions" OFF)
else()
option(LLVM_ENABLE_ASSERTIONS "Enable assertions" ON)
endif()
Without assertions enabled, when i'm running the program without the
debugger, it
2009 Mar 10
1
R-question
Hello,
I’m a french student in Master level “Statistics and Econometrics” . Now I’m in training for a marketing firm.
I don’t find the information about the capacity of R .
Can you tell me how much lignes and colones can R manipulates?
Can I work with a data of 2 milions lignes?
When I asked M.Maechler , he advices me to ask you about this.
Thank you very much.
> Date: Sun, 8 Mar 2009 20:03:02 +0100
> Subject: Re: Hello
> From: mmaechler@gmail.com
> To: chelliguethabet@hotmail....
2007 Jan 09
4
A question about R environment
Hi all,
I created environment "mytoolbox" by : mytoolbox <- new.env(parent=baseenv())
Is there anyway I put it in the search path ?
If you need some background :
In a project, I often write some small functions, and load them into my workspace directly, so when I list the objects
with ls(), it looks pretty messy. So I am wondering if it is possible to creat an
2013 Jul 11
0
Plus de 5 000 appartements en ligne sur Ouest-immobilier-neuf.com !
Si vous ne visualisez pas correctement l???e-mail, cliquez ici
<http://img.mp31.ch/visu-8875A4E7-EB06-4E73-89BA-41877FB24EBC-203221958-269473-11072013.html>
<http://img.mp31.ch/url-203221958-1252175-11072013.html>
<http://img.mp31.ch/url-203221958-1252176-11072013.html>
<http://img.mp31.ch/url-203221958-1252177-11072013.html>
2013 Nov 20
0
Plus de 5 000 appartements en ligne !
Si vous ne visualisez pas correctement l???e-mail, cliquez ici
<http://url.mp32.ch/visu-CD7728BA-81F8-43CD-9CE9-442E4D421F8C-203221958-306278-19112013.html>
<http://url.mp32.ch/url-203221958-1408703-19112013.html>
<http://url.mp32.ch/url-203221958-1408704-19112013.html>
<http://url.mp32.ch/url-203221958-1408705-19112013.html>
2008 May 23
3
Rss-wxruby
Bonjour Alex.
J''ai créer une application(Rss-wxruby) et je l''ai déposée en téléchargement sur le site "Tom''s guide". Ils ont créer les screenshots, et la problème:
Il y a des carrés qui ressortent de partout???
Voilà un url pour l''exemple du problème avec les carrés qui ressortent:
2004 Oct 01
0
rebelotte samba et les accents....je m'en sort pas
Bonjour,
je reviens ? l'attaque avec mes probl?mes d'accents sous samba.
Depuis la mise ? jour de mes serveurs (mandrake 10 samba 3.0.2a), j'ai des probl?mes avec les
fichiers enregistr?s par les utilisateurs.
Mon fichier de conf samba ne comporte pas les lignes suivantes :
dos charset = cp850
display charset = cp850
unix charset = ISO8859-15
d'ailleurs je suis bien embarrass? pour mettre les codes corrects n'y connaissant pas grand chose,
ne sachant pas vraiment pas quoi mettre.
Ceci dit l'affichage sous windows se passe bien quand ces lignes...
2007 May 05
1
importing data
Hello,
I need to import a data set.
I have never imported data files with R. I have always worked on simulated data.
I have looked at R Data Import/Export manual.
It is a bit peculiar because my data base is already an R object called "japan".
I guess it is not yet a data set, and I don't know how to manipulate variables from it.
When I type "japan", here is an extract
2003 Jun 12
1
Problème en R
Bonjour,
Je suis ?tudiant stagiaire ? Paris et je rencontre quelques difficult?s en
programmation R.
J'ai une data frame compos?e de 4 colonnes et 250 lignes et dont chaque
ligne est une famille.
J'ai fait un tirage al?atoire avec remise des familles 250 fois ce qui
m'am?ne ? une nouvelle dataframe.
A cette nouvelle dataframe, j'applique un programme qui calcule 2 param?tre
X1 et X2.
Je recommence cel? 2000 fois et ? la fin j'obtient d...
2007 Apr 12
9
taille de caractère
en fait je vous renvoi ce message car maintenant la taille de la police change au bout de 500 lignes environ, alors que j''avais reussi à garder la taille jusqu''à environ 5000 lignes.
Je ne comprend pas. Est-ce que c''est instable?
le bout de code que vous m''avez envoyer ne marche pas.
merci
Sebastien
_______________________________________________
wxruby-users m...
2006 Jun 23
7
PowerPoint
Dear All,
I am looking for the best way to use graphs from R (like xyplot, curve ...) for a presentation with powerpoint. I used to save my plot as pdf and after to copy them as image in powerpoint but the quality is not optimal by so doing.
Another completely independent question is the following: when I use "main" in the xyplot, the main title is very close to my plot,
2007 Jun 18
2
to read table
Hello,
I have a problem to read a csv table. To read it I used this syntax
> donParCara <- read.table("C:/Documents and Settings/melyakhlifi/Mes documents/feuilles excel/calcul2.csv",header=TRUE,sep=";",quote="",dec=",")
I don't understand my errors
Erreur dans scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, :
la
2003 Jun 04
0
Réf. : FW: Besoin d'aide au sujet de swat
Hello,
Bonjour,
C'est la ligne only_from = 127.0.0.1 qui provoque le probl?me.
Cette ligne sp?cifie que SWAT n'est accessible que depuis la machine en
elle-m?me.
Il suffit de bouger la ligne, red?marre xinetd et cela devrai fonctionner
-----------------------------------
St?phane PURNELLE stephane.purnelle@corman.be
Service Informatique Corman S.A.
2006 Mar 20
1
type in daisy
Hi,
I'm a PhD student and I want to use the function 'daisy' from the
package 'cluster' to compute dissimilarities.
My variables are of mixed types so I use the argument 'stand' in daisy
to define the type of my variables.
I have the following error message :
Warning message:
binary variable(s) 13, 16, 17, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
32, 33, 34, 35,
2007 Aug 27
4
Problem with save or/and if (I think but maybe not ...)
...te(chemin,relrfichiers, sep='')
if (file.exists("tfichiers.r"))
{
tfichiers<-load("tfichiers.r")
nfichiers<-setdiff(rfichiers,tfichiers)
} else {
nfichiers<-rfichiers
}
# p0fichiers : fichiers avec l'extension .P0 (fichiers contenant des lignes
d'infos ? ne pas charger)
# pxfichiers : fichiers avec les extensions P1, ..., P8 (sans infos au
debut)
if (nfichiers!="0")
{
p0fichiers<-nfichiers[grep(".P0", nfichiers)]
pxfichiers<-setdiff(nfichiers, p0fichiers)
# Fusion des colonnes jour et heure pour permet...
2018 Oct 05
2
Rename domain
*Philippe MALADJIAN
Responsable informatique | administrateur système*
Ligne directe : +33 (0)4 72 14 50 66 | pmaladjian at hilaire.fr
<mailto:pmaladjian at hilaire.fr>
Le 03/10/2018 à 17:29, Rowland Penny via samba a écrit :
> On Wed, 3 Oct 2018 16:54:02 +0200
> Philippe Maladjian via samba <samba at lists.samba.org> wrote:
>
>> *Philippe MALADJIAN
>>
2006 Jul 18
2
I think this is a bug
Hello!
I work with:
R : Copyright 2006, The R Foundation for
Statistical Computing
Version 2.3.1 (2006-06-01)
On Windows XP Professional (Version 2002) SP2
I think there is a bug in the conditional
execution if (expr1) {expr2} else {expr3}
If I try:
"if (expr1) expr2 else expr3"
it works well but when I put the expression expr2
and expr3 between {} I receive an error message