Displaying 20 results from an estimated 6000 matches similar to: "Alternative to For Loop?"
2008 Mar 05
6
box-constrained
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20080305/80536e8c/attachment.pl
2007 Feb 28
4
PROC TABULATE with R
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20070228/6ebce030/attachment.pl
2007 Jun 27
3
Import from excel
Hello,
 
I have imported data from Excel using the command 
cours=read.delim("w:/apprentissage/cours_2.txt")
after transforming my initial file with tab delimiters
 
It seemed to work
 
It is 2-dimensionnal. When I type cours[5,5],
I get this type of message : "[1] 0,9760942761824 Levels:  0,495628477 0,893728761 0,89640592 0,903398558 ... 3,864414217"
And when I want to
2010 May 04
4
timing a function
Hi,
I want to time how long a function takes to execute. Any clues on what to
search for to achieve this?
Thanks in advance.
-- 
View this message in context: http://r.789695.n4.nabble.com/timing-a-function-tp2126319p2126319.html
Sent from the R help mailing list archive at Nabble.com.
2008 Apr 25
4
Constructing dummy variables for months for a time series object
I have a TS of monthly observations. 
   
  head(data4)
 1991(1)  1991(2)  1991(3)  1991(4)  1991(5)  1991(6) 
12.00864 11.94203 11.98386 12.01900 12.19226 12.15488 
  Now I want to make 11 dummy variables indicating months. Therefore I did followings :
   
  For Jan :
  rep(c(rep(0,0), 1, rep(0, 11)), 17)
   
  For Feb :
  rep(c(rep(0,1), 1, rep(0, 10)), 17)
   
  ........ and so on
   
  But my
2010 Dec 13
7
descriptive statistics
Hi. In a data set I have a variable that takes values from 1 to 14. For each
subgroup of values of this variable, I would like to obtain some descriptive
statistics of other variables present in the data set. I've been trying with
a "for" loop but I couldn't get nothing. Could you please suggest me some
lines?
-- 
View this message in context:
2008 May 23
3
extracting columns from a list
Dear all,
   
  i have 2 lists of data with each of the list contain 14 columns. How am i going to extract column 12 and 13 from each of the list ?? and can i combine my extracted columns to form a single list. Attach with are my data. Your coorperation is highly appreciated. Many thanks
   
  Regards,
  Anisah
       
-------------- next part --------------
An embedded and charset-unspecified
2008 Mar 04
6
vector manipulations
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20080304/9de37092/attachment.pl
2010 Jul 30
2
svydesign syntax and deviance!
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20100731/ac3b9e43/attachment.pl>
2006 May 24
2
median of a survfit object
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20060524/312404be/attachment.pl
2006 May 29
2
Load a program from internet
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20060529/25f0e627/attachment.pl
2006 Nov 14
2
Variance of a complex estimator using survey package ...
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20061114/6c1fa862/attachment.pl
2008 Mar 05
2
main title x title and y title with ggplot2
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20080305/f2c52eea/attachment.pl
2010 Mar 01
3
Emacs for R
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20100301/3fcf77e9/attachment.pl>
2010 Apr 13
2
lines - graphics
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20100413/f39e8f14/attachment.pl>
2010 Apr 27
2
warning message cran
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20100427/465c105e/attachment.pl>
2010 Jul 27
2
Match() on raw objects ?
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20100727/2e19110f/attachment.pl>
2013 Feb 18
2
Uplift modeling with R ?
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20130218/1ef898cb/attachment.pl>
2013 Feb 25
2
Data frame as table
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20130225/80bb48c9/attachment.pl>
2007 Mar 31
3
adding slashes in sql querys
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20070331/d233c43a/attachment.pl