Re: [R] trouble with tkgetOpenFile

2008-09-17 Thread Gang Chen
Such a silly mistake! Thanks a lot, John! Gang On Wed, Sep 17, 2008 at 7:21 PM, John Fox <[EMAIL PROTECTED]> wrote: > Dear Gang, > > Your for loop is in error; try > > for (ii in seq(length=nWin)) > > I hope this helps, > John > > -- > John Fox, Professor > Department

Re: [R] trouble with tkgetOpenFile

2008-09-17 Thread John Fox
Dear Gang, Your for loop is in error; try for (ii in seq(length=nWin)) I hope this helps, John -- John Fox, Professor Department of Sociology McMaster University Hamilton, Ontario, Canada web: socserv.mcmaster.ca/jfox > -Original Message- > From: [EMAIL PRO