Se connecter avec
S'enregistrer | Connectez-vous

Langage R

Dernière réponse : dans Programmation
Lassé par la pub ? Créez un compte

Solution1 : si tu nous disais ce que tu utilises comme éditeur, ce serait plus simple.
Solution 2 : chercher par toi-même dans les sites qui traite du langage R me semble la meilleur des options avant de poser la question sur un forum généraliste.
http://freshmeat.net/projects/r/?branch_id=8767&release...
http://www.r-project.org/

Solution 3 : Essayer ça :
Citation :
1. Create a separate sub-directory, say work, to hold data files on which you will use R for this problem. This will be the working directory whenever you use R for this particular problem.

$ mkdir work
$ cd work


2. Start the R program with the command

$ R


3. At this point R commands may be issued (see later).
4. To quit the R program the command is

> q()


At this point you will be asked whether you want to save the data from your R session. On some systems this will bring up a dialog box, and on others you will receive a text prompt to which you can respond yes, no or cancel (a single letter abbreviation will do) to save the data before quitting, quit without saving, or return to the R session. Data which is saved will be available in future R sessions.
Lassé par la pub ? Créez un compte
Tom's guide dans le monde