: 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
___
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
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)
>>
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
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.
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
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
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
8 matches
Mail list logo