Re: [R] loop correction needed

2013-01-02 Thread arun
tto To: "r-help@r-project.org" Cc: Sent: Wednesday, January 2, 2013 12:00 PM Subject: [R] loop correction needed Dear useRs, i have a data frame with 16 lists in it. each list has variable number of lines. i want to create a loop which will start deleting every 32nd line in each list,

Re: [R] loop correction needed

2013-01-02 Thread David Winsemius
On Jan 2, 2013, at 9:00 AM, eliza botto wrote: Dear useRs, i have a data frame with 16 lists in it. each list has variable number of lines. i want to create a loop which will start deleting every 32nd line in each list, till the end of each list. more precisely if a list has 200 rows i w

[R] loop correction needed

2013-01-02 Thread eliza botto
Dear useRs, i have a data frame with 16 lists in it. each list has variable number of lines. i want to create a loop which will start deleting every 32nd line in each list, till the end of each list. more precisely if a list has 200 rows i want to delete row number 32, 64, 96 and so on...for th