Re: [R] confused by classes and methods.
~ In the face of ambiguity, refuse the temptation to guess. ~~~~~~~~~~~~~~ --- On Tue, 3/9/10, Rob Forler wrote: From: Rob Forler Subject: [R] confused by classes and methods. To: r-help@
[R] confused by classes and methods.
Hello, I have a simple class that looks like: setClass("statisticInfo", representation( max = "numeric", min = "numeric", beg = "numeric", current = "numeric", avg = "numeric",