Skip to content
Back to formatted view

Raw Message

Message-ID: <291063.28857.qm@web58104.mail.re3.yahoo.com>
Date: 2008-09-17T11:50:36Z
From: Megh Dal
Subject: Loop on vector name

[My previous message rejected, therefore I am sending same one with some modification]

I have 3 vectors with object name : dat1, dat2, dat3

Now I want to create a loop, like :

for (i in 1:3)
   {
    cat(sd(dati))
   }

How I can do this in R?

Regards,