Re: [R] Procedure not working for actual data

2010-02-18 Thread Bert Gunter
: Re: [R] Procedure not working for actual data Even though it may work for a small subset, it can still break on larger sets. Your code was doing a number of 'unlist' and tearing apart the data and it is possible that some of the transformations were not aligned with the data in the way y

Re: [R] Procedure not working for actual data

2010-02-18 Thread ROLL Josh F
___ From: jim holtman [mailto:jholt...@gmail.com] Sent: Wednesday, February 17, 2010 5:09 PM To: ROLL Josh F Cc: r-help@r-project.org Subject: Re: [R] Procedure not working for actual data Try this on your real data: > #Sample data > Bldgid<-c(1000,1000,1001,1002,1003,1003) > Maplot&l

Re: [R] Procedure not working for actual data

2010-02-18 Thread jim holtman
ail.com] > Sent: Wednesday, February 17, 2010 5:09 PM > To: ROLL Josh F > Cc: r-help@r-project.org > Subject: Re: [R] Procedure not working for actual data > > Try this on your real data: > >> #Sample data >> Bldgid<-c(1000,1000,1001,1002,1003,1003) >>

Re: [R] Procedure not working for actual data

2010-02-17 Thread ROLL Josh F
Sorry Just a generic list Is<-list() forgot to add that from my actual code From: jim holtman [mailto:jholt...@gmail.com] Sent: Wednesday, February 17, 2010 3:58 PM To: ROLL Josh F Cc: r-help@r-project.org Subject: Re: [R] Procedure not working for actual d

Re: [R] Procedure not working for actual data

2010-02-17 Thread ROLL Josh F
mailto:jholt...@gmail.com<mailto:jholt...@gmail.com>] Sent: Wednesday, February 17, 2010 3:58 PM To: ROLL Josh F Cc: r-help@r-project.org<mailto:r-help@r-project.org> Subject: Re: [R] Procedure not working for actual data Your example does not work since "Is" is not defined.

Re: [R] Procedure not working for actual data

2010-02-17 Thread jim holtman
Feb 17, 2010 at 6:58 PM, ROLL Josh F wrote: > Sorry Just a generic list > > Is<-list() > > forgot to add that from my actual code > -- > *From:* jim holtman [mailto:jholt...@gmail.com] > *Sent:* Wednesday, February 17, 2010 3:58 PM > *To:* ROLL

Re: [R] Procedure not working for actual data

2010-02-17 Thread jim holtman
mailto:jholt...@gmail.com] > *Sent:* Wednesday, February 17, 2010 3:58 PM > *To:* ROLL Josh F > *Cc:* r-help@r-project.org > *Subject:* Re: [R] Procedure not working for actual data > > Your example does not work since "Is" is not defined. What is it > supposed

Re: [R] Procedure not working for actual data

2010-02-17 Thread jim holtman
Your example does not work since "Is" is not defined. What is it supposed to be? On Wed, Feb 17, 2010 at 6:34 PM, LCOG1 wrote: > > Hello all, > I have what i feel is a unique situation which may not be resolved with > this inquiry. I have constructed the below data set so that i may give an