Re: [R] Count unchanged class attribute

2015-05-20 Thread Soe Xiyan
not knowledge. And knowledge is > > certainly not wisdom." > > Clifford Stoll > > > > > > > > On Tue, May 19, 2015 at 7:02 PM, John Kane wrote: > > > >> Is this a list of data.frames or what? > >> > >> Please have a look at one or both o

Re: [R] Count unchanged class attribute

2015-05-19 Thread Jim Lemon
a >> question and provide information on the problem. The better you can >> describe what you have and what you need the better people can help. >> >> http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example >> and http://adv-r

Re: [R] Count unchanged class attribute

2015-05-19 Thread John Kane
John Kane Kingston ON Canada -Original Message- From: gunter.ber...@gene.com Sent: Tue, 19 May 2015 20:04:58 -0700 To: jrkrid...@inbox.com Subject: Re: [R] Count unchanged class attribute Probably "or what." This demonstrates a fundamental conundrum: many users or prospective

Re: [R] Count unchanged class attribute

2015-05-19 Thread Bert Gunter
> http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example > and http://adv-r.had.co.nz/Reproducibility.html > > > John Kane > Kingston ON Canada > > > > -Original Message- > > From: soe.xi...@gmail.com > > Sent: Tue, 19 M

Re: [R] Count unchanged class attribute

2015-05-19 Thread John Kane
/how-to-make-a-great-r-reproducible-example and http://adv-r.had.co.nz/Reproducibility.html John Kane Kingston ON Canada > -Original Message- > From: soe.xi...@gmail.com > Sent: Tue, 19 May 2015 23:37:13 +0700 > To: r-help@r-project.org > Subject: [R] Count unchanged

Re: [R] Count unchanged class attribute

2015-05-19 Thread Rolf Turner
On 20/05/15 04:37, Soe Xiyan wrote: Maybe someone can help me. Suppose I have data-set like this: Netto Bruto class 1 10 1000yes 2 100 20 yes Netto Bruto class 1 101 1000yes 2 100 210 no Netto Bruto class 1 10 10 yes 2 12 28

[R] Count unchanged class attribute

2015-05-19 Thread Soe Xiyan
Maybe someone can help me. Suppose I have data-set like this: Netto Bruto class 1 10 1000yes 2 100 20 yes Netto Bruto class 1 101 1000yes 2 100 210 no Netto Bruto class 1 10 10 yes 2 12 28 yes 3 100 20 yes Netto